.shadetabs{
	padding: 3px;
	margin:0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: center;
	border-bottom: 1px solid #778;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}


.shadetabs li{
	display: inline;
	list-style: none;
 	margin: 0;
}	

.shadetabs li a{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #333333;
	border-bottom: none;
	background-color: #AE1321;
	text-decoration: none;
}

.shadetabs li a:link{
	color: #FFFFFF;
}

.shadetabs li a:visited{
	color: #333333;
	
}

.shadetabs li a:hover{
	color: #000000;
	border-color: #333333;
	background-color: #CCCCCC;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-color: #fff;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	color: #000;
	background: white;
	border-bottom: 1px solid white;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	padding:5px;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tabcontent{
	display:none;
	padding-top: 0px;
}


/*
@media print {
.tabcontent {
display:block!important;
}
}
*/

