.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background: white url(/lpm/images/ajaxtabs/shade.gif) top left repeat-x;
border-bottom: 1px solid #ccc;
border-left: 1px none #ccc;
border-right: 1px none #ccc;
}

/*.shadetabs ul {width:100%;}*/

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: -4px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
color: #2d2b2b;
background: white url(/lpm/images/ajaxtabs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li.selected{
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(/lpm/images/ajaxtabs/shadeactive.gif);
border-bottom-color: white;
color:#FF0000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px none gray;
width: auto;
margin-bottom:0;
padding: 0px;
}

.tabcontent{
display:none;
}



@media print {
.tabcontent {
display:block!important;
}
}
