/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding-top: 0;
/*		.padding: 2px 10px;
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 0; */
	margin:0;
	font: 11px arial;
	font-weight: bold;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs ul { 
	padding:0;
	margin:0;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1; 
/*	padding: 6px 12px; 
	.padding: 3px 12px; */
	padding: 7px 0 5px 0;
	.padding: 2px 0 5px 0;
	margin: 0;
	color: #666666;
	background: white url('/style/content-tab/tab-bg.png') top left repeat-x;
/*	width:126px;
	height:22px; */
	filter:alpha(opacity=10);
	-moz-opacity:0.10
	text-align:center;
}

.shadetabs li a:visited{
	color: #666666;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #0000cc;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url('/style/content-tab/tab-active.png');
	border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
	display:block !important;
}

