@charset "UTF-8";
/* CSS Document */

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

.modernbricksmenu2{
padding: 18px 0 3px 0;
margin-left: 0;
font: bold 10px "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
border-bottom: 1px solid gray;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.modernbricksmenu2 ul{
margin:0;
padding: 0;
list-style: none;
}

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

.modernbricksmenu2 a{
text-decoration: none;
text-transform:capitalize;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color:#FFF0C1;
color: #2d2b2b;
}

.modernbricksmenu2 a:hover{
background-color: white;
color: black;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
position: relative;
top: 1px;
font-weight:bold;
padding-top: 4px;
background-color:#FFFFFF;
color: black;
}

.tabcontent{
display:none;
}

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