/* CSS3 Document */
*{
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px; 
} 

body {
	background-color: rgb(216,234,240);
	background-image: url("img/bg-body.png");
	background-repeat: repeat-x;
	background-size: auto;
	background-position: 0% 0%;
	background-clip: border-box;
        color: #636363;
	margin: 0px;
} 

img {
  border: 0;
}

#main { 
  margin-top:9px;
  margin-bottom:30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width:845px;
  background-color: white ;
  border-radius:12px;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.4);
}

#header-holder { 
 // height: 70px;
}

.clearboth::after {
  display: block;
  clear: both;
  content: "";
}

#logo_img {
  height: 60px;
}

#headright {
  float: right;
  width: 162px;
  padding: 25px;
  overflow:hidden;
  //border: 1px solid black;
}
#headleft {
  float: left;
  color: #14387f;
  padding: 35px 0px 0px 25px;
  text-align:center;
  font-weight: bold;
  font-size: 40px;
  //border: 1px solid black;

}
#help {
  float:right;
  //border: 1px solid black;
}

#content { 
  min-height: 557px;
  height: auto;
}

#noscript {
  text-align:center;
  z-index:1;
  height:500px;
  width:100%;
  position:absolute;
  background-color:white;
}

#noscript2 {
  position:relative;
  top:50%;
  font-size:large;
  color: #0068b0;
}

#footnote {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 20px 0px 20px 0px;
  width: 800px;
  text-align:left;
  height: auto;
}

#footleft {
  width: 700px;
  float: left;
  height: auto;
}
#footright {
  width: 100px;
  float: right;
  text-align: right;
}

#menu {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0px 25px 10px 25px;
  //width: 800px;
}

#posled_zobr {
  width: 600px;
  padding-top:7px;
}

#met-img{ 
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 5px 0px 0px 0px;
  width: 800px;
  text-align:center; 
  border:0px;
  border-right: 1px solid rgb(191,191,191);
  border-top: 1px solid rgb(191,191,191);
  min-height: 55px;
}

h1 {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 13px; 
	color: #0068b0;
}

a:link, a:visited {
  color: #5faa2d;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  text-decoration: underline;	
}

a:hover {
  color: #5faa2d;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  text-decoration: underline;
}

#tag-holder{
  width: 510px;
  position:relative;
  z-index:0;
  display:inline;
  text-align:left; 
}

#tags {
  color:#636363;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding:4px 50px 4px 3px;
  width: 450px;
  border:1px solid rgb(191,191,191);
  background-color:transparent;
  z-index:0;
  position:relative;
  margin:0px;
  margin-left:2px;
}

#clear {
  position:absolute;
  top:-3px;
  cursor:pointer;
  font-size:14px;
  left:464px;
  height: 9px;
  width: 9px;
  padding: 4px;
  border: 1px solid rgb(191,191,191);
}

#clear:hover {
  position:absolute;
  top:-3px;
  cursor:pointer;
  font-size:14px;
  left:464px;
  height: 9px;
  width: 9px;
  padding: 2px;
  border: 3px solid rgb(191,191,191);
}

#searchall{
  position:absolute;
  top:-3px;
  cursor:pointer;
  font-size:14px;
  left:485px;
  height: 9px;
  width: 9px;
  padding: 4px;
  border: 1px solid rgb(191,191,191);
}

#searchall:hover {
  position:absolute;
  top:-3px;
  cursor:pointer;
  font-size:14px;
  left:485px;
  height: 9px;
  width: 9px;
  padding: 2px;
  border: 3px solid rgb(191,191,191);
}

.help:link, .help:visited, .help:hover {
  color: #5faa2d;
  font-size: 10px; 
  text-decoration: underline;	
}

.ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  margin: .8em 0 .2em;
  line-height: 1.5;
  color:#636363;
}

.ui-widget-content a {
  color:#636363;
}
    
.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */     
* html .ui-autocomplete {
  height: 300px;
}

.ui-widget{
  margin: 0px 0px 7px 0px;
  position:relative;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.ui-widget span {
  font-size:16px;
//  left:189px;
//  padding: 5px 3px;
  text-align: left;
//  width: 15px;
  z-index:1;
}


  


form {
	margin: 0px 0px 0px 0px;
} 

select {
  background-color: #daeaf0;
  font-size: 12px; 
  color:  #636363;
  margin: 1px 2px 1px 2px;
  width: 220px;
  border: 1px solid #ccc;
}

#filtr{
  width: 115px;
}

option {
  background-color: #daeaf0;
  font-size: 12px; 
  color: #636363;
  margin: 0px 0px 0px 0px;
}

option.red {
  color: black;
  background-color : #f4a4a4;
  font-size: 12px; 
  text-align: center;
}

option.a {
  background-color: #daeaf0;
  font-size: 12px; 
}
  
option.b {
  background-color : #FFFACD;
  font-size: 12px;
}  

option.c {
  background-color : #d7ffd7;
  font-size: 12px;
}  

option.d {
  background-color : #FFFFFF;
  font-size: 12px;
}  
option.e {
  background-color : #d4fff9;
  font-size: 12px;
}  

span.nobr { 
   white-space: nowrap; 
}
   
