/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs {
      float:left;
      width:390px;
      background:#FFFFFF;
      font-size:93%;
      line-height:normal;
	  border-bottom:0px solid #24618E;
      }
.shadetabs ul {
        margin:0;
        padding:0px 0px 0 0px;
        list-style:none;
      }
.shadetabs li {
      display:inline;
      margin:0;
      padding:0;
      }
.shadetabs a {
      float:left;
      background:url("tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
.shadetabs a span {
      float:left;
      display:block;
      background:url("tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
.shadetabs a span {float:none;}
    /* End IE5-Mac hack */
.shadetabs a:hover span {
      color:#FFF;
      }
.shadetabs a:hover {
      background-position:0% -42px;
      }
.shadetabs a:hover span {
      background-position:100% -42px;
      }

.shadetabs a.selected {
                background-position:0% -42px;
        }
.shadetabs a.selected span {
                background-position:100% -42px;
                color:#FFF;
        }
.tabberbox
{
height: 268px;
}
		
.tabcontent{
display:none;
overflow: auto;
height: 267px;
}

@media print {
.tabcontent {
display:block !important;
overflow: auto;
height: 267px;
}
}