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



.shadetabs{
margin-top:20px;
list-style-type: none;
height:20px;
text-align: center; /*set to left, center, or right to align the menu as desired*/
width:700px;

background-repeat:repeat-x;
}
.shadetabs ul {
list-style-type: none; list-style-image: none;
margin-bottom:10px;
width:700px;

}

.shadetabs li{
display: inline;  

}

.shadetabs li a{
display:inline;  
overflow: hidden;  
cursor: pointer;  
float:left;
width:auto;
height:25px;
padding:10px;
margin-right:1px;
text-decoration:none;
font-size:12px;
color:#0033FF;
background-color:#ccc; 
line-height:2.5em;
}
.shadetabs li a span.twolines {line-height:1.2em;}

.shadetabs li a:visited{


}

.shadetabs li a:hover{
text-decoration:underline;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#fff;
}

.shadetabs li a.selected{ /*selected main tab style */
background-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;

}





.shadetabs3{
margin-top:20px;
list-style-type: none;
height:20px;
text-align: center; /*set to left, center, or right to align the menu as desired*/
width:700px;

background-repeat:repeat-x;
}
.shadetabs3 ul {
list-style-type: none; list-style-image: none;
margin-bottom:10px;
width:700px;

}

.shadetabs3 li{
display: inline;  

}

.shadetabs3 li a{
display:inline;  
overflow: hidden;  
cursor: pointer;  
float:left;
width:200px;
height:20px;
padding-top:8px;
margin-right:0px;
text-decoration:none;
font-size:13px;
color:#333;
background-color:#ccc; 
}

.shadetabs3 li a:visited{


}

.shadetabs3 li a:hover{

text-decoration:underline;
}

.shadetabs3 li a.selected{ /*selected main tab style */
position: relative;
color:#fff;
}

.shadetabs3 li a.selected{ /*selected main tab style */
background-color:#333; 
}

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

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

}


.tabcontent{
display:none;

}

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

