/* ######### CSS for Shade Tabs. Remove if not using ######### */


#tabwrp
{
	width:643px; margin-top: -11px;
}

#tabs
{
	margin-top: 1px; padding: 10px 0px 10px 0px;
	background-image: url(../../img/tabs/process/tab_bg_repeater.gif);
	background-repeat: repeat-y;
}
		
.shadetabs, .risktabs
{
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*/
}



.risktabs li a{ /*selected main tab style */
	background: url(../../img/tabs/process/li_bg.gif) 0px 0px;
	background-repeat: no-repeat;
}

.risktabs li.two a{ /*selected main tab style */
	background: url(../../img/tabs/process/li_bg.gif) -119px 0px;
	background-repeat: no-repeat;
}


.risktabs li.three a{ /*selected main tab style */
	background: url(../../img/tabs/process/li_bg.gif) -232px 0px;
	background-repeat: no-repeat;
}

.risktabs li.four a{ /*selected main tab style */
	background: url(../../img/tabs/process/li_bg.gif) -345px 0px;
	background-repeat: no-repeat;
}
.risktabs li.five a{ /*selected main tab style */
	background: url(../../img/tabs/process/li_bg.gif) -458px 0px;
	background-repeat: no-repeat;
}

.risktabs li a.selected{ /*selected main tab style */
	background: url(../../img/tabs/process/li_bg.gif) 0px -26px;
	background-repeat: no-repeat;
}

.risktabs li.two a.selected{ /*selected main tab style */
	background: url(../../img/tabs/process/li_bg.gif) -119px -26px;
	background-repeat: no-repeat;

}


.risktabs li.three a.selected{ /*selected main tab style */
	background: url(../../img/tabs/process/li_bg.gif) -232px -26px;
	background-repeat: no-repeat;
}

.risktabs li.four a.selected{ /*selected main tab style */
	background: url(../../img/tabs/process/li_bg.gif) -345px -26px;
	background-repeat: no-repeat;
}


.risktabs li.five a.selected{ /*selected main tab style */
	background: url(../../img/tabs/process/li_bg.gif) -458px -26px;
	background-repeat: no-repeat;
}


.shadetabs li
{
display: inline;
margin: 0px;
}

.risktabs li
{
display: inline;
margin: 0px;
padding: 0px;
line-height: 26px;
font-size: 12px;

}


.risktabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 4px 0px 4px 0px;
margin: 0px;
color: #ffffff;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

