/* CSS Document */

.shadetabs{
padding: 0px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 7px;
font: bold 12px Verdana;
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: underline;
padding: 0px 0px;
margin-left: 10px;
border: 1px solid #ffffff;
color: #004DA3;
}

.shadetabs li a:visited{
color: #004DA3;
text-decoration: underline;
}

.shadetabs li a:hover{
text-decoration: none;
color: #004DA3;
}
.shadetabs li a:active{
text-decoration: none;
color: #666666;
}

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

.tabdefault{
text-decoration: none;
color: #666666;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #ffffff;
margin-bottom: 1em;

}

.tabcontent{
display:none;
}

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