.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 9px;
margin-bottom: 0;
font: normal 12px Arial;
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!important;
	position: relative;
	z-index: 1;
	text-align: left;
	background-color: #bfbfbf;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff!important;
	text-transform: lowercase;
	margin-bottom: 5px;
	padding: 5px;
	margin-top: 5px;
	padding-bottom:3px;
	padding-right:10px;
	padding-left:10px;
	font-weight:bold;
}
.tresc {
	display: block;
	padding: 10px;
	width: auto;
	background-color: #ffffff;
	color:#505050;
	border: 1px solid #e1e1e1;
	background-repeat:repeat-x;
	background-image:url(../images/agd_46.jpg);
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	text-decoration: none!important;
	z-index: 1;
	text-align: left;
	background-color: #e1e1e1;
	font-size: 12px;
	font-weight: normal;
	color: #c81b12!important;
	text-transform: lowercase;
	margin-bottom: 5px;
	padding: 5px;
	margin-top: 5px;
	padding-bottom:3px;
	font-weight:bold;
	padding-right:10px;
	padding-left:10px;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

