/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font:12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color:#D63813;
background-image:url(images/tabbg.jpg);
background-position:bottom;
background-repeat:repeat-x;
height:28px;

}
.shadetabs2{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font:12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/


}
.shadetabs2 li a.selected{ /*selected main tab style */
background-image: url(images/redsel.jpg);
background-repeat:no-repeat;
border-bottom-color: white;
color:#fff;

}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{

text-decoration: none;
position: relative;


background-image: url(images/tab.jpg);
background-repeat:no-repeat;
font: 11px Arial, 'Trebuchet MS', Tahoma, sans-serif;

line-height:28px;

color: #fff;
font-weight:bold;
float:left;
width:114px;
text-align:center;
margin-right:2px;
padding-top:3px;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #fff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;

}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/tabo.jpg);
background-repeat:no-repeat;
border-bottom-color: white;
color:#000000;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
color:#333333;
float:left;
overflow:hidden;
padding:10px;
float:left;
padding-top:0px;
width:790px;


}
.tabcontent span a{
text-decoration:none;
color:#FFFFFF;
font: 12px Arial, 'Trebuchet MS', Tahoma, sans-serif; text-decoration:none; color:#ffffff;
}
.tabcontent span a:hover{
text-decoration:none;
color:#F2C100;
}

@media print {
.tabcontent {
display:block !important;
}
}

