@media print {
}

@media print {
}
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu1{
	width: 660px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.indentmenu1 ul{
	margin: 0;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDCDCD;
	background-color: #EAEFF3;
	width: 550px;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDCDCD;
}
.indentmenu1 ul li{
	display: inline;
}
.indentmenu1 ul li a{
	float: left;
	color: #000;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 3px;
	height: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CDCDCD;
	padding-bottom: 2px;
}
.indentmenu1 ul li a:visited{
	color: #000;
}
.indentmenu1 ul li a.selected{
	color: #333 !important;
	background-color: #FFF;
	padding-right: 11px;
	padding-left: 11px;
	height: 20px;
	padding-top: 5px;
}


.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 100%;
	margin-bottom: 1em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

