

.shadetabs{
padding: 0;
width: 580px;
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-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.shadetabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

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

.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;
}