@charset "utf-8";
/* CSS Document */

@charset "utf-8";

h1,h2,h3,h4,h5,h6{font-family:"Courier New",Courier,monospace;}
h1{line-height:70%}
.thrColLiqHdr #container{width:90%;background:#FFF;margin:0 auto;text-align:left;}
.thrColLiqHdr #header{clear:both;overflow:hidden;height:60px;padding-bottom:15px;}
.hboxL{width:25%;}
.hboxr{width:50%;padding-top:12px;}
.hboxL,.hboxr{float:left;clear:none;}
.thrColLiqHdr #header h1{margin:0;padding:10px 0;}
.hline{width:100%;float:left;clear:both;background:#039 url(http://tools.briefer.net/css/colorbar.png) no-repeat top left scroll;height:2px;}
.thrColLiqHdr #mainContent{margin:0 24% 0 23.5%;}
.thrColLiqHdr #footer{padding:0 10px;border-top:1px solid #DDD;}
.thrColLiqHdr #footer p{margin:0;padding:10px 0;}
.fltrt{float:right;margin-left:8px;}
.fltlft{float:left;margin-right:8px;}
.clearfloat{clear:both;height:0;font-size:1px;line-height:0;}
.manip{clear:both;font-size:9px;text-decoration:none;}
.lowInfo{font-size:10px;color:#BBB;}
#se_res {background:#FFFFFF;margin:0 0 10px;padding:10px;width:97%;overflow:hidden;}
#se_res .gsc-control{width: 99%;}
body {
	margin:20px 0 0 0; 
	padding:0; 
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:#282828;
}
		
#wrapper {
	width:100%; 
	margin:0 auto;
}
			
#header {
	width:100%;
	height:58px;
}
		
				#menu {
					list-style:none; 
					padding:0; 
					margin:23px 55px 0 0;
					float:right;
				}
				
				#menu li {
					float:left; 
					padding:0 15px 0 0;
				}
			
				#menu li a {
					color:#666; 
					font-weight: 700; 
					text-decoration:none;
				}
			
				#menu li a.selected {
					color:#333; 
					font-weight: 700; 
					text-decoration:underline;
				}
		
			#body {
				clear:both; 
				/*display:none;*/
				width:680px;
				margin: 0 auto;
			}
			
				#body .header {
					background: url(body_header.gif) no-repeat center center;
					width:670px;
					height:28px;
				}
				
				#body .body {
					background: url(body.gif) repeat-y;
					width:600px;
					padding:0 40px;
					text-align:left;
					color:#444;
				}
				
				#body .footer {
					background: url(body_footer.gif) no-repeat center center;
					width:670px;
					height:24px;
				}
			
			.loading {
				background: url(load.gif) no-repeat center center;
				height:48px;
				display:none;
			}