@import "menu.css";
body{
	margin: 0px;
}
body, td, div, p, input, select, textarea{
	font: 100 9pt verdana;
	line-height: 140%;
	color: #000000;
}
a{
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
form{
	margin: 0px;
	padding: 0px;
}
input{
	border-style: groove;
}
img{
	border-width: 0px;
}
.radio{
	border: 0px;
}
.button{
	cursor: pointer;
	font: 700 8pt/22px Tahoma;
	color: #FFF;
	background: url(../img/button_bck.png) no-repeat;
	width: 105px;
	height: 22px;
	border: 0px;
}
.main_container {
	width: 996px;
}
/**/
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clear{
	clear:both;
}
/**/
.base_top{
	width: 100%;
	height: 200px;
	background: url(../img/logo.png) no-repeat;
	position: relative;
}
.base_top .logo{
	position: absolute;
	left: 18px;
	top : 36px;
	width: 215px;
	height: 60px;
}
.base_top .welcome{
	position: absolute;
	left: 35px;
	top : 125px;
	width: 270px;
	height: 16px;
	font: 100 8pt/16px Tahoma;
	color: #696866;
}
.base_top .short_menu{
	position: absolute;
	right: 32px;
	top : 125px;
	width: 125px;
	height: 16px;
	text-align: right;
}
.base_top .short_menu a{
	font: 100 7.5pt/16px Tahoma;
	color: #696866;
}
.base_top .menu{
	position: absolute;
	left: 40px;
	top: 152px;
	width: 916px;
	height: 47px;
}
.base_top .menu .start_item{
	float: left;
	width: 31px;
	height: 47px;
}
.base_top .menu .item{
	float: left;
	height: 47px;
	margin: 0px;
	padding: 0px;
}
.base_top .menu .item a{
	font: 700 8pt/47px Tahoma;
	color: #FFF;
}
.base_top .menu .item_sep{
	float: left;
	height: 47px;
	width: 34px;
	margin: 0px;
	padding: 0px;
	background: url(../img/menu_sep.gif) no-repeat center center;
}
/**/
.base_top .lang_menu{
	position: absolute;
	top: 50px;
	right: 50px;
	height: 30px;
}
.base_top .lang{
	display: block;
	height: 20px;
	width: 60px;
	float: left;
	text-align: center;
	font: 700 8pt/20px arial;
	color: #000;
}
.base_top .colored{
	color: #DDD;
}
.base_top .lang_sep{
	height: 20px;
	width: 10px;
	float: left;
	font: 200 8pt/20px arial;
	text-align: center;
}

/**/
.base{
	clear:both;
	padding: 0px 30px;
	background: url(../img/bck.png) no-repeat;
	height: 850px;
}
.base_middle_inner{
	width: 936px;
}
/**/
.headline{
	clear: both;
	background: url(../img/headline_bck.png) no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.headline_inner{
	height: 261px;
}
.headline_inner .left_side{
	float: left;
	width: 10px;
}
.headline_inner .right_side{
	width: 10px;
}
.headline_inner .block_left{
	float: left;
	width: 522px;
}
.headline_inner .block_middle{
	float: left;
	width: 127px;
}
.headline_inner .block_right{
	float: left;
	width: 267px;
}
/**/
.middle_content{
	clear:both;
	width: 936px;
}
.middle_content .content_middle{
	background: url(../img/middle_back.png) repeat-y;
	padding: 10px;
	height: 450px;
}
.middle_content .content_bottom{
	height: 5px;
	background: url(../img/middle_back_bottom.png) no-repeat;
}
.middle_content .middle_content_inner{
	padding: 10px;
	scrollbar-track-color: #333; 
	scrollbar-face-color: #f9f9f9; 
	scrollbar-shadow-color: #DDD; 
	scrollbar-dark-shadow-color: #666; 
	scrollbar-highlight-color: #fff; 
	scrollbar-3d-light-color: #3399FF; 
	scrollbar-arrow-color: #000;
}
.content_middle .caption .inner{
	background: url(../img/middle_content_caption.png) repeat-x;
	padding-left: 27px;
	font: 700 10pt/33px tahoma;
	color: #FFF;
}
.content_middle .caption .inner a{
	color: #FFF;
}
.middle_sub_page_title{
	margin-top: 10px;
	background: url(../img/sub_page_title_bck.png) repeat-x;
	text-align: left;
}
.middle_sub_page_title a{
	color: #FFF;
}
.middle_sub_page_title span{
	font: 700 8pt/21px Tahoma;
	color: #fff;
	padding-left: 10px;
}
.no_record{
	padding: 20px 10px;
	font: 100 9pt/14px tahoma;
	text-align:center;
	background: #F9F9F9;
	border: 1px solid #F0F0F0;
}
.site_back{
	margin: 5px 0px;
	padding: 5px;
	background: #F9F9F9;
	clear: both;
	text-align: right;
	border: 1px solid #F0F0F0;
}
.site_back a{
	font: 700 11px/15px arial;
	color: #3399ff;
}
/**/
.footer{
	height: 64px;
	font: 100 7.5pt/16px Arial;
	margin-top: 10px;
}
.footer div{
	color: #FFF;
}
.footer .copyright{
	font-weight: bold;
	color: #FFF;
}
.footer a{
	font: 700 7.5pt Tahoma;
	color: #FFF;
}
