.shadetabs a:active { outline: none;  }
.shadetabs a:focus { -moz-outline-style: none; } 
.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px arial;
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; padding:5px; }
.shadetabs li a{ text-decoration: none; margin-right:0px;  color: #0B8ABA; text-align:center; padding:5px;}
.shadetabs li a:visited{ color: #0B8ABA; padding:5px; }
.shadetabs li a:hover{ text-decoration: underline; color: #000; padding:5px; }

.shadetabs li.selected{ position: relative; top:1px; background:#DEDEDC; color:#000; padding:0px;}
.shadetabs li.selected a{ background:#DEDEDC; color:#000; padding:5px;} /*selected main tab style */
.shadetabs li.selected a:hover{ text-decoration: none; background:#DEDEDC; color:#000; padding:5px; } /*selected main tab style */

.tabcontentstyle{ border:None;  font-size:12px; width: 100%; } /*style of tab content oontainer*/

.tabcontent{ display:none; font-size:12px; margin-left:20px;}

@media print {
.tabcontent { display:block!important; font-size:12px; }
}