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

.shadetabs, .shadetabs2{
padding: 10px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
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, .shadetabs li{
display: inline;
margin: 0;

}

.shadetabs2 li a, .shadetabs li a{
border-bottom-color: red;
text-decoration: none;
z-index: 5500;
padding: 10px 5.5em 10px 1em;
margin: 0px 0px;
border: 1px solid #e5eff5;
color: #336598;
background-color: #97b2c3; /* from Maria b6d0e0 */
font: bold 12px verdana;
}

.shadetabs2 li a:visited, .shadetabs li a:visited{
color: #336598;
margin: 0px 0px;
font: bold 12px verdana;
}

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

.shadetabs li a, .shadetabs li a:visited {background-color: #336598;
color: white;
}


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

.shadetabs2 li a.selected{ /*selected main tab style */
border-bottom-color: #e5eff5;
background-color: #e5eff5;
margin: 0px 0px;
}

.shadetabs li a.selected, .shadetabs li a.selected:visited{ /*selected main tab style */
border-bottom-color: #e5eff5;
color: #336598;
background-color: #e5eff5;
margin: 0px 0px;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
margin: 0px 0px;
font: bold 12px verdana;
color: #5793b9;}


.tabcontent{
display:none;
}

.tabcontentiframe {}

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

.shadetabs div.tall { height: 300px;}

html>body .shadetabs div.tall { height: 280px; }



