@charset "utf-8";
/* CSS Document */
html {
	overflow-y:scroll;
	height:100%
}
body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
form {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
}
h1 {
	padding:0px;
	margin:0px;
	background-image:url(images/popup/popup-h1-bullet.png);
	background-repeat:no-repeat;
	padding-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#000000;
	line-height:40px;
	border-bottom:2px solid #996666;
	padding-bottom:1px;
}
div.events-description {
	text-align:left;
}
div.events-description a {
	text-decoration:none;
}
h5 {
	padding:0px;
	padding-bottom:5px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#006699;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:5px;
}
h6 {
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px dotted #666666;
}
.top-bar {
	position:relative;
	width:100%;
	height:10px;
	background-image:url(images/top-bar.gif);
	background-repeat:repeat;
}
.container {
	position:relative;
	width:auto;
	height:auto;
}
.center-container {
	position:relative;
	width:980px; /* 980px, minus shades, 940px for content */
	height:auto;
	margin:0 auto;
}
.shade-left {
	position:relative;
	width:20px;
	height:530px;
	float:left;
	background-image:url(images/shade-left.gif);
	background-repeat:no-repeat;
}
.shade-right {
	position:relative;
	width:20px;
	height:530px;
	float:right;
	background-image:url(images/shade-right.gif);
	background-repeat:no-repeat;
}
.shade-bottom {
	position:relative;
	width:530px;
	height:20px;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:20px;
	background-image:url(images/shade-bottom.gif);
	background-repeat:no-repeat;
}
.content-container {
	position:relative;
	width:860px; /* 940px, minus 2x 40px padding, 860px */
	height:auto;
	float:left;
	padding-left:40px;
	padding-right:40px;
}
.header {
	position:relative;
	width:860px;
	height:auto;
}
.logo {
	position:relative;
	width:390px;
	height:150px;
	background-image:url(images/header-logo.jpg);
	background-repeat:no-repeat;
	float:left;
}
.logo:hover {
	cursor:pointer;
}
.header-balk {
	position:relative;
	width:470px;
	height:40px;
	float:left;
	background-image:url(images/header-balk-back.gif);
	background-repeat:repeat-x;
}
.header-balk-left {
	position:relative;
	width:40px;
	height:40px;
	float:left;
	background-image:url(images/header-balk-left.gif);
	background-repeat:no-repeat;
}
.header-balk-midden {
	position:relative;
	width:390px;
	height:40px;
	float:left;
	text-align:center;
	line-height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.header-balk-right {
	position:relative;
	width:40px;
	height:40px;
	float:right;
	background-image:url(images/header-balk-right.gif);
	background-repeat:no-repeat;
}
.menu {
	position:relative;
	width:860px;
	height:50px;
	clear:both;
	background-image:url(images/menu-back.gif);
	background-repeat:repeat-x;
}
.menu-left {
	position:relative;
	width:auto;
	height:50px;
	float:left;
}
.menu-right {
	position:relative;
	width:auto;
	height:50px;
	float:right;
}
a.link-top {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
a.link-top:hover {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
#popup-opacity {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	background: #FFFFFF;
	display: none;
	z-index: 20;
}
*html #popup-opacity {
	position: absolute;
}
#popup-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	display: none;
	z-index: 21;
}
*html #popup-overlay
{
	position: absolute;
}
.popup-container {
 	position:relative;
	width:560px;
	height:auto;
	margin:0 auto;
	margin-top:100px;
}
.popup-closer {
	position:absolute;
	width:60px;
	height:60px;
	margin-left:480px;
	margin-top:20px;
}
.popup-footer {
	height:0px;
}
table.account-table	td {
	height:30px;
}
input.account-input-text {
	padding:0px;
	margin:0px;
	width:320px;
	height:25px;
	border:1px solid #999999;
	line-height:25px;
	padding-left:5px;
}
.account-box-error {
	position:relative;
	padding:10px;
	background-color:#CC0000;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	margin-top:10px;
}
.account-box-succes {
	position:relative;
	padding:10px;
	background-color:#339900;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	margin-top:10px;
}
.frontpage-boxes {
	margin-top:10px;
}
.frontpage-event {
	position:relative;
	width:auto;
	height:60px;
	padding:10px;
	margin-top:10px;
	border:1px solid #CCCCCC;
}
.frontpage-event-2 {
	position:relative;
	width:auto;
	height:60px;
	padding:10px;
	margin-top:10px;
	border:1px solid #CCCCCC;
}
.frontpage-event:hover{
	border:1px solid #0099CC;
	cursor:pointer;
	background-image:url(images/box-rollover-back.gif);
}
.frontpage-event-2:hover{
	border:1px solid #996666;
	cursor:pointer;
	background-image:url(images/box-rollover-back.gif);
}
.frontpage-event-title h5 {
	position:relative;
	width:auto;
	height:auto;
}
.frontpage-event-title-2 h5 {
	position:relative;
	width:auto;
	height:auto;
	color:#996666;
}
.frontpage-event-date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	padding-bottom:5px;
	position:relative;
	width:438px;
	height:15px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.frontpage-event-subtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	padding-top:5px;
	border-top:1px dotted #CCCCCC;
	position:relative;
	width:438px;
	height:15px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.frontpage-event-img {
	position:relative;
	width:auto;
	height:auto;
	float:left;
	margin-right:10px;
}
.events-event {
	position:relative;
	width:auto;
	height:60px;
	padding:10px;
	margin-top:10px;
	border:1px solid #CCCCCC;
}
.events-event:hover {
	border:1px solid #0099CC;
	cursor:pointer;
	background-image:url(images/box-rollover-back.gif)
}
.events-event-2 {
	position:relative;
	width:auto;
	height:60px;
	padding:10px;
	margin-top:10px;
	border:1px solid #CCCCCC;
}
.events-event-2:hover {
	border:1px solid #996666;
	cursor:pointer;
	background-image:url(images/box-rollover-back.gif)
}
.events-event-title {
	position:relative;
	width:auto;
	height:auto;
}
.events-event-title-2 h5 {
	position:relative;
	width:auto;
	height:auto;
	color:#996666;
}
.events-event-date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	padding-bottom:5px;
	position:relative;
	width:728px;
	height:15px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.events-event-subtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	padding-top:5px;
	border-top:1px dotted #CCCCCC;
	position:relative;
	width:728px;
	height:15px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.events-event-img {
	position:relative;
	width:auto;
	height:auto;
	float:left;
	margin-right:10px;
}
.frontpage-profile {
	position:relative;
	width:392px;
	height:auto;
	padding:10px;
	margin-top:10px;
	border:1px solid #666666;
	border-top:5px solid #666666;
	background-image:url(images/box-rollover-back.gif);
}
.frontpage-profile-title h5 {
	width:390px;
}
.frontpage-profile-keywords {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	padding-bottom:5px;
	position:relative;
	width:390px;
	height:15px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.frontpage-profile-description {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	padding-top:5px;
	border-top:1px dotted #CCCCCC;
	position:relative;
	width:390px;
	height:70px;
	line-height:20px;
}
.profielen-profile {
	position:relative;
	width:auto;
	height:auto;
	padding:10px;
	margin-top:10px;
	border:1px solid #CCCCCC;
}
.profielen-profile:hover {
	border:1px solid #0099CC;
	cursor:pointer;
	background-image:url(images/box-rollover-back.gif)
}
.profielen-profile-title {
	position:relative;
	width:auto;
	height:auto;
}
.profielen-profile-keywords {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	padding-bottom:5px;
	position:relative;
	width:728px;
	height:15px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.profielen-profile-description {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	padding-top:5px;
	border-top:1px dotted #CCCCCC;
	position:relative;
	width:818px;
	height:auto;
	line-height:18px;
}
.vertical-divider {
	margin-top:10px;
}
.frontpage-overons, .frontpage-poll {
	margin-top:10px;
}
.footer {
	margin-top:20px;
}
#img_pand {
	background: url(http://www.nice-to-meet-you.nl/images/001k.jpg);
	float:right;
	width: 200px;
	height:150px;
	margin: 0 20px 0 0;
}
div.events-description {
	padding:20px;
	text-align:justify;
	line-height:18px;
}
div.events-description li {
	line-height:18px;
}
div.events-description p {
	text-align:justify;
	line-height:18px;
}
div.events-description h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	line-height:20px;
	text-align:justify;
}
.fp-profielen-button {
	position:relative;
	height:30px;
	width:220px;
  background-image:url(images/profielen-button-off.gif);
	margin-top:10px;
}
.fp-profielen-button:hover {
	background-image:url(images/profielen-button-on.gif);
	cursor:pointer;
}
