div#calendar {
	font-size: 10px;
	margin:5px;
	width:190px;
	background:transparent;
	background-position: right bottom;
	background-repeat:no-repeat;
	background-image:url(../images/_shared/calendar_shadow.png);
	padding-bottom:8px;
	padding-right:8px;
	position:absolute;
	right:-20px;
	top:-10px;
	width:190px;
}
div#calendar a {
	color: #231F20;
	font-weight: normal;
	width: 16px;
}
div#calendar table {
	clear:both;
	margin-bottom:0;
	text-align: center;
	border-left: 1px solid #B6B1BE;
	border-right: 1px solid #B6B1BE;
}
div#calendar th {
	background: #FFF;
}
div#calendar table tr {
	height:25px;
}
div#calendar table td {
	border-right: 1px solid #B6B1BE;
	border-bottom: 1px solid #B6B1BE;
	text-align: center;
}
div#calendar th {
	border-bottom: 1px solid #B6B1BE;
	text-align: center;
}
div#calendar td {
	background: #FFF;
	background:transparent;
	background-position: right bottom;
	background-repeat:no-repeat;
	background-image:url(../images/_shared/calendar_button.jpg);
}
div#calendar td a {
	color:#000;
	float:left;
	margin: 5px;
}
div#calendar td.today {
	color: white;
	font-weight: bold;
}
div#calendar td.today a {
	border: 1px solid #B6B1BE;
	font-weight:bold;
	width: 13px;
	height: 15px;
}
div#calendar td.afspraak a {
	background: #BE3357;
}
div#calendar td.dagboek a {
	background: #B9A996;
}
div#calendar td.moeilijk_moment a {
	background: #4367A3;
}
div#calendar td.shared a {
	background: url(../images/bg/bg_shared.jpg) no-repeat center;
}
div#calendar td.einddatum a {
	background: #A0B941;
}
div#calendar td.empty {
	background: #FFF;
}
div#calendar ul {
	background: #FFF;
	float:left;
	width:188px;
	padding:5px 0;
	text-align: center;
	font-size: 10px;
	border: 1px solid #B6B1BE;
	border-bottom:none;
}
div#calendar ul li {
	display: inline;
	text-transform: capitalize;
	font-weight: bold;
	margin: 0 .5em;
	list-style:none;
padding:
}
div#calendar ul li a {
	font-weight: bolder;
	text-decoration:none;
	font-size:10px;
	text-transform:none;
}
div#calendar fieldset {
	position:relative;
	margin: 10px;
}
div#calendar label {
	position:relative;
	display:block;
	padding-left:20px;
	margin:5px 0;
	height: 15px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left top;
	background-image: url(../images/bg/calendar_legend.gif);
}
div#calendar label.deelafspraak {
	background-position:left -15px;
}
div#calendar label.deeldag {
	background-position:left -30px;
}
div#calendar label.einddatum {
	background-position:left -45px;
}
div#calendar label.moeilijk_moment {
	background-position:left -75px;
}
div#calendar label.vandaag {
	background-position:left -60px;
}

