

/* CSS Document */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 3px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color:#ff9933;
}

.shadetabs li{
display: inline;
margin: 0;
padding: 2px 0px 20px 0px;
color:#ff9933;

}

.shadetabs li a{
text-decoration: none;
padding: 0px 3px 0px 0;
margin-right:0;
background: white;
color:#ff9933;
}
.shadetabs li a:hover{
color:#ff9933;
text-decoration:none
}
/*
.shadetabs li a:visited{
color: #00526F;
font-weight:bold
}
*/
/*.shadetabs li.selected{
position: relative;
}
*/
.shadetabs li.selected a{ /*selected main tab style */
color:#1e2458;
text-decoration:underline;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 650px;
margin-bottom: 1em;
padding: 10px 0 0 2px;

}

.tabcontentstyle1{ /*style of tab content oontainer*/
width: 500px;
margin-bottom: 1em;
padding: 10px 0 0 2px;

}

.tabcontentstyle3{ /*style of tab content oontainer*/
width: 458px;
margin-bottom: 1em;
padding: 10px 0 0 2px;

}

.tabcontent{
display:none;

}
/*
.tabcontent b
{color:#005e5d; font-weight:bold; font-size:10px; }
.tabcontent b span
{color:#000000; font-weight:bold; font-size:10px; }
.tabcontent ul li
{padding:0; margin:0 5px 5px 0}
.tabcontent ul li b
{color:#00526F; font-weight:bold}

.tabcontent1{
color:#000000
}
.tabcontent1 b
{color:#005e5d; font-weight:bold; font-size:10px; }
.tabcontent1 b span
{color:#000000; font-weight:bold; font-size:10px; }
.tabcontent1 ul li
{padding:0; margin:0 5px 5px 0}
.tabcontent1 ul li b
{color:#000000; font-weight:bold}
.tabcontent_title 
{font-size:16px; font-weight:bold; color:#005e5d}


@media print {
.tabcontent {
display:block!important;
}
}

.tabcontent a{text-decoration:underline}
*/