.shadetabs{
/*padding: 3px 0;*/
padding-left: 10px;
padding-right: 10px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font: bold 12px Arial;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs div a:hover{
color: #E07000;
}

.shadetabs div a{
text-align: left;
margin-top: 1px;
margin-left: 1px;
margin-right: 1px;
text-decoration: none;
padding: 3px 8px 0;
display: block;
float: left;
color: #666666;

border-top: 2px solid #003366;
}

.shadetabs div.selected a{ /*selected main tab style */
color: #E07000;
}

.shadetabs div{
z-index: 40;
position: relative;
top: 5px;
border: 1px #999999 solid;
background-color: #F7F7F2;
border-bottom: none;
}

.shadetabs div.selected{
z-index: 10;
position: relative;
top: 1px;
border: 1px #9BC2D5 solid;
border-bottom: none;
background-color: #DEEDFA;
padding-bottom: 5px;
}

.shadetabs hr{
background-color: #666666;
padding: 0px;
margin: 1px;
border: none;
}

.shadetabs div.selected hr{
background-color: #003366;
padding: 0px;
margin: 1px;
border: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 190px;
margin-left: 10px;
margin-right: 10px;
border-left: 1px #006294 solid;
border-right: 1px #006294 solid;
border-bottom: 1px #006294 solid;
border: 1px #9BC2D5 solid;
background-color: #DEEDFA;
}

.tabcontent{
display:none;
margin-left: 1px;
margin-right: 1px;
padding-left: 10px;
padding-bottom: 10px;
padding-top: 10px;
line-height: 150%;
}

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



	






