/* 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;
}

/* 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 */
.line{
  font-size: 14px;
  line-height: 28px;
  font-family: tahoma;
}

/* line_caption */
.line_caption{
  display: block;
  float: left;
  width: 80px;
  text-align: center;
}

/* line_content */
.line_content{
  display: block;
  float: left;
  width: 700px;
}

/* 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:18px!important;
  height:20px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  padding:2px 2px 0 2px!important;
  padding:0 2px 0 2px;
  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: black;
  width: 70px;
  vertical-align:middle;
  background: url(/resource.do?name=button.gif) #F0F0F0;
  border: 0px solid #A0A0A0;
}

/* bar */
.bar{
  margin: 3px 0 3px 0;
  padding: 0 5px 0 5px; 
  background: #C1D8F9; 
  height: 28px; 
  line-height: 28px;
}

/* highlight */
.highlight{
  color: red; 
  background: yellow;
}


/* pagecontrol */
.pagecontrol{
  font-size: 12px;
}

.pagecontrol span{
  width: 35px;
  cursor: default;
  color: #435D90;
  background: white;
  border: solid 1px gray;
  text-decoration: none; 
  display:inline-block;
  height: 18px;
  line-height: 18px;
  text-align:center;
}

.pagecontrol a {
  width: 35px;
  color: black;
  background: #F0F0F0;
  border: solid 1px gray;
  display:inline-block;
  height: 18px;
  line-height: 18px;
  text-align:center;
  text-decoration: none; 
}
.pagecontrol a:link {color: #435D90;}
.pagecontrol a:visited {color: #435D90;}
.pagecontrol a:hover{ 
  color: #435D90;
  background: #E9F1FF;
  border: solid 1px #044AC6;
  text-decoration: none; 
}


/* div_header */
#div_header{
  clear: both;
  padding: 5px 20px;
  width: 750px;
  height: 28px;
  line-height: 28px;
  margin: auto;
  color: white;
  font-size: 14px;
  text-align: left;
  background: #417AC1;
}

#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_goto */
#div_goto{
  text-align: right;
}

#div_control{
  padding: 0 0 0 15px;
}

/* div_hitsinfo */
#div_hitsinfo{
  text-align:right; 
}

/* div_pagecontrol */
#div_pagecontrol{
  color: gray;
  text-align: center;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  margin: 3px 0 3px 0;
  padding: 0 5px 0 5px; 
  background: #C1D8F9; 
}

/* div_search */
#div_search{
  clear: both;
  width: 780px;
  padding: 5px;
  margin: auto;
  background: white;
  text-align: left;
}

/* div_footer */
#div_footer{
  clear: both;
  color: white;
  padding: 5px;
  width: 780px;
  margin: auto;
  font-size: 14px;
  text-align: right;
  background: #417AC1;
}

/* div_hits */
#div_hits{
  min-height:300px;
  height:auto !important;
  height:300px;
  overflow:visible;
}

/* div_goto */
#div_goto{
  padding: 3px 9px 3px 9px;
  background: #C1D8F9;
  margin: 0 0 3px 0;
  line-height: 28px;
  height: 28px;
}

/* span_info */
#span_info{
  float: right;
}

