html {
  overflow:hidden;
  padding:0 0 0 0;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size:11px;
}
ul {
  list-style-type: none;
  text-decoration:none;
  height:15px;
  background:#fff;
  margin:0;
  padding:0;
}


ul li {
  float:left;
  width: 150px;
}
.ul_upper li {
  float:left;
  width: 110px;
  list-style-type: none;
  text-decoration:none;
  height:15px;
  background:#fff;
  margin:0;
  padding:0;
}

li ul {
  display:none;
}

li:hover ul  {
  display:block;
}

.menu_visible {
  display:block;
}

.menu_hidden {
  display:none;
}

ul li:hover ul li a,
ul li a:hover ul li a {
  text-decoration:none;
  background:#fff;
  color:#666;
  height:15px;
  line-height:15px;
}

ul li:hover ul li a:hover,
ul li a:hover ul li a:hover {
  text-decoration:none;
  background:#fff;
  color:#333;
  background-image:url(bg_gray.jpg);
  height:15px;
  line-height:15px;
}

ul li:hover ul,
ul li a:hover ul {
  text-decoration:none;
  background:#fff;
  color:#666;
  height:13px;
  line-height:13px;
}

ul li:hover a,
ul li a:hover {
  text-decoration:none;
  color:#333;
  background:#fff;
  background-image:url(bg_gray.jpg);
  height:15px;
  line-height:15px;
}

ul li a {
  text-decoration:none;
  height:15px;
  line-height:15px;
  color:#666;
  background:#fff;
}





input.FlatInput {
  font-size:11px;
  border: 1px solid #666;
  background-color:transparent;
  color:#333;
  width:200px;
  margin:2px 0 0 0px;
}

input.queryInput {
  font-size:11px;
  border: 1px solid #666;
  background-color:transparent;
  color:#333;
  width:449px;
  height:90px;
  margin:5px 0 0px 10px;
  padding:0 0 0 3px;
}

.LoginButton {
  font-size:11px;
  height: 19px;
  border: 1px solid #666;
  background-repeat: no-repeat;
  color: #333;
  background-color: transparent;
  width: 91px;
}

.ResetButton {
  font-size:11px;
  height: 19px;
  border: 1px solid #666;
  background-repeat: no-repeat;
  color: #333;
  background-color: transparent;
  width: 91px;
}



#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.heading {
  z-index: 1;
  font-size:11px;
  text-align:right;
  position: absolute;
  top: 135px;
  color:#666;
  margin:0;
  background:#fff;
  height:11px;
  width:100%;
}

.txt_header {
  color:#666;
  font-size:11px;
  font-weight:bold;
  padding-bottom:10px;
}

.txt_subtitle {
  color:#666;
  text-decoration:underline;
  font-size:10px;
  font-weight:normal;
  padding-bottom:3px;
}


.txt {
  color:#666;
  font-size:10px;
  font-weight:normal;
  vertical-align:top;
}


.txt a, a:visited{
  font-weight:normal;
  text-decoration:none;
  color:#666;
}

.txt a:hover{
  font-weight:bold;
  text-decoration:none;
  color:#333;
}


