/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
font:  13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.shadetabs ul{
margin: 0;
padding: 3;
float: left;
/* width: 100%; width of menu*/
border-top: 0px solid navy; /* solid navy border*/
border-bottom: 0px solid navy; /* solid navy border*/
border-right: 0px solid navy; /* solid navy border*/
border-left: 0px solid navy; /* solid navy border*/
background: black url('shadeactiveDark.gif') repeat-x center;
}

.shadetabs ul li{
display: inline;
}

.shadetabs ul li a{
float: left;
color: white; 
padding: 3px 7px;
text-decoration: none;
border-right: 0px solid navy; /*navy divider between menu items*/

}

.shadetabs ul li a:visited{
color: white;  /* or active text color #16387c*/
}

.shadetabs ul li a.selected{
color: white !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 4px;
background: white url('shadeDark.gif') repeat-x center;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px;
color: #16387c;
width: 100%;
margin-bottom: 1em color: #16387c;
padding: 9px;
}

.tabcontent{
display:none;
}

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

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.modernbricksmenu2{
font:  13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.modernbricksmenu2 ul{
margin: 0;
padding: 3;
float: left;
/* width: 100%; width of menu*/
border-top: 1px solid navy; /* solid navy border*/
border-bottom: 1px solid navy; /* solid navy border*/
border-right: 1px solid navy; /* solid navy border*/
border-left: 1px solid navy; /* solid navy border*/
background: black url('shadeactive.gif') repeat-x center;
}

.modernbricksmenu2 ul li{
display: inline;
}

.modernbricksmenu2 ul li a{
float: left;
color: #16387c; /*text color*/
padding: 3px 7px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/

}

.modernbricksmenu2 ul li a:visited{
color: #16387c;
}

.modernbricksmenu2 ul li a.selected{
color: #16387c !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url('shade.gif') repeat-x center;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px;
color: #16387c;
width: 100%;
margin-bottom: 1em color: #16387c;
padding: 9px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 100%; width of menu*/
border-top: 0px solid navy; /*navy border*/
background: black url('indentbg.gif') repeat-x center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 4px 10px;
text-decoration: none;
border-right: 0px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 7px; /*shift text down 1px*/
padding-bottom: 7px;
background: black url('indentbg2.gif') repeat-x center;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid white;
width: 100%;
margin-bottom: 1em;
padding: 9px;
}

.tabcontent{
display:none;
}

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