

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


.indentmenu{
margin: 0px
padding: 0px;
color: white; /*text color*/
font: bold 9px Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu a:link {
color: white; /*text color*/
}

.indentmenu li{
font: bold 9px Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
color: white; /*text color*/
}
  
  
.indentmenu p{
line-height: 1.8em;
font-weight:normal;
text-align: left;
color: white;
}


.indentmenu ul{
margin-left: 0px;
padding: 0;
float: left;
width: 100%; 
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
  padding: 0 0 0 0px;
  background-image: none;
  background-repeat: no-repeat;
  color: white; /*text color*/

display: inline;

}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 8px;
text-decoration: none;
border: 1px solid gray; /*navy divider between menu items*/
}

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

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

.indentmenu li a:hover{ /*selected main tab style */

color: white; /*text color*/
background: black url(indentbg2.gif) center center repeat-x;
text-decoration: none;
}

.indentmenu li a.selected:hover{ /*selected main tab style */

color: white; /*text color*/
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 0px;
}

.tabcontent{
display:none;
}

.tabcontentdb{
display:none;
margin-left: -18px;
}

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