/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, input, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

/* Global things */
html, body {
	font-family: arial, verdana, sans-serif, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	color: #3e3e3e;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

a:hover {
	text-decoration: none;
}

ul.horizontal li {
	float: left;
	list-style: none;
}

.upperCase {
	text-transform: uppercase;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

/* Site */
div#container {
	position: relative;
	width: 978px;
	margin: auto;
}

/* Header */
div#header {
	position: relative;
	background: url(../images/backgrounds/header.png) top center no-repeat;
	height: 380px;
	overflow: hidden;
}

#darkGray div#header {
	background: url(../images/backgrounds/headerDarkGray.png) top center no-repeat;
}

div.borderBlack {
	position: relative;
	padding-bottom: 10px;
}

/* Navigation */
div.districtB div#header ol {
	padding-top: 115px;
}

div#header ol {
	padding: 55px 10px 0 10px;
}

div#header ol li {
	float: left;
	font-size: 25px;
	list-style: none;
	text-transform: uppercase;
	margin-right: 10px;
}

div#header ol li a {
	color: #000;
	border: none;
}

div#header ol li a:hover,
div#header ol li a.active {
	color: #fff;
}

/* Forms */
form#loginFrm {
	width: 200px;
}

legend {
	display: none;
}

input,
textarea {
	border: 1px dotted #fff;
	padding: 8px 5px;
	font-size: 10px;
	width: 130px;
	margin-bottom: 5px;
	color: #fff;
}

input.anchor,
input.submit {
	border-top: none;
	border-left: none;
	border-right: none;
	cursor: pointer;
	width: auto;
	margin: 5px 0 0 10px;
	padding: 3px 0;
}

div.box form {
	margin: 10px 0;
}

form div.sideLeft {
	width: 210px;
	margin-right: 25px;
	float: left;
}

form div.sideRight {
	width: 350px;
	float: left;
}

div.box input,
div.box textarea {
	border-color: #000;
	display: block;
	color: #000;
	width: 200px;
	font-family: inherit;
	font-size: 11px;
}

div.box textarea {
	width: 300px;
	height: 100px;
}

/* Login */
div#login {
	position: absolute;
	top: 10px;
	right: 20px;
}

div#login p,
div#login a {
	color: #fff;
	text-transform: lowercase;
	margin-bottom: 8px;
}

div#login input {
	float: left;
}

div#login input.submit {
	margin-top: -20px;
	width: 31px;
	height: 31px;
	text-indent: -3000em;
	line-height: 0;
	font-size: 0;
	border: none;
	background: url(../images/buttons/loginSubmit.png) no-repeat;
}

/* Search */
div#search {
	position: absolute;
	top: 10px;
	left: 15px;
}

div#header ol li.break {
	float: none;
}

/* Header blocks */
div#headerBlocks {
	position: relative;
	overflow: hidden;
}

div#headerBlocks div.headerBox {
	position: relative;
	z-index: 0;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#headerBlocks div.large {
	width: 489px;
	height: 226px;
	background: #555;
	overflow: hidden;
}

div#headerBlocks div.large div object {
	padding-left: 2px;
}

div#headerBlocks div.medium,
div#headerBlocks div.medium2 {
	width: 244px;
	height: 113px;
	background: #000;
	overflow: hidden;
}

div#headerBlocks div.medium2 {
	width: 245px;
}

div#headerBlocks div.small {
	width: 163px;
	height: 113px;
	background: #000;
	overflow: hidden;
}

div#headerBlocks div.text p {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

div#headerBlocks img {
	position: absolute;
	z-index: 0;
	display: block;
}

div#headerBlocks div.text p a {
	border: none;
}

div#headerBlocks div.text span.strong,
div#headerBlocks div.text strong {
	display: block;
	padding-top: 20px;
	font-size: 37px;
}

div#headerBlocks div.text span.strong {
	padding-top: 5px;
}

div#headerBlocks div.text span.medium {
	display: block;
	padding-top: 25px;
	font-size: 18px;
}

div#headerBlocks div.bgBody a {
	color: #fff;
}

div#headerBlocks div.bgBlack {
	background: #000;
}

/* Marquee */
div#newsMarquee {
	display: block;
	height: 20px;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
}

