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


.indentmenu td{
/* width: 80%; width of menu*/
background: white url(indentbg.gif) center center repeat-x;
padding-top:5px;}

.indentmenu a{
padding: 5px 15px 10px 10px;
border-left: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
color: white; /*text color*/
font-weight:bold;
text-decoration: none;
font-size:14px;
}

.indentmenu a:visited{
color: white;
}

.indentmenu a.selected{
color: #ffffff !important;
border-left: 3px solid #9AAD6D;
border-bottom: 3px solid #9AAD6D;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
background-color:#727FB6;
font-weight:normal;
background-image:url(tabselectedback.jpg);
background-position:bottom left;
background-repeat:no-repeat;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}


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