/*****
/*  ~Overall
/*****/

html{
    overflow: -moz-scrollbars-vertical;
}

img{
	border: 0;
}

body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	background-color: #9D9D9D;
	font-size: 11px;
}

a{
    color: #514595;
}

/*****
/*  ~containers
/*****/

#container{
	margin: 0 auto;
	width: 900px;
	padding: 0px 25px;
	background-image: url(../images/backgroundBorder.png);
	background-repeat: repeat-y;
}

#containerTop{
	position: relative;
	z-index: 10;
	width: 900px;
}

#logo{
    position: relative;
    padding: 3px 0px 0px 31px;
	height: 50px;
	background-color: white;
}

#inlogContainer{
    position: absolute;
    overflow: hidden;
    width: 450px;
    height: 53px;
    right: 0;
    top: 0;
}

#inlogTrigger{
    z-index: 100;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffffff;
    width: 40px;
    height: 53px;
}

#inlogContent{
    z-index: 1;
    position: absolute;
    top: 15px;
    right: -400px;
}

#inlogContent input.relatie_input{
    margin: 0;
    background-color: white;
    border: 1px solid #9D9D9D;
    color: #9D9D9D;
}

#inlogContent input.button{
    margin: 0;
    color: white;
    font-weight: bold;
    background-color: #322482;
    border: none;
}

#inlogContent a{
    display: block;
    margin: 0;
}

#banner{
	position: relative;
	width: 900px;
	height: 250px;
	background-color: white;
}

#tagLine{
	position: absolute;
	z-index: 100;
	top: 140px;
	left: 0;
	width: 441px;
	height: 82px;
	overflow: hidden;
	padding: 18px 40px 0px 28px;
	background-image: url(../images/taglineBack.png);
	background-repeat: no-repeat;
}

a#alert{
    display: block;
    position: absolute;
    z-index: 100;
    width: 128px;
    height: 32px;
    background-image: url(../images/alertBackground.gif);
    background-repeat: repeat-x;
    border: 1px solid white;
    right: 0px;
    bottom: 5px;
    color: white;
    text-decoration: none;
}

a#alert img{
    position: absolute;
    top: 3px;
    left: 6px;
}

a#alert span{
    text-align: right;
    position: absolute;
    right: 2px;
    top: 2px;
}

#blocks{
	width: 900px;
}

#containerMain{
	z-index: 1;
	position: relative;
	width: 900px;
}

#leftColumn, #rightColumn{
	float: left;
	padding: 25px 0px 0px 0px;
	line-height: 1.4em;
	color: #636363;
	min-height: 400px;
	background-color: white;
}

#leftColumn{
	width: 300px;
}

#rightColumn{
	padding: 25px 0px 0px 16px;
	width: 580px;
}

#rightColumn p{
    padding: 0px 25px 0px 0px;
}

#leftColumn p{
    padding: 0px 10px 0px 25px;
}

.clear{
	min-height: 1px;
	clear: both;
	width: 100%;
}

/*****
/*  ~blockNavigatie
/*****/

ul#blockNav{
	margin: 0;
	padding: 0;
	list-style: none;
}


ul#blockNav li#mainStu, ul#blockNav li#mainMin, ul#blockNav li#mainMinNarrow, ul#blockNav li#mainDoc{
	position: relative;
	float: left;
	border-top: 1px solid white;
	border-right: 1px solid white;
}


ul#blockNav li#mainStu a.main, ul#blockNav li#mainMin a.main, ul#blockNav li#mainMinNarrow a.main, ul#blockNav li#mainDoc a.main{
	display: block;
	padding: 48px 0px 0px 32px;
	height: 64px;
	width: 267px;
	color: white;
	text-decoration: none;
	font-size: 1.2em;
}

ul#blockNav li#mainStu{
	width: 299px;
	background-color: #322482;
}

ul#blockNav li#mainMin, ul#blockNav li#mainMinNarrow{
	width: 299px;
	background-color: #514595;
}

ul#blockNav li#mainDoc{
	width: 299px;
	border-right: none;
	background-color: #8474c5;
}

