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:13px;
  background:#fff;
  margin:0;
  padding:0;
}

ul li {
  float:left;
  width: 190px;
}

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:13px;
  line-height:13px;
}

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

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;
  height:13px;
  line-height:13px;
}

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

table.regForm {
  border-collapse:collapse;
  border-spacing:0px;
}

td.regFormHandle {
  font-size:11px;
  width:250px;
  background-color:transparent;
  color:#333;
  vertical-align:center;
  padding:0 0 0 10px;
}

td.regFormError {
  font-size:11px;
  background-color:transparent;
  color:#333;
  vertical-align:center;
  padding:0 0 0 10px;
}


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;
  cursor: hand;
}

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

.mainContent {
  z-index: 1;
  overflow: auto;
  scrollbar-face-color:#c0c0c0;
  scrollbar-shadow-color: #c0c0c0;
  scrollbar-highlight-color: #c0c0c0;
  scrollbar-3dlight-color: #fff;
  scrollbar-darkshadow-color:#fff;
  scrollbar-track-color: #c0c0c0;
  scrollbar-arrow-color: #fff;
  color:#000;
  font-size:11px;
  line-height:14px;
  text-align:justify;
  position: absolute;
  left: 0px;
  top: 150px;
  margin:0;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  background:#c0c0c0;
  height:339px;
  width:100%;
}

#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%;
}

