/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 2px 0;
margin-left: 0;
margin-top: 10px;
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*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
font: bold 12px Arial;
color: #333333;
line-height:20px;
position: relative;
padding: 6px 40px 4px 30px;
margin: 0;
border:0px solid #778;
background: white url(../images/tab_h4.jpg) top right repeat-x;
}

.shadetabs li a:visited{
color: #333333;
}

.shadetabs li a:hover{
text-decoration:underline;
color: #000;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: black url(../images/tab_n3.jpg) top right repeat-x;
font: bold 13px Arial;
color:#fff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration:underline;
color:#fff;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 940px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs2{
padding: 2px 0;
margin-left: 0;
margin-top: 10px;
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{
display: inline;
margin: 0;
}

.shadetabs2 li a{
text-decoration: none;
font: bold 12px Arial;
color:#666666;
line-height:20px;
position: relative;
padding: 4px 6px 4px 6px;
margin: 0;
border-left:1px solid #666666;
background: white url(../images/tab_h2.jpg) top right repeat-x;
}

.shadetabs2 li a:visited{
color: #000;
}

.shadetabs2 li a:hover{
background: black url(../images/tab_n2.jpg) top right repeat-x;
font: bold 12px Arial;
color:#fff;
}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
padding: 4px 6px 4px 6px;
}

.shadetabs2 li a.selected{ /*selected main tab style */
background: black url(../images/tab_n2.jpg) top right repeat-x;
font: bold 12px Arial;
color:#fff;
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
text-decoration:none;
color:#fff;
}

.tabcontent2{
display:none;
}

@media print {
.tabcontent2 {
display:block !important;
}
}

.tabcontentstyle2{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 940px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent2{
display:none;
}

@media print {
.tabcontent2 {
display:block !important;
}
}