/* ######### CSS for Shade Tabs. Remove if not using ######### */

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
	padding: 0; margin-top:10px; 
	width: 800px;
	border-top: 3px solid #276FB9; /*Brown color theme*/ 
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.modernbricksmenu2 ul{
	margin:0;
	margin-left: 0; /*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;
	display: block; font-family:Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: #777; /*Brown color theme*/ 
	border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
	background-color: #276FB9; /*Brown color theme*/ 
	color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
	background-color: #276FB9; /*Brown color theme*/ 
	color: white;
	border-color: #276FB9; /*Brown color theme*/ 
}

.tabcontent{
	display:none; clear:both; padding-top:10px;
}
.tabcontent td{
	padding:2px 2px 2px;
}


/*new concept */
.tabcontent2a{
	display:none; clear:both; padding-top:5px; 
}

.modernbricksmenu2a{
	padding: 0; margin-top:10px; 
	width: 800px; 
	border-top: 3px solid #276FB9; 
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.modernbricksmenu2a ul{
	margin:0;
	margin-left: 0; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

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

.modernbricksmenu2a a{
	float: left;
	display: block; font-family:Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0;
	padding: 5px 10px;
	background-color: #777; 
	border-top: 1px solid white;
}

.modernbricksmenu2a a:hover{
	background-color: #276FB9; 
	color: white;
}

.modernbricksmenu2a a.selected{ /*currently selected tab*/
	background-color: #276FB9;
	color: white;
	border-color: #276FB9; 
}


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