/*
css for FRAMEWORK / base styles
release: 10.07.2010
*/

body {
  background-color: #FFFFFF;
  font-family: Verdana, Arial, "Sans Serif";
  font-size: 1em;
  color: #444499;

  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  border:0;
  padding:0;
  vertical-align: top;
  }
img{
  border: 0px;
}
a{
  border: 0px;
}
cite{
  color:#333333;
  text-decoration:none;
}

h1, .h1{
  background-color: #FFFFFF;
  font-family: Verdana, Arial, "Sans Serif";
  font-size: 200%;
  color: #333333;
  font-weight:bold;
  padding : 1px;
}

h2{
  font-family: Verdana, Arial, "Sans Serif";
  font-size: 150%;
  color: #333333;
}

h3{
  font-family: Verdana, Arial, "Sans Serif";
  font-size: 100%;
  color: #333333;
}

#columnheading{
  background-color: #FFFFFF;/*#330000;*/
  width:100%
}

#banner{
  width:100%;
  position: relative;
  text-align: justify;
  border-bottom-color: #FFFFFF;
  border-bottom-style: solid;
  border-width: 0px 0px 1px 0px;
}

#imglogo{
  border:0;
  position: relative;
  left: 0px;
  top: 0px;
}

#headtext1{
  border:0;
  position: absolute;
  left: 1px;
  top: 1px;
}
#headtext2{
  border:0;
  position: absolute;
  left: 125px;
  top: 0px;
}
#alternatelogin{
  border:0;
  position: absolute;
  right: 2px;
  top: 0px;
  /*display: inline;*/
}
#languageselector{
  border:0;
  position: absolute;
  left: 125px;
  top: 36px;
  text-align: left;
}

#imgbanner{
  border:0;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: right;
}
#topmenu{
  background-color: #FFFFFF;
  color: #0066CC;
  padding: 3px 5px 3px 0px;
  font-size: 12px;
  text-align: right;
  border-bottom: 1px solid navy;
}

#middlemenu{
  font-size: 8pt;
  background-color: #003333;
  color: #FFFFFF;
  width: 100%;
  padding: 0px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}

#middlemenu .leftpart {
  font-size: 8pt;
  border:0;
  padding:2px;
  margin:0;
  position: relative;
  /*z-index: 1;*/
  left: 0px;
  top: 0px;
  text-align: left;
  vertical-align: middle;
  display: inline;
}
#middlemenu .rightpart {
  font-size: 8pt;
  border:0;
  padding:2px;
  margin:0;
  position: relative;
  /*z-index: 1;*/
  right: 0px;
  top: 0px;
  text-align: right;
  vertical-align: middle;
  display: inline;
}

#bottommenu {
  background-color: #003333;
  background-image: url("./../../img/pixel_fill.gif");
  border: 0px;
  display: inline;
  width: 100%
}

#topmenu .link {
  font-size: 8pt;
  font-weight:normal;
  color:#0066CC;
  border: 0px;
  }

#topmenu .link:hover {
  color:#0066CC;
  }
#banner .link, #banner .link:hover, #baner .disabledlink {
  font-size: 8pt;
  font-weight: normal;
  border: 0px;
  color: blue;
  }
#banner .disabledlink {
  font-weight: bold;
}
#banner .link:hover {
  font-weight: bold;
}
#middlemenu .link, #middlemenu .link:hover, #middlemenu .disabledlink {
  font-size: 8pt;
  font-weight:normal;
  border: 0px;
  color:#FFFFFF;
  }
#middlemenu .disabledlink {
  font-weight: bold;
}
.menutable a,
.navigatorline .item a{
  font-weight: bold;
}

#workarea{
  font-size: 12px;
  padding: 2px;
}

A, .link, .boldlink, .selectedlink {
  font-family: Verdana, Tahoma, Helvetica, Arial;
  font-size: 100%;
  font-weight: normal;
  /*color: #0066CC;*/
  color: #333366;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.link:hover, .boldlink:hover, .selectedlink:hover {
  text-decoration: none;
  /*color: #0066CC;*/
  color: #000000;
}

.boldlink {
  font-weight:bold;
  color: #9999CC;
}
.selectedlink {
  font-weight:bold;
  color: #9999FF;
}

.pagetitle {
  color: #660000;
  font-size: 16pt;
  font-weight: bold;
}
.pagetitle .additional_title{
  font-weight: normal;
}

.subtitle {
  color: #660000;
  font-size: 12pt;
  font-weight: bold;
}

.title {
  font-weight: bold;
  font-size: 8pt;
}
.text {
  text-align: justify;
  font-size: 8pt;
}

.errortext {
  text-align: left;
  font-size: 10pt;
  color: red;
  font-weight: bold;
}
.warningtext {
  text-align: left;
  font-size: 10pt;
  color: orange;
  font-weight: bold;
}

