﻿.tabcontent{
display:none;
border-left: 0px solid #CCC;
background-color: navy;
display: table;
position: relative;
}

.modernbricksmenu2{
padding: 0;
width: 496px;
overflow: hidden;
height: 30px;
border-top: 5px solid #CCC;
background-color: #CCC;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 0px;
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 1 0 0 0;
width: 49px;
overflow: hidden;
padding: 0;
text-align: center;
}

.modernbricksmenu2 a{
float: left;
display: block;
color: white;
font: bold 14px Verdana;
text-decoration: none;
margin: 0 0 0 0;
padding: 2px 5px;
width: 35px;
text-align: center;
background-color: #CCC;
border-top: 1px solid #CCC;
}

.modernbricksmenu2 a:hover{
background-color: navy;
height: 20px;
border: 1px solid #99CCFF;
color: white;
}

.modernbricksmenu2 a.selected{
background-color: navy;
color: white;
height: 20px;
border: 1px solid #99CCFF;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}