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



.shadetabs{
font: bold 12px Verdana;
list-style-type: none;
height:30px;
text-align: center; /*set to left, center, or right to align the menu as desired*/
width:530px;
background-image:url(../images/applystep.jpg);
}
.shadetabs ul {
list-style-type: none; list-style-image: none;
margin-bottom:10px;
}

.shadetabs li{
display: inline;  
margin-right:0.5px;
}

.shadetabs li a{
display:inline;  
overflow: hidden;  

padding-top:5px;
padding-left:4px;
cursor: pointer;  
float:left;
width: 63px;  
height: 25px;  
margin-right: 0px;  
 
background-repeat:no-repeat; 
text-decoration:none;
font-size:10px;
color:#ccc;
text-align:center;
}

.shadetabs li a:visited{
color:#999999;

}

.shadetabs li a:hover{

text-decoration:none;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;

}

.shadetabs li a.selected{ /*selected main tab style */

color:#333;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs li a.selected:visited{ /*selected main tab style */
text-decoration: none;

}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

