/* Predefined Classes */
html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #F2A70B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	text-align: center;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

span.error {
	color: red;
}

input, select, textarea, div.dateinput {
	font-size: 15px;
}

/*******************************************************************************
** BASIC FORM ELEMENTS
*******************************************************************************/

input.txtinp {
	height: 22px;
	border: 1px solid #3499CD;
}
input.btn, a.btn {
}
a.btn {
	font-style: normal;
	text-decoration: none;
	display: block;
	float: left;
}
input.btn:hover, a.btn:hover {
	color: #AF87B1;
}
input.submit {
	padding: 0.2em;
}

input.cb {
	float: left;
	margin: 0.25em 0em 0em 0.3em;
	#margin-top: 2px;
	padding: 0px;
	height: 1.2em;
}
input.cbclear {
	clear: left;
}
label.lbl {
	float: left;
	display: block;
	padding: 0em 0px 1px 5px;
	margin: 0px;
	#margin-top: -2px;
}
span.err, td.err, span.error, td.error, tr.error td, tr.error span {
	color: red;
}

div.dateinput {
	line-height: 100%;
	background-color: white;
	border: 1px solid #3499CD;
	float: left;
	height: 18px;
}
	div.dateinput span.hyphen	{
		display: block;
		float: left;
		width: 0.95em;
		text-align: center;
		overflow: hidden;
		color: black;
		padding-bottom: 3px;
	}
	div.dateinput input {
		display: block;
		float: left;
		background: none;
		padding: 1px 0px 1px 0px;
		margin: 0px;
		border: 0px;
		line-height: 1.1em;
		height: 1.1em;
	}
	div.dateinput span {
		padding: 2px 0px 2px 0px;
	}
	div.dateinput input.d	{ width: 16px; }
	div.dateinput input.m	{ width: 16px; }
	div.dateinput input.y	{ width: 35px; }

/*******************************************************************************
**  CUSTOM CLASSES
*******************************************************************************/

div.main {
	width: 760px;
	margin: 0px auto;
	background-color: white;
	text-align: center;
}
	div.main div.top {
		background-image: url('/graphics/student.topbg.gif');
		background-position: top right;
		background-repeat: no-repeat;
		height: 160px;
		position: relative;
	}
		div.main div.top div.animation {
			float: left;
			width: 220px;
			height: 176px;
		}

		div.main div.top a {
			position: absolute;
			background-position: center;
			background-repeat: no-repeat;
			z-index: 10000;
		}
		
			div.main div.top a.home {
				background-image: url('/graphics/student.nav/home.png');
				width: 104px;
				height: 61px;
				left: 239px;
				top: 25px;
			}
			div.main div.top a.home:hover { background-image: url('/graphics/student.nav/home.over.png'); }

			div.main div.top a.blokfluit,
			div.main div.top a.blokfluit_active {
				background-image: url('/graphics/student.nav/blokfluit.png');
				width: 95px;
				height: 74px;
				top: 60px;
				left: 305px;
			}
			div.main div.top a.blokfluit:hover,
			div.main div.top a.blokfluit_active {
				background-image: url('/graphics/student.nav/blokfluit.over.png');
			}

			div.main div.top a.dwarsfluit,
			div.main div.top a.dwarsfluit_active {
				background-image: url('/graphics/student.nav/dwarsfluit.png');
				width: 113px;
				height: 65px;
				top: 20px;
				left: 385px;
			}
			div.main div.top a.dwarsfluit:hover,
			div.main div.top a.dwarsfluit_active {
				background-image: url('/graphics/student.nav/dwarsfluit.over.png');
			}

			div.main div.top a.gitaar,
			div.main div.top a.gitaar_active {
				background-image: url('/graphics/student.nav/gitaar.png');
				width: 90px;
				height: 69px;
				top: 5px;
				left: 530px;
			}
			div.main div.top a.gitaar:hover,
			div.main div.top a.gitaar_active {
				background-image: url('/graphics/student.nav/gitaar.over.png');
			}

			div.main div.top a.klarinet,
			div.main div.top a.klarinet_active {
				background-image: url('/graphics/student.nav/klarinet.png');
				width: 94px;
				height: 73px;
				top: 32px;
				left: 668px;
			}
			div.main div.top a.klarinet:hover,
			div.main div.top a.klarinet_active {
				background-image: url('/graphics/student.nav/klarinet.over.png');
			}

			div.main div.top a.kleinkoper,
			div.main div.top a.kleinkoper_active {
				background-image: url('/graphics/student.nav/kleinkoper.png');
				width: 98px;
				height: 64px;
				top: 70px;
				left: 565px;
			}
			div.main div.top a.kleinkoper:hover,
			div.main div.top a.kleinkoper_active {
				background-image: url('/graphics/student.nav/kleinkoper.over.png');
			}

			div.main div.top a.toetsen,
			div.main div.top a.toetsen_active {
				background-image: url('/graphics/student.nav/toetsen.png');
				width: 90px;
				height: 90px;
				top: 70px;
				left: 465px;
			}
			div.main div.top a.toetsen:hover,
			div.main div.top a.toetsen_active {
				background-image: url('/graphics/student.nav/toetsen.over.png');
			}
				
	div.main div.cnt {
		padding-top: 25px;
	}
		div.main div.cnt div.btns {
			position: relative;
			min-height: 300px;
			#height: 300px;
			margin-top: 40px;
			zoom: 1;
		}
			div.main div.cnt div.btns a {
				display: block;
				position: absolute;
				background-repeat: no-repeat;
				background-position: center;
			}
			div.main div.cnt div.btns a.game {
				background-image: url('/graphics/buttons/button_spelletje.png');
				width: 188px;
				height: 110px;
				left: 46px;
				top: 22px;
			}
			div.main div.cnt div.btns a.expl {
				background-image: url('/graphics/buttons/button_uitleg.png');
				width: 236px;
				height: 132px;
				left: 480px;
				top: 0px;
			}
			div.main div.cnt div.btns a.quiz {
				background-image: url('/graphics/buttons/button_quizz.png');
				width: 170px;
				height: 135px;
				left: 170;
				top: 145px;
			}
			div.main div.cnt div.btns a.songs {
				background-image: url('/graphics/buttons/button_liedjes.png');
				width: 170px;
				height: 100px;
				left: 356px;
				top: 144px;
			}

		div.main div.cnt div.materialovv {
			width: 550px;
			margin: 0px auto 15px auto;
			text-align: left;
		}
			div.main div.cnt div.materialovv div.btn {
				float: left;
				width: 244px;
				margin: 10px;
				font-size: 120%;
			}
				div.main div.cnt div.materialovv div.btn a {
					color: #333333;
					text-decoration: none;
				}
				div.main div.cnt div.materialovv div.btn a:hover {
					color: #3399FF;
				}
					div.main div.cnt div.materialovv div.btn a img {
						display: block;
						float: left;
						border: 0px;
						margin-right: 15px;
					}
					
		div.main div.cnt div.songovv {
			width: 630px;
			margin: 0px auto;
		}
			div.main div.cnt div.songovv a.sheet {
				display: block;
				width: 16px;
				height: 20px;
				margin: 0px 7px;
				background-image: url('/graphics/icons/icon.sheet.png');
				background-repeat: no-repeat;
			}
			/*
			div.main div.cnt div.songovv a.letters {
				background-image: url('/graphics/icons/icon.sheet-letters.png');
			}
			*/
		
			div.main div.cnt div.songovv a.icon {
			}
				div.main div.cnt div.songovv a.icon img {
					border: 0px;
				}
			div.main div.cnt div.songovv img.explanation {
				display: block;
				float: left;
				margin: 120px 30px 0px 0px;
			}
			div.main div.cnt div.songovv img.title {
				display: block;
				margin-bottom: 15px;
			}
				div.main div.cnt div.songovv table.songtable {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 14px;
					font-weight: bold;
					vertical-align: top;
					padding:10px;
				}
				div.main div.cnt div.songovv .songA {
					color: #333333;
					text-decoration: none;
				}
				div.main div.cnt div.songovv .songA:hover {
					color : #3399FF;
				}
				div.main div.cnt div.songovv .songNumSPAN {
					color : #3399FF;
				}			
			
		div.main div.cnt div.fasebtns {
			clear: both;
			width: 225px;
			margin: 20px auto;
		}
			div.main div.cnt div.fasebtns a {
				display: block;
				float: left;
				margin: 0px 5px;
				background-position: center;
				background-repeat: no-repeat;
				width: 54px;
				height: 65px;
			}
				div.main div.cnt div.fasebtns a.fase1 			 { background-image: url('/graphics/buttons/button_fase1.png'); }
				div.main div.cnt div.fasebtns a.fase1_active { width: 80px; background-image: url('/graphics/buttons/button_fase1_on.png'); }
				div.main div.cnt div.fasebtns a.fase2 			 { background-image: url('/graphics/buttons/button_fase2.png'); }
				div.main div.cnt div.fasebtns a.fase2_active { width: 80px; background-image: url('/graphics/buttons/button_fase2_on.png'); }
				div.main div.cnt div.fasebtns a.fase3 			 { background-image: url('/graphics/buttons/button_fase3.png'); }
				div.main div.cnt div.fasebtns a.fase3_active { width: 80px; background-image: url('/graphics/buttons/button_fase3_on.png'); }
				
		div.main div.cnt a.backbtn {
			display: block;
			margin: 20px auto;
			width: 125px;
			height: 102px;
			background-image: url('/graphics/buttons/button_back_off.png');
			background-repeat: no-repeat;
			background-position: center;
		}
		div.main div.cnt a.backbtn:hover {
			background-image: url('/graphics/buttons/button_back_on.png');
		}
		
		div.main div.cnt div.logonchoice {
			padding: 0px 25px;
			text-align: left;
		}
			div.main div.cnt div.logonchoice div.box {
				width: 310px;
				float: left;
				margin: 15px;
			}
	
	div.main div.bottom {
		clear: both;
		height: 123px;
		background-image: url('/graphics/bottomside.jpg');
		background-repeat: no-repeat;
		background-position: bottom;
		zoom: 1;
	}
	
/*******************************************************************************
** CLASSES FOR THE REGISTRATION PROCEDURE (FORMS ETC.)
*******************************************************************************/

div.registration {
	padding: 0px 25px;
	text-align: left;
	font-size: 13px;
}
	div.registration legend {
		color: #309D04;
	}
	div.registration fieldset {
		border: 1px solid #65CC33;
		margin-bottom: 5px;
		padding: 10px 15px 10px 15px;
	}
	div.registration table {
		font-size: 13px;
		width: 450px;
	}
		div.registration table td.col1 {
			width: 40%;
		}
		div.registration table td.col2 {
			width: 60%;
		}

	div.registration input.btn {
		float: right;
		margin-right: 30px;
		background-color: #3398CD;
		border: 1px solid #126997;
		color: white;
		width: 120px;
		height: 25px;
		font-size: 15px;
		margin-right: 13px;
	}
