@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	text-align:center;
	color:#FFFFFF;
}
body a {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
img {
	border:none;
	border-style:none;
}
img a {
	border:none;
	border-style:none;
}
/*
------------------------------------------------------- HEADER ------
*/

/* Header Site Language */
.Header {
	height:25px;
	text-align:left;
}
.Header-Language-Arrow {
	height:20px;
	width:20px;
	margin-top:5px;
	float:right;
}
.Header-Language {
	height:17px;
	width:160px;
	margin-top:5px;
	float:right;
	padding-top:3px;
	padding-right:5px;
	background:url(Images/LanguageBG.png) right;
	text-align:right;
	color:#333333;
}
.Header-Language a {
	color:#333333;
}
.Header-SiteLangTxt {
	height:17px;
	width:auto;
	margin-top:5px;
	float:right;
	text-align:right;
	padding-right:5px;
	padding-top:3px;
	color:#ffffff;
}
/* Header Sorting options */
.sorting {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	height: 90px;
	float: left;
	z-index: 1;
	text-align:left;
}
.sorting a {
	background: url(Images/checkbox.png) bottom left no-repeat;
	display:block;
	font-size:0;
	height:10px;
	width:14px;
	display:pointer;
	text-indent:-99999em;
	position:absolute;
}
.sorting a.active {
	background: url(Images/checkbox.png) top left no-repeat;
}
.sorting span {
bottom:3px;
display:block;
position:relative;
left:15px;
}
.sorting li {
	width: 100px;
	font-size: 12px;
	height: 11px;
	color: #DAE5E7;
	margin: 0 0 5px 0;
}
.sorting li.title {
	line-height: 15px;
	height: 15px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background: none;
	padding-top:1px;
}
.sorting li.active {
	color: #ffffff;
}
.seperator {
	width: 15px;
	height: 85px;
	background: url(Images/sorting-seperator.png) top center no-repeat;
	float: left;
}
/*Header Links */
.Header-Links {
	height:20px;
	width:970px;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	text-align:left;
}
.RedBullet {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}
/*
------------------------------------------------------- LEFT SIDE
*/

.Left-Wrapper {
	height:auto;
	float:left;
	width:660px;
}
.Page_Bar {
	background:url(Images/PagesBar/Page_Bar.png);
	width:640px;
	height:15px;
	padding:10px;
	overflow:hidden;
	color:#000000;
}
.Page_Bar a {
	color:#000000;
}
.PageNrWrap {
	height:15px;
	width:17px;
	float:left;
}
.PageNr-Active {
	background:url(Images/PagesBar/Page_Active.png) no-repeat left;
	text-align:center;
	height:15px;
	width:15px;
	float:left;
	font-weight:bold;
	font-size:12px;
	padding-right:2px;
}
.PageNr-Inactive {
	background:url(Images/PagesBar/Page_Inactive.png) no-repeat left;
	text-align:center;
	height:15px;
	width:15px;
	float:left;
	font-size:12px;
	padding-right:2px;
}
.PageNr-Inactive :hover {
	background:url(Images/PagesBar/Page_Active.png) no-repeat left;
	text-align:center;
	height:15px;
	width:15px;
	float:left;
	font-size:12px;
	padding-right:2px;
}
/* SmallSnap */
.S-Snap-Active {
	background:url(Images/PagesBar/SizeS_Active.png) no-repeat left;
	height:15px;
	width:17px;
	float:left;
}
.S-Snap-Inactive {
	background:url(Images/PagesBar/SizeS_Inactive.png) no-repeat left;
	height:15px;
	width:17px;
	float:left;
}
.S-Snap-Inactive :hover {
	background:url(Images/PagesBar/SizeS_Active.png) no-repeat left;
	height:15px;
	width:17px;
	float:left;
}
/* MediumSnap */
.M-Snap-Active {
	background:url(Images/PagesBar/SizeM_Active.png) no-repeat left;
	height:15px;
	width:17px;
	float:left;
}
.M-Snap-Inactive {
	background:url(Images/PagesBar/SizeM_Inactive.png) no-repeat left;
	height:15px;
	width:17px;
	float:left;
}
.M-Snap-Inactive :hover {
	background:url(Images/PagesBar/SizeM_Active.png) no-repeat left;
	height:15px;
	width:17px;
	float:left;
}
/* LargeSnap */
.L-Snap-Active {
	background:url(Images/PagesBar/SizeL_Active.png) no-repeat left;
	height:15px;
	width:17px;
	float:left;
}
.L-Snap-Inactive {
	background:url(Images/PagesBar/SizeL_Inactive.png) no-repeat left;
	height:15px;
	width:17px;
	float:left;
}
.L-Snap-Inactive :hover {
	background:url(Images/PagesBar/SizeL_Active.png) no-repeat left;
	height:15px;
	width:17px;
	float:left;
}
/*XL Profile Snap*/
.XL-Snap-Active {
	background:url(Images/PagesBar/SizeXL_Active.png) no-repeat left;
	height:15px;
	width:24px;
	float:left;
}
.XL-Snap-Inactive {
	background:url(Images/PagesBar/SizeXL_Inactive.png) no-repeat left;
	height:15px;
	width:27px;
	float:left;
}
.XL-Snap-Inactive :hover {
	background:url(Images/PagesBar/SizeXL_Active.png) no-repeat left;
	height:15px;
	width:27px;
	float:left;
}
.XL-ClickLeft-Wrap {
	width:660px;
	height:auto;
	overflow:hidden;
	background:url(Images/XL_Profile/NXT_01.png) left top no-repeat;
}
.XL-ArrowLeft {
	width:50px;
	height:auto;
	text-align:center;
	margin:auto;
	float:left;
}
.XL-Center-Wrap {
	width:560px;
	height:auto;
	text-align:left;
	margin:auto;
	float:left;
}
.XL-Header {
	width:560px;
	height:40px;
	background:url(Images/XL_Profile/Header.png) center;
}
.XL-Online {
	height:40px;
	width:20px;
	float:left;
	padding-left:15px;
}
.XL-Nickname {
	height:20px;
	width:220px;
	padding-top:13px;
	font-size:18px;
	color:#FFFFFF;
	float:left;
}
.XL-Splitter {
	height:40px;
	width:2px;
	float:left;
	background-image:url(Images/XL_Profile/Header_Splitter.png);
}
.XL-Icon {
	height:40px;
	width:35px;
	float:left;
}
.XL-Score {
	float:right;
	margin-right:12px;
	margin-top:15px;
}
.XL-ClickRight-Wrap {
	width:660px;
	height:auto;
	overflow:hidden;
	background:url(Images/XL_Profile/NXT_01.png) right top no-repeat;
}
.XL-ArrowRight {
	width:50px;
	height:auto;
	text-align:center;
	margin:auto;
	float:left;
}
.XL-ProfileTop {
	width:560px;
	height:auto;
	min-height:225px;
	background:url(Images/XL_Profile/Pictures_01.png) center top;
	position:relative;
}
.XL-LWrap {
	width:220px;
	height:auto;
	margin-left:15px;
	padding-top:15px;
}
.XL-LiveSnap {
	width:160px;
	height:120px;
	float:left;
}
.XL-Flag {
	width:60px;
	height:120px;
	float:left;
	text-align:center;
}
.XL-PicInfo {
	width:110px;
	height:auto;
	float:left;
	padding-top:10px;
	color:#FFFFFF;
}
.XL-BigPicture {
	position:absolute;
	top:5px;
	right:5px;
	width:300px;
	height:225px;
	text-align:center;
}
.XL-ProfileBottom {
	width:560px;
	height:60px;
	background:url(Images/XL_Profile/Pictures_02.png) center;
}
.XL-StartBtn {
	width:250px;
	height:35px;
	text-align:center;
	padding-top:25px;
	font-size:20px;
	color:#21582C;
	font-weight:bold;
	float:left;
}
.XL-SmallPictures {
	width:300px;
	height:60px;
	text-align:center;
	float:left;
	padding-left:10px;
}
.XL-InfoBlockTop {
	width:560px;
	height:auto;
	background:url(Images/XL_Profile/infoBlock_01.png) center top;
}
.XL-InfoBlockBottom {
	width:560px;
	height:15px;
	background:url(Images/XL_Profile/infoBlock_02.png) center;
}
.XL-ClickLeft-WrapEND {
	width:50px;
	height:15px;
	background:url(Images/XL_Profile/NXT_02.png);
	float:left;
	margin-bottom:10px;
}
.XL-Content-WrapEND {
	width:560px;
	height:15px;
	background:url(Images/XL_Profile/infoBlock_02.png) center;
	float:left;
	margin-bottom:10px;
}
.XL-ClickRight-WrapEND {
	width:50px;
	height:15px;
	background:url(Images/XL_Profile/NXT_02.png);
	float:left;
	margin-bottom:10px;
}
.S-SnapsWrap {
	width:660px;
	height:auto;
	padding-left:10px;
	text-align:center;
}
.S-SnapWrap {
	width:100px;
	height:115px;
	margin-right:8px;
	background:url(Images/S_Snap/S_Snap.png);
	float:left;
}
.S-Nickname {
	width:75px;
	height:15px;
	color:#FFFFFF;
	text-align:left;
	padding-left:5px;
	float:left;
	overflow:hidden;
}
.S-HD {
	width:20px;
	height:15px;
	float:right;
	text-align:center;
	float:left;
}
.S-Snap {
	width:100px;
	height:75px;
}
.S-IconWrap {
	width:100px;
	height:15px;
	padding-top:9px;
	text-align:left;
}
.M-SnapsWrap {
	width:660px;
	height:auto;
	padding-left:4px;
	text-align:center;
}
.M-SnapWrap {
	width:160px;
	height:165px;
	margin-right:4px;
	background:url(Images/M_Snap/M_Snap.png);
	float:left;
}
.M-Nickname {
	width:86px;
	height:16px;
	color:#FFFFFF;
	text-align:left;
	padding-left:5px;
	padding-top:1px;
	float:left;
}
.M-Score {
	height:16px;
	float:right;
}
.M-Snap {
	width:160px;
	height:120px;
}
.M-IconWrap {
	width:160px;
	height:15px;
	margin-top:22px;
	text-align:center;
}
.L-SnapsWrap {
	width:660px;
	padding-left:15px;
	height:auto;
}
.L-SnapWrap {
	width:200px;
	height:190px;
	margin-right:15px;
	background:url(Images/L_Snap/L_Snap.png);
	float:left;
	margin-bottom:5px;
}
.L-Nickname {
	width:125px;
	height:16px;
	color:#FFFFFF;
	text-align:left;
	padding-left:5px;
	padding-top:1px;
	float:left;
}
.L-Score {
	width:65px;
	height:16px;
	float:left;
}
.L-Snap {
	width:200px;
	height:150px;
}
.L-Icons {
	width:200px;
	height:20px;
	margin-top:17px;
	text-align:center;
}
/*
------------------------------------------------------- RIGHT SIDE
*/
.Right-Block {
	height:auto;
	float:left;
	width:330px;
}
.RightBarTxt {
	height: 29px;
	width:330px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-indent:50px;
	padding-top:16px;
	color:#FFFFFF
}
.Fav-SnapWrap {
	width:100px;
	height:115px;
	margin-right:5px;
	background:url(Images/S_Snap/S_Snap.png);
	float:left
}
.Fav-Nickname {
	width:75px;
	height:15px;
	color:#FFFFFF;
	text-align:left;
	padding-left:5px;
	float:left;
	overflow:hidden;
}
.Fav-HD {
	width:20px;
	height:15px;
	float:right;
	text-align:center;
	float:left;
}
.Fav-Snap {
	width:100px;
	height:75px;
}
.Fav-IconWrap {
	width:100px;
	height:15px;
	padding-top:9px;
	text-align:left;
}
.BecomeModel {
	height:90px;
	width:330px;
	background:url(Images/BecomModel.png);
}
.BecomeModelTitel {
	float:left;
	height:20px;
	width:220px;
	margin-top:21px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	text-indent:10px;
}
.BecomeModelTxt {
	float:left;
	height:20px;
	width:230px;
	margin-top:10px;
	font-size:15px;
	color:#ED2024;
	text-align:left;
	text-indent:10px;
}


#langBlock  {
z-index:1;
}

