/* ######### CSS for Shade Tabs. RedArt Contarte ######### */

.shadetabs{
	padding: 3px 0;
	margin: 0;
	font: bold 8pt 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{
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	color: #FFF;
	text-decoration: none;
	background: white url(../gif/boton/shadeactive.gif) top left repeat-x;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #000;
	background-image: url(../gif/boton/shadehover.gif);
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	color: #FFDC96;
	text-decoration: none;
	background-image: url(../gif/boton/shadeselec.gif);
}


.tabcontent{
display:none;
}

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


