
/*.shadetabs {padding: 18px 0;margin-left:0px; margin-top: 3px;margin-bottom: 0;font: bold 12px Century Gothic;list-style-type: none;text-align: right; /*set to left, center, or right to align the menu as desired}*/
.shadetabs {margin-left:0; margin-bottom:0; padding-left: 0; margin-top: 5px; height:16px; width:100%; /*set to left, center, or right to align the menu as desired*/}
.shadetabs li{float:left; margin: 0;  padding: 0px 1px 0px 1px; list-style:none; }

.shadetabs li a{
		position:relative;
		list-style:none;
		display:block;
		float:left;
		background: url(images/tab-left-ba.gif) no-repeat;
		background-position: top left;
                font: bold 12px Century Gothic;
                padding-left: 2px;
                text-decoration:none;
                }
                
.shadetabs li a span
{
	list-style:none;
	display:block;
	position:relative;
	float:left;
	height:40px;
	width:138px;
	background: url(images/tab-right-ba2.gif) no-repeat;
	background-position: top right;
	padding: 3px 1px 0px 3px;
	text-decoration:none;

	
}
.shadetabs li a:visited{color: #2d2b2b;text-decoration:none;}
.shadetabs li a:hover{color: #2d2b2b;text-decoration:none;}
.shadetabs li.selected{position: relative;text-decoration:none;}

.shadetabs li.selected a
{
	list-style:none;
	display:block;
	float:left;
	background: url(images/tab-active-left-ba.gif) no-repeat;
	background-position: top left;
	font: bold 12px Century Gothic;
	padding-left: 5px;
	text-decoration:none;
	}
.shadetabs li.selected a span
{
	position:relative;
	clear:right;
	list-style:none;
	float:left;
	height: 40px;
	width: 138px;
	background: url(images/tab-active-right-ba.gif) no-repeat;
    background-color: #013E7F;
	border-top:none;
	background-position: top right;
	padding: 3px 1px 0px 3px;
	color:#fff;
	text-decoration:none;
	}



.shadetabs li.selected a:hover{text-decoration: none;}

.tabcontentstyle{ /*style of tab content oontainer*/
position: relative;
float: left;
clear:left;
left: 0px;
border-top: 1px solid #A6AFB8;
width: 99%;
padding: 5px;
margin-right:10px;
padding-top: 5px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}