/* ######### CSS for Shade Tabs. Remove if not using ######### */


#tabwrpMaterials
{
	width:643px; margin-top: -11px;
}

#tabsMaterials
{
	margin-top: 1px; padding: 10px 0px 10px 0px;
	background-image: url(../../img/tabs/materials/tab_bg_repeater.gif);
	background-repeat: repeat-y;
}
		
.shadetabsMaterials, .risktabsMaterials
{
padding: 0px 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font: 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}



.risktabsMaterials li a{ /*selected main tab style */
	background: url(../../img/tabs/materials/li_bg2.gif) 0px 0px;
	background-repeat: no-repeat;
}

.risktabsMaterials li.two a{ /*selected main tab style */
	background: url(../../img/tabs/materials/li_bg2.gif) -119px 0px;
	background-repeat: no-repeat;
}


.risktabsMaterials li.three a{ /*selected main tab style */
	background: url(../../img/tabs/materials/li_bg2.gif) -232px 0px;
	background-repeat: no-repeat;
}

.risktabsMaterials li a.selected{ /*selected main tab style */
	background: url(../../img/tabs/materials/li_bg2.gif) 0px -26px;
	background-repeat: no-repeat;
}

.risktabsMaterials li.two a.selected{ /*selected main tab style */
	background: url(../../img/tabs/materials/li_bg2.gif) -119px -26px;
	background-repeat: no-repeat;

}


.risktabsMaterials li.three a.selected{ /*selected main tab style */
	background: url(../../img/tabs/materials/li_bg2.gif) -232px -26px;
	background-repeat: no-repeat;
}


.shadetabsMaterials li
{
display: inline;
margin: 0px;
}

.risktabsMaterials li
{
display: inline;
margin: 0px;
padding: 0px;
line-height: 26px;
font-size: 12px;

}


.risktabsMaterials li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 4px 0px 4px 0px;
margin: 0px;
color: #ffffff;
}

.tabcontentMaterials {
display:none;
}

@media print {
.tabcontentMaterials {
display:block !important;
}
}
