/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
padding:0;
margin-left: 0;
margin-top: 0;
font: bold 12pt arial;
width:410px;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}


 .shadetabs  a{
text-decoration: none;
width:410px;
padding:4px 4px;



color: #000000;
background: #f2f2f2;
float:right;
}

.shadetabs  a:visited{
color: #000000;
}

.shadetabs  a:visited{
color: #000000;
}

.shadetabs a:hover{
text-decoration: none;
color: #000000;
}



.shadetabs  a.selected{ /*selected main tab style */
 background:#899CBC;
border-left-color: white;
background: #7385A3 url(HeaderBackN.gif) top left repeat-x;

}
  .shadetabs a.selected:hover{ /*selected main tab style */
text-decoration: none;
background: #7385A3 url(HeaderBackN.gif) top left repeat-x;
}

.tabcontent{
display:none;
vertical-align:top;
width:100%;
}

.tabcontent{
display:none;
vertical-align:top;
width:100%;
}

@media print {
.tabcontent {
display:block !important;
width:100%;
}
}

