.l_side,.r_side{width:10px;}
.h_l,.h_r,.c_l,.c_r,.f_l,.f_r,.h_content,#center,.f_content,.s_l,.s_r,.s_content{height:100%;}
.h_l,.c_l,.f_l,.s_l{float:left;*margin-right:-10px;}
.h_r,.c_r,.f_r,.s_r{float:right;*margin-left:-10px;}
.h_l{ background:url(images/top_left.png) no-repeat;}
.h_r{ background:url(images/top_right.png) no-repeat;}
.c_l,.s_l{ background:url(images/left.png) repeat-y;}
.c_r,.s_r{ background:url(images/right.png) repeat-y;}
.f_l{ background:url(images/bottom_left.png) no-repeat;}
.f_r{ background:url(images/bottom_right.png) no-repeat;}
.h_content,.f_content,#center,.s_content{margin:0px 10px 0px 10px;}
.h_content{background:url(images/top_center.png) repeat-x; position:relative;}
#center,.s_content{background:#DEEEFE;}
.f_content{ background:url(images/bottom_center.png) repeat-x;}
.clearfloat{ clear:both; height:0; font-size: 1px; line-height: 0px;}
.activitytab{background:url(images/card_bg.png) repeat-x;padding-left:20px;padding-right:20px;border-left: 1px solid #BAC7DB;border-right: 1px solid #BAC7DB;}
.activitytab span.leftBut:hover{background:url(images/card.png) center center no-repeat;}
.activitytab span.rightBut:hover{background:url(images/card.png) center center no-repeat;}
.activitytab ul li:hover{background:url(images/card.png) no-repeat;}
.activitytab ul li.active{background:url(images/card.png) no-repeat;}
.mid_l_c{border: 1px #bcc6dd solid;}
.interval{float:left;display:block;background:url(images/interval.png) no-repeat;width:2px;height:63px;}
#popDiv button.button{background:url(images/button.gif) no-repeat center;width:80px;height:24;line-height:24px;border:none;color:#1571B3}
.left_buts{border-top:1px solid #8B8B8B;}
.lefta_d, .righta_d { width:66px;color:#6189AE; margin-top:10px;}
.lefta_d{background:url(images/lefta_d.png) no-repeat;}
.righta_d{background:url(images/righta_d.png) no-repeat;float: right;}
#newslist {position: absolute;top: 50px;left: 0px;bottom:0px;}

/*下面是滚动条的样式*/
.myScrollbarV>div {
	background:-webkit-gradient(linear, 0 0, 100% 0, from(#EFEBE0), to(#DAD8D2));
	background: -moz-linear-gradient(top, #EFEBE0, #DAD8D2);
	background: -ms-linear-gradient(top, #EFEBE0, #DAD8D2);
	background: -o-linear-gradient(top, #EFEBE0, #DAD8D2);
	background: linear-gradient(top, #EFEBE0, #DAD8D2);
	border:1px solid #A4A4A4;
	box-shadow:inset 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.myScrollbarH>div {
	background:-webkit-gradient(linear, 0 0, 100% 0, from(#EFEBE0), to(#DAD8D2));
	background: -moz-linear-gradient(top, #EFEBE0, #DAD8D2);
	background: -ms-linear-gradient(top, #EFEBE0, #DAD8D2);
	background: -o-linear-gradient(top, #EFEBE0, #DAD8D2);
	background: linear-gradient(top, #EFEBE0, #DAD8D2);
	border:1px solid #A4A4A4;
	box-shadow:inset 1px 1px 0 rgba(255, 255, 255, 0.5);
}