/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 6px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px arial;
list-style-type: none;
color:#ffffff;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
height:26px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px;
margin-right:1px;
border:#F6ABCC 1px solid;
color: #ffffff;
background-image:url(gifs/tab-bg.jpg); background-repeat:repeat-x;
height:26px;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
height:26px;
color:#000000;
background-color:#EF80AA;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(tab-bg-on.jpg);
background-repeat:repeat-x;
height:26px; 
background-repeat:repeat-x
color:#FFFFFF;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
height:26px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
.display{
	background-color:#AF0047;
	border:#F6ABCC 1px solid;
	text-align:center;
	}