

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


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #666666;
border-width: 1px 0;
background: black url(blockdefault.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid #1d1d1d;
border-left: 1px solid #5c5c5c;
}

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

.indentmenu ul li a.selected{
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
text-decoration: none;
}


.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;
}
}