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


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

.indentmenu ul{
margin-bottom: 0px;
padding-left: 1px;
padding-bottom: 0px;
float: left;
/* width: 100%; width of menu*/
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
background: #cccccc url(images/shade.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #999999; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #cccccc; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #666666;
}

.indentmenu ul li a.selected{
color: #000000 !important;
padding-top: 5px; /*shift text down 1px*/
padding-bottom: 0px;
padding-bottom: 5px;
background: #ffffff center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 5px solid #cccccc;
width: 100%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
font: normal 12px Arial;
}

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