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


.vindentmenu{
font: bold 15px Helvetica,Arial,Sans-serif;
float: left;
width: 117px;


}

.vindentmenu ul{
margin: 0px 0px 0px 0px;
padding: 2px;
/* width: 100%; width of menu*/
 
}

.vindentmenu ul li{
display: inline;
margin-top: 2px;
 
}

.vindentmenu ul li a{
color: #f8fcbc; /*text color*/
padding: 1px 2px 1px 1px;
text-decoration: none;
border: 0px solid #add4f3; /*navy divider between menu items*/
background: #000;

}

.vindentmenu ul li a:visited{
color: #f8fcbc;
}

.vindentmenu ul li a.selected{
color: white !important;
padding-top: 2px; /*shift text down 1px*/
padding-bottom: 2px;
padding-right: 2px;
background: #fff;

}

.vtabmargin{
margin-top: 2px;

}




.vtabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 370px;
margin-bottom: 1em;
padding: 2px;
}


.vtabcontent{
display:none;
}






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