div#newsMarquee a:hover {
	color: #fff;
}

#darkGray div#newsMarquee a {
	color: #666;
}

/* Content */
div.box {
	position: relative;
	float: left;
	padding: 10px 15px;
	margin-bottom: 15px;
	overflow: hidden;
	background: #fff;
}

div.nopadding {
	padding: 0;
}

div.box div.line {
	height: 3px;
	margin: 5px 0;
}

div.box h2 {
	font-size: 17px;
	text-transform: uppercase;
	margin: 0 0 10px -10px;
	padding: 5px 10px 10px 10px;
	width: 100%;
}

div.box p {
	padding: 5px 0 10px 0;
}

div.box p.date {
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0;
}

div.items h2,
div.itemsSmall h2 {
	margin-bottom: 0;
}

div.items img {
	margin: 0 10px 0 -15px;
	float: left;
}

div.medium {
	width: 460px;
}

div.large {
	width: 635px;
}

div.large p {
	width: 475px;
}

div.small {
	width: 163px;
	margin-left: 12px;
}

div#right {
	float:  left;
	width: 270px;
	margin-left: 12px;
}

div#right div.box {
	width: 270px;
}

div.box a.readmore {
	margin: 0 10px;
}

div.box h3 {
	float: left;
	margin-right: 5px;
	font-size: 14px;
	padding: 0;
	margin-top: 2px;
}

div.box div.item {
	padding: 10px;
	width: 100%;
	margin-left: -10px;
}

div.itemsSmall div.item {
	border-bottom: 1px dotted;
	margin: 0;
	padding: 5px 0;
}

div.box div.item.last {
	background: none;
}

div.box img.right,
div.box img.left {
	position: relative;
	float: right;
	margin: 5px -15px 5px 15px;
}

div.box img.left {
	float: left;
	margin: 5px 15px 5px -15px;
}

/* Comments & buttons */
div.box a.commentButton,
div.box input.submitButton {
	position: relative;
	display: block;
	margin: 10px 0 15px -17px;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	width: 80px;
	text-transform: uppercase;
	border: 1px dashed #fff;
}

div.box input.submitButton {
	width: 120px;
}

div.box div.comments p {
	width: 460px;
	padding: 8px 0;
	border-bottom: 1px dotted;
}

div.box div.comments p:last-child {
	border-bottom: none;
}

/* Agenda */
div.agenda div.item {
	position: relative;
	height: 115px;
	padding: 0 10px;
	background: none;
}

div.agenda img {
	position: absolute;
	z-index: 0;
}

div.agenda h2 {
	padding-top: 15px;
	margin: 0;
	background: none;
}

div.agenda p.date {
	position: absolute;
	z-index: 200;
	top: 15px;
	left: 25px;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 12px;
}

div.agenda p.date span {
	float: left;
	font-size: 30px;
}

div.agenda p.date strong {
	float: left;
	width: 15px;
	margin: 5px 0 0 5px;
}

div.agenda div.line {
	position: absolute;
	z-index: 200;
	top: -2px;
	width: 100%;
	margin: 0;
}

/* eventInfo */
div#eventInfo {
	position: relative;
	width: 500px;
	height: 70px;
	margin-left: -15px;
	color: #000;
}

div#eventInfo div.agenda,
div#eventInfo div.location {
	position: relative;
	width: 145px;
	height: 50px;
	padding: 5px 12px;
	float: left;
	overflow: hidden;
}

div#eventInfo div.agenda p.date span {
	font-size: 40px;
}

div#eventInfo div.agenda p.date {
	color: #000;
	top: 5px;
	font-size: 17px;
}

div#eventInfo div.agenda {
	width: 150px;
	float: left;
}

/* weekPlanning */
div.weekPlanning ul {
	margin: 0;
	padding: 0;
}

div.weekPlanning ul li {
	margin: 0 -15px;
	padding: 0;
	list-style: none;
}

div.weekPlanning ul li.item {
	position: relative;
	clear: both;
	padding: 0;
	border-bottom: 1px dotted #000;
	height: 60px;
	overflow: hidden;
}

div.weekPlanning ul li a {
	position: absolute;
	padding: 10px 15px;
	width: 100%;
	height: 100%;
	display: block;
}

