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

.shadetabs{
padding: 0px 0px;
margin: 3px 0px 1px 15px;
font: bold 11px Arial;
height: 21px;
color: #0A3F6B;
text-transform:uppercase;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs ul{
margin: 0;
padding: 3px 0px 3px 0px ;
float: left;
}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
color: #0A3F6B;
padding: 4px 11px;
}

.shadetabs li a:visited{
color: #0A3F6B;

}

.shadetabs li a:hover{
text-decoration: none;
color: #0A3F6B;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
text-decoration: none;
padding-top: 4px;
padding-bottom: 3px;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
background: #ffffff ;
border-left: 1px solid #e0e1e3;
border-right: 1px solid #e0e1e3;
color: #0A3F6B;
text-decoration: none;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
margin: 0 auto;
}

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


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


.indentmenu{
display: inline;
float:left;
margin:0px 0px 0px 0px;
padding: 0px 0px 1px 0px;
width: 170px;
/*border-top: 5px solid #D25A0B; Brown color theme*/ 
/*border-left: 0px solid #efefef;/*Blue color theme*/ 
background: url(left_bg.ng) repeat;

voice-family: "\"}\"";
voice-family: inherit;
font: bold 11px Arial;
height:600px;

 /*leave this value as is in most cases*/
}

.indentmenu ul{
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
width: 170px;
list-style: none;
}

.indentmenu ul li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
width: 170px;
text-transform:uppercase;
background: url(menu_bg_white.png) no-repeat;
border-top: 1px solid #efefef;
border-right: 1px solid #efefef;
border-left: 0px solid #efefef;

}

.indentmenu ul li a{
float: left;
display: block;
font:  10px Arial;
color: navy;
width: 173px;
text-decoration: none;
margin: 0px 0px 0px 0px; /*Margin between each menu item*/

/*background-color: #FFFFFF; /*Brown color theme*/ 
padding: 5px 0px 0px 7px;
height:20px;
border-right: 0px solid #efefef;
background: url(menu_bg_white.png) no-repeat;
}

.indentmenu ul li a:visited{
color: navy;
width: 170px;
background-color: #ffffff;

}

.indentmenu ul li a.selected{
/*background-color: #D25A0B; Brown color theme*/ 
/*background-color: #FF9900; /*Brown color theme*/ 
background: url(menu_bg.png) no-repeat;
color: #ffffff;
width: 170px;
height:20px;
margin:0px 0px 0px 0px;
border-top:0px solid #efefef; /*Brown color theme*/ 
border-left:0px solid #f7f7f7;
padding: 5px 0px 0px 10px;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid #efefef;
margin-bottom: 1em;
padding: 0px;
}

.tabcontent{
display:none;
margin: 0 auto;
}

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

