.flyover_1, .flyover_2 {
display:					none;
}

#background_Flyover_1, #background_Flyover_2 {
background:					url(/media/image/flyover/overlay.png );
display:					none;
height:						100%;
left:						0px;
margin:						0px auto;
position:					absolute;
top:						0px;
width:						100%;
z-index:					9995;
}

.msie6 #background_Flyover_1, .msie6 #background_Flyover_2 {
background: 				none !important;
filter:						progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/image/flyover/overlay.png', enabled=true sizingMethod='scale');
}

#background_Flyover_2 {
z-index:					9997;
}

#content_Flyover_1{
position:					absolute;	
z-index:					9996;
}

#content_Flyover_2{
position:					absolute;
z-index:					9998;
}

.loading{
background:					#101010;
color:						#626262;
height:						39px;
margin:						0 auto 1px auto;
padding:					12px 12px;
width:						545px;
}

.loading p{
color:						#626262;
font-size:					14px;
text-align:					center;
}

.bg_white{
background:					#ffffff;
display:					none;
height:						48px;
left:						50%;
margin-left:				-300px;
margin-top:					-24px;
position:					absolute;
top:						50%;
width:						600px;
z-index:					9996;
}

.bg_white p{
color:						#a8a8a8;
}

#contentLoading {
background:					black;
opacity :					0.7;
filter : 					alpha(opacity=70);
-ms-filter: 				"alpha(opacity=70)";
height:						100%;
width:						100%;
left:						0;
top:						0;
position:					absolute;
}

#contentLoading {
display:					none;
z-index:					99998;
}

/* Flyover */
.globalFlyover {
height:						100%;
width:						100%;
position:					absolute;
left:						0;
top:						0;
}

.flyover {
display:					none;
}
/***/
/* Background */
.background_Flyover, #contentLoading {
background:					black;
opacity :					0.7;
filter : 					alpha(opacity=70);
-ms-filter: 				"alpha(opacity=70)";
height:						100%;
width:						100%;
left:						0;
top:						0;
position:					absolute;
}

#contentLoading {
display:					none;
z-index:					99998;
}
/***/
/* Content flyover */
.content_Flyover {
position:					absolute;	
}

.closeFlyover {
color:						white;
font-weight:				bold;
text-align:					right;
clear:						both;
position:					relative;
z-index:					10999;
top:						15px;
left:						11px;
}
/***/
/* Loading */
#loading{
background:					#ffffff;
color:						#a8a8a8;
height:						48px;
margin:						0 auto 1px auto;
padding:					12px 12px;
width:						600px;
position:					absolute;
z-index:					99999;
border:						3px solid #a8a8a8;
}

#loading p{
color:						#a8a8a8;
font-size:					14px;
text-align:					center;
}
/***/
/* Popup */
.popup {
width:						600px;
border:						3px solid #373737;
background:					#ffffff;
float:						left;
z-index:					9999;
}
/***/
/* Confirmation suppression */
.confirmationSuppression .popup {
width:						300px;
padding:					10px;
-webkit-border-radius: 		6px;
border-radius: 				6px; 
}

.confirmationSuppression .popup * {
color:						#333333;
}

.confirmationSuppression .popup h2 {
font-size:					12px;
font-weight:				bold;
text-align:					center;
}

.confirmationSuppression .popup .btnActionSuppression {
margin:						10px auto 0 auto;
width:						100px;
}
/***/