@charset "utf-8";
/* CSS Document */
.webwidget_scroller_tab{
	font-size: 14px;
	font-family:Courier, monospace;
	width:500px
}.tabContainer{
	width:100%;
	overflow:hidden;
}.tabContainer li{
	float:left;
	margin-right:2px;
}.tabContainer li a{
	display:block!important;
	display:inline-block;
	padding:0 15px;
	height:27px;
	line-height:27px;
}
.webwidget_scroller_tab .tabHead{
	list-style-type: none;
	margin:0px;
	padding:0px;
	font-family: Courier, monospace;
	font-size: 16px;
}
.webwidget_scroller_tab .tabBody{
	height: 150px;
	border-left:#dbdbdb solid 1px;
	border-right:#dbdbdb solid 1px;
	overflow-x: hidden;
    overflow-y: auto;
	width:498px;
	position: relative;
}
.webwidget_scroller_tab .tabBody ul,li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.webwidget_scroller_tab .tabBody ul{
    width: 1500px;
    position: absolute;
}
.webwidget_scroller_tab .tabBody ul li{
    float: left;
    width: 500px;
}
.webwidget_scroller_tab .tabHead li a{
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
.webwidget_scroller_tab .tabHead li a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFCC;
}


.webwidget_scroller_tab .tabCot{
    float: left;

}
.webwidget_scroller_tab .tabCot p{
    margin: 0px;
    padding:5px;
}
.webwidget_scroller_tab .tabContainer li.currentBtn{
}
.webwidget_scroller_tab .tabContainer li.currentBtn a{
	height:28px;
	color:#434142;
}
.webwidget_scroller_tab .modA{margin:10px;}
.webwidget_scroller_tab .modBody{
	border-left:#dbdbdb solid 1px;
	border-right:#dbdbdb solid 1px;
	background-color: #666666;
}
.webwidget_scroller_tab .modTop h3{
	padding:0px;
	margin:0px;
	height:28px;
	color:#2C6A78;
	font-size:12px;
	line-height:25px;
}.modTop span.modATL,.modTop span.modATR{
	float:left;
	width:4px;
	height:28px;
	overflow:hidden;
}.modTop span.modATR{
	float:right;
}.modA #sideNav dd a:hover{
	color:#FFF;
	text-decoration:none;
}
.webwidget_scroller_tab .modBottom{
	width:100%;
	height:4px;
	overflow:hidden;
}
.webwidget_scroller_tab .modBottom span.modABL,.modBottom span.modABR,.modTopB span.modATR,.modTopB span.modATL{
	float:left;
	width:4px;
	height:4px;
	overflow:hidden;
}
.webwidget_scroller_tab .modBottom span.modABR{
	float:right;
}
