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

.modernbricksmenu2{
padding: 0;
border-top: 0px solid #cccccc; /*top border theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
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: bold 11px Arial;
color: white;
text-decoration: none;
padding: 3px;
margin: 4px;
margin-left: 3px;


background-color: white; /*Brown color theme*/ 
border: 1px solid #cccccc;
}

.modernbricksmenu2 a:hover{
background-color: white; /*Brown color theme*/ 
color: white;
border: 1px solid #259aad;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #ffffff; /*Brown color theme*/ 
color: white;
border: 1px solid #259aad;
}

.leftticketlogo {
	margin-left: 2px;
}

.tabcontent{
display:none;
}

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

