.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px 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;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	height: 16px;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 18px 3px 13px;
	margin-left: -4px;
	color: white;
	background: white url(images/tab_bg.gif) no-repeat;
	background-position: right top;
	font-size: 11px;
	height: 16px;
}

.shadetabs li a:visited{
	/*color: #85761A;*/
	color: white;
}

.shadetabs li a:hover{
	font-size: 11px;
	color:#CCCCCC !important;
}

.shadetabs li.selected{
	position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
	color: #85761A;
	background-image: url(images/tab_bg_selected.gif);
	border-bottom-color: white;
	border-left: 1px solid #cccccc;
	outline: 0px none;
	font-size: 11px;	
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	float:left;
	margin-bottom: 1em;
	width: 500px;
	padding: 0px;
	height:100%;
	background: white;
	font-size: 0.75em;
	font-family: Arial,Helvetica,sans-serif;
	color: #666;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block!important;
	}
}
