/* CSS Document */

.popupbody { width:637px;}
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.popuptabs{
	padding: 3px 0;
	margin-left: 2px;
	margin-top: 10px;
	margin-bottom: 0;
	font: bold 11px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	
}

.popuptabs li{
	display: inline;
	margin: 0;
	color: #ffffff;
	text-decoration:none;
}

.popuptabs li a{
	background:url(../images/deactivate_tab_right.gif) no-repeat right top; 
	padding:8px 7px 6px 0px; 
	color: #ffffff;
	text-decoration:none;
}

* html .popuptabs li a{
	background:url(../images/deactivate_tab_right.gif) no-repeat right; 
	color: #ffffff;
	text-decoration:none;
}


.popuptabs li a span{
	background:url(../images/deactivate_tab.gif) no-repeat left top;
	padding:8px 6px 6px 8px;
	color: #ffffff;
}

* html .popuptabs li a span{
	background:url(../images/deactivate_tab.gif) no-repeat left top;
	line-height:20px;
	xpadding:6px 0px 10px 0px;
	text-decoration:none;
}


.popuptabs li a:visited{
	color: #2d2b2b;
	text-decoration:none;
}

.popuptabs li a:hover{
	background-color:#FFFFFF;
	text-decoration: underline;
	color: #000000;
	text-decoration:none;
	background:url(../images/activate_tab_right.gif) no-repeat right;
}

.popuptabs li a:hover span{
	background-color:#FFFFFF;
	text-decoration: underline;
	color: #000000;
	text-decoration:none;
	background:url(../images/activate_tab.gif) no-repeat;
}

.popuptabs li a.selected{ /*selected main tab style */
	background:url(../images/activate_tab_right.gif) no-repeat right;
	color: #000000;
	text-decoration:none;
}

*html .popuptabs li a.selected{ /*selected main tab style */
	background:url(../images/activate_tab_right.gif) no-repeat right;
	padding-top:0.5em;
	color: #000000;
	text-decoration:none;
}

.popuptabs li a.selected span{ /*selected main tab style */
	background:url(../images/activate_tab.gif) no-repeat left;
	color: #000000;
	text-decoration:none;
}

*html .popuptabs li a.selected span{ /*selected main tab style */
	background:url(../images/activate_tab.gif) no-repeat left;
	padding-top:0.6em;
	color: #000000;
	text-decoration:none;

}


.popuptabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;	
	padding-top:0.7em;
	margin:0px;
	color: #000000;
}

*html .popuptabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;	
	padding-top:0.6em;
	margin:0px;
	color: #000000;
}




.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}

.tabcontentarea { width:990px; margin-top:2px; margin-bottom: 1em; padding-top:10px; }
* html .tabcontentarea { width:990px; margin-top:0px; margin-bottom: 1em;  padding-top:10px;}


