/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width:100%;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
border-top:2px solid #037d04; 
/* width: 80%; width of menu*/
color: white; /*text color*/
background-color: #037d04;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px; 
text-decoration: none;
background-color: #037d04;
}

.indentmenu ul li a.selected{
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background-color: #FFFFFF;
color: #0054a5;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 242px;
margin-bottom: 1em;
padding: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}