/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs1{
padding:0;
margin-left: 0;
margin-top: 0;
font: bold 12pt arial;
width:346px;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}


 .shadetabs1  a{
text-decoration: none;
width:340px;
padding:3px;



color: #000;
background: #c5c5c5;
float:right;
}

.shadetabs1  a:visited{
color: #000;
}

.shadetabs1 a:hover{
text-decoration: none;
color: #000;
}

.shadetabs1  a.selected{ /*selected main tab style */
background: #c5c5c5 ;
}

.shadetabs1  a.selected{ /*selected main tab style */
 background:#C8E2F3;
border-left-color: white;
background: #C8E2F3 ;

}
  .shadetabs1 a.selected:hover{ /*selected main tab style */
text-decoration: none;
background: #C8E2F3 ;
}

.tabcontent1{
display:none;
vertical-align:top;
width:100%;
}

@media print {
.tabcontent1 {
display:block !important;
width:100%;
}
}


