
.shadetabs{
padding: 3px 0;
margin-left: 10px;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Arial;
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{font:bold 10pt "arial";letter-spacing: 3px;
text-decoration: none;
padding: 4px 10px 4px;
border: 1px solid #99CCFF;
color: #075A99;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited.tab{
color: #2d2b2b;
}

.shadetabs li a:hover.tab{
text-decoration: none;
color: #802C22;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
color: #000000;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/border: 1px solid #99CCFF;
width: 415px;
height: 100%;
margin-top: 1px;
margin-bottom: 1em;
padding: 10px;filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFD', startColorstr='#FFFFFF', gradientType='0');
}

.tabcontent{
display:none;
}
.tabcontent a{font:bold 10pt "arial";color: #075A99;
}
.tabcontent a:hover{font:bold 10pt "arial";color: #802C22;
}
@media print {
.tabcontent {
display:block!important;
}
}
