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

#dynslider {
border-bottom: 1px solid #f5f5f5;
}
.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: normal 10px Arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}


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

}

.shadetabs li a{
			font-size: 10px;
			
			text-align: center;
			line-height: 20px;
			background: #fff;
			color:#000099;
			text-decoration: none;
			padding: 5px 7px;
		  border:1px solid #999999;
	

}

.shadetabs li a:visited{
color: #08449C;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #0033FF;
background-color: #CCCCCC;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
background-color:#f5f5f5;
}

.shadetabs li a.selected{ /*selected main tab style */
color:#fff;
background-color:#08449C;


}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background-color:#08449C;
}

.tabcontent{
display:none;
}

.tabcontent p {
padding-top: 0px;
padding-left: 5px;
padding-bottom: 15px;
}
.tabcontent h3 {
margin-left:25px;
}


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

