
/*.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 {position: relative; margin-left:0; padding-left: 0; height:42px; 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: left;
                font: bold 13px Century Gothic;
                padding-left: 3px;
                text-decoration:none;
                }
                
.shadetabs li a span
{
	list-style:none;
	display:block;
	position:relative;
	float:left;
	height:34px;
	min-width:90px;
	width: auto;
	max-width:88px;
	background: url(images/tab-right-ba2.gif) no-repeat;
	background-position: right;
	padding: 8px 7px 1px 5px;
	text-decoration:none;
	
}
.shadetabs li a:visited{color: #2d2b2b;}
.shadetabs li a:hover{color: #2d2b2b;}
.shadetabs li.selected{position: relative;}

.shadetabs li.selected a
{
	list-style:none;
	float:left;
	background: url(images/tab-active-left-ba.gif) no-repeat;
	background-position: left;
	font: bold 13px Century Gothic;
	padding-left: 5px;
	text-decoration:none;
	}
.shadetabs li.selected a span
{
	list-style:none;
	Display:block;
	float:left;
	height: 24px;
	width: 110px;
	background: url(images/tab-active-right-ba.gif) no-repeat;
    background-color: #013E7F;
	border-top:none;
	background-position: right;
	padding: 5px 7px 14px 5px;
	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;
}
}