.modernbricksmenu{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 1150px; border-bottom: 1px solid #614c42; /*Brown color theme*/
margin-left: 10px; padding: 0; voice-family: "\"}\""; voice-family: inherit; }
#xo-canvas-content ul {
margin: 0px;
padding: 0px;
}

.modernbricksmenu ul{
font: bold 8pt helvetica;
margin:0 0 0 0;
padding: 0;
list-style: none;
}

.modernbricksmenu li{ display: inline; margin: 0 2px 0 0; padding: 0; }

.modernbricksmenu a{ float: left; display: block; color: white; padding: 5px 10px; text-decoration: none; background-color: #614c42; /*Default menu color*/
text-align: justify; border-bottom: 1px solid white; }

.modernbricksmenu a:hover{
background-color: #009ee0; /*Menu hover bgcolor*/
}

.modernbricksmenu a.selected{ /*currently selected tab*/
background-color: #009ee0; /*Brown color theme*/ 
border-color: #614c42; /*Brown color theme*/ 
}

.modernbricksmenuline{ clear: both; padding: 0; height: 5px; line-height: 5px; background: #614c42; width: 100%; /*Brown color theme*/ 
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: solid 1px #009ee0;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}
.mytabs_title{
	color: #000;
}

.mytabs_content{
  padding: 0px;
  text-align: justify;
}

.tabcontent{
display:none;
}

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

