@charset "utf-8";
/* CSS Document */
body{ margin:0px; padding:0px; background-color:#8AAAD4;}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:24px;
}
h1{ color:#3366CC; font-size:16px;}
.box {
	background-color:#FFFFFF; 
	color:#333333; 
	width:880px; 
	height:540px; 
	position:absolute; 
	margin:-270px 0px 0px -440px; 
	top:50%; 
	left:50%;
	font-size:12px;
	
}
.on{
	background-image: url(table_1.png);
	background-repeat: repeat-x;
	font-size:14px;
	font-weight:bold;
}
.off{
	background-image: url(table_3.png);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AABCD0;
	color:#2A436C;
}

.focus{
	background-image: url(table_2.png);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AABCD0;

}

.bg{
	background-image: url(all_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.bg2{
	background-image: url(all_bg2.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #C7D0D6;
}

#bgr{
	height: 541px;
	width: 100%;
	background-image: url(r_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bgr #bgl{
	height: 541px;
	width: 100%;
	background-image: url(l_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.shadow{ height:68px;
	background-image: url(shadow.png);
	background-repeat: repeat-x;
	background-position: top;



}

.block{
	color:#333333;
	background-color:#F5F7F8;
	border: 1px solid #E6E7E9;
	padding:10px;
	margin:10px 0px;
	line-height:180%;
}
.btn{
	background-image:url(button.jpg);
	border:1px solid #363B76;
	color:#00156E;
	width:80px;
	font-size:12px;
	height:22px;
	line-height:22px;
	background-repeat: no-repeat;
}

a.btn:link{	color: #000000;	text-decoration: none;}
a.btn:visited {	color: #000000;	text-decoration: none;}
a.btn:hover {color:#003399;border:none; font-weight:bold;}
a.btn:active {border:none;}


.input_l{
	width:160px;
	height:22px;
	background-image: url(input_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bcbcbc;
	background-color: #CCCCCC;
	padding:0px; margin:0px;
	line-height:22px;
}
.input_s{
	width:100px;
	height:22px;
	background-image: url(input_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bcbcbc;
	background-color: #CCCCCC;
	padding:0px; margin:0px;
	line-height:22px;
}