#CSSTabContainer{

}
.shadetabs{
padding: 1px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 1;
}

.shadetabs li a{
text-decoration: none;
text-align: right;
padding: 1px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;

background: white url(images/grayshade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;

}

.shadetabs li a:hover{
color: #c20404;

}

.shadetabs li a:active{
color: #c20404;

}

.shadetabs li a.selected{
position: relative;
color: #c20404;

}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/grayshadeactive.gif);
border-bottom-color: white;
color: #c20404;
margin-bottom: -10;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
margin-bottom: 0;
}

.tabcontentstyle{ /*style of tab content oontainer*/
float:right;
text-align: right;
border: 1px solid gray;
width: 465;
hight: 325;
margin-bottom: 1em;
padding: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
.pagination{
	width:auto;
	-moz-box-sizing:border-box;box-sizing:border-box;
	text-align: left;
	border-bottom: 0px solid gray;
	border-left: 0px solid gray;
	border-right: 0px solid gray;
	padding-left: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top:0px;
	margin-top: -15px;
	font: 10px Verdana;
	color:#ffffff;

}

.pagination a, .pagination span{
	text-decoration: none;
	color:#ffffff;

	background-color:transparent;
	cursor:pointer;
	
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

.pagination a:hover, .pagination a.selected, pagination span.over{
	font-weight:bold;color:#eeeeee;
}