div.weekPlanning ul li span {
	display: block;
	float: left;
}

div.weekPlanning ul li span.cufonDay {
	color: #ccc;
	width: 60px;
	font-size: 25px;
}

div.weekPlanning ul li span.date {
	width: 35px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

div.weekPlanning ul li span.date strong {
	display: block;
}

div.weekPlanning ul li span.info {
	overflow: hidden;
	width: 175px;
	color: #000;
}

div.weekPlanning ul li.active span.cufonDay,
div.weekPlanning ul li.active span.date,
div.weekPlanning ul li.active span.info,
div.weekPlanning ul li.sameday span.info{
	color: #fff;
}

/* Reporternav */
ul.reporterNav li {
	list-style: none;
	padding: 5px 0;
	text-transform: uppercase;
	border-bottom: 1px dotted #fff;
}

ul.reporterNav li a {
	border: none;
	color: #000;
}

ul.reporterNav li a:hover {
	color: #fff;
}

/* asideNav */
ul.asideNav {
	background: url(../images/backgrounds/organisatieBg.gif) no-repeat bottom right;
	padding-bottom: 70px;
}

ul.asideNav li {
	text-transform: uppercase;
	list-style: none;
	font-weight: bold;
}

ul.asideNav li a {
	display: block;
	color: #000;
	font-size: 15px;
	border: none;
	padding: 3px 0;
}

ul.asideNav li a:hover {
	color: #fff;
}

ul.asideNav li a.active {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

ul.asideNav li ul li {
	border-bottom: 1px dotted #fff;
}

ul.asideNav li ul li a {
	font-size: 12px;
	padding: 4px 100px 4px 15px;
}

ul.asideNav li ul li a.active {
	border-bottom: none;
}

/* Social */
ul.social {
	position: absolute;
	top: 7px;
	right: 10px;
}

ul.social li {
	list-style: none;
	float: left;
	margin-left: 5px;
}

ul.social li a {
	background: url(../images/sprites/social.png) no-repeat;
	display: block;
	width: 29px;
	height: 29px;
	text-indent: -3000em;
}

ul.social a.hyves {
	background-position: 0 0;
}

ul.social a.twitter {
	background-position: -30px 0;
}

ul.social a.facebook {
	background-position: -60px 0;
}

/* Video */
.video div#header {
	height: 720px;
}

.video div#headerBlocks div.small {
	background: #333;
}

.video div.box a.commentButton {
	position: absolute;
	top: -10px;
	right: -5px;
}

.video div#headerBlocks div.large {
	width: 489px;
	height: 339px;
	background: #555;
	overflow: hidden;
}

/* Width heeft te maken met div.box in de header */
.video div#headerBlocks div.medium {
	width: 469px;
	height: 93px;
	background: #555;
	overflow: hidden;
}

.video div#headerBlocks div.box {
	padding: 10px;
}

.video div#headerBlocks div.box h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
}

.video div#headerBlocks div.box p.date {
	color: #000;
	padding: 5px 0;
}

.video div#headerBlocks div.red {
	background: #cc0000;
}

.video div#headerBlocks div.red a {
	color: #fff;
}

/* Transparant hover */
a.transHover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	border: none;
	padding: 0;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	color: #fff;
	background: url(../images/backgrounds/trans.gif) bottom repeat;
}

a.transHover span {
	position: absolute;
	display: none;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	padding: 10px 0 5px 15px;
	opacity:0.80;
	-khtml-opacity:0.80;
	-moz-opacity:0.80;
	-msfilter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

a.transHover:hover span {
	display: block;
	height: 45px;
}

/* Footer */
div#footer {
	padding-bottom: 25px;
}

div#footer span {
	letter-spacing: 3px;
	padding: 0 5px 0 2px;
}

div#footer a {
	border: none;
	color: #000;
	font-size: 11px;
}


div#footer ul.right {
	float: right;
}

/* Brown */
body#brown,
body#brown div.box a.commentButton,
body#brown div.box input.submitButton,
body#brown div#headerBlocks div.bgBody {
	background: #bbae92;
}

