/* -------------------------------------------------------------------
   CONTENT                                                     CONTENT
   ------------------------------------------------------------------- */

.loginLayer {
	font-family: Arial, Helvetica, sans-serif;
	width:370px;
	background-color:#ebebeb;
	border:solid;
	border-color:#FFFFFF;
	border-width:1px;
	margin-top: 15px;
	margin-left: 160px;
	padding-right: 15px;
	padding-left: 15px;
}
.loginLayer h1{
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#2b7eaa;
	font-size:24px;
	padding-top:5px;
	padding-bottom:0px;
}
.loginLayer form label{
	font-size:12px;
	font-weight:bold;
	color:#7f95a3;
	float: left;
	padding-top: 8px;
	padding-left: 1px;
	width:100%;
}
.loginLayer form {
	width:336px;
}
.loginLayer form #text{
	width:336px;
}

.loginLayer a{
	color:#2b7eaa;
	font-weight:bold;
	font-size: 12px;
	line-height:24px;
}
.loginLayer a:hover{
	color:#000000;
}

.loginLayer form a{
	font-weight:normal;
	font-size: 11px;
	float: right;
	margin-top: -24px;
}


/* -------------------------------------------------------------------
   GEBRUIKERS                                               GEBRUIKERS
   ------------------------------------------------------------------- 

.inlogTableBorder #tl {
	background-image:url(../assets/login/inlogTableTL.gif);
	width:25px;
	height:25px;
}
.inlogTableBorder #t {
	background-image:url(../assets/login/inlogTableT.gif);
	height:25px;
}
.inlogTableBorder #tr {
	background-image:url(../assets/login/inlogTableTR.gif);
	width:25px;
	height:25px;
}
.inlogTableBorder #r {
	background-image:url(../assets/login/inlogTableR.gif);
	width:25px;
}
.inlogTableBorder #br {
	background-image:url(../assets/login/inlogTableBR.gif);
	width:25px;
	height:26px;
}
.inlogTableBorder #b {
	background-image:url(../assets/login/inlogTableB.gif);
	height:26px;
}
.inlogTableBorder #bl {
	background-image:url(../assets/login/inlogTableBL.gif);
	width:25px;
	height:26px;
}
.inlogTableBorder #l {
	background-image:url(../assets/login/inlogTableL.gif);
	width:25px;
}
*/
.inlogTableBorder {
	background-color:#ebebeb;
}
.inlogTableBorder #tl, .inlogTableBorder #tr, .inlogTableBorder #br, .inlogTableBorder #bl {
	width:10px;
	height:10px;
}
.inlogTableBorder #t, .inlogTableBorder #b, .inlogTableBorder #r, .inlogTableBorder #l {
	width:10px;
}
.inlogTableBorder h1 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#2b7eaa;
	font-size:24px;
	padding-top:0px;
	padding-bottom:0px;
}

.inlogTableBorder a{
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	color:#2b7eaa;
	font-size: 16px;
	text-decoration:none;
}
.inlogTableBorder a:hover{
	color:#000000;
}

/* -------------------------------------------------------------------
   groepButtonStyle                                   groepButtonStyle     ,.meisjeStyle a:active,.meisjeStyle a:visited
   ------------------------------------------------------------------- */

.meisjeStyle {
	background-image: url(../assets/login/meisje.gif);
}
.jongenStyle {
	background-image: url(../assets/login/jongen.gif);
}

.noGenderStyle {
}

.globieStyle {
	background-image: url(../assets/login/globie_50.png);
}

.globieSystemStyle {
	background-image: url(../assets/login/instellingen_50.png);
}


.meisjeStyle, .jongenStyle, .noGenderStyle, .globieStyle, .globieSystemStyle {
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height:55px;
	height:55px;
}

.meisjeStyle a:link, .meisjeStyle a:active, .meisjeStyle a:visited, .jongenStyle a:link, .jongenStyle a:active, .jongenStyle a:visited, 
.noGenderStyle a:link, .noGenderStyle a:active, .noGenderStyle a:visited,
.globieStyle a:link, .globieStyle a:active, .globieStyle a:visited,
.globieSystemStyle a:link, .globieSystemStyle a:active, .globieSystemStyle a:visited
{	padding-left: 75px;
	vertical-align: middle;
}

/* -------------------------------------------------------------------
   groepButtonStyle                                   groepButtonStyle
   ------------------------------------------------------------------- */
   
.groepButtonStyle {
	background-image: url(../assets/login/arrowBullet.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family:Arial narrow, Arial, Helvetica, sans-serif;
	line-height:25px;
}
.groepButtonStyle a:link,.groepButtonStyle a:active,.groepButtonStyle a:visited {
	padding-left: 20px;
	vertical-align: middle;
}