body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;
	font-weight: normal;
}
# header h1{font-size:140%;}
a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
.year, div#multicalendar table.year td  {
	border-width: 0px;
	text-align: center;
}
div#multicalendar td.yearcell{padding: 10px;
	}
.month {
	padding:0px;
	margin:0px;
	border: 0px;
	border-top: 5px #bbdfef solid;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border: 0px;
}
td.monthname {
	text-align: center;
	font-weight: bold;
}
td.dayname  {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
.yearnavigation {
	font-size: 120px;
}
/*.datepicker {
	background-color: #e4e4e4;
}*/
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
/*.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}*/
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	color: #aaaaaa;
	vertical-align: top;
}
.monthday {
	font-weight: bold;
	vertical-align: top;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: top;
	border:1px red solid;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	vertical-align: top;
}
.sunday, .saturday {
	text-align: center;
	font-weight: bold;
}

.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	vertical-align: top;
}
.event a {
	background-color: #ffff99;
	color: red;
}

.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	vertical-align: top;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	vertical-align: top;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

div#multicalendar td.multi-title-prop{width:150px;font-size:10pt;text-align:left;padding-left:5px;}
div#multicalendar td.multi-title{width:20px;}

/*reservation colours*/

div#multicalendar table.key, div#multicalendar table.key td{border:0; text-align:left; width:auto; margin:0px auto;}
div#multicalendar table.key img{border:1px #bbdfef dotted;margin:2px 2px 0px 15px;}
div#multicalendar td{
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	padding:0px;
	border:1px dotted #bbdfef;
	}

div#multicalendar .res-p, div#multicalendar .res-p a {
	color: white;
	background-color: #999;
	}
div#multicalendar .res-b, div#multicalendar .res-b a {
	color: white;
	background-color: #fbcc7a;
	}
div#multicalendar .empty-pencilled,div#multicalendar .empty-pencilled a {
	color: white;
	background-image:url(/images/empty-pencilled.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
}
div#multicalendar .pencilled-empty,div#multicalendar .pencilled-empty a {
	color: white;
	background-image:url(/images/pencilled-empty.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
}
div#multicalendar .empty-booked,div#multicalendar .empty-booked a {
	color: white;
	background-image:url(/images/empty-booked.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
}
div#multicalendar .booked-empty,div#multicalendar .booked-empty a {
	color: white;
	background-image:url(/images/booked-empty.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
}
div#multicalendar .booked-booked,div#multicalendar .booked-booked a {
	color: white;
	background-image:url(/images/booked-booked.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
}
div#multicalendar .pencilled-pencilled,div#multicalendar .pencilled-pencilled a {
	color: white;
	background-image:url(/images/pencilled-pencilled.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
}
div#multicalendar .pencilled-booked,div#multicalendar .pencilled-booked a {
	color: white;
	background-image:url(/images/pencilled-booked.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
}
div#multicalendar .booked-pencilled,div#multicalendar .booked-pencilled a {
	color: white;
	background-image:url(/images/booked-pencilled.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
}
