/* Berg-r   11-okt-2006 */

 /************************************/
/* course periods timeline         */

/*************************************** Versie 1 ******************************************/

#periodTimeline {
	position : relative;
	height: 16;
	top : 0px;
	left : 0px;
	background-image: url('../images/displaytag/timeline/border.gif');
	background-repeat : no-repeat;
	background-position : 0% 50%;
	width : 126;	}

/* cellen */
#firstPeriod {
	position : absolute;
	height: 16;
	top : 0px;
	left : 1px;
	background-image: url('../images/displaytag/timeline/separator.gif');
	background-position : 100% 50%;
	background-repeat : no-repeat;
	width : 25px;	}

#nextPeriod {
	position : absolute;
	height: 16;
	top : 0px;
	background-image: url('../images/displaytag/timeline/separator.gif');
	background-position : 100% 50%;
	background-repeat : no-repeat;
	width : 25;
	left : 25;	}

#lastPeriod {
	position : absolute;
	height: 16;
	top : 0px;
	background-image: url('../images/displaytag/timeline/border.gif');
	background-position : 100% 50%;
	background-repeat : no-repeat;
	width : 25;
	left : 25;	}


/* cel elements  */
#line {
	position : absolute;
	height: 16;
	left: 0;
	top : 0px;
	background-image: url('../images/displaytag/timeline/line.gif');
	background-position : 0% 50%;
	background-repeat : repeat-x;
	width : 24;		}

#onderwijs {
	position : absolute;
	height: 16;
	left: 0;
	top : 0px;
	background-image: url('../images/displaytag/timeline/onderwijs.gif');
	background-position : 0% 50%;
	background-repeat : repeat-x;
	width : 24;		}

#start {
	position : absolute;
	height: 16;
	left: 0;
	top : 0px;
	background-image: url('../images/displaytag/timeline/start.gif');
	background-repeat : no-repeat;
	background-position : 0px 50%;
	width : 24;	}

#tentamen {
	position : absolute;
	height: 16;
	left: 0;
	top : 0px;
	background-image: url('../images/displaytag/timeline/tentamen.gif');
	background-position : 100% 50%;
	background-repeat : no-repeat;
	width : 24;	}
	
/*************************************** Versie 2 ******************************************/

div#tl {
	position : relative;
	height: 16;
	top : 0px;
	width : 126;	}

div#tlLine {
	position : absolute;
	height: 16;
	top : 0px;
	width : 124;	}

div#tlSep {
	position : absolute;
	height: 16;
	top : 0px;
	width : 1px;	}

div#tlCelL {
	position : absolute;
	height: 16;
	top : 0px;
	width : 24px;	}

div#tlCelR {
	position : absolute;
	height: 16;
	top : 0px;
	width : 24px;	
	text-align:right;	}

div img#tlImgOnderwijs {
	margin:	0;
      width:		24;
      height:	16;
	vertical-align: center; 	}

div img#tlImgStart {
	margin:	0 0 0 0;
      width:	6;
      height:	16;
	vertical-align: center; 	}

div img#tlImgTentamen {
	margin:	0 0 0 0;
      width:	9;
      height:	16;
	vertical-align: center; 	}

div img#tlImgBorder {
	margin:	0;
	height:	16;	
	width:		1;
	vertical-align: center; 	}

div img#tlImgLine {
	margin:	0;
	height:	16;
	vertical-align: center; 	}	


 /************************************/
/* Uitlijning van ECTS punten kolom */

#ectsCel {
	position : relative;
	width : 80;
	top : 0;	}

#ectsNumber {
	position : absolute;
    right : 40;
	top : 0;	}

#ectsDecimal {
	position : absolute;
    left : 40;
	top : 0;	}

#ectsSubNumber {
	position : absolute;
    right : 20;
	top : 0;
    font-style: italic; }

#ectsSubDecimal {
	position : absolute;
    left : 60;
	top : 0;
    font-style: italic; }
