
.tabcontent{
display:none;
}

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


.tabcontent{
display:none;
}

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

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


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

.indentmenu ul{
margin-top: 0px;
padding: 0;
float: left;
width: 537px;
/* width: 80%; width of menu*/
border-top: 0px solid navy; /*navy border*/
}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
	color: white;
	text-decoration: none;
	border-right: 0px solid navy; /*navy divider between menu items*/
	margin-left: 10px;
	padding-right: 50px;
	padding-left: 50px;

}

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

.indentmenu ul li a.selected{
color: #f6587b !important;
	margin-left: 10px;
	padding-right: 50px;
	padding-left: 50px;
background: white ;

}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
}

.tabcontent{
display:none;
}

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