/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #7B7B7B;
background-color:#000;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
color: #000;
background-color:#BBD0EB;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.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*/
margin-left:0px;
}

* html .indentmenu{
margin-left:0px;
}


.indentmenu ul{
margin:0px;
padding:0;
float: left;
/* width: 80%; width of menu*/
border-top: 0px solid navy; /*navy border*/
/*background: black url(/images/indentbg.gif) center center repeat-x;*/
}



.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #6b6b6b; /*text color*/
padding: 10px 10px 10px 10px;
width:167px;
text-decoration: none;
border-right: 0px solid navy; /*navy divider between menu items*/
height:18px; 
background-color:#f4fee4;
border-left:1px solid #e3f1d0;
border-right:1px solid #e3f1d0;
/*border-top:1px solid #a6c87b;*/
border-bottom:1px solid #e3f1d0;
}

.indentmenu ul li a:link{
color: #6b6b6b;
text-decoration:none;
outline:none;
-moz-outline:none;
}


.indentmenu ul li a:visited{
text-decoration:none;
outline:none;
-moz-outline:none;
}

.indentmenu ul li a.selected{
color:#000000;
text-decoration:none;
outline:none;
-moz-outline:none;
padding:10px;
border-bottom:0px solid #e3f1d0;
background-color:#fff;
height:18px; 
}

.indentmenu1{
font: bold 13px Arial;
width: 900px; /*leave this value as is in most cases*/
margin-left:50px;
}


.indentmenu1 ul{
margin: 0px;
padding: 0px;
float: left;
/* width: 80%; width of menu*/
border-top: 0px solid navy; /*navy border*/
/*background: black url(/images/indentbg.gif) center center repeat-x;*/
}



.indentmenu1 ul li{
display: inline;
}

.indentmenu1 ul li a{
float: left;
margin-right:10px;
text-decoration: none;
height:34px; 
width:202px;
background:url(../images/srch-tab-nml.gif) no-repeat;
margin-top:13px;
text-align:center;
padding-top:10px;
font:bold 13px Arial, Helvetica, sans-serif;
color:#6b6b6b;
}

.indentmenu1 ul li a:link {
border:0;
text-decoration:none;
outline:none;
-moz-outline:none;
color:#6b6b6b;
}

.indentmenu1 ul li a:visited{
text-decoration:none;
outline:none;
-moz-outline:none;
}

.indentmenu1 ul li a.selected{
margin-right:10px;
background:url(../images/srch-tab-hlt.gif) no-repeat;
/*background-color:#fff;*/
height:41px; 
width:202px;
margin-top:6px;
text-align:center;
padding-top:10px;
font:bold 13px Arial, Helvetica, sans-serif;
color:#4a7810;
text-decoration:none;
outline:none;
-moz-outline:none;
}




.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}