/* ######### CSS for Shade Tabs. Remove if not using ######### */

#boxing{
float:left;
width:608px;
font: bold 12px arial,tahoma,verdana; 
color: #fff;
line-height:normal;
padding:0;
margin:0;
}

#boxing ul{
list-style-type: none;
margin:0;
padding:0;
}

#boxing li{
display:inline;
margin:0;
padding:0;
}


#boxing a{
float:left;
background:url(../images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 2px; /*spacing between each tab*/
padding:0 0 0 8px;
text-decoration:none;
}

#boxing a span{
float:left;
display:block;
background:url(../images/glowtab.gif) no-repeat right top;
padding: 6px 20px 2px 10px;
font-weight:bold;
color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#boxing a span {float:none;}
/* End IE5-Mac hack */

#boxing a:hover span {
color: #008fc3;
}

#boxing .selected a{ /*Selected Tab style*/
background-position:0 -23px; /*Shift background image up to start of 2nd tab image*/
}

#boxing .selected a span{ /*Selected Tab style*/
background-position:100% -23px; /*Shift background image up to start of 2nd tab image*/
color: #009fd3;
}

#boxing a:hover{ /*onMouseover style*/
background-position:0% -23px; /*Shift background image up to start of 2nd tab image*/
}

#boxing a:hover span{ /*onMouseover style*/
background-position:100% -23px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontent2{
display:none;
float:left;
padding:0px 0px 0px 10px;
}

@media print {
.tabcontent2 {
display:block !important;
float:left;
padding:0px 0px 0px 10px;
}
}