#langBlock ul {
        margin:0;
        padding:0;
}
#langBlock {
background-color:#D3D3D3;
float:right;
width:135px;
font-size:10px;
}

#langBlock ul, #langBlock a {
color:black;
list-style-type:none;
text-decoration:none;
}

#langContainer ul li {
background-color:#CCCCCC;
}
#langBlock li {
padding-bottom:5px;
padding-left:5px;
padding-top:5px;
}
#langBlock li.lang {
border-top:1px solid white;
}
#langContainer ul a {
cursor:pointer;
display:block;
font-weight:bold;
width:120px;
}

#langContainer {
color:#000000;
width:120px;
z-index:1000;
}


/* Picture Styles */
#MapWrap {
	width:320px;
	height:350px;
	background-image:url(Images/MAP/Map.png);
	background-position:-0px;
	overflow:hidden;
	position:relative;
}

/* General More Button */		
.more {
	position:absolute;
	width:16px;
	height:20px;
	text-align:left;
	overflow:hidden;
}
.more span {
	position:absolute;
	left:20px;
	padding:3px 0 0 0;
	color:#FFF;
	font:12px Arial;
	text-shadow:#000 1px 1px 0px;
	background-image:url('Images/MAP/BG_Dim.png');padding:0 5px 1px 5px;
}

/* Item Specific Button */
	#Groningen{top:45px; left:235px}
	#Drenthe{top:90px; left:240px}
	#Friesland{top:70px; left:190px} 
	#Overijssel{top:140px; left:225px}
	#Flevoland{top:125px; left:175px}
	#Noord-Holland{top:110px ; left:125px}
	#Utrecht{top:170px; left:150px}
	#Gelderland{top:180px; left:200px}
	#Zuid-Holland{top:185px; left:100px}
	#Noord-Brabant{top:230px; left:150px}
	#Limburg{top:265px; left:200px}
	#Zeeland{top:240px; left:50px}

/* The dimmed background when the info box is showing */	
#fade_bg {
	position:absolute;
	z-index:15;
	width:100%;
	height:100%;
	background:url('dim.png');
	display:none;
}

#toolTip {
        color:black;
        background-color:#D11C23;
        border:1px solid black;
}

#toolTip h4 {
	padding:2px;
	margin:0;
}
