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

#newsContent { width: 402px; height: 115px; border-top:1px solid #d5570c; margin: 0; padding: 20px 0 0 15px; } 
#tipsContent { width: 550px; height: 100px; border:1px solid #cdcec8; margin-bottom: 1em; padding: 20px 0 0 5px; }
.shadetabs, .orangetabs {
padding: 3px 0;
margin: 15px 0 0 0;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#mainContent #bxIndustryNews ul { margin: 0; padding: 0; line-height: 0; }
#mainContent #bxIndustryNews ul li { margin: 0; padding: 0; }

.shadetabs li, .orangetabs li{
display: inline;
margin: 0;
padding: 0;
}

.shadetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid #cdcec8;
color: #333;
background: #fff url(http://www.cleanlink.com/graphics/tabs/shade.gif) top left repeat-x;

}

.orangetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 10px;
margin: 0;
border-right: 1px solid #d5570c;
color: #333;
background: #d5570c url(http://www.cleanlink.com/graphics/tabs/orange.gif) top left repeat-x;
text-transform: uppercase;

}

.shadetabs li a:visited, .orangetabs li a:visited {
color: #333;
}

.shadetabs li a:hover, .orangetabs li a:hover{
text-decoration: underline;
color: #000;
}

.shadetabs li a.selected, .orangetabs li a.selected { /*selected main tab style */
position: relative;
top: 1px;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(http://www.cleanlink.com/graphics/tabs/shadeactive.gif);
border-bottom-color: #fff;
}

.orangetabs li a.selected{ /*selected main tab style */
background-image: url(http://www.cleanlink.com/graphics/tabs/orangeactive.gif);
/*border-bottom-color: #e4854d;*/
color: #fff;
}


.shadetabs li a.selected:hover, .orangetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs li a.selected:active, .orangetabs li a.selected:active
{
  outline: none;
}

:-moz-any-link:focus {
  outline: none;
}


.tabcontent{
display:none;
}

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

span.smMore { float: right; margin-right: 15px; }
span.smMore a:link, span.smMore a:visited {
	color: #333;
	background: transparent;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	}
	
