    .shadetabs {
      float:left;
      width:auto;
      font: normal 11px Verdana;
      line-height:normal;
      }
    .shadetabs {
          margin:0;
          padding:10px 10px 0px 0px;
          list-style:none;
      }
    .shadetabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    .shadetabs li a {
      float:left;
      background:url("images/redlt.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/redrt.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*/
float:left;
border: 1px solid #B20505;
width: 100%;
height: 100%;
overflow:auto;
-moz-box-sizing:border-box;box-sizing:border-box;
padding: 10px;
padding-bottom:10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
