﻿.modalPopupRegister {
	position: absolute;
	z-index: 10;
}
.modalBackground {
	background-color: #3975b1;
	filter: alpha(opacity=70);
	opacity: 0.70;
}
/* Popup Page */
.ajax__tab_adc_apply_popup {
	height: 400px;
	width: 585px;
}
.ajax__tab_adc_apply_popup .ajax__tab_header {
	background: url(../media/images/tab_images/ad_tab-line.gif) repeat-x bottom;
	height: 26px;
}
.ajax__tab_adc_apply_popup .ajax__tab_header .ajax__tab_outer {
	width: 195px;
	font-size: 14px;
	font-family: Arial, Helvetica;
	font-weight: bold;
		height: 26px;
}
.ajax__tab_adc_apply_popup .ajax__tab_header .ajax__tab_tab {
	width: 195px;
	color: #362e83;
	background: transparent url(../media/images/modal_apply_bg.gif) no-repeat right bottom;
}
.ajax__tab_adc_apply_popup .ajax__tab_hover .ajax__tab_tab {
	color: #FFF;
	background: transparent url(../media/images/active_modal_apply_bg.gif) no-repeat right bottom;
}
.ajax__tab_adc_apply_popup .ajax__tab_active .ajax__tab_tab {
	color: #FFF;
	background: transparent url(../media/images/active_modal_apply_bg.gif) no-repeat right bottom;
}
.ajax__tab_adc_apply_popup .ajax__tab_active .ajax__tab_tab label, .ajax__tab_adc_apply_popup .ajax__tab_hover .ajax__tab_tab label, .ajax__tab_adc_apply_popup .ajax__tab_header .ajax__tab_tab label {
	float: left;
	width: 195px;
	cursor: pointer;
	height: 22px;
	padding-top: 6px;
}
.ajax__tab_adc_apply_popup .ajax__tab_body {
	border: solid 2px #3A5399;
	border-top: solid 4px #3A5399;
	background-color: #FFF;
	width: 581px;
	height: 420px;
	background: #E2F0F7 url(../media/images/tab_images/apply_popup/logo_footer.jpg) no-repeat right bottom;
}

/* 2 tab popups */

.ajax__tab_adc_2_popup {
	height: 400px;
	width: 585px;
}
.ajax__tab_adc_2_popup .ajax__tab_header {
	background: url(../media/images/tab_images/ad_tab-line.gif) repeat-x bottom;
	height: 26px;
}
.ajax__tab_adc_2_popup .ajax__tab_header .ajax__tab_outer {
	width: 290px;
	font-size: 14px;
	font-family: Arial, Helvetica;
	font-weight: bold;
			height: 26px;
}
.ajax__tab_adc_2_popup .ajax__tab_header .ajax__tab_tab {
	width: 290px;
	color: #362e83;
	background: transparent url(../media/images/modal_2_bg.gif) no-repeat right bottom;
}
.ajax__tab_adc_2_popup .ajax__tab_hover .ajax__tab_tab {
	color: #FFF;
	background: transparent url(../media/images/active_modal_2_bg.gif) no-repeat right bottom;
}
.ajax__tab_adc_2_popup .ajax__tab_active .ajax__tab_tab {
	color: #FFF;
	background: transparent url(../media/images/active_modal_2_bg.gif) no-repeat right bottom;
}
.ajax__tab_adc_2_popup .ajax__tab_active .ajax__tab_tab label, .ajax__tab_adc_2_popup .ajax__tab_hover .ajax__tab_tab label, .ajax__tab_adc_2_popup .ajax__tab_header .ajax__tab_tab label {
	float: left;
	width: 290px;
	cursor: pointer;
	height: 20px;
	padding-top: 6px;
}
.ajax__tab_adc_2_popup .ajax__tab_body {
	border: solid 2px #3A5399;
	border-top: solid 4px #3A5399;
	background-color: #FFF;
	width: 581px;
	height: 420px;
	background: #E2F0F7 url(../media/images/tab_images/apply_popup/logo_footer.jpg) no-repeat right bottom;
}
