/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
	padding: 0;
	width: 282px;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: transparent;
	/*background-image: url(../images/123_table_bg.gif);*/
	background-repeat: repeat-x;
	background-position: center center;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 5px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
font: bold 11px Arial;
color: white;
text-decoration: none;
padding: 3px 3px;
}

.modernbricksmenu2 a:hover{
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}
.tabBG
{
	background-image: url(../images/123_table_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
