/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 400px; /*leave this value as is in most cases*/
margin:0px;
padding:0px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-bottom : 1px solid #373737; /*navy border*/
background-color:#737373;
width: 400px;
}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
float: left;
font-weight:bold;
color: #ffffff; /*text color*/
padding: 5px 17px;
text-decoration: none;
border-right: 3px solid #000000; /*navy divider between menu items*/
border-bottom:3px solid #000000; 
width: 96px;
}

/*.indentmenu ul li a:visited{
color: white;
}*/

.indentmenu ul li a.selected{
color: #ffffff !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background-color:#373737;
font-weight:bold ;
height:18px;
width: 96px;
border-bottom:1px solid #373737; 
}


.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;
}
}
