@charset "utf-8";
/* CSS Document */
@import url("lightbox.css");
@import url("xxxx.css");
* {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	/*color:#2e2e2e;*/
}
body,html {
	margin:0px;
	padding:0px;
	height:100%;
}
img {
	border:none;
}
.pngfix{
	behavior: url("iepngfix.htc");
}

/*.index_pic{
	border:1px #CCCCCC solid;
	padding:1px;

}*/

.index_pic{
	border:1px #FF9900 solid;
	padding:2px;

}

.index_pic2{
	border:1px  #33CC33 solid;
	padding:2px;

}

.index_pic3{
	border:1px #33CCFF solid;
	padding:2px;

}

#maincontainer{
	margin:0 auto;
	width:1000px; /*Width of main container*/
	border:0px #0033FF solid;
}
#wapper{
	margin:0 40px;

}

#title{
	margin:0  0px 15px 0;
}

#indside_content {
	display:block;
	border-top:1px #CCCCCC solid;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	background: url(../images/common/img_content_bg.jpg) top no-repeat;
}
#indside_content2 {
	padding-bottom:155px;
	background:url(../images/common/img_footer.jpg) bottom no-repeat ;
}
#indside_content_right {
	width:513px;
	height:165px;
	display:block;
	border-top:1px #CCCCCC solid;
	border-left:1px #CCCCCC solid;
	background: url(../images/front/content_bg.jpg) top no-repeat;
}


#footer {
	border-top:1px #CCCCCC solid;
	clear:both;
	color:#808080;
	margin:0 30px;
}

#footer_content {
	color:#808080;
	margin:5px 0px;
}

#footer a{
	color:#808080;
	text-decoration:none;
}
#footer a:hover{
	color:#3f3f3f;
		}

#footer .rt {
	float:right;
}
#footer .lt {
	float:left;
}

.blue_txt{
	font-size:11px;
	color:#0c82ff;
}

.red_txt{
	color:#ff0000;
	font-size:12px;
}

.normal_txt{
	color:#444444;
	font-size:12px;
}

.normal_txt_bold{
	color:#444444;
	font-size:12px;
	font-weight:bold;
}

.small_txt{
	color:#444444;
	font-size:11px;
}

.small_txt_bold{
	color:#444444;
	font-size:11px;
	font-weight:bold;
}



.green_txt{
	color:#1f6700;
}

.green_txt_bold{
	color:#1f6700;
	font-weight:bold;
}

.green_txt_small{
	font-size:11px;
	color:#1f6700;
	font-weight:bold;
}

.white_txt_small{
	font-size:11px;
	color:#fffff;
	font-weight:bold;
}


a.link{
	color:#1f6700;
	}

a.link:hover{
	color:#1f6700;
	text-decoration:none;
}

.pic {
	display: inline;
	float:left;
	z-index:6;
	margin:5px 10px 5px 10px;
	background: url(../images/active/img_pic_bg.jpg) no-repeat;
	width:121px;
	height:79px;
}

.pic img {
	margin-left:10px;
	margin-top:5px;
}

.past_box {
	margin:10px 0px 0px 0px;
	padding:10px;
	width:570px;
	border-top:8px solid #79a415;
	border-bottom:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
}
.past_box dl {
	padding:0px;
	margin:0px;
	width:550px;
	height:auto;
}
.past_box dt {
	background:url(../images/past_active/img_prev_activity_icon.jpg) 5px 10px no-repeat;
	padding:10px 10px 10px 30px;
	margin:0px;
	font-size:16px;
	font-weight:bold;
	color:#ce6b00;
	width:500px;
}
.past_box dd {
	position:relative;
	margin:5px 5px 5px 30px;
	padding:0px;
	font-size:12px;
	font-weight: normal;
}
.past_box dd span {
	display:block;
	padding:5px 0px 0px 9px;
	z-index:6;
	margin:10px 0 0 0;
	background: url(../images/active/img_pic_bg.jpg) no-repeat;
	width:121px;
	height:79px;
}

/*Table*/

.table_content{
	border-collapse:collapse;
	border:1px solid #123e00;

}
.td{
border:1px solid #123e00;
padding:10px;
}

.textflied_txt{
	color:#999999;
	font-size:11px;
}

#popContainer{
	height:100%;
	width:100%;
	position:absolute;
	z-index:999;
}

#bodyContainer{
	position:absolute;
	z-index:0;
	height:100%;
	width:100%;
	overflow:auto;
}

