
span.new,.nieuw {
	color:					red;
}

/* BOAT RESERVATION */
.reservation_float {
	position: absolute;
	z-index: 5;
	top: 19px;
	border: 1px solid #ccc;
	background: white;
	width: 284px;
	opacity: 0.8;
/*	filter: alpha(opacity=80); */
}

.reservation_row {
	position: relative;
	height: 20px;
	width: 100%;
/*	background: none; */
	overflow: hidden;
}

.reservation {
	text-align: center;
	position: absolute;
	top: 0px;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	width: 37px;
	height: 20px;
	overflow: hidden;
	font-size: 10px;
	white-space: nowrap;
}

.reservation a:link, .reservation a:visited, .reservation a:active {
	display: block;
	height: 100%;
	padding: 2px 2px 0px 2px;
	background: url(/visuals/bg/reservation_ghosted.png) repeat-x center top;
	color: #333;
	text-decoration: none;
}

.reservation a:hover {
	display: block;
	height: 100%;
	padding: 2px 2px 0px 2px;
	background: url(/visuals/bg/reservation_active.png) repeat-x center top;
	color: #fff;
	text-decoration: none;
}

.reservation_active {
	text-align: center;
	position: absolute;
	top: 0px;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	width: 37px;
	height: 20px;
	overflow: hidden;
	font-size: 10px;
	white-space: nowrap;
	z-index: 25;
}

.reservation_active a:link, .reservation_active a:visited, .reservation_active a:hover, .reservation_active a:active {
	display: block;
	height: 100%;
	padding: 2px 2px 0px 2px;
	background: url(/visuals/bg/reservation_active.png) repeat-x center top;
	color: #fff;
	text-decoration: none;
}


.reservation_time {
	position: absolute;
	top: 0px;
 	width: 34px;
	height: 17px;
	padding: 3px 0px 0px 4px;
	overflow: hidden;
	font-size: 10px;
	white-space: nowrap;
	border-left: 1px solid #dddddd;
}

.reservation_block {
	position: absolute;
	top: 0px;
	left: 0px;
 	width: 38px;
	height: 20px;
	overflow: hidden;
	font-size: 10px;
	white-space: nowrap;
	border-left: 1px solid #dddddd;
}

.reservation_block a:link, .reservation_block a:visited, .reservation_block a:active {
	display: block;
	height: 100%;
	padding: 3px 2px 0px 2px;
	background: none;
}

.reservation_block a:hover {
	display: block;
	height: 100%;
	padding: 3px 2px 0px 2px;
	background: #dddddd;
}

.reservation_edit {
	position: relative;
	float: left;
	z-index: 20;
	width: 0px;
	height: 20px;
}
/* end boat reservation */

/* signup form */

ol.cmxform {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.cmxform li {
	clear: left;
	display: block;
	margin-bottom: 15px;
	overflow: auto;
}

ol.cmxform li label, ol.cmxform li div.left {
	float: left;
	clear: left;
	display: block;
	width: 165px;
	text-align: right;
	padding: 4px 0;
	font-weight: bold;
}

ol.cmxform li div.center {
	float: left;
	width: 25px;
	text-align: center;
	padding: 4px 0;
}

ol.cmxform li div.right {
	float: left;
}

ol.cmxform li div.right label {
	height: 22px;
	float: none;
	width: 100%;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

ol.cmxform li div.left label {
	height: 22px;
	float: none;
	padding: 0;
}

ol.cmxform li.space {
	padding-left: 190px;
}

ol.cmxform p.note {
	float: left;
	text-align: left;
	font-style: italic;
	width: 390px;
	margin: 0;
	padding: 4px 0;
}
/* end signup form */

/* tools form */
form.radio_selector label {
	display:inline;
	float:none;
}

form.radio_selector input.radio,
form.radio_selector input.checkbox {
	float:none;
	margin:0;
}
/* end tools form */

/* trainingsschema */

#mainContent table {

	width: 500px;
}

#mainContent a {

	color: #666;
}