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

.shadetabs{
padding:0px;
margin-left: 0;
margin-top: 10px;
margin-bottom: 0;
font: normal 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;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
float:left;
margin-right: 3px;
border: 1px solid #D0D0D0;
color: #ffffff;;
background: url(../images/tablinkbg.gif) repeat-x bottom;
}

.shadetabs li a:hover{
color:#ffffff;
text-decoration:none;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: url(../images/tablinkho.gif) repeat-x bottom;
border-bottom:0px;
color:#CA0506;
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
background:url(../images/tabbg.gif) repeat-x bottom; 
}
}

.tabcontent p{padding:5px 0px; margin:0px;}
.tabcontent p label{width:80px; float:left;}