/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
width:150px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-family:Arial, Helvetica, sans-serif;
}

.shadetabs li{
display: inline;
margin: 0;
padding:0;
}



.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin:0;
color: #000000;
background:url(images/tab_inactive.gif) top left repeat-x;
text-transform:uppercase;
font-weight:bold;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0;
color:#ffffff;
text-transform:uppercase;
}

.shadetabs li a.selected{ /*selected main tab style */
background:url(images/tab_active.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#555555;
}

.tabcontent a{
/*color:#FF6600;*/
color:#0066CC;
font-size:11px;
}

img.matri{
border:2px solid #fff;
margin-right:5px;

}

@media print {
.tabcontent {
display:block !important;
}
}


\