.note {
  font-size: 8pt;
  color: navy;
  font-weight: normal;
}
.likeli{
  padding-left: 20px;
  background-image: url(./../img/icn_arrow_blue.gif);
  background-repeat: no-repeat;
}
.numerical{
  text-align:right;
}
/*
.infotable {
  width : 80%;
  border : 1px;
  background-color: #EEEEEE;
}
*/
form {
  padding: 0px;
  margin: 0px;
}
td {
  vertical-align : top;
  border-color : #666666;
  border : 1px;
}

th {
  vertical-align : top;
  background-color: #FFFFCC;
  text-align: left;
}

.darkline {
  background-color: #DDDDDD;
  font-size: 8pt;
}

.lightline {
  background-color: #FFFFFF;
  font-size: 8pt;
}

.selectedline, selectedline {
  background-color: #6666FF;
  font-size: 8pt;
}

.actionline {
  background-color: #AAAAFF;
  font-size: 8pt;
}

.titlerow{
  background-color: #9999DD;
  font-size: 8pt;
}
.numeric_cell{
  text-align:right;
}

/* levy sloupec u indexovych stranek */
#columntool {
  /* nahradit leftbar */
}

#refreshinfo {
  font-size : 8pt;
  color:#AAAAAA;
}

/*kvuli kompatibilite s DISPECINKem */
#error {
  color:#FF9999;
}

/*standardni FW */
.messagebox{
  font-size: 10px;
  text-align: left;
  font-weight: bold;
  padding: 2px;
}
.messagebox .box{
  border: 1px solid black;
}
.messagebox .title{
  font-weight: bold;
  font-size: 12px;
  text-align: left;
}
.messagebox .error .title{
  color: red;
}
.messagebox .info .title,
.messagebox .ok .title,
.messagebox .warning .title{
  color: navy;
}
.messagebox .text{
  font-weight: normal;
  font-size: 10px;
  text-align: left;
  padding-left: 18px;
}
.messagebox .text .link{
  font-weight: bold;
}

.messagebox li{
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}

/* paticka stranky */
#foot{
  background-color: #DDDDFF;
  color: navy;
  font-size: 10px;
  vertical-align: top;
  width: 99%;
  clear: both;
}
#foot #refreshinfo{
  border-top: 1px dotted navy;
  background-color: #BBBBFF;
  color: #6666FF;
}
#foot .link_panel{
  padding: 4px;
  vertical-align: top;
}
#foot .link_panel img{
  border: 0px;
}
#foot .link_panel a{
  padding: 1px;
  margin: 1px;
}
#foot .link_panel a:hover{}

.menutable_mp{
  width : 560px;
  border : 1px;
  background-color: #FFFFEE;
  border-color : #999999;
  font-size: 100%;
}

/* index - stranka s rozcestnikem */
.menutable{
  width : 100%; /*560px;*/
  border : 1px;
  background-color: #FFFFEE;
  border-color : #999999;
  font-size: 100%;
}

.menutable_mp, .menutable th{
  background-color: #CCCCFF;
}
.menutablebutton{
  font-family: Verdana, Arial, "Sans Serif";
  width: 100px;
  height: 25px;
  color:#333366;
}

/* 3-sloupcovy layout */

#leftbar {
  float:left;
  width:200px;
  background:#FFFFCC;
  margin:0; padding:0;
  font-size:80%;
  }
#rightbar {
  float:right;
  width:200px;
  background:#FFFFDD;
  margin:0; padding:0;
  font-size:80%;
  }
#textarea {
  /*margin:0 200px;*/
  /*background:#EEEECC;*/
  /*font-size:80%;*/
  }
.column-in {
  margin:0; padding:0.5em 1em;
  }
.cleaner {
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0; border:0;
  background:transparent;
  }

.hidden {
  visibility: hidden;
}
.item_comment{
  display:none;
  width:220px;
  z-index:100;
}

/* ikona indikujici, ze probiha nejaky proces */
.ajax_progress,
.progress{
  visibility: hidden;
  background-image: url(./../img/progress.gif);
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
}
.ajax_progress{
  position: relative;
  left: -20px;
}
/* AJAX autocomplete*/
.AJAX_result{
  position:absolute;
}
.AJAX_result_table{
  border: 0px;
  margin: 0px;
  border: 0px;
  background-color: #FFFFFF;
  color: #000000;
}
.AJAX_CellMouseOut{
  cursor: pointer;
  width: 100%;
  background-color: #666666;
  color: #FFFFFF;
}
.AJAX_CellMouseOver{
  cursor: pointer;
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
}

/*
  for DEBUGER TOOL
  release 10.05.2010
*/

#debuger {
  float: left;
  position: fixed;
  bottom: 0px;
  width: 100%;
  overflow: auto;
  margin: 0px;
  z-index: 100;
  white-space: pre;

  font-size: 10pt;
  color: red;
  border: dotted 1px blue;
}

#debuger .title{
  font-size: 12pt;
  font-weight: bold;
  background-color: red;
  color: yellow;
}
#debuger .text{
  color: black;
}
#debuger .datatype{
  color: gray;
}

