.tabcontent{
display:none;
}

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

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


.indentmenu{
	width: 100%; /*leave this value as is in most cases*/
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #CC77A9;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
border-top: 1px solid #CD78A9;
	background-color: #CD78A9;
	background-image: url(../images/menu/indentbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #FFFFFF; /*text color*/
	padding: 5px 11px;
	text-decoration: none; /*navy divider between menu items*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.indentmenu ul li a:visited{
	color: #FFFFFF;
}

.indentmenu ul li a.selected{
	color: #FFFFFF !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	background: black url(../images/menu/indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #CD78A9;
	width: 450px;
	margin-bottom: 0em;
	padding: 10px;
}

.tabcontent{
display:none;
}

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