ul#subStu, ul#subMin, ul#subDoc, ul#subStuSmall, ul#subMinSmall, ul#subMinSmallNarrow, ul#subDocSmall{
	position: absolute;
	display: block;
	overflow: hidden;
	left: 0;
	margin: 0;
	height: 0;
	list-style: none;
	color: white;
	border-right: 1px solid #ffffff;
} 

ul#subStuSmall, ul#subMinSmall, ul#subMinSmallNarrow, ul#subDocSmall{
    width: 267px;
    padding: 0px 0px 0px 32px;
}

ul#subStu li a, ul#subMin li a, ul#subDoc li a, ul#subStuSmall li a, ul#subMinSmall li a, ul#subMinSmallNarrow li a, ul#subDocSmall li a{
	color: white;
	text-decoration: none;
}

ul#subStu{
	width: 867px;
	padding: 0px 0px 0px 32px;
	background-image: url(../images/gradientStu.jpg);
	background-repeat: repeat-x;
	background-color: #6f65a7;
}

ul#subStuSmall{
    background-image: url(../images/gradientStu.jpg);
	background-repeat: repeat-x;
	background-color: #6f65a7;
}

ul#subMin, ul#subMinNarrow{
	width: 567px;
	margin: 0px 0px 0px -300px;
	padding: 0px 0px 0px 332px;
	background-image: url(../images/gradientMin.jpg);
	background-repeat: repeat-x;
	background-color: #857cb5;
}

ul#subMinSmall, ul#subMinSmallNarrow{
	background-image: url(../images/gradientMin.jpg);
	background-repeat: repeat-x;
	background-color: #857cb5;
}

ul#subMinSmall li strong{
    padding-bottom: 4px;
}

#course1, #course2, #course3{
    width: 286px;
    padding: 0;
    position: absolute;
}

#course1 li, #course2 li, #course3 li{
    list-style-type: none;
}

#course1{
    left: 32px;
}

#course2{
    left: 332px;
}

#course3{
    left: 632px;
}

ul#subDoc{
	width: 267px;
	margin: 0px 0px 0px -600px;
	padding: 0px 0px 0px 632px;
	background-image: url(../images/gradientDoc.jpg);
	background-repeat: repeat-x;
	background-color: #b8b0db;
}

ul#subDocSmall{
    background-image: url(../images/gradientDoc.jpg);
	background-repeat: repeat-x;
	background-color: #b8b0db;
}

ul#subStu li, ul#subMin li, ul#subDoc li, ul#subStuSmall li, ul#subMinSmall li,  ul#subMinSmallNarrow li, ul#subDocSmall li{
    display: none;
    height: 14px;
    padding: 0px;
	margin: 3px 0px 0px 0px;
}

#blockTitle{
    position: relative;
    float: right;
    padding: 43px 0px 0px 16px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    width: 583px;
    height: 69px;
	background-color: #d7d7d7;
}

#blockTitleTeacher{
    position: relative;
    float: right;
    padding: 0px 0px 0px 16px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    width: 583px;
    height: 112px;
    background-color: #d7d7d7;
}
#blockTitle h1.pageTitle{
    margin: 0;
    font-size: 1.6em;
    font-weight: normal;
    color: #636363;
}

#blockTitleTeacher h1.teacherTitle{
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
    color: #636363;
}

#blockTitleTeacher #courseContainer h1.courseTitle{
    margin: 2px 0px 7px 0px;
    font-size: 1.6em;
    font-weight: normal;
    color: #636363;
}

.teacher{
    position: relative;
    float: left;
    margin: -10px 10px 0px 0px; 
    width: 280px;
}

.teacher img{
    float: left;
    border: 6px solid #ffffff;
}

#blockTitle .teacher h1{
    margin: 10px 0px 0px 12px;
}

#blockTitle .teacher a{
    margin: -5px 0px 0px 14px;
}
/*****
/*  ~mondFeed / ~news
/*****/

.mondArticle, .lesson{
	position: relative;
	padding: 15px 36px 15px 10px;
	border-bottom: 1px solid #9d9d9d;
}

span.mondDate{
    position: absolute;
	top: 6px;
	right: 78px;
	color: #8c8c8c;
	font-style: italic;
}

div.mondSticker{
	position: absolute;
	top: 6px;
	right: 0;
}

h2.mondTitle, h2.newsTitle{
    width: 100%;
    position: relative;
	margin: 0;
	padding: 1px;
	font-size: 1.2em;
	color: #514595;
}

h2.mondTitle a{
	text-decoration: none;
}

h2.mondTitle{
    margin: 8px 0px 0px 0px;
}

h2.mondTitle a:hover{
	text-decoration: underline;
}

#leftColumn .mondArticle p, #rightColumn .newsContainer p{
	margin: 5px 0px 0px 0px;
	padding: 0;
	color: #636363;
}

#newsIndex{
    padding: 10px 0px 3px 0px;
    text-align: center;
}

#newsIndex a:hover{
    color: white;
    background-color: #514595;
}

/*****
/*  ~Lessons
/*****/

span.lessonDate{
    position: relative;
	float: right;
	color: #8c8c8c;
	font-style: italic;
	margin: 0px -30px 0px 0px;
}

.lesson h2{
    font-size: 1.2em;
    width: 100%;
    margin: 0;
}

#courseInfo{
    float: left;
    width: 400px;
}

/*****
/*  ~milestone
/*****/

.milestone{
    padding: 8px 5px 8px 5px;
    background-image: url(../images/gradientBox.jpg);
    background-repeat: repeat-x;
    border-bottom: 1px solid #9d9d9d;
}

.milestone h2.milestoneTitle, .milestone h2.milestoneTitle{
    cursor: pointer;
    font-size: 1em;
    color: #322482;
    font-weight: normal;
    margin: 0;
}

.milestoneText p{
    margin: 5px 0px;
}

/*****
/*  ~Timeline
/*****/

#timeLine{
    float: left;
    padding: 0px 0px 0px 13px;
    width: 167px;
}

#timeLine ul{
    width: 167px;
    margin: 0;
    padding: 0;
}

#timeLine ul li{
    width: 167px;
    height: 37px;
    margin: 4px 0px 0px 0px;
    list-style-type: none;
    background-color: #514595;
}

#timeLine ul li span{
    display: block;
    text-align: center;
    float: left;
    width: 30px;
    height: 31px;
    padding: 3px 0px 3px 0px;
    border-right: 1px solid white;
    background-color: #D7D7D7;
}

#timeLine ul li span h3, #timeLine ul li span h4{
    margin: 0;
    font-weight: normal;
}

#timeLine ul li span h3 a, #timeLine ul li span h4 a{
    color: #636363;
    text-decoration: none;
}

#timeLine ul li span h3{
    font-size: 1.4em;
}

#timeLine ul li span h4{
    font-size: 1em;
}

#timeLine ul li h2{
    display: block;
    overflow: hidden;
    float: left;
    width: 130px;
    height: 29px;
    margin: 0;
    padding: 3px 0px 0px 6px;
    font-size: 0.8em;
    font-weight: normal;
    color: white;
}

#timeLine ul li h2 a{
    color: white;
    text-decoration: none;
}

/*****
/*  ~mededelingen
/*****/

.newsContainer{
	position: relative;
	padding: 15px 80px 15px 10px;
	border-bottom: 1px solid #9d9d9d;
}

span.newsDate{
    position: relative;
    width: 75px;
	float: right;
	margin: 0px -34px 0px 0px;
	color: #8c8c8c;
	font-style: italic;
}

.newsCalendar{
	position: absolute;
	right: 2px;
	top: 0;
	width: 42px;
	height: 42px;
	background-image: url(../images/calendar.gif);
	background-repeat: no-repeat;
}

/*****
/*  ~Vimeo
/*****/

#vimeoChannel{
    width: 401px;
}

.vimeoBlock{
    position: relative;
    margin: 12px 16px 0px 16px;
    width: 100px;
    float: left;
}

.vimeoBlock h2{
    position: absolute;
    padding: 5px 3px;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 94px;
    background-color: black;
    font-weight: normal;
    font-size: 0.8em;
    color: #ffffff;
}

.vimeoBlock h2 a{
    color: #ffffff;
    text-decoration: none;
}

