.heading
{
	FONT-SIZE: 10px; 
	FONT-FAMILY: Tahoma; 
    BACKGROUND-COLOR: #F36F21;
	color: white;
	font-weight: bold;
	border-bottom:1px solid #F98F02;
    border-right:1px solid #F98F02;
    border-top:1px solid #F98F02;
    border-left:1px solid #F98F02;
	padding: 1px 4px 1px 4px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#f36f21' , EndColorStr= '#f4ccb4' );
}

.head
{
	FONT-SIZE: 10px; 
	FONT-FAMILY: Tahoma; 
    BACKGROUND-COLOR: #F36F21;
	color: white;
	font-weight: bold;
	border-bottom:1px solid #F98F02;
    border-right:1px solid #F98F02;
    border-top:1px solid #F98F02;
    border-left:1px solid #F98F02;
	padding: 1px 4px 1px 4px;	
}

.Reservatie
{
	FONT-SIZE: 10px;
	background-color: Blue;
	border-width: 0px;
	border-bottom:1px solid #F98F02;
}

.ExamenAuto
{
	FONT-SIZE: 10px;
	background-color: #00B7EF;
	border-width: 0px;
	border-bottom:1px solid #F98F02;
}

.Motorles
{
	FONT-SIZE: 10px;
	background-color: #CCFF33;
	border-width: 0px;
	border-bottom:1px solid #F98F02;
}

.LesC
{
	FONT-SIZE: 10px;
	background-color: #FF7E00;
	border-width: 0px;
	border-bottom:1px solid #F98F02;
}

.ExamenC
{
	FONT-SIZE: 10px;
	background-color: #FFC20E;
	border-width: 0px;
	border-bottom:1px solid #F98F02;
}

.LesCE
{
	FONT-SIZE: 10px;
	background-color: #6F3198;
	border-width: 0px;
	border-bottom:1px solid #F98F02;
}

.ExamenCE
{
	FONT-SIZE: 10px;
	background-color: #B5A5D5;
	border-width: 0px;
	border-bottom:1px solid #F98F02;
}

.Taak
{
	FONT-SIZE: 10px;
	background-color: Yellow;
	border-width: 0px;
	border-bottom:1px solid #F98F02;
}

.TaakUitzondering
{
	FONT-SIZE: 10px;
	background-color: Red;
	border-width: 0px;
	border-bottom:1px solid #F98F02;
}

.Weekschema
{
	FONT-SIZE: 10px;
	background-color:Green;
	border-width: 0px;
	border-bottom:1px solid #F98F02;
}

.Uitzondering
{
	FONT-SIZE: 10px;
	background-color: Red;
	border-width: 0px;
	border-bottom:1px solid #F98F02;
}

.Vrij
{
	FONT-SIZE: 10px;
	background-color: Gray;
	border-width: 0px;
	border-bottom:1px solid #F98F02;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:1px solid black;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}




	



