/* ######### 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: 0px;
padding: 0px;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #b9ae98; /*black border*/
border-left: 1px solid #b9ae98; /*black border*/
background: #878787 url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #a30f25; /*text color*/
padding: 0px 11px;
font-weight:normal;
text-decoration:underline;
border-right: 1px solid #b9ae98; /*black divider between menu items*/
height:22px;
line-height:22px;
}

.indentmenu ul li a:visited{
color:#a30f25;
text-decoration:underline;
font-weight:normal;
line-height:22px;
}

.indentmenu ul li a.selected{
color:#a30f25 !important;
background: #ffffff url(indentbg2.gif) center center repeat-x;
height:22px;
text-decoration: none !important;
font-weight:bold !important;
line-height:22px;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
margin:6px 0px 0px 5px;
}

.holderdiv{
border: 1px solid #b9ae98;/*black border*/


}

@media print {
.tabcontent {
display:block !important;
}
}