.shadetabs{
padding: 5px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
font: bold 14px Tahoma;

list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 2px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 3;
padding: 3px 7px;
margin-right: 1px;
border: 1px solid #1f558b;
color: #2d2b2b;
background:url(/images/gradient.png) repeat-x left top;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
background: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
text-decoration: none;
position: relative;
color: #2d2b2b;
top: 1px;
background: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
text-decoration: none;
background: #ffffff;
color: #2d2b2b;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
text-decoration: none;
color: #2d2b2b;
background: #ffffff;
}

.tabcontent{
display:none;
margin-left: 5px;
     min-height:700px;
     height:auto;
     height:700px; 

}

@media print {
.tabcontent {
display:block !important;
}
}
