/* -------------------------------------------------------------------
   COMMON                                                       COMMON
   ------------------------------------------------------------------- */

.inlogTableBorder #tl {
	background-image:url(../images/assets/inlogTableTL.gif);
	width:25px;
	height:25px;
}
.inlogTableBorder #t {
	background-image:url(../images/assets/inlogTableT.gif);
	height:25px;
}
.inlogTableBorder #tr {
	background-image:url(../images/assets/inlogTableTR.gif);
	width:25px;
	height:25px;
}
.inlogTableBorder #r {
	background-image:url(../images/assets/inlogTableR.gif);
	width:25px;
}
.inlogTableBorder #br {
	background-image:url(../images/assets/inlogTableBR.gif);
	width:25px;
	height:26px;
}
.inlogTableBorder #b {
	background-image:url(../images/assets/inlogTableB.gif);
	height:26px;
}
.inlogTableBorder #bl {
	background-image:url(../images/assets/inlogTableBL.gif);
	width:25px;
	height:26px;
}
.inlogTableBorder #l {
	background-image:url(../images/assets/inlogTableL.gif);
	width:25px;
}

.inlogTableBorder h1 {
	font-family:Arial narrow, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#df8500;
}

/* -------------------------------------------------------------------
   groepButtonStyle                                   groepButtonStyle
   ------------------------------------------------------------------- */
   
.groepButtonStyle {
	background-image: url(../images/assets/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 {
	color:#000000;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
	vertical-align: middle;
}
.groepButtonStyle a:hover {
	color:#df8500;
	font-weight: bold;	
}

/* -------------------------------------------------------------------
   userButtonStyle                                   userButtonStyle
   ------------------------------------------------------------------- */
   
.userButtonStyle {
	background-image: url(../images/assets/llknop_gr.jpg);
	background-repeat: no-repeat;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	width:155px;
	height:55px;
	vertical-align: text-top;
	text-decoration: none;

}

.userButtonStyle a:link,.userButtonStyle a:active,.userButtonStyle a:visited {
	color:#000000;
	font-size: 16px;
	font-weight: normal;
	width:155px;
	cursor: default;
	text-decoration: none;
	
}

.userButtonStyle a:hover {
	background-image: url(../images/assets/llknop_bl.jpg);
	background-repeat: no-repeat;
	color:#df8500;
	font-weight: bold;	
	width:155px;
	height:55px;	
}


/* -------------------------------------------------------------------
   StudentStyle                                           StudentStyle     
   ------------------------------------------------------------------- */
.meisjeStyle {
	background-image: url(../images/assets/meisje.gif);
}
.jongenStyle {
	background-image: url(../images/assets/jongen.gif);
}

.noGenderStyle {
	background-image: url(../images/assets/nogender.gif);
}

.globieStyle {
	background-image: url(../images/globies/90/globie_50.png);
}

.globieSystemStyle {
	background-image: url(../images/globies/90/instellingen_50.png);
}


.meisjeStyle, .jongenStyle, .noGenderStyle, .globieStyle, .globieSystemStyle  {
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family:Arial narrow, Arial, Helvetica, sans-serif;
	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
{
	color:#000000;
	font-size: 16px;
	font-weight: normal;
	padding-left: 75px;
	vertical-align: middle;
}
.meisjeStyle a:hover, .jongenStyle a:hover, .noGenderStyle a:hover, .globieStyle a:hover, .globieSystemStyle a:hover {
	color:#df8500;
	font-weight: bold;	

}
