

.shadetabs{
padding: 0;
width: 600px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;

}

.shadetabs2 {
padding: 0;
width: 584px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.shadetabs ul{
margin:0;
 /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;

}

.shadetabs li{
float:left;
	text-transform:uppercase;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 12px;
	text-align: left;
}

.shadetabs a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	background-color: black; /*Brown color theme*/
	border-bottom: 1px solid white;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.shadetabs a:hover{
background-color: #993300; /*Brown color theme*/ 
color: white;
}

.shadetabs a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
color: #666;
font-size: 11px;
}

.tabcontent h4{
	margin: 10px 0 5px 0;
	color: #C60;
}



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

.Dtitle {
	background-color: #EEE;
	padding: 5px;
	color:#000;
}

.cabinets table {
	border: solid 1px #aaa;
	background-color:#eee;
}