/* ----Tab Navigation -----*/

.shadetabs{
	padding: 3px 0;
	margin-left: 0 !important;
	margin-top: 1px;
	margin-bottom: 0 !important;
	list-style-type: none;
	text-align: left;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 10px;
	margin-right: -5px;
	border: 1px solid #9EB5BE;
	color: #63767E;
	background: white url(../images/shade.gif) repeat-x left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.shadetabs li a:visited{
color: #354C65;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: -2px;
}

.shadetabs li.selected a{
	background: white url(../images/shadeactive.gif) repeat-x left top;
	border-bottom: solid 4px white;
	color: #6C0000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ----Tab Content Container -----*/


.tabcontentstyle{
	border: 1px solid #9EB5BE;
	width: 422px;
	margin-bottom: 5px;
	padding: 10px;
	background-image: url(../images/shade.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}

.tabcontentstyle a{
	color: #990000 !important;

}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
