/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0 0 220px 0;
margin-left: 10px;
margin-top: 1px;
margin-bottom: 0;
font: bold 22px arial;
color:#ef229b;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;
float:left;
padding: 3px 7px;
margin-right: 3px;
background:#FFF;
color:#000;
width:210px;
height:210px;

}

.shadetabs li a:visited{
color: #ef229b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ef229b;
}

.shadetabs li a.selected{ /*selected main tab style */
top: 5px;
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom:5px solid white;
color: #ef229b;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
