@charset "utf-8";
/* CSS Document */
#inlogframe
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:175px;
	margin-top:100px;
	background-image:url(../images/bg_contact.png);
	background-repeat:repeat;
	padding:5px;
}
#inlogframe #Loginform
{
	margin-bottom:5px;
	margin-top:50px;
	margin-left:125px;
}
#inlogframe input
{
	font-size: 15px;
}
#inlogframe label
{
	width:275px;
	display:block;
	text-align:center;
	float:left;
	color:#FFFFFF;
	margin-bottom:1px;
}
#inlogframe .logininput
{
	width:260px;
	height:30px;
	background-color:#49505B;
	border:0px;
	margin-right:10px;
	padding:2px;
	color:#fff;
	margin-top:3px;
	-moz-transition: opacity 0.25s linear 0s;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}
#inlogframe .focusField
{
	width:260px;
	height:30px;
	border:1px solid #FFCC00;
	background-color:#49505B;
	margin-right:10px;
	padding:0px;
	color:#fff;
	margin-top:3px;
	margin-bottom:3px;
	-moz-transition: opacity 0.25s linear 0s;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}
#inlogframe #contactsubmit
{
	background-image:url(../images/notactive_submit.png);
	background-position:middle;
	background-color:transparent;
	border:0px;
	width:63px;
	height:33px;
	margin-left:472px;
}
#inlogframe #loginbuttons input
{
	margin-left:275px;
	background-color:transparent;
	color:#fcb715;
	border:0px;
	margin-top:50px;
}
#inlogframe #loginbuttons input:hover
{
	background-color:#fcb715;
	color:#000;
}
.loginok
{
	display:none;
	height:16px;
	width:250px;
	background-image:url(../images/list-check.png);
	background-repeat:no-repeat;
	background-position:200px 0px;
}
#inlogframe .error {
	font: normal 10px arial;
	width:260px;
}
#inlogframe .loginerror{
	color:#FF0000;
	margin-left:275px;
}
#inlogframe .valid {
	border:0px;
}
#inlogframe input.invalid {
	border:1px solid red;
}
#inlogframe select.invalid {
	border:1px solid red;
}
#inlogframe em.invalid {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	border:0px;
}
/* ----------------------------------------- register.php ---------------------------------------- */
#registerframe
{
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg_contact.png);
	background-repeat:repeat;
	padding:5px;
	color:#FFFFFF;
}
#registerframe #registerform
{
	margin-bottom:5px;
	margin-top:5px;
}
#registerframe input
{
	font-size: 15px;
}
#registerframe label
{
	width:275px;
	display:block;
	text-align:right;
	float:left;
	color:#FFFFFF;
	margin-bottom:1px;
	margin-right:5px;
}
#registerframe .registerinput
{
	width:260px;
	height:30px;
	background-color:#49505B;
	border:0px;
	margin-right:10px;
	padding:2px;
	color:#fff;
	margin-top:3px;
	-moz-transition: opacity 0.25s linear 0s;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}
#registerframe .focusField
{
	width:260px;
	height:30px;
	border:1px solid #FFCC00;
	background-color:#49505B;
	margin-right:10px;
	padding:0px;
	color:#fff;
	margin-top:3px;
	margin-bottom:3px;
	-moz-transition: opacity 0.25s linear 0s;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}
#registerframe .registerselect
{
	width:260px;
	background-color:#49505B;
	border:0px;
	margin-right:10px;
	height:30px;
	color:#fff;
	margin-bottom:3px;
	-moz-transition: opacity 0.25s linear 0s;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}
#registerframe #contactsubmit
{
	background-image:url(../images/notactive_submit.png);
	background-position:middle;
	background-color:transparent;
	border:0px;
	width:63px;
	height:33px;
	margin-left:472px;
}
.registerok
{
	display:none;
	height:16px;
	width:250px;
	background-image:url(../images/list-check.png);
	background-repeat:no-repeat;
	background-position:50px 0px;
}
#registerframe .error {
	font: normal 10px arial;
	width:260px;
}
#registerframe .registererror{
	color:#FF0000;
	margin-left:275px;
}
#registerframe .valid {
	border:0px;
}
#registerframe input.invalid {
	border:1px solid red;
}
#registerframe select.invalid {
	border:1px solid red;
}
#registerframe em.invalid {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	border:0px;
}
/* ----------------------------------------- profile.php ---------------------------------------- */
#profileframe
{
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg_contact.png);
	background-repeat:repeat;
	padding:5px;
	color:#FFFFFF;
}
#profileframe #profileform
{
	margin-bottom:5px;
	margin-top:5px;
}
#profileframe input
{
	font-size: 15px;
}
#profileframe label
{
	width:275px;
	display:block;
	text-align:right;
	float:left;
	color:#FFFFFF;
	margin-bottom:1px;
	margin-right:5px;
}
#profileframe .profileinput
{
	width:260px;
	height:30px;
	background-color:#49505B;
	border:0px;
	margin-right:10px;
	padding:2px;
	color:#fff;
	margin-top:3px;
	-moz-transition: opacity 0.25s linear 0s;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}
#profileframe .focusField
{
	width:260px;
	height:30px;
	border:1px solid #FFCC00;
	background-color:#49505B;
	margin-right:10px;
	padding:0px;
	color:#fff;
	margin-top:3px;
	margin-bottom:3px;
	-moz-transition: opacity 0.25s linear 0s;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}
#profileframe .profileselect
{
	width:260px;
	background-color:#49505B;
	border:0px;
	margin-right:10px;
	height:30px;
	color:#fff;
	margin-bottom:3px;
	-moz-transition: opacity 0.25s linear 0s;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}
#profileframe #contactsubmit
{
	background-image:url(../images/notactive_submit.png);
	background-position:middle;
	background-color:transparent;
	border:0px;
	width:63px;
	height:33px;
	margin-left:472px;
}
.profileok
{
	display:none;
	height:16px;
	width:250px;
	background-image:url(../images/list-check.png);
	background-repeat:no-repeat;
	background-position:50px 0px;
}
#profileframe .error {
	font: normal 10px arial;
	width:260px;
}
#profileframe .profileerror{
	color:#FF0000;
	margin-left:275px;
}
#profileframe .valid {
	border:0px;
}
#profileframe input.invalid {
	border:1px solid red;
}
#profileframe select.invalid {
	border:1px solid red;
}
#profileframe em.invalid {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	border:0px;
}
#profileinfo
{
	margin-left:275px;
}
#deleteuser
{
	margin-left:650px;
	border:2px inset #333;
	height:20px;
	text-align:center;
}
/* global pressroom */
.profielBTN
{
	background-color:transparent;
	color:#fcb715;
	border:0px;
}
.profielBTN:hover
{
	background-color:#fcb715;
	color:#000;
}

/* user management */
.sortable { background-color:#FFFFFF;}
.sortable th { cursor:pointer;}
.sortable .tblwijzig { width:10px;text-align:center; }
.sortable .tblvoornaam {}
.sortable .tblnaam {}
.sortable .tblgender { width:10px;text-align:center; }
.sortable .tblemail {}
.sortable .tblmedia {}
.sortable .tblstatus {text-align:left;}