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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-right: 0;
font: 18px Arial;
font-style:italic;
color:#b7c1c9;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs ul{
	margin: 0;
	padding: 0;}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 15px;
margin-right: -7px;
color: #999999;
border-top: 2px solid #90969b;
border-left:2px solid #90969b;
border-right:2px solid #90969b;
}

.shadetabs li a:visited{
color:#999999;
}

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

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background:#dcedfa;
border-top: 2px solid #90969b;
border-left:2px solid #90969b;
border-right:2px solid #90969b;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom: 4px solid #dcedfa;
}

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

.tabcontent{
display:none;
background:#dcedfa;
}

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


