/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: 11px Arial, Helvetica, sans-serif;
color:#000000;
font-weight:bold;
width: 508px; /*leave this value as is in most cases*/
text-transform: uppercase;
height:34px;
background: url(../images/inner/inactive_shad.jpg) center center repeat-x;
border-left:#cfcfcf solid 1px;
border-right:#cfcfcf solid 1px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: url(../images/inner/inactive_shad.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #000000; /*text color*/
padding: 9px 12px 11px 12px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color:#000000;
}

.indentmenu ul li a.selected{
color: white !important;
background: url(../images/inner/active_shad.jpg) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
width: 450px;
padding: 10px;
}

.tabcontent{
display:none;
padding:13px;
background-color:#FFFFFF;
/*background: url(../images/inner/tab_container_bg.jpg) left bottom repeat-x;*/
border-left:1px solid #cfcfcf;
border-right:1px solid #cfcfcf;
border-bottom:1px solid #cfcfcf;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #555555;
line-height:18px;
text-decoration: none;
}

@media print {
.tabcontent {
display:block !important;
}
}



.modernbricksmenu2{
padding: 0;
height:32px;
margin:0px;
padding:0px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 0px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial, Helvetica, sans-serif;
color: #0f3f53;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 9px 13px;
background-color: #FFFFFF; /*Brown color theme*/ 
}

.modernbricksmenu2 a:hover{
 /*Brown color theme*/ 
color: #0f3f53;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #cfcfcf; /*Brown color theme*/ 
color: #0f3f53;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent_new{
display:none;
padding:0px;
/*background: url(../images/inner/tab_container_bg.jpg) left bottom repeat-x;*/
border:13px solid #cfcfcf;
}

@media print {
.tabcontent_new {
display:block !important;
}
}
