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


.indentmenu{
font: bold 10px Arial;
width: 240px; /*leave this value as is in most cases*/
text-align:center;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: #feffd2;
border-bottom: 1px solid #eae16a;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #9a9a9a; /*text color*/
padding: 6px 12px;
text-decoration: none; /*navy divider between menu items*/
background: #eae16a url('../images/shade.png') repeat-x;
}

.indentmenu ul li a:visited{
color: #9a9a9a;
padding-top: 2px; /*shift text down 1px*/
margin-top:4px;
padding-bottom: 4px;
background: #eae16a url('../images/shade.png') repeat-x;
}

.indentmenu ul li a.selected{
color: #bd5757 !important;
padding-top: 2px; /*shift text down 1px*/
margin-top:4px;
padding-bottom: 4px;
background: #feffd2;
font-weight:bold;
background: #eae16a url('../images/shadeon.png') repeat-x bottom;

}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 150px;
height:190px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
width: 150px;
padding:5px;
text-align:justify;
}
.tabcontent h3{
	font-size:12px;
	font-weight:bold;
	border-bottom: 1px solid #3d3d3d;
	color:#C78D02;
}
.tabcontent a{
	font-size:12px;
	text-decoration:none;
	color:#C78D02;
}
@media print {
.tabcontent {
display:block !important;
}
}
