/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font-weight: bold;
font-size: 10px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color: #2772e0;
padding-left:10px;
height: 18px;
background-position: top left;
background-image: url(/images/tbl_header_blue_466.gif);
background-repeat: no-repeat;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 2px;
color: #7daaec;
background-color: #dfeafa;
top: 5px;

}

.shadetabs li a:visited{
color: #2772e0;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2772e0;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 5px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color: #fff;
border-bottom-color: white;
color: #2772e0;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px dotted gray;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}