@charset "utf-8";
/* CSS Document */
*{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	background-image: url('../images/back.png');
	background-repeat:repeat-x;
	background-color: #fff;
}
a{
	color:#00c;
	font-weight:normal;
	text-decoration:none;
}
h1{
	font-size: 15px;
	
	font-weight: bold;
	text-align:center;
	color: #900;	
}
h2, h2 a{
	font-size: 13px;
	display: block;
	padding: 10px 0 1px 0;
	font-weight: bold;
	color: #009;	
}
h2 a{
	text-decoration: underline;	
}


#outer{
	width: 940px;
	margin: 0 auto;
	
}
#header{
	width: 100%;
	padding-top: 20px;
	margin:  0;
	display: block;
	height: 84px;
	float: left;
}

#menu{
	width: 100%;
	display: block;
	height: 47px;
	float: left;
}




#menu a{
	
	display: block;
	float: left;
	font-size:14px;
	font-weight: normal;
	text-transform:uppercase;
	color: #000;
	width:125px;
	height: 38px;
	text-align:center;
	padding: 8px 0 0 0;
	
}
#menu a.sel{
	background-image: url('../images/button.png');
	color: #FFF;
}
#menu a:hover{
	background-color: #efefef;
	
	
}
#imgs{
	width: 100%;
	display: block;
	float: left;
	height: 209px;
	background-image: url('../images/imgs.jpg');
	
}









#mainContent{
	float:left;
	padding:20px 0 0 0;
	display: block;
	
	line-height: 170%;
	width: 940px;
	height: 430px;
	background-image:  url('../images/main.jpg');
	background-repeat: no-repeat;
	background-position: 0 20px;
}

#mainContent *{
	line-height: 170%;

}
#allview{
	
 
	width: 280px;
	color: #fff;
	height: 160px;
	padding: 18px 15px 0 20px;	
	font-size: 13px;
	font-weight: bold;
	line-height: 175%;
}

#content{
	
 
	width: 602px;
	
	height: 405px;
	padding: 10px 0 0 12px;
	overflow: auto;
}

#lngHolder{
	float: right;
	display: block;	
}
#lngHolder a{
	display: block;
	width: 22px;
	height: 18px;	
	padding: 0;
	margin-top: 10px;
}
table.tbl{
	
	width: 100%;
	border-left: 1px solid #ccc;
	border-top:  1px solid #ccc;
}
table.tbl td{
	padding: 2px 15px;
	border-right: 1px solid #ccc;
	border-bottom:  1px solid #ccc;
}

table.tbl td input, table.tbl td select{
	border: 1px solid #faa;
	padding: 1px;
	font-size: 12px;
	font-weight: bolder;
	color: #900;
	width: 280px;
	margin: 3px 0;
}
table.tbl td input.sm{
	width: 80px;
	font-weight: normal;
}

table.tbl td textarea{
	border: 1px solid #faa;
	padding: 1px;
	font-size: 12px;
	font-weight: bolder;
	color: #900;
	width: 280px;
	height: 80px;
	margin: 3px 0;
}
table.tbl td input.button{
	border: 1px solid #aaa;
	background: #efefef;
	padding: 1px;
	font-size: 12px;
	font-weight: bolder;
	color: #a00;
	width: 180px;
	margin: 3px 0;
}

div.error{
	display: inline;
	border: 1px solid #900;
	background: #faa;
	padding: 0 5px;
	margin: 0 5px;
	
}
