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

.indentmenu{
font: bold 10px Arial; width: 240px; text-align:center;
}
.indentmenu ul{
margin: 0; padding: 0; float: left; width: 560px;  background: #feffd2; border-bottom: 1px solid #eae16a; margin-bottom:10px;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
float: left; color: #9a9a9a; padding: 6px 12px; text-decoration: none; background: #eae16a url('../images/shade.png') repeat-x;
}
.indentmenu ul li a:visited{
color: #9a9a9a; padding: 6px 12px; background: #eae16a url('../images/shade.png') repeat-x;
}
.indentmenu ul li a.selected{
color: #bd5757 !important; padding: 6px 12px; 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: 450px; margin-bottom: 1em;  padding: 10px; float:left;
}
.tabcontent{
display:none;
}
@media print {
.tabcontent {
display:block !important;
}
}

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

.indentmenu_2{
font: bold 10px Arial; width: 870px; text-align:center;
}
.indentmenu_2 ul{
	margin: 0; padding: 0; float: left; width: 870px;  margin-bottom:1px; margin-top:1px;
}
.indentmenu_2 ul li{
display: inline;
}
.indentmenu_2 ul li a{
	float: left; color: #3d3d3d; padding: 3px 5px; margin: 2px; text-decoration: none; background: #fff; border:1px dotted #CCCCCC;
}
.indentmenu_2 ul li a:visited{
	color: #3d3d3d; padding: 3px 5px; background: #fff; margin: 2px; border:1px dotted #CCCCCC;
}
.indentmenu_2 ul li a.selected{
	color: #3d3d3d !important; padding: 3px 5px; background: #DFF4FF; font-weight:bold; margin: 2px; border:1px dotted #CCCCCC;
}
.tabcontentstyle_2{ /*style of tab content oontainer*/
	border: 1px solid gray; width: 450px; margin-bottom: 1em; padding: 10px; float:left;
}
.tabcontent_2{
display:none;
}
@media print {
.tabcontent_2 {
display:block !important;
}
}
