@charset "utf-8";
/* CSS Document */

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs3{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs3 li{
display: inline;
margin: 0;
}

.shadetabs3 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 10px;
top:-2px;
margin-right: 0px;
border: 1px solid #afbdc6;
color: #666666;
background: white url(../../images/bg_all.gif) top left repeat-x;
background-position: 0px -165px;
background-repeat:repeat;
}

.shadetabs3 li a:visited{
color: #666666;
}

.shadetabs3 li a:hover{
text-decoration: underline;
color:#E27A1D;
}

.shadetabs3 li a.selected{ /*selected main tab style */
position: relative;
color:#E27A1D;
text-decoration:underline;
top: -2px;
}

.shadetabs3 li a.selected{ /*selected main tab style */
background: white url(../../images/bg_all.gif) top left repeat-x;
background-position: 0px -200px;
background-repeat:repeat;
border-bottom-color: white;
}

.shadetabs3 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent3{
display:none;
}

@media print {
.tabcontent3 {
display:block !important;
}
}

