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

#tabcontent {
	width:430px; margin-bottom: 1em; padding: 10px;
	height:170px;
	overflow:auto;
	background-color:#D0E4EB;
	margin-top:-1px;
	
	}

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 40px;
	margin-bottom: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 0px 3px 7px;
	margin-right: 3px;
	color: #2d2b2b;
	background: white url(../images/tab_selected.jpg) left top;
	background-repeat:no-repeat;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#11769C;

}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/tab_selected.jpg);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}
.rightcorner {
border:0;
margin-right:-2px; 
margin-bottom:-5px;
}

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