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


.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size:11px; list-style: none; 
}

.indentmenu ul li{
margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 11px; list-style: none;
	float: left;
	border-right: 1px solid #ffffff;
}

.indentmenu ul li a{
margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	padding: .5em .8em;
	color: #ffffff;
	background-color:#4cbfe6;
}
.indentmenu ul li a:hover {
	background-color:#77d9fa;
	color: #ffffff;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
background-color: #e5f3fe;
	color: #073f63;
}


.tabcontentstyle{ /*style of tab content oontainer*/

width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}