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

.shadetabs{
padding: 0px 0 0px 0;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 7px;
font: bold 12px;
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;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 10px;
margin-right: 2px;
border: 1px solid #D0D6D8;
color: #666;
background-color:#EDF4F8;
top:5px;
background:#E4EAED;
text-decoration:none;
}

.shadetabs li a:visited{
color: #666666;
text-decoration:none;
}

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

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top:5px;
text-decoration:none;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: #D0D6D8;
background:#EDF4F8;
text-decoration:none;
}

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

.tabcontent{
display:none;
padding:20px 0 0 0;
border-top:1px solid #D0D6D8;

}

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