body#brown div.box h2,
body#brown div.box h3,
body#brown div.box a.readmore,
body#brown div.box div.comments,
body#brown div.itemsSmall div.item a,
body#brown div#headerBlocks div.bgBlack a {
	color: #bbae92;
}

body#brown div.box div.comments p,
body#brown div.itemsSmall div.item {
	border-color: #bbae92;
}

body#brown div.borderBox div.borderTop,
body#brown div.headerBox div.borderTop,
body#brown div.borderBox div.borderRight,
body#brown div.headerBox div.borderRight,
body#brown div.borderBox div.borderBottom,
body#brown div.headerBox div.borderBottom,
body#brown div.borderBox div.borderLeft,
body#brown div.headerBox div.borderLeft {
	display: block;
	position: absolute;
	z-index: 1000;
	background: url(../images/backgrounds/borderBrownSquare.png);
}

body#brown div.box h2,
body#brown div.box div.line,
body#brown div.items div.item {
	background: url(../images/backgrounds/borderBrownLine.png) bottom repeat-x;
}

body#brown div.box .item.last {
	background: none;
	border: none;
}

/* Blue */
body#blue,
body#blue div.box a.commentButton,
body#blue div.box input.submitButton,
body#blue div#headerBlocks div.bgBody {
	background: #98c9d3;
}

body#blue div.box a,
body#blue div.box h2,
body#blue div.box h3,
body#blue div.box a.readmore,
body#blue div.box div.comments,
body#blue div.itemsSmall div.item a,
body#blue div#headerBlocks div.bgBlack a {
	color: #98c9d3;
}

body#blue div.box div.comments p,
body#blue div.itemsSmall div.item {
	border-color: #98c9d3;
}

body#blue div.borderBox div.borderTop,
body#blue div.headerBox div.borderTop,
body#blue div.borderBox div.borderRight,
body#blue div.headerBox div.borderRight,
body#blue div.borderBox div.borderBottom,
body#blue div.headerBox div.borderBottom,
body#blue div.borderBox div.borderLeft,
body#blue div.headerBox div.borderLeft {
	display: block;
	position: absolute;
	z-index: 1000;
	background: url(../images/backgrounds/borderBlueSquare.png);
}

body#blue div.box h2,
body#blue div.box div.line,
body#blue div.box div.item {
	background: url(../images/backgrounds/borderBlueLine.png) bottom repeat-x;
}

body#blue div.box .item.last {
	background: none;
	border: none;
}

/* Red */
body#red,
body#red div.box a.commentButton,
body#red div.box input.submitButton,
body#red div.weekPlanning ul li.active,
body#red div.weekPlanning ul li.sameday,
body#red div#headerBlocks div.bgBody {
	background: #cc0000;
}

body#red div.box a,
body#red div.box h2,
body#red div.box h3,
body#red div.box a.readmore,
body#red div.box div#eventInfo p.date,
body#red div.box div.comments,
body#red div.itemsSmall div.item a,
body#red div.weekPlanning ul li.sameday span.cufonDay,
body#red div.weekPlanning ul li.sameday span.date,
body#red div#headerBlocks div.bgBlack a {
	color: #cc0000;
}

body#red div.box div.comments p,
body#red div.weekPlanning ul li.item,
body#red div.itemsSmall div.item {
	border-color: #cc0000;
}

body#red div.borderBox div.borderTop,
body#red div.headerBox div.borderTop,
body#red div.borderBox div.borderRight,
body#red div.headerBox div.borderRight,
body#red div.borderBox div.borderBottom,
body#red div.headerBox div.borderBottom,
body#red div.borderBox div.borderLeft,
body#red div.headerBox div.borderLeft {
	display: block;
	position: absolute;
	z-index: 1000;
	background: url(../images/backgrounds/borderRedSquare.png);
}

body#red div.box h2,
body#red div.box div.line,
body#red div.box div.item {
	background: url(../images/backgrounds/borderRedLine.png) bottom repeat-x;
}

body#red div.box .item.last {
	background: none;
	border: none;
}

/* Green */
body#green,
body#green div.box a.commentButton,
body#green div.trans,
body#green div.box input.submitButton,
body#green div#headerBlocks div.bgBody {
	background: #97a91f;
}

