/* CSS Document */

/*
body {
	background-color: #6c016c;
}
*/
td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #6c016c;
}
a {
	text-decoration: none;
	color: #6c016c;
}
a:hover, a:active{
	text-decoration: underline;
	color: #6c016c;
}
h1 { 
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 18px;
	color: #6c016c;
	text-transform: uppercase;
	font-weight:bold;
	margin-top: 0;
}
h2 { 
	font-family: arial, helvetica;
	font-size: 12px;
	color: #6c016c;
	font-weight:bold;
	text-transform: uppercase;
	margin-top: 0;
}
h3 { 
	font-family: arial, helvetica;
	font-size: 12px;
	color: #6c016c;
	font-weight: bold;
	margin:0;
}
table {
	border: 0px solid white;
}

tr {
	vertical-align: top;
}

#wrapper_popup {
	position: absolute;
	top: 120px;
	left: -80px;
	z-index: 4;
}

#popup_bg {
	position: absolute;
	top: 0px;
	left: 300px;
	z-index: 4;
/*	border: 1px solid blue;	*/
}

#popup_mask {
	position: absolute;
	top: 0px;
	left: 300px;
	z-index: 4;
/*	border: 1px solid yellow;	*/
}

#popup_text {
	position: absolute;
	top: 25px;
	left: 383px;
	width: 380px;
	overflow: auto;
	height: 388px;
	z-index: 4;
/*	border: 1px solid orange;	*/
}
#popup_button_sluiten {
	position: absolute;
	top: 170px;
	left: 725px;
	z-index: 4;
}
#popup_text table {
	width: 100%;
}
#popup_text td {
	border-bottom: 1px solid #d3b3d3;
	vertical-align: middle;
}
#popup_text img {
	vertical-align: middle;
	padding: 2px 0 1px 0;
}
.popup_content_label {
	font-weight: bold;
	
}

/* formulier */
.input_form_popup {
	border-right: 1px solid #6c016c;
	border-bottom: 1px solid #6c016c;
	border-top: 1px solid #d3b3d3;
	border-left: 1px solid #d3b3d3;
	height: 16px;
	padding: 2px;	
	margin-bottom: 3px;
}
.select_form_popup {
	border-right: 1px solid #6c016c;
	border-bottom: 1px solid #6c016c;
	border-top: 1px solid #d3b3d3;
	border-left: 1px solid #d3b3d3;
	height: 22px;
	padding: 2px;	
	margin-bottom: 3px;
}
.textarea_form_popup {
	border-right: 1px solid #6c016c;
	border-bottom: 1px solid #6c016c;
	border-top: 1px solid #d3b3d3;
	border-left: 1px solid #d3b3d3;
	height: 76px;
	padding: 2px;	
	margin-bottom: 3px;
}
/* *************************************** */
#wrapper_popup_invitation {
	position: absolute;
	top: 120px;
	left: -80px;
	z-index: 4;
}

#popup_bg_invitation {
	position: absolute;
	top: 0px;
	left: 300px;
	z-index: 4;
}

#popup_mask_invitation {
	position: absolute;
	top: 0px;
	left: 300px;
	z-index: 4;
}

#popup_text_invitation {
	position: absolute;
	top: 25px;
	left: 383px;
	width: 380px;
	overflow: auto;
	height: 188px;
	z-index: 4;
	text-align:center;
}

/**
 *	Helper pop-up's
 */
#wrapper_popup_login_helper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;

}

#popup_bg_login_helper {
 	position: relative;
	top: 100px;
	left: 100px;
	z-index: 4;
}

#popup_mask_login_helper {
	position: relative;
	top: -444px;
	left: 0px;
	z-index: 4;
}

#popup_text_login_helper {
	position: relative;
	top: -863px;
	left: 80px;
	width: 380px;
	overflow: auto;
	height: 388px;
	z-index: 4;
}
#helper_button {
	cursor: pointer;
}

#helper_waitingroom_inviteimg {
	border: 0;
	cursor: pointer;
	
}
#helper_popup_button_sluiten {
	cursor: pointer;
	left: 725px;
	position: absolute;
	top: 40px;
	z-index: 5;
}
/**
 * POPUP Waitingroom
 */
 #wrapper_popup_waitingroom {
	position: absolute;
	top: 120px;
	left: -80px;
	z-index: 4;
}

/*
 * POPUP Chatjournal
 */
#wrapper_popup_chatjournal {
	position: absolute;
	top: 120px;
	left: -80px;
	z-index: 4;
}

/*
 * MESSAGE ADD POP-UP
 */
#wrapper_popup_message_add {
	position: absolute;
	top: 120px;
	left: 230px;
	z-index: 4;
}

#popup_bg_message_add {
 	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
}

#popup_mask_message_add {
	position: relative;
	top: -444px;
	left: 0px;
	z-index: 4;
}

#popup_text_message_add {
	position: relative;
	top: -863px;
	left: 80px;
	width: 380px;
	overflow: auto;
	height: 388px;
	z-index: 4;
}

/*	CLIENT NICKNAME/LOGIN	*/
#wrapper_popup_client_login
{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 500px;
	z-index:4;
}

#popup_bg_client_login {
 	position: relative;
	top: 0px;
	left: 0px;
	z-index: 4;

}

#popup_mask_client_login {
	position: relative;
	top: -444px;
	left: 0px;
	z-index: 4;
}

#popup_text_client_login {
	position: relative;
	top: -863px;
	left: 80px;
	width: 380px;
	overflow: auto;
	height: 388px;
	z-index: 4;
}

