/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding:0px;
margin:0px;
list-style:none;
}

.shadetabs li{
padding:0px;
margin:0px;
list-style:none;
}

.shadetabs li a{
text-decoration:none;
width:135px;
padding:8px 0px 2px 0px;
margin:0px;
display:block;
clear:both;
height:20px;
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#333333;
}

.shadetabs li a:hover{
background-image:url(../style-img/ianlink-select.gif);
background-repeat:no-repeat;
text-decoration:none;
color:#222222;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image:url(../style-img/ianlink-select.gif);
background-repeat:no-repeat;
text-decoration:none;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
background-image:url(../style-img/ianlink-select.gif);
background-repeat:no-repeat;
text-decoration:none;
}

.tabcontent{
display:none;
}

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