/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Tahoma, Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1.5px solid #663300; /*around labels*/
background: black url(tabboxautoplay/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: 663300; /*label text color when not selected*/
padding: 5px 11px;
text-decoration: none;
border-right: 1.5px solid #663300; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: 663300;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: brown url(tabboxautoplay/indentbg2.gif) center center repeat-x;
}

body {
	font: 72.0% Tahoma, sans-serif;
}

p {
	font-size: 1.1em; /*size of main text*/
	margin-bottom: 1px;
        }

h2 { font-size: 1.4em; }

.clear {
	clear: both;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1.5px solid #663300;
width: 450px;
margin-bottom: 1em;
padding: 0px;
}

.tabcontent{
display:none;
overflow: auto;
height: 245px;
padding: 10px;
}

@media print {
.tabcontent {
display:block !important;
}
}
