    .shadetabs {
      float:left;
      width:auto;
      font-size:93%;
      line-height:normal;
      }
    .shadetabs {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    .shadetabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    .shadetabs li a {
      float:left;
      background:url("images/blacklt.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    .shadetabs li a span {
      float:left;
      display:block;
      background:url("images/blackrt.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .shadetabs li a span {float:none;}
    /* End IE5-Mac hack */
    .shadetabs li a:hover span {
      color:#FFF;
      }
    .shadetabs li a:hover {
      background-position:0% -42px;
      }
    .shadetabs li a:hover span {
      background-position:100% -42px;
      }

      .shadetabs li.selected a {
              background-position:0% -42px;
      }
      .shadetabs li.selected a span {
              background-position:100% -42px;
      }


.tabcontentstyle{ /*style of tab content oontainer*/
clear:both;

border: 2px solid black;
width: auto;
height: auto;
overflow:auto;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}