/*
  COLORS:
    Dark blue:  #00529C
    Light blue: #BFD4E6
    Grey:       #5B5B5B
    Light grey: #e5e5e5
*/


th               { padding: 10px 5px 10px 5px; text-align: center; }

td div           { background-color: #E0E0E0; height: 70px; width: 65px; padding: 7px; overflow: hidden; }
td div.event,
td div.event a   { background-color: #00529C; color: #FFFFFF; font-size: 10px; }
td div span.nr   { font-size: 14px; font-weight: bold; }
td div.empty     { background-color: #FFFFFF; }
tr.even td       { background: #E5ECF9; }
tfoot            { font-style: italic; }
caption          { background: #eee; }

table tr.pdcalendarhead {
  border-bottom: 1px solid #BFD4E6;
}
table tr.pdcalendarhead td {
  background-color: #FFFFFF;
}
table tr.pdcalendarhead td {
  padding-bottom: 5px;
}
table tr.pdcalendarhead td h3 {
  background-repeat: no-repeat;
  line-height: 24px;
}
table tr.pdcalendarhead td.left h3 {
  background-image: url(/images/bsbk/arrow_left.jpg);
  background-position: left;
  padding-left: 10px;
}
table tr.pdcalendarhead td.right h3 {
  background-image: url(/images/bsbk/arrow_right.jpg);
  background-position: right;
  padding-right: 10px;
}
ul.pdcalendar  {
  width:546px;
  list-style:none;
  font-size:15px;
  margin:0px;
  padding:0px;
}
ul.pdcalendar li {
  width:68px;
  float:left;
  height:68px;
  background:#eee;
  margin:2px;
  padding:3px;
  text-align:center;
}
ul.pdcalendar li.day {
  font-variant:small-caps;
  font-size:13px;
  background:#C3D9FF;
  height:55px;
  text-align:center;
}
ul.pdcalendar li span {
  font-size:11px;
  display:block;
  float: left;
}

ul.pdcalendar li.empty {
  background: #fff;
}

ul.pdcalendar li.day {
  display:block;
}
ul.pdcalendar li.sunday, ul.pdcalendar li.saturday {
  background: #aaa;
}


/* AGENDA */
table#agenda {
  color: #00529C;
}

table#agenda tr {
  vertical-align: top;
}

table#agenda tr td.dateRow {
  width: 25%;
  font-size: 13px;
  padding: 14px;
  font-weight: bold;
}

table#agenda tr td.textRow {
  padding: 14px;
  line-height: 16px;
}

table#agenda tr.alternate {
  background-color: #e5e5e5;
}














































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
