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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0px;
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;
text-transform:uppercase;


}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
border:1px #336666 solid;

color: #ffffff;
background: #0076C0 url(media/color_tabs_left.gif) no-repeat left top;
padding:0;
margin:0px;
padding-bottom:3px;
padding-top:3px;
}

.shadetabs li a span{

background: transparent url(media/color_tabs_right.gif) no-repeat right top;

padding-left:6px;
padding-right:6px;
padding-top:3px;



}

.shadetabs li a:visited{
color: #ffffff;
background: #0076C0 url(media/color_tabs_left.gif) no-repeat left top;
text-decoration:none;
border:none;
}

.shadetabs li a:hover{
text-decoration:none;
color: #ffffff;
background: #DF6965 url(media/color_tabs_left.gif) no-repeat left top;
}

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

.shadetabs li a.selected{ /*selected main tab style */

color:#ffffff;
background: #C62836 url(media/color_tabs_left.gif) no-repeat left top;
border:none;

}

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

.tabcontent{
display:none;
}

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

.mytabcontent{
border-top: 5px solid #0076C0; width:100%
}

.tab_border{
border-left:1px solid #0076C0;

}
.tab_border td{
border-right:1px solid #0076C0;
border-top:1px solid #0076C0;
text-align:center;
}

.mytabcontent10{
border-top: 5px solid #0076C0; width:100%
}

.tab_border td a{
text-align:center;
text-decoration:none;
color:#000000;
width:100%;
display:block;
}

.tab_border td a:hover{
text-align:center;
text-decoration:none;
color:#000000;
}

.tab_border td a span{
width:100%;
}

.tab_border td a.selected{
text-align:center;
text-decoration:none;
color:#000000;
background:#0076C0;
}