body#green div.box h2,
body#green div.box h3,
body#green div.box a.readmore,
body#green div.box div.comments,
body#green div.itemsSmall div.item a,
body#green div#headerBlocks div.bgBlack a {
	color: #97a91f;
}

body#green div.box div.comments p,
body#green div.itemsSmall div.item {
	border-color: #97a91f;
}

body#green div.borderBox div.borderTop,
body#green div.headerBox div.borderTop,
body#green div.borderBox div.borderRight,
body#green div.headerBox div.borderRight,
body#green div.borderBox div.borderBottom,
body#green div.headerBox div.borderBottom,
body#green div.borderBox div.borderLeft,
body#green div.headerBox div.borderLeft {
	display: block;
	position: absolute;
	z-index: 1000;
	background: url(../images/backgrounds/borderGreenSquare.png);
}

body#green div.box h2,
body#green div.box div.line,
body#green div.box div.item {
	background: url(../images/backgrounds/borderGreenLine.png) bottom repeat-x;
}

body#green div.box .item.last {
	background: none;
	border: none;
}

/* Gray */
body#gray,
body#gray div.box a.commentButton,
body#gray div.trans,
body#gray div.box input.submitButton,
body#gray div#headerBlocks div.bgBody {
	background: #938a85;
}

body#gray div.box h2,
body#gray div.box h3,
body#gray div.box a.readmore,
body#gray div.box div.comments,
body#gray div.itemsSmall div.item a,
body#gray div#headerBlocks div.bgBlack a {
	color: #938a85;
}

body#gray div.box div.comments p,
body#gray div.itemsSmall div.item {
	border-color: #938a85;
}

body#gray div.borderBox div.borderTop,
body#gray div.headerBox div.borderTop,
body#gray div.borderBox div.borderRight,
body#gray div.headerBox div.borderRight,
body#gray div.borderBox div.borderBottom,
body#gray div.headerBox div.borderBottom,
body#gray div.borderBox div.borderLeft,
body#gray div.headerBox div.borderLeft {
	display: block;
	position: absolute;
	z-index: 1000;
	background: url(../images/backgrounds/borderGraySquare.png);
}

body#gray div.box h2,
body#gray div.box div.line,
body#gray div.box div.item {
	background: url(../images/backgrounds/borderGrayLine.png) bottom repeat-x;
}

body#gray div.box .item.last {
	background: none;
	border: none;
}

/* lightBlue */
body#lightBlue,
body#lightBlue div.box a.commentButton,
body#lightBlue div.trans,
body#lightBlue div.box input.submitButton,
body#lightBlue div#headerBlocks div.bgBody {
	background: #bddbea;
}

body#lightBlue div.box h2,
body#lightBlue div.box h3,
body#lightBlue div.box a.readmore,
body#lightBlue div.box div.comments,
body#lightBlue div.itemsSmall div.item a,
body#lightBlue div#headerBlocks div.bgBlack a {
	color: #bddbea;
}

body#lightBlue div.box div.comments p,
body#lightBlue div.itemsSmall div.item {
	border-color: #bddbea;
}

body#lightBlue div.borderBox div.borderTop,
body#lightBlue div.headerBox div.borderTop,
body#lightBlue div.borderBox div.borderRight,
body#lightBlue div.headerBox div.borderRight,
body#lightBlue div.borderBox div.borderBottom,
body#lightBlue div.headerBox div.borderBottom,
body#lightBlue div.borderBox div.borderLeft,
body#lightBlue div.headerBox div.borderLeft {
	display: block;
	position: absolute;
	z-index: 1000;
	background: url(../images/backgrounds/borderLightBlueSquare.png);
}

body#lightBlue div.box h2,
body#lightBlue div.box div.line,
body#lightBlue div.box div.item {
	background: url(../images/backgrounds/borderLightBlueLine.png) bottom repeat-x;
}

body#lightBlue div.box .item.last {
	background: none;
	border: none;
}

/* DarkGray */
body#darkGray,
body#darkGray div.trans,
body#darkGray div.box input.submitButton,
body#darkGray div#headerBlocks div.bgBody {
	background: #333;
}

div.box a.commentButton {
	border: none;
	background: url(../images/backgrounds/borderDarkGrayLine.png) left bottom repeat-y;
}

#darkGray div.box {
	background: #666;
}

body#darkGray div.box h2,
body#darkGray div.box h3,
body#darkGray div.box a.readmore,
body#darkGray div.box div.comments,
body#darkGray div.itemsSmall div.item a,
body#darkGray div#headerBlocks div.bgBlack a {
	color: #fff;
}

body#darkGray div.box {
	color: #ccc;
}

body#darkGray div.box div.comments p,
body#darkGray div.itemsSmall div.item {
	border-color: #333;
}

body#darkGray div#header ol li a {
	color: #666;
}

body#darkGray div#header ol li a.active,
body#darkGray div#header ol li a:hover {
	color: #fff;
}

body#darkGray div.borderBox div.borderTop,
body#darkGray div.headerBox div.borderTop,
body#darkGray div.borderBox div.borderRight,
body#darkGray div.headerBox div.borderRight,
body#darkGray div.borderBox div.borderBottom,
body#darkGray div.headerBox div.borderBottom,
body#darkGray div.borderBox div.borderLeft,
body#darkGray div.headerBox div.borderLeft {
	display: block;
	position: absolute;
	z-index: 1000;
	background: url(../images/backgrounds/borderDarkGraySquare.png);
}

body#darkGray div.box h2,
body#darkGray div.box div.line,
body#darkGray div.box div.item {
	background: url(../images/backgrounds/borderDarkGrayLine.png) bottom repeat-x;
}

body#darkGray div.box .item.last {
	background: none;
	border: none;
}

body#darkGray div#footer,
body#darkGray div#footer a {
	color: #666;
}

div.borderLeft,
div.borderRight {
	top: 0;
	left: -1px;
	width: 3px;
	height: 100%;
	background-position: top left;
}

div.borderRight {
	right: -1px;
	top: 0;
	left: auto;
	background-position: bottom right;
}

div.borderTop,
div.borderBottom {
	top: -1px;
	left: 0;
	width: 100%;;
	height: 3px;
	background-position: top right;
}

div.borderBottom {
	top: auto;
	bottom: -1px;
	top: auto;
	background-position: bottom left;
}

/* Trans */
body#green div.trans div.borderBox div.borderTop,
body#green div.trans div.borderBox div.borderRight,
body#green div.trans div.borderBox div.borderBottom,
body#green div.trans div.borderBox div.borderLeft,
body#gray div.trans div.borderBox div.borderTop,
body#gray div.trans div.borderBox div.borderRight,
body#gray div.trans div.borderBox div.borderBottom,
body#gray div.trans div.borderBox div.borderLeft,
body#lightBlue div.trans div.borderBox div.borderTop,
body#lightBlue div.trans div.borderBox div.borderRight,
body#lightBlue div.trans div.borderBox div.borderBottom,
body#lightBlue div.trans div.borderBox div.borderLeft {
	display: block;
	position: absolute;
	z-index: 1000;
	background: url(../images/backgrounds/borderWhiteSquare.png);
}

body#green div.trans h2,
body#green div.trans div.line,
body#green div.trans div.item,
body#gray div.trans h2,
body#gray div.trans div.line,
body#gray div.trans div.item,
body#lightBlue div.trans h2,
body#lightBlue div.trans div.line,
body#lightBlue div.trans div.item {
	background: url(../images/backgrounds/borderWhiteLine.png) bottom repeat-x;
	color: #fff;
}

div.borderBlack div.borderRight,
div.borderBlack div.borderLeft {
	display: block;
	position: absolute;
	z-index: 1000;
	background: url(../images/backgrounds/borderBlackLine.png) bottom;
}

div.borderBlack div.borderRight {
	height: 100%;
	width: 2px;
	right: 0;
}

div.borderBlack div.borderLeft {
	height: 100%;
	width: 2px;
	left: 0;
}


/* Sets */
body#brown div.box a.commentButton,
body#blue div.box a.commentButton,
body#red div.box a.commentButton,
body#green div.box a.commentButton,
body#lightBlue div.box a.commentButton {
	color: #fff;
}

body#red div.weekPlanning ul li.active,
body#red div.weekPlanning ul li.sameday{
	border-color: #fff;
}