/* ######### CSS for Shade Tabs. Remove if not using ######### */
#toptab {font: 12px arial;}


.shadetabs2{
padding: 10px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li a, .shadetabs2 li a:visited, .shadetabs2 li a:hover {outline: none;}

.shadetabs2 li{
display: inline;
margin: 0;

}

.shadetabs2 li a{
border-bottom-color: red;
text-decoration: none;
z-index: 5500;
padding: 5px 5.5em 10px 1em;
margin: 0px 0px;
border: 1px solid #b2bbc9;
color: #000;
background-color: #fff; /* from Maria b6d0e0 */
font: 12px arial;
}

.shadetabs2 li a:visited{
color: #000;
margin: 0px 0px;
font: normal 12px arial;
}

.shadetabs2 li a:hover{
text-decoration: none;
color: #fff;
margin: 0px 0px;
font: 12px arial;
}
.shadetabs2 li a:hover {color: #2d2b2b;}




.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
margin: 0px 0px;
font: bold 12px arial;
}

.shadetabs2 li a.selected:visited, .shadetabs2 li a.selected:hover {font: bold 12px arial;}

.shadetabs2 li a.selected{ /*selected main tab style */
border-bottom-color: #fff;
background-color: #fff;
margin: 0px 0px;
padding: 15px 5.5em 10px 1em;
}




.tabcontent{
display:none;
}

.tabcontentiframe {}

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

.shadetabs div.tall { }

html>body .shadetabs div.tall {  }




