/*----------------------------------------------------------------------------------------------------------*/
/* Overlay Popup Styling New Site (Languages Popup etc...) */

#fsoverlay {
	display:none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
	z-index: 1000000000;
}

#overlay_popup_wrapper {

	width: 519px;
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	

#pop_over {
	display:none;
	position: absolute;
	z-index: 1000000001;
	color: #ffffff;
	width: 519px;
	margin-top: 450px;

}


#pop_over .headerPop {
	position: relative;
	background-repeat: no-repeat;
	width: 519px;
	height: 52px;
	background-image: url(/images/pop_over/popover_header_languages.jpg);
}
#pop_over h3 {
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 60px;
	padding-top: 17px;
}

#pop_over .headerPop .close_button{
	position: absolute;
	top: 5px;
	left: 500px;
	width: 15px;
	height: 15px;
	background-image: url(/images/pop_over/close_button.gif);
	background-repeat: no-repeat;
	background-position: center 3px;

}
#pop_over .headerPop .close_button:hover{
	background-image: url(/images/pop_over/close_button.gif);
	background-repeat: no-repeat;
	background-position: center -13px;

}

#pop_over .footerPop {
	
	width: 519px;
	height: 7px;
	
	background-color: #FF0000;
}

#pop_over .content_bground {

	background-repeat: no-repeat;
	background-image: url(/images/pop_over/popover_bground.jpg);
	background-color: #426987;	
	background-position: top center; 
	
	width: 519px;
	max-width: 515px;
	
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	
	padding: 0px;
	margin: 0px;
	
	color: #ffffff;
	font-size: 11px;
}

#pop_over .content_bground p {
	padding: 10px;
	margin: 0px;
	color:#FFFFFF;
}

#pop_over .content_bground ul {

	list-style-type: none;
	
	margin: 0px;	
	padding: 10px 0px 10px 90px;
}

#pop_over .content_bground li {

	display: block;
	
	float: left;
	
	text-align: default;
		
	width: 125px;
			
	padding: 0px;	
	margin: 0px 0px 10px 0px;
	
	color: #ffffff;
}

#pop_over .content_bground li img {

	margin: 0px 8px 0px 0px;
	padding: 0px;
	
	border: 1px solid #5594c4;	
}

#pop_over .content_bground li a {

	margin: 0px;	
	padding: 0px;

	color: #ffffff;
	
	text-decoration: none;	
}

#pop_over .content_bground li a:visited {

	margin: 0px;	
	padding: 0px;

	color: #ffffff;
	
	text-decoration: none;	
}

#pop_over .content_bground li a:hover {

	margin: 0px;	
	padding: 0px;

	color: #ffffff;
	
	text-decoration: none;	
}

#pop_over .content_bground li a:hover img {

	margin: 0px 8px 0px 0px;
	padding: 0px;
	
	border: 1px solid #ffffff;	
}


#pop_over .content_bground .text_area {

	margin: 0px;
	padding: 10px 70px 10px 70px;
	
	text-align: justify;
}


#pop_over .content_bground form {

	margin: 0px;
	padding: 0px;
}

#pop_over .content_bground textarea {

	padding: 0px; 
	margin: 0px; 
	
	border: 1px solid #538ecc; 	
	background-color: #143047; 
	
	color: #d3edfe; 
	
	width: 373px; 
	
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
}

#pop_over .content_bground .submit input {

	background-color: #ffffff; 
	
	border-bottom: 1px solid #13283d; 
	border-right: 1px solid #13283d; 
	border-left: 1px solid #5a7188;
	border-top: 1px solid #5a7188; 
	
	color: #4c5053; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	
	height: 30px;
} 

