﻿/*Splash page country selection control*/

.MainSplashContentContainer
{
	width:980px;
	padding-bottom:20px;
	background:transparent url(images/voorstel1_cases_detail_rezk.gif) repeat-x scroll center top;
}
.SplashCopyrightContainer
{
	display:block;
	width:980px;
	height:135px;
	color:#bababa;
	background:transparent url(images/bgl_regions.gif) repeat-x scroll center top;
}
.ChooseCountryTitle
{
	padding-top:25px;
	display:block;
	float:left;
	font-size:16px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color:#003199 !important;
	margin-left:20px;
	display:inline;
}

.ChooseCountryRegion
{
	float:left;
	font-size:18px;
	margin-left:20px;
	padding-bottom:25px;	
	display:inline;
	width:912px; /**/	
}
.ChooseCountryRegion div.space
{
	border-top:1px solid #e5e5e5;	
	margin-top:15px;
}
.ChooseCountryRegion div.column
{
	float:left;
	padding-right:15px;
}
.ChooseCountryRegion td.regionarea
{
	padding-left:15px;
	border-left:1px solid #E5E5E5;
	text-align:left;
	padding-right:15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#3F3F3F;
	font-size:12px;
}
.ChooseCountryRegion td.regionarea:first-child
{
	border:0;
	padding-left:0px;
}
.ChooseCountryRegion div.ms-WPBody
{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3f3f3f;
}
.ChooseCountryRegion p.regionheader
{
	font-family:Arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
}
.ChooseCountryRegion .linkcontainer
{
}
.ChooseCountryRegion div.column a.linkitem, .ChooseCountryRegion div.column a.linkitem:visited
{	
	color:#3f3f3f;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:22px;
}



#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.countries_popupcontainer{
    width:940px;
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.countries_popupcontainer .ChooseCountryTitle
{
	color		:#003399;
	font-size	:12pt;
	font-weight :bold;
	padding		:0px 0px 0px 0px;
	margin-left	:0px;
}
.countries_popupcontainer .ChooseCountryRegion{
    margin-left	:0px;
}
.countries_popupcontainer .ChooseCountryRegion .datainfo{
	display		:none;
}
.countries_popupcontainer .ChooseCountryRegion div.column a.selected, .countries_popupcontainer .ChooseCountryRegion div.column a.selected:link, .countries_popupcontainer .ChooseCountryRegion div.column a.selected:active, .countries_popupcontainer .ChooseCountryRegion div.column a.selected:visited{
	text-decoration:none;
	color		:#003399;
	font-weight :bold;
}
