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

body{
	margin:0px;
	text-align: center;
	background-color: #010006;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;	
}
#wrapper{	
	width:980px;
	text-align:left;
	margin:auto;
	background-color: #FFFFFF;
}
#header{
	position:relative;
	width:980px;
	height:88px;
	background:url(images/bg_header.gif);
	background-repeat:no-repeat;
	background-color:#e9e9e9;
}
#header_logo{
	position:absolute;
	left:12px;
	top:11px;
}
#header_link{
	position:absolute;
	top:13px;
	/*left:598px;*/
	left:650px;
}
#header_link a {	
	float:left;
	margin-top:2px;
}
#header_link div {	
	float:left;
	margin:0px 9px 0;
}

#header_search{
	width:116px;
	height:19px;
	position: absolute;
	top:15px;
	left:830px;
}
.header_search_input{
	border:0px;	
	font-size:10px;
	width:85px;
	height:13px;
}
#header_menu{
	position:absolute;
	top:48px;
	#top:60px;
	/*left:165px;	*/
	left:200px;
	height:24px;
	margin:0px;
}

#header_menu ul{
	list-style-type: none;
}
#header_menu ul li{
	width:112px;
	height:24px;
	float:left;	
}
.empty {	
	width:77px !important;
	background-image:url(images/bg_header_menu.png);
}
#container{
	background:url(images/bg_container.gif);
	background-repeat:repeat-x;
	padding:12px 0 10px;
}
#primary{
	width:745px;
	float:right;
}
#secondary{
	width:235px;
	float:left;
}
#primary_main_contents {
	width:647px;
	min-height:420px;
	_height:420px;
	background-color:#FFFFFF;
	padding:10px 20px;
	position:relative;
}
#menu_list_frame {
	width:178px;
	margin-left:30px;
	position:relative;
}
#menu_top{
	width:178px;
	height:29px;		
}
#menu_list {	
	width:178px;
}
#menu_bottom {
	width:178px;
	height:8px;
	background-image:url(images/bg_menu_bottom.gif);
	margin-top:-3px;
	background-repeat:no-repeat;
}
.clear {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
#footer{
	position: relative;
	background:url(images/bg_footer.png);
	height:45px;
}
#footer_info{
	float:right;
	margin:5px 30px 0 0;
	text-align:right;
}
#footer_link{
	float:left;
	margin:5px 0 0 30px;
}
.footer_link {
	float:left;
}
.footer_link_space {
	float:left;
	margin:-2px 8px 0;
}
/***************************************************************************/

#primary_title{
	
}
#primary_content{
	margin-top:10px;
	position:relative;
}
.primary_content_block{
	margin-top:10px;
	position:relative;
}
.title1 {
	height:20px;
}

.pages_link {
	display:block;
	float:right;
	text-align:center;	
	margin-left:3px;	
	width:20px;
	height:19px;
	#height:20px;
	padding-top:1px;
}
.pages_link:hover {
	
}

.btn_more{
	display:block;	
	font-size:11px;
	background-image:url(images/icon_more_off.gif);
	background-repeat:no-repeat;
	background-position: right 5px;
	width:32px; /*IE8 firefox*/
	#width:32px !important; /*IE7*/
	[width:32px;width:35px;] /*safari chrome*/
}
.btn_more:hover{	
	background-image:url(images/icon_more_on.gif);
}


.contant_text {
	line-height:24px;
}
.contant_text a{
	font-size:14px;
}

/**********for calendar*********/
.spaceday {
	/*background-color: #FFFFFF;*/
	
}
.hasday{
	/*background-color: #F1F5F8;
	cursor: pointer;*/
}
.weektitle{
	/*background-color: #2E2D76;
	color:#FFFFFF;*/
}
.today{
	/*background-color: #CC99CC;
	cursor: pointer;*/
	font-weight:bold;
}
.align_center{
	text-align:center;
}
/**********for calendar end*****/
