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

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 4px;
margin-bottom: 8px;
font-family: arial, helvetica, verdana; 
font-size: 12px; 
color: #BC3033; 
text-decoration:none;
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: 650;
padding: 0px 0px;
margin-right: 0px;
border: 0px;
color: #BC3033;
}

.shadetabs li a:visited{
color: #BC3033;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
}

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

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

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

.tabcontent{
display:none;
}

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

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.shadetabsRGT{
padding: 0px 0;
margin-left: 4px;
margin-top: 8px;
margin-bottom: 14px;
font-family: arial, helvetica, verdana; 
font-size: 11px; 
color: #BC3033; 
text-decoration:none;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabsRGT li{
display: list-item;
margin: -3px;
}

.shadetabsRGT li a{
text-decoration: none;
position: relative;
z-index: 650;
padding: 0px 0px;
margin-right: 0px;
border: 0px;
color: #BC3033;
}

.shadetabsRGT li a:visited{
color: #BC3033;
}

.shadetabsRGT li a:hover{
text-decoration: none;
color: #ffffff;
}

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

.shadetabsRGT li a.selected{ /*selected main tab style */
color: #e06b71;
}

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