#calendar {
	height: 271px
}

#publishedcontent .calendar table td,
#publishedcontent .calendar table th {
	padding: 0px;
	border: 0px;
}

#leftCol #calendar table {
	width: 181px;
	font-size: 12px;
}

#leftCol #calendar {
	margin: 15px 0px 10px 0px;
}

#leftCol #calendar a {
	color: #fff;
}

#publishedcontent .calendar table th,
#leftCol #calendar h2 {
	background: #1A6198 url(/bg_fade.gif) repeat-x 0px 0px;
	color: #fff!important;
	font-size: 1.5em;
	width: 171px;
	padding: 5px;
}

#leftCol #calendar h2 strong {
	display: block;
	font-size: 1.2em;
}

.calendar table tr.footer th {
	background: #1A6198 url(/bg_fade.gif) repeat-x 0px 0px!important;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	font-weight: normal;
	height: auto;
}

#publishedcontent .calendar tr.footer a,
.calendar tr.footer a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer
}

.calendar tr.footer th a:hover {
	text-decoration: none;
}


.calendar table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	width: 100%;
}

#leftCol #calendar td,
#leftCol #calendar th {
	width: 25px;
	height: 25px;
}

#publishedcontent #bigCalendar .lijstweergave ul {
	font-size: 10px;
	list-style-type: none;
	margin: 0px;
}

#bigCalendar h2 {
	text-align: center;
	font-size: 3em;
}

#publishedcontent #bigCalendar.calendar td {
	font-size: 2em;
}
	
#publishedcontent #bigCalendar.calendar td a {
	color: #fff;
	text-decoration: none;
}

#bigCalendar.calendar th {
	height: 30px;
}

#calendar td,
#calendar th {
	background-image: url(/cells-small.png);
}

.calendar td,
.calendar th {
	width: 81px;
	height: 81px;
	text-align: center!important;
	vertical-align: middle!important;
	background: url(/cells.png);
	color: #444!important;
	position: relative;
	padding: 0px;
}
.calendar th {
	font-weight: bold;
}
.calendar td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
.calendar td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
.calendar td.date_has_event:hover {
	background-position: 162px -81px;
}
.calendar td.padding {
	background: url(/calpad.gif);
}
.calendar td.today {
	background-position: 81px 0px;
	color: white;
}
.calendar td.today:hover {
	background-position: 81px -81px;
}
.calendar .events {
	position: relative;
	z-index: 9999999999
}
.calendar .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 100000;
	padding: 15px;
	background: #E7ECF2 url(/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-border-radius: 5px;
	list-style: none!important;
	color: #444444;
	-webkit-box-shadow: 3px 3px 3px #333;
}
.calendar .events li {
	padding-bottom: 5px;
}
.calendar .events li span {
	display: block;
	font-size: 12px;
	color: #555;
}
.calendar .events li span.title a,
.calendar .events li span.title {
	font-weight: bold;
	color: #222!important;
}

.calendar .events li span.showdate {
	font-size: 11px;
	color: #555;
	margin-bottom: 5px;
}

