/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 200px; /*leave this value as is in most cases*/
text-align:center;

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
font-family:Monotype Corsiva;
font-size:18px;
text-decoration:none;
color:#000000;
font-weight:bold;
/* width: 80%; width of menu*/
background-color:#CD850C;
width: 200px;

}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
float: left;
color: #ffffff; /*text color*/
padding: 3px;
margin:3px;
text-decoration: none;
width: 48px;
border:1px solid black;


}

.indentmenu ul li a:visited
{
color: white;

}

.indentmenu ul li a.selected{
color: #000000 !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background-color:#FECA01;
}


.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;
}
}
