/* all */
html, body{
  margin: 0;
  padding: 0;
  text-align: center;
}

html{
  overflow-x: hidden;
  overflow-y: scroll;
}

body{
  background: gray;
  overflow-x: hidden;
  overflow-y: hidden;
}

div{
  font-size: 14px;
  font-family: tahoma;
  margin: 0px;
  padding: 0px;
}

em {
  font-style: normal;
}

/*menu*/

.menu{
  opacity: 1;
}

.menu a {
  width: 48px;
  color: white;
  margin: 0 -1px 0 0;
  border: solid 1px white;
  border-top: none;
  border-bottom: none;
  display:inline-block;
  height: 18px;
  line-height: 18px;
  text-align:center;
  vertical-align:middle;
  text-decoration: none; 
}

.menu a:active{color: white;}
.menu a:link {color: white;}
.menu a:visited {color: white;}
.menu a:hover{ 
  color: yellow;
  text-decoration: none; 
}

/* menu_item */
.menu_item{
  margin: 2px;
  padding: 3px;
  display: inline;
  float: left;
  width: 140px;
  overflow:hidden;
  border: solid 1px gray;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

/* line, record */
.line, .record{
  font-size: 14px;
  line-height: 28px;
  font-family: tahoma;
}

.line_selected{
  background: #999999;
}

/* line_caption */
.line .caption{
  display: block;
  float: left;
  width: 80px;
  text-align: center;
}
.line .caption a {
  color: gray;
  text-decoration: none; 
}
.line .caption a:link {color: gray;}
.line .caption a:visited {color: gray;}
.line .caption a:hover{ text-decoration: none; color: black;}

/* line_content */
.line .content{
  display: block;
  float: left;
  width: 690px;
  padding: 0 5px 0 0;
}

/* record_caption */
.record .caption{
  color: gray;
  font-size: 12px;
  display: block;
  width: auto;
  text-align: left;
}

.record .caption a {
  color: gray;
  text-decoration: none; 
}
.record .caption a:link {color: gray;}
.record .caption a:visited {color: gray;}
.record .caption a:hover{ text-decoration: none; color: black;}

/* record_content */
.record .content{
  display: block;
  width: auto;
}

/* input_text */
.input_text{
  margin: 0;
  font-size:12px;
  line-height:20px;
  height: 20px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  padding:0 4px;
  border:1px solid gray;
  vertical-align:middle;
  background:#FFFFFF;
}

/* button */
.button{
  margin:0;
  height:25px;
  font-size:12px;
  padding:5px 10px 3px;
  text-align: center;
  color: white;
  width: 70px;
  vertical-align:middle;
  background:  #00B0B0;
  border: 0px solid #A0A0A0;
}

/* bar */
.bar{
  margin: 3px 0 3px 0;
  padding: 0 5px 0 5px; 
  background: silver; 
  height: 28px; 
  line-height: 28px;
}

/* highlight */
.highlight{
  color: red; 
  background: yellow;
}


/* pagecontrol */
.pagecontrol{
  clear: both;
  padding: 3px;
  line-height: 28px;
  height: 28px;
  margin: 5px 0;
  text-align: center;
  font-size: 12px;
  background: silver;
}

.pagecontrol em{
  width: 35px;
  color: #FAFAFA;
  background: #008080;
  display:inline-block;
  height: 20px;
  line-height: 20px;
  text-align:center;
}

.pagecontrol a {
  width: 35px;
  color: gray;
  background: #F0F0F0;
  display:inline-block;
  height: 20px;
  line-height: 20px;
  text-align:center;
  text-decoration: none; 
}
.pagecontrol a:link {color: gray;}
.pagecontrol a:visited {color: gray;}
.pagecontrol a:hover{
  text-decoration: none; 
}


/* div_header */
#div_header{
  clear: both;
  padding: 5px 20px;
  width: 750px;
  height: 28px;
  line-height: 28px;
  margin: auto;
  color: #FAFAFA;
  font-size: 14px;
  text-align: left;
  background: #363636;
}

#div_header a {
  color: white;
  font-weight: bold;
  text-decoration: none; 
}
#div_header a:link {color: white;}
#div_header a:visited {color: white;}
#div_header a:hover{ text-decoration: none; color: yellow;}

/* div_main */
#div_main{
  clear: both;
  width: 780px;
  padding: 5px;
  margin: auto;
  background: white;
  text-align: left;
}

#div_control{
  padding: 0 0 0 15px;
}

/* div_hitsinfo */
#div_hitsinfo{
  color: white;
  text-align:right; 
}

/* div_pagecontrol */
#div_pagecontrol{
  opacity: 1;
}

/* div_search */
#div_search{
  clear: both;
  width: 780px;
  padding: 5px;
  margin: auto;
  background: white;
  text-align: left;
}

/* div_footer */
#div_footer{
  clear: both;
  color: #FAFAFA;
  padding: 5px;
  width: 780px;
  margin: auto;
  font-size: 14px;
  text-align: right;
  background: #363636;
}

/* div_hits */
#div_hits{
  min-height:300px;
  height:auto !important;
  height:300px;
  overflow:visible;
}

/* div_goto */
#div_goto{
  opacity: 1;
}

/* em_info */
#em_info{
  float: right;
}

/*div_recent*/
#div_recent{
  clear: both;
  width: 780px;
  padding: 5px;
  margin: auto;
  background: white;
  text-align: left;
}

#div_recent div{
  cursor: pointer;
  margin: 2px 0 2px 0;
  height: 24px;
  padding: 5px;
  line-height: 24px;
}

.recent_mouseout{
  background: #FAFAFA;
  border-left: solid 3px silver;
}
.recent_mouseover{
  color: black;
  border-left: solid 3px green;
  background: #F0F0F0;
}

#div_recent a {
  color: gray;
  font-weight: bold;
  text-decoration: none; 
}
#div_recent a:link {color: gray;}
#div_recent a:visited {color: gray;}
#div_recent a:hover{ text-decoration: none; color: black;}

