div.wmwcal {
	position: absolute;
	height: 40px;
	padding: 0 11px;
	width: 630px;
	right: 0px;	
}	
div.wmwcal * {
	margin: 0;
	padding: 0;
}	
div.wmwcal div {
	background: none !important;
	height: 40px;
	overflow: hidden;
	padding-top: 4px;
	position: relative;
	width: 630px;
	margin-right: 0px;	
}	

/* CAPTION - NAVIGATION-TOP */
div.wmwcal caption {
	color: #333333;
	font: normal 11px verdana, Helvetica, sans-serif;
	padding-top: 4px;
	text-align: center;
	width: 100px;
}
div.wmwcal caption a {
	cursor: pointer;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 16px;
	width: 10px;
}
div.wmwcal caption a.prev {
	background-image: url(img/dashboard-prev.gif);
	left: 1px;
}
div.wmwcal caption a.next {
	background-image: url(img/dashboard-next.gif);
	right: 1px;
}
div.wmwcal caption a:hover {
	background-position: 0 11px;
}
div.wmwcal caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.wmwcal caption span.month {
	padding-right: 8px;
}
div.wmwcal caption span.month:after {
	content: ',';
}

/* CAPTION - NAVIGATION-RIGHT */
div.wmwcal td.monthnav {
	width: 110px;
	height: 10px;
	padding-left: 5px;
	text-align: right;
}

div.wmwcal td.monthnav a {
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor: pointer;
	height: 10px;
	width: 5px;
	display: block;
	overflow: hidden;
}
div.wmwcal td.monthnav a span {
	display: none;
}
a.prev {
	background: url(img/calendar_left.gif);
	float: left;
}
a.next {
	background: url(img/calendar_right.gif);
	float: right;
}
td.monthnav a.monthnavlink:hover {
	background-position: 0 -11px;
}

div.wmwcal td.monthnav span {
	height: 10px;
}
div.wmwcal td.monthnav span.month {
	padding-right: 6px;
	width: 60px;
	float: left;
}
div.wmwcal td.monthnav span.year {
	width: 10px;
	float: left;
}

/* TABLE */
div.wmwcal table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	margin-right: 0;
}
div.wmwcal td,
div.wmwcal th {
	border: 0;
	color: #999;
	font: normal 9px verdana, Helvetica, sans-serif;
	height: 14px;
	text-align: center;
	width: 16px;
}
div.wmwcal td {
	color: #333;
	text-align: center;
}
div.wmwcal td.invalid {
	color: #666;
}
div.wmwcal td.inactive {
	background-color: #ff0000;
}
div.wmwcal td.valid {
	background-color: #fff;
	color: #444;
}
div.wmwcal td.active,
div.wmwcal td.hover {
	background-color: #efefef;
	color: #000;
}
.act_default
{
	cursor: pointer;
	background-color: #B1CE05;
	color: #fff;
}
.act_wedstrijd
{
	cursor: pointer;
	background-color: #b90000;
	color: #fff;
}
div.wmwcal td.wmwweekend
{
	background-color: #e1e1e1;
	color: #444;
}
	
.calendar-tip {
	color: #ffffff;
	width: 200px;
	z-index: 13000;
}
 
.calendar-title {
	background: url(img/wmw_tooltip2.png) top left;
	margin: 0;
	padding: 13px 10px 5px;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: left;
	color: #ffffff;
}
 
.calendar-text {
	text-align: left;
	background: url(img/wmw_tooltip2.png) bottom left;
	margin: 0;
	padding: 0 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}