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


.indentmenu{
font: bold 9px Arial;
width: 100%;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: right;
background: #d7c8b9 url(/images/index/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
padding: 5px 8px;
color: #FFFFFF; 
text-decoration: none;
}

.indentmenu ul li a:visited{
}

.indentmenu ul li a.selected{
color: #FFFFFF !important;
background: #076ccf;
}

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