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


.indentmenu{
font: bold 8pt Arial, Verdana;
width: 100%; /*leave this value as is in most cases*/

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #cccccc; /*navy border*/
background-color: #fff;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #0066ff; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #cccccc; /*navy divider between menu items*/
border-left: 1px solid #cccccc; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #ACA899;
}

.indentmenu ul li a.selected{
color: #003366 !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background-color: #ffcc00;
}


.indentmenub{
font: bold 8pt Arial, Verdana;
width: 100%; /*leave this value as is in most cases*/

}


.indentmenub ul li{
display: inline;
}

.indentmenub ul li a{
float: left;
color: #0066ff; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #cccccc; /*navy divider between menu items*/
border-left: 1px solid #cccccc; /*navy divider between menu items*/
border-top: 1px solid #cccccc;

background-color: #fefefe;
}

.indentmenub ul li a:visited{
color: #ACA899;
}

.indentmenub ul li a.selected{
color: #003366 !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background-color: #fff;
border-bottom: 1px solid #ffcc00;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #cccccc;
width: 598px;
height:200px;
margin-bottom: 1em;
font-size: 7.5pt;
  font-family: Verdana, Arial;
padding:5px;
}

.tabcontent{
display:none;
width: 598px;
font-size: 7.5pt;
  font-family: Verdana, Arial;
text-decoration: none;
}

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