<!--
/*$Id*/
/* body and table */
body {font-size:14.8px;}
td {font-size:16px;}

.no-left-border {
    border-left: none;
}
.no-right-border {
    border-left: none;
}
.no-left-right-border {
    border-left: none;
    border-right: none;
}

/* search result block*/
TD U {color: red}
center u {color: red}
center a {font-size:16px}
center { line-height:100%; width:100%}

/* active and inactive tab*/
.active, .inactive {text-align: center; width: 100px; text-decoration: none;}
.active   {border-radius:5px; background-color: #B22222; color: white; font-weight:bold; text-decoration: none;}
.inactive {border-radius:5px; background-color: #595959; color: white; text-decoration: none;}

.nav {text-align: left; font-size:14px;}

/* result total static */
.totalleft, .totalright {background-color: #3366cc; color: white;height:20px; padding-top:3px}
.totalleft   {text-align: left; width: 30%;}
.totalright  {text-align: right;width: 70%;}

/* green and gray color fonts*/
.green {color: green; font-size:14.8px}
.gray {color: gray; font-size:14.8px}


/*background of result setting by odd or even line*/
.bg0 {background-color: white}
.bg1 {background-color: #F0F0F0}


/*display tree scope */

.scope_style {font-size:12px;background-color: #F0F0F0;text-align:left;}
.scope_content{display:block;}

.hide { display: none; visibility: hidden; } 


body{
	height:100%;
	width:100%;
	font-size:100%;
}
.title_background{
	position:relative;
	background-color:#595959;
	width:100%; 
	height:40%;
	margin:auto;
	
}

.title_picture{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

input.query{
	width:460px;
	height:30px;
	border:1px solid;
	border-radius:15px;
	border-color:#595959;
	
}

.little_title_readme_a{
	border-radius:5px; 
	background-color: #B22222;
	color: white; 
	text-decoration: none;
	width:60px;
}

.bi_link{
	color: black; 
	text-decoration: none;
}