/*****
/*  ~teachers
/*****/

.teacherLeft{
    padding: 15px 5px 0px 15px;
    height: 70px;
}

.teacherLeft img{
    float: left;
    border: 6px solid #7a7a7a;
}

h2.teacherTitle{
    margin: 10px 0px 0px 0px;
    font-size: 1em;
}

.teacherInfo{
    width: 160px;
    margin: 5px 0px 0px 10px;
    float: left;
}

#teacherMainInfo{
    height: 155px;
    border-bottom: 1px solid #7a7a7a;
    padding: 15px 5px;
}

#teacherMainInfo img{
    float: left;
    border: 8px solid #7a7a7a;
}

#teacherMainInfo .teacherContact{
    width: 360px;
    float: left;
    margin: 5px 0px 0px 10px;
}

#teacherMainInfo .teacherContact h2{
    margin: 10px 0px 0px 0px;
}

#teacherText{
    padding: 5px 0px 0px 0px;
    width: 400px;
    float: left;
}

#teacherExtra{
    float: left;
    text-align: right;
    padding: 5px 5px 0px 13px;
    width: 162px;
}

/*****
/*  ~files
/*****/

.file{
  margin: 5px 0px;  
}

.file_image, .file_powerpoint, .file_word, .file_excel, .file_visio, .file_pdf, .file_flash, .file_zip, .file_unknown{
    display: block;
    background-image: url(../images/filesSprite.gif);
    background-repeat: no-repeat;
    margin: 0px 3px 0px 0px;
    width: 16px;
    height: 16px;
    border: 0;
    float: left;
}

.file_image{
    background-position: -96px 0px;
}

.file_powerpoint{
    background-position: 0px 0px;
}

.file_word{
    background-position: -16px 0px;
}

.file_excel{
    background-position: -32px 0px;
}

.file_visio{
    background-position: -48px 0px;
}

.file_pdf{
    background-position: -64px 0px;
}

.file_flash{
    background-position: -80px 0px;
}

.file_zip{
    background-position: -112px 0px;
}

.file_unknown{
    background-position: -128px 0px;
}

.file-name{
    padding: 0px 0px 0px 0px; 
}

.file-info{
    font-size: 0.8em;
    font-style: italic;
}

/*****
/*  ~fonts
/*****/

h1.header{
	font-size: 1.4em;
	color: #8c8c8c;
	margin: 0;
	font-weight: normal;
	padding: 0px 0px 2px 5px;
	border-bottom: 1px solid #322482;
}

h1.inTextheader{
    font-size: 1.4em;
	color: #8c8c8c;
	margin: 15px 0px 0px 0px;
	font-weight: normal;
	padding: 0px 0px 2px 5px;
	border-bottom: 1px solid #322482;
}

#tagLine h2{
    margin: 0;
    overflow: hidden;
	font-size: 1.7em;
	color: #ffffff;
	font-weight: normal;
}

h2.title{
    color: #322482;
    font-size: 1.2em;   
}
    
.error{
    color: red;
}

ul{
    margin: 5px 0px;
    padding: 0px 20px;
}

/*****
/*  ~calendar
/*****/

#calendarContainer{
    position: relative;
    clear: both;
    margin: 0 auto;
    background-color: #e6e6e6;
    background-image: url(../calendar/images/backgroundCalendar.gif);
    background-repeat: no-repeat;
    border-top: 3px solid #ffffff;
    width: 900px;
    height: 800px;
}

#calendar{
    position: relative;
}

#calendarDays{
    position: absolute;
    z-index: 10;
    top: 26px;
    left: 126px;
    width: 773px;
}

#previousButton, #nextButton{
    position: absolute;
    z-index: 1000;
    top: 0;
}

#previousButton{
    left: 0;
}

#nextButton{
    right: 0;
}

#downloadButton{
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 800px;
}

#downloadMenu{
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 750px;
}

#downloadMenu ul{
    margin: 0;
    padding: 0;
}

#downloadMenu ul li{
    list-style-type: none;
}

#downloadMenu ul li#calendarTrigger{
    display: block;
    padding: 6px 0px;
    color: #514595;
    cursor: default;
}

#downloadMenu ul li ul#calendarMenu{
    width: 200px;
    height: 0px;
    overflow: hidden;
    margin: 7px 0px 0px 0px;
    background-color: white;
}

#downloadMenu ul li ul#calendarMenu li{
    position: relative;
    display: none;
    height: 20px;
    padding: 4px 0px 4px 5px;
}

#downloadMenu ul li ul#calendarMenu li a{
    color: #535353;
    text-decoration: none;
}

#downloadMenu ul li ul#calendarMenu li div.note{
    font-size: 0.8em;
    font-style: italic;
}

#downloadMenu ul li ul#calendarMenu li div.icon{
    position: absolute;
    right: 2px;
    top: 0;
    background-image: url(../images/calendarIcons.jpg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}   

#yearWeek{
    position: absolute;
    z-index: 1000;
    width: 124px;
    top: 33px;
}

#yearWeek h1{
    position: absolute;
    color: white;
    font-weight: none;
    font-size: 1em;
    margin: 0;
}

#yearWeek h1.year{
    left: 5px;
}

#dateCal{
    position: absolute;
    left: 43px;
    width: 1px;
    height: 1px;
    border: none;
    background-color: #6f62b8;
}

#yearWeek #calTrigger{
    position: absolute; 
    left: 43px;
    top: -2px;
}

#yearWeek h1.week{
    right: 5px;
}

#filters{
    position: absolute;
    width: 450px;
    top: 2px;
    left: 225px;
    text-align: center;
}

#filters form{
    display: inline;
}

#filters form select{
    width: 175px;
}

#calendarDays ul{
    margin: 0;
    padding: 0;
}

#calendarDays ul li{
    float: left;
    display: block;
    text-align: center;
    width: 128px;
    padding: 6px 0px 0px 0px;
    color: white;
    list-style-type: none;
}

#calendarTimes{
    position: relative;
    z-index: 10;
    padding: 53px 0px 0px 0px;
    width: 127px;
}

#calendarTimes ul{
    margin: 0;
    padding: 0px 0px 0px 5px;
}

#calendarTimes ul li{
    margin: 6px 0px 47px 0px;
    color: #514595;
    list-style-type: none;
}

#calendarTimes ul li.wholeDay{
    margin: 6px 0px 10px 0px;
}

.calendarLesson{
    position: absolute;
    display: block;
    font-size: 0.9em;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
}

.calendarLessonTime{
    padding: 1px 0px 1px 5px;
}

.blauw{
    background-color: #6f62b8;  
}

.blauw .calendarLessonTime{
    background-color: #514595;
}

.blauw .calendarLessonInfo .group{
    background-color: #9786fb;
}

.groen{
    background-color: #4ca602;  
}

.groen .calendarLessonTime{
    background-color: #3f8d00;
}

.groen .calendarLessonInfo .group{
    background-color: #94d063;
}

.oranje{
    background-color: #ff9a5d;  
}

.oranje .calendarLessonTime{
    background-color: #ff6100;
}

.oranje .calendarLessonInfo .group{
    background-color: #ffbf98;
}

.paars{
    background-color: #ae00ff;  
}

.paars .calendarLessonTime{
    background-color: #7b00b4;
}

.paars .calendarLessonInfo .group{
    background-color: #d374ff;
}

.roze{
    background-color: #ff6893;  
}

.roze .calendarLessonTime{
    background-color: #dd0078;
}

.roze .calendarLessonInfo .group{
    background-color: #ff80a4;
}

.calendarLessonInfo{
    padding: 3px 0px 3px 3px;
}

.group{
    position: relative;
    float: left;
    color: white;
    padding: 1px 2px;
    margin: 1px 1px;
}

.teachTitle{
    clear: both;
    width: 121px;
    height: 100%;
}

.deadline{
    display: block;
    position: absolute;
    color: white;
    top: 58px;
    padding: 1px 0px;
    height: 13px;
    text-decoration: none;
    background-color: #dd0078;
    overflow: hidden;
}

#currentDay{
    position: absolute;
    z-index: 1;
    top: 54px;
    height: 746px;
    width: 126px;
    background-color: #2201db;
}


