.shadetabs{
width:500px;
float:right;
background:#72c2c6;
font-family: Arial, Helvetica, sans-serif; font-size: 11px;border-bottom: solid #1b91a7 7px;border-top: solid #fff 3px;
padding: 6px 0px 6px 2px;
list-style-type: none;
text-align: left;

}
.shadetabs li{
display: inline;
margin: -2px;
}

.shadetabs li a{
text-decoration: none;
padding:6px 8px; background: url(/css/tabs.gif) no-repeat 0px 0px #72c2c6; color:#fff;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
padding:6px 8px;  background: url(/css/tabs.gif) no-repeat 0px -139px; text-decoration:none;
}

.shadetabs li.selected{
  background: ; text-decoration:none;
}

.shadetabs li.selected a{ /*selected main tab style */
padding:6px 8px;  background: url(/css/tabs.gif) no-repeat 0px -139px; text-decoration:none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none; b
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
.infotabs{
width:500px;
float:right;
background:#89a7c1;
font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; border-bottom: solid #85ab92 7px;border-top: solid #fff 3px;
padding: 6px 0px 6px 2px;
list-style-type: none;
text-align: left;

}
.infotabs li{
display: inline;
margin: -2px;
}

.infotabs li a{
text-decoration: none;
padding:6px 8px; background: url(/css/tabs-info.gif) no-repeat 0px 0px #72c2c6; color:#fff;
}

.infotabs li a:visited{
color: #fff;
}

.infotabs li a:hover{
padding:6px 8px;  background: url(/css/tabs-info.gif) no-repeat 0px -139px; text-decoration:none;
}

.infotabs li.selected{
  background: ; text-decoration:none;
}

.infotabs li.selected a{ /*selected main tab style */
padding:6px 8px;  background: url(/css/tabs-info.gif) no-repeat 0px -139px; text-decoration:none;
}

.infotabs li.selected a:hover{ /*selected main tab style */
text-decoration: none; b
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}