.shadetabs {
	padding: 3px 0;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 0;
	font: bold 11px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}

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

.shadetabs li a {
	text-decoration: none;
	position: relative;
	padding: 3px 7px;
	margin-right: 1px;
	border: 1px solid #cecdcc;
	color: #fff;
	background: #ddd;
	}

.shadetabs li a:link, .shadetabs li a:visited{
	font: bold 11px Verdana;
	color: #999;
	text-decoration: none;
	}

.shadetabs li a:hover, .shadetabs li a:active{
	text-decoration: none;
	color: #000;
	background: #cecdcc;
	}



.shadetabs li a.selected{ /*selected main tab style */
	border-bottom: 1px solid #fff;
	background:#fff !important;
	color:#bb1221 !important;
	position: relative;
	top: 0px;
	}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	background:#fff;
	color: #bb1221;
	}
	
#tabBorder {
	border: 1px solid #cecdcc; 
	margin: 0px; 
	padding: 10px; 
	width: 600px; 
	height:auto;
	}


.tabcontent{ display:none;position: relative;}
.tabcontent  a:link, .tabcontent  a:visited   { color:#c29d33; text-decoration: none; }
.tabcontent  a:hover, .tabcontent  a:active   { color:#000; text-decoration: none; }

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