
/* ######### 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;
width: 333px;
background: #e7eded url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding:0;
text-decoration: none;
filter:alpha(opacity=40);
opacity:0.4;
}

.indentmenu ul li a:visited{
color: white;
filter:alpha(opacity=40);
opacity:0.4;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 0px; /*shift text down 1px*/
padding-bottom: 1px;
/*border-bottom:2px solid #0066CC;*/
background: #e7eded url(indentbg2.gif) center center repeat-x;
filter:alpha(opacity=100);
opacity:1;
border-bottom: 2px solid #003366;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border:0;
width: 330px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}