/* CSS Document */
.showProfilePersoon2{
	display:block;
}
.hideProfilePersoon2{
	display:none;
}

.profileRow{
	position:relative;
	width:100%;
	text-align:left;
	background-color:white;
	border-bottom:dashed 1px #CCCCCC;
}
.profileHeader{
	position:relative;
	width:100%;
	height:23px;
	/*border-bottom:dashed 1px #CCCCCC;*/
}
.profileName{
	position:absolute;
	font-size:18px;
	color:#990000;
	font-weight:bold;
}
.profileOnline{
	position:absolute;
	top:10px;
	left:590px;

}
.pictureHolder{
	position:absolute;
	width:80px;
	height:80px;		
	border:1px solid #CCCCCC;
	left:15px;
	top:6px;
}
.profileDatingText{
	position:absolute;
	left:160px;
	top: 7px;
	width: 359px;
	height: 41px;
	color:#006666;
	font-weight:bold;
}
.profileCertificates{
	position:absolute;
	left:388px;
	top:9px;
	width:264px;
	height:50px;
	text-align:right;
}
.profileAge_Person1{
	position:absolute;
	left:105px;
	top:31px;
	font-size:10px;
}
.profileAge_Person2{
	position:absolute;
	left:119px;
	top:50px;
	font-size:10px;
}
.profileActions{
	left:520px;
	position:absolute;
	top:60px;
}
.profileDates{
	position:absolute;
	left:127px;
	top: 82px;
	width: 257px;
	height: 20px;
	font-size:10px;
}
.profileContentShow{
	top:2px;
	left:5px;
	display:block;
	position:relative;
	width:100%;
	height:100px;
	background:url(/site/images/profiel/background.jpg);
	background-repeat:no-repeat;
	
}
.profileContentHide{
	display:none;
}
.profileCountry{
	position:absolute;
	width:210px;
	left:354px;
	top:6px;
	height:21px;
	text-align:right;
	font-size:12px;
}
.profielLijstSorting_Show{
	position:absolute;
	left:500px;
	top:300px;;
	width:300px;
	height:400px;
	display:block;
	border:1px solid black;
	background-color:#FFFFCC;
	z-index:100;
	text-align:left;
	padding:5px;
}	
.profielLijstSorting_Hide{
	position:absolute;
	display:none;
}	
.menuItem A{
	margin:4px;
)

