.hidden {
  display: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}
img {
  border: none;
  display: block;
}
#master {
  width: 780px;
  margin: 0px auto 0px auto;
}
#header-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff url(/blackboard/artwork/bb-header-bg.gif) repeat-y top center;
  height: 100px;
}
#background {
  background: #fff url(/blackboard/artwork/bb-page-bg.gif) repeat-x top left;
  height: 400px;
}
#header {
  position: relative;
  background: #fff url(/blackboard/artwork/bb-header-gradient.gif) repeat-y top left;
  height: 100px;
}
#header #banner {
  z-index: 11;
  position: relative;
  height: 100px;
}
#header #banner a {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #666;
  padding: 1px;
  position: absolute;
  top: 18px;
  left: 0px;
}
#header #banner img {
}
#header #logo {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 400px;
  background: #fff url(/blackboard/artwork/bb-logo.gif) no-repeat top right;
  height: 100px;
}
#menu {
  height: 26px;
}
#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#menu li {
  float: left;
  position: relative;  
  z-index: 1000;
}
#menu ul.submenu {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
#menu ul.submenu li {
/*  float: left; */
}
#menu ul.submenu li a {
  white-space: nowrap;
}
#menu a {
  border: 1px solid #08315a;
  border-right: none;
  background: transparent url(/blackboard/artwork/bb-button-inactive.gif) repeat-x top left;
  color: #fff;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  line-height: 15px;
  padding: 5px 6px 4px 7px;
  display: block;
  float: left;
}
#menu a.logged-in {
  background: transparent url(/blackboard/artwork/bb-button-inactive-in.gif) repeat-x top left;
  padding-left: 18px;
}
#menu a.logged-out {
  background: transparent url(/blackboard/artwork/bb-button-inactive-out.gif) repeat-x top left;
  padding-left: 18px;
}
#menu ul.submenu a {
  border: 1px solid #8093a3;
  border-top: none;
  background: #fff url(/blackboard/artwork/bb-submenu-inactive.gif) repeat-x top left;
  color: #000;
  font-weight: normal;
}
#menu a:hover,
#menu a.selected {
  border: 1px solid #014215;
  border-right: none;
  background: transparent url(/blackboard/artwork/bb-button-active.gif) repeat-x top left;
}
#menu a.logged-in:hover,
#menu a.logged-in.selected {
  background: transparent url(/blackboard/artwork/bb-button-active-in.gif) repeat-x top left;
  padding-left: 18px;
}
#menu a.logged-out:hover,
#menu a.logged-out.selected {
  background: transparent url(/blackboard/artwork/bb-button-active-out.gif) repeat-x top left;
  padding-left: 18px;
}
#menu ul.submenu a:hover {
  border-top: none;
  background: #fff url(/blackboard/artwork/bb-submenu-active.gif) repeat-x top left;
}
#menu a.last {
  border-right: 1px solid #08315a;
}
#menu a:hover.last {
  border-right: 1px solid #014215;
}
#menu span {
  border: 1px solid #08315a;
  border-right: none;
  background: transparent url(/blackboard/artwork/bb-button-inactive.gif) repeat-x top left;
  display: block;
  height: 24px;
  width: 20px;
  overflow: hidden;
}
.text {
  margin: 20px 0px 20px 0px;
}
.alert {
  margin: 20px 0px 20px 0px;
  border: 1px solid #f00;
  padding: 3px 5px 4px 5px;
  background-color: #fed6d6;
}
.text ul {
  margin: 0px 0px 12px 0px;
  padding: 0px;
}
.text li {
  font-family: verdana, sans-serif;
  font-size: 11px;
  line-height: 15px;
  margin: 3px 0px 0px 14px;
  padding: 0px;
}
.text .image {
  border: 1px solid #000;
  padding: 1px;
  background-color: #fff;
  float: right;
  margin: 0px 0px 10px 10px;
}
.pager {
  margin: 10px 0px 10px 0px;
}
.text h1 {
  text-align: left;
  color: #08315a;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  line-height: 22px;
  margin: 0px 0px 12px 0px;
}
.text h2,
.alert h2 {
  text-align: left;
  color: #000;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  line-height: 16px;
  margin: 12px 0px 0px 0px;
}
.text h3,
.alert h3 {
  text-align: left;
  color: #000;
  font-family: verdana, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 11px;
  text-decoration: none;
  line-height: 16px;
  margin: 12px 0px 0px 0px;
}
.text p,
.alert p,
.pager p,
#footer p {
  text-align: left;
  color: #000;
  font-family: verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
  line-height: 15px;
  margin: 0px 0px 12px 0px;
}
.text p.intro {
  font-style: italic;
}
.pager p {
  margin: 0px 0px 0px 0px;
}
.text ul a,
.text p a,
.pager p a,
#footer p a,
.form div a {
  text-decoration: underline;
  color: #08315a;
}
.alert p a {
  text-decoration: underline;
  color: #f00;
}
.text ul a:hover,
.text p a:hover,
.pager p a:hover,
#footer p a:hover,
.form div a:hover {
  text-decoration: underline;
  color: #224a72;
}
.alert p a:hover {
  text-decoration: underline;
  color: #f66;
}
.grid,
.forum,
.form,
.calendar {
  clear: both;
  margin: 20px 0px 20px 0px;
  padding: 1px 1px 1px 1px;
  border: 1px solid #08315a;
  background-color: #fff;
}
.form img {
  float: right;
}
.grid table,
.forum table,
.form table,
.calendar table {
  width: 100%;
}
.form .textarea table {
  width: auto;
}
.grid table caption,
.forum table caption,
.form table caption,
.calendar table caption {
  border: 1px solid #08315a;
  background-color: #224a72;
  margin: 0px 0px 1px 0px;
}
.grid table caption h3,
.forum table caption h3,
.form table caption h3,
.calendar table caption h3 {
  white-space: nowrap;
  text-align: left;
  border: 1px solid #bbc6d0;
  border-right: none;
  border-bottom: none;
  color: #fff;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  line-height: 15px;
  padding: 2px 4px 3px 4px;
}
.grid table th,
.forum table th,
.form table th,
.calendar table th {
  border: 1px solid #5d768e;
  border-right: none;
  background-color: #afc7e5;
}
.grid table th.last,
.forum table th.last,
.form table th.last,
.calendar table th.last {
  border-right: 1px solid #5d768e;
}
.grid table th h4,
.forum table th h4,
.form table th h4,
.calendar table th h4 {
  white-space: nowrap;
  text-align: left;
  border: 1px solid #fff;
  border-right: none;
  border-bottom: none;
  color: #fff;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  line-height: 15px;
  padding: 2px 4px 3px 4px;
}
.grid table th a,
.calendar table th a {
  text-decoration: none;
  color: #fff;
}
.grid table td,
.forum table td,
.form table td,
.calendar table td {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #dee7f7;
}
.grid table td.first,
.forum table td.first,
.form table td.first,
.calendar table td.first {
  border-left: none;
}
.form table td.bottom {
  border-bottom: 1px solid #fff;
}
.form table td.checkbox,
.form table td.radio {
  padding: 5px 0px 3px 0px;
}
.form table td.checkbox div,
.form table td.radio div {
  position: relative;
}
.form table td.checkbox div span,
.form table td.radio div span {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px  0px 0px 5px;
  float: left;
  display: relative;
  width: 17px;
}
.form table td.checkbox input,
.form table td.radio input {
  float: left;
  display: absolute;
  width: 13px;
  height: 13px;
  margin: 0px;
  padding: 0px;
}
.forum table .edit td {
  border-top: none;
  vertical-align: bottom;
  padding: 5px;
}
.forum table .edit a {
  float: right;
}
.grid table td p,
.forum table td p,
.calendar table td p {
  text-align: left;
  border-right: none;
  border-bottom: none;
  color: #000;
  font-family: verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
  line-height: 15px;
  padding: 4px 5px 4px 5px;
}
.grid table td p.number,
.forum table td p.number {
  text-align: center;
}
.grid table td p a,
.forum table td p a {
  text-decoration: underline;
  color: #08315a;
}
.grid table td p a:hover,
.forum table td p a:hover {
  color: #224a72;
}
.grid table td.actions {
  width: 0px;
  padding: 0px 2px 0px 2px;
}
.grid table td.actions input {
  float: right;
}
.form td.label {
  width: 150px;
  border-top: 1px solid #fff;
  background-color: #dee7f7;
}
.form td.label label,
.form td.checkbox label,
.form td.radio label {
  display: block;
  text-align: left;
  color: #000;
  font-family: verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
  line-height: 15px;
  padding: 4px 5px 4px 5px;
}
.form td.input,
.form td.textarea,
.form td.select,
.form td.file {
  width: 615px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #dee7f7;
  padding: 5px;
}
.form td.input input {
  width: 400px;
  float: left;
  font-family: verdana, sans-serif;
  font-size: 11px;
}
.form td.static div {
  font-family: verdana, sans-serif;
  font-size: 11px;
  line-height: 13px;
  margin: 8px 5px 8px 5px;
}
.form td.select select {
  font-family: verdana, sans-serif;
  font-size: 10.5px;
  padding: 1px;
  margin: 0px;
}
.form td.select div {
  line-height: 15px;
  float: left;
}
.form td.textarea textarea {
  float: left;
  font-family: verdana, sans-serif;
  font-size: 11px;
  line-height: 15px;
  width: 611px;
  height: 500px;
}
.form td.input span,
.form td.textarea span,
.form td.select span,
.form td.file span {
  float: left;
  display: block;
  text-align: left;
  color: #f00;
  font-family: verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
  line-height: 15px;
  padding: 2px 0px 0px 5px;
}
.button input {
  display: block;
  width: 125px;
  height: 23px;
  margin: 0px auto 0px auto;
}
.form td.file .fileinputs {
  position: relative;
}
.form td.file .fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.form td.file .fakefile input {
  float: left;
  width: 200px;
  font-family: verdana, sans-serif;
  font-size: 11px;
}
.form td.file .fakefile img {
  margin: 2px 0px 0px 5px;
  float: left;
}
.form td.file .upload {
  cursor: hand;
  -moz-opacity: 0;
  filter:alpha(opacity: 0);
  opacity: 0;
  text-align: right;
  z-index: 2;
  position: relative;
  width: 285px;
  height: 16px;
  font-family: verdana, sans-serif;
  font-size: 11px;
}
#footer {
  clear: both;
  margin: 20px 0px 20px 0px;
}
.clear {
  clear: both;
}
.form td.checkbox label,
.form td.radio label {
  padding-left: 22px;
}
#tout {
  position: relative;
  float: right;
  background-color: #fff;
  width: 245px;
  height: 173px;
  border: 1px solid #666;
  margin: 0px 0px 20px 20px;
  overflow: hidden;
}
#tout div.slide {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #fff;
  width: 243px;
  height: 171px;
  background-repeat: no-repeat;
  background-position: top left;
  cursor: pointer;
}
#tout div.slide h4 {
  position: absolute;
  top: 10px;
  left: 0px;
  color: #fff;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  padding: 0px 3px 1px 4px;
}
#tout .slide h4.cursus {
  background-color: #e532df;
}
#tout .slide h4.opleiding {
  background-color: #224a72;
}
#tout .slide h4.workshop {
  background-color: #f00;
}
#tout .slide h4.themadag {
  background-color: #7ed338;
}
#tout div.slide div.bar {
  background-color: #224a72;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 239px;
  color: #fff;
  font-family: verdana, sans-serif;
  font-weight: normal;
  font-size: 9px;
  line-height: 13px;
  padding: 0px 2px 0px 2px;
}
#tout div.slide h6 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 239px;
  color: #fff;
  font-family: verdana, sans-serif;
  font-weight: normal;
  font-size: 9px;
  vertical-align: center;
  padding: 0px 2px 1px 2px;
}
#tout div.slide h1 {
  position: absolute;
  font-family: verdana, sans-serif;
  font-weight: bold;
  line-height: 110%;
  width: 233px;
  padding: 0px 5px 0px 5px;
}