/* ************************************************************************** */
/* CURSUSSEN                                                                  */
/* ************************************************************************** */

/* CONTENTRIGHT ------------------------------------------------------------- */

#showCursusShort table.cursusinfo {
	border-top: 1px solid #000;
	}

#showCursusShort table.cursusinfo td,
#showCursusShort table.cursusinfo th {
	padding: 1px;
	border-bottom: 1px solid #9c9b9c;
	}

#showCursusShort table.cursusinfo th {
	padding: 1px 5px 1px 1px;
	text-transform: uppercase;
	text-align: left;
	color: #9c9b9c;
	}


#showCursusExtra {
	margin-top: 1em;
	background: #e2b257;
	color: #fff;
	}
#showCursusExtra a {
	color: #fff !important;
	}
	#showCursusExtra img {
	float: left;
	margin: 5px 0 0 2px;							
	}
	#showCursusExtra span {
	display: block;
	font-weight: bold;
	padding: 3px 5px;
	}
	#showCursusExtra span.donker {
	background: #db9f2d;
	}
	#showCursusExtra span.licht {
	background: transparent;
	}

body.beeldendekunst #showCursusExtra { background: #e2b257; }
body.dans #showCursusExtra           { background: #a093c1; }
body.muziek #showCursusExtra         { background: #ed7777; }
body.theater #showCursusExtra        { background: #cbca33; }
body.schrijven #showCursusExtra      { background: #3397cb; }

body.beeldendekunst #showCursusExtra span.donker { background: #db9f2d; }
body.dans #showCursusExtra span.donker           { background: #8878b1; }
body.muziek #showCursusExtra span.donker         { background: #e85555; }
body.theater #showCursusExtra  span.donker       { background: #bebd00; }
body.schrijven #showCursusExtra span.donker      { background: #007dbe; }


