/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
width:970px;
z-index:1;
margin-top:16px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #E6E6E5;
text-decoration: none;
width:191px;
height:44px;
line-height:44px;
margin-right:2px;
text-align:center;
background-image:url(/includes/ajax/tab.gif);
background-repeat:no-repeat;
}

.indentmenu ul li a:visited{
color: #333333;
}

.indentmenu ul li a.selected{
color: #850A0A !important;
background-image:url(/includes/ajax/tab_active.gif);
background-repeat:no-repeat;
width:191px;
}


.tabcontentstyle{ /*style of tab content container*/
	border-top: 1px solid #850A0A;
	border-bottom:1px solid #850A0A;
	border-left: 1px solid #850A0A;
	border-right: 1px solid #850A0A;
	background-color:#F7E6A3;
	background-repeat:repeat;
	width: 948px;
	height: 200px;
	padding: 10px;
	z-index:-1;
	margin-top:-1px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}