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

.modernbricksmenu2{
margin: 0 20 0 20;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 0 0 0;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 12px Arial;
color: white;
text-decoration: none;
margin: 0 0px -2px 0; 
padding: 7px 25px;
background-color: midnightblue; /*Brown color theme*/ 
background: #2E9AFE;
/* border-top: 1px solid white;
border-right: 1px solid black;
*/
}

.modernbricksmenu2 a:hover{
background: grey;
}

.modernbricksmenu2 a.selected{ 
background: #D8F781;  
background:#F3F781;
background: #BDBDBD;
padding: 9px 25px;
margin-top: -2px;
color: blue;
}

.tabcontent{
margin: 0 20 20 20;
display:none;
}

.tabcontentstyle{ 
background: white;
margin: 0 20 0 20;
}

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


.firstline {
font: bold 12px Arial;
margin: 0 -20 0 -20;
padding:  8px 20 8px 20 ;
color: black;
background:#F3F781;
background: #BDBDBD;
background: #BDBDBD;
/*
font-size: 1px ;
font-family: Verdana;
text-transform:uppercase;
*/
}

.firstline a{
color: blue;
}

.firstline a.selected{
color: red;
background: #BDBDBD;
}

.firstline a:hover{
color: red;
}


