body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
}
#header h1{font-size:140%;}
div#boxtitle{/*for boxed h3 at top of page*/
	width:750px;
	margin: 22px auto 0px
	}

a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}

table.multicalendar a:link, table.multicalendar a:visited {color:black; text-decoration:none;border-bottom:0px;}
table.multicalendar a:hover, table.multicalendar a:active {color:  #feb344; text-decoration:none;font-size:120%;}

.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 #7baed6 solid;
}
.white{background-color:#fff;}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border: 0px;
}
td{vertical-align:top;}



td.monthname {
	text-align: center;
	font-weight: bold;
}
td.dayname  {
	text-align: center;
	font-weight: bold;
	color: #7baed6;
}
.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;
}
div#multicalendar table td.nomonthday {
	background-color: #7baed6;
}
.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%;
}

#content-cal {
	line-height: 1.6em;
	clear: left;
/*	float: left; */

	text-align: left;
	position: relative;
	top: -40px;
	padding: 20px 8px 30px 8px;
	border: solid #C3C3BC;
	border-width: 1px 1px 0 3px;
	background-color: #F3F5E7;

	margin:0px auto;
	width:740px;
}
div#multicalendar td.multi-title-prop{font-size:8pt;text-align:left;padding-left:5px;color:#000; }
div#multicalendar td.multi-title{width:18px;color:#000;}
div#multicalendar td.multi-month{width:18px;color:#000; background-color:#7baed6;border-top:3px black solid; border-bottom:3px black solid;}
div#multicalendar td.multi-month-prop{color:#000; background-color:#7baed6;text-align:left;padding-left:5px;border-top: 3px black solid;border-bottom: 3px black solid;font-size:130%;line-height:60%;}
div#multicalendar td.multi-month-sub {width:18px;color:#000; background-color:#eee;}
div#multicalendar td.multi-month-sub-prop{background-color:#eee;text-align:left;padding-left:5px;}
div#multicalendar td.multi-title-beds{color:#feb344; text-align:left; font-size:100%;text-align:left;}
/*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 #000 solid;margin:2px 2px 0px 15px;}
div#multicalendar table {border-collapse:collapse;}
div#multicalendar td{
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	padding:2px 2px 4px 2px;
	border:1px dotted #000;
	line-height:100%;
	}
div#multicalendar tr.altrow{ background-color:#e7eef5;}
div#multicalendar .res-p, div#multicalendar .res-p a {
	color: black;
	background-color: #7baed6;
	border-bottom-style:none;
	}
div#multicalendar .res-b, div#multicalendar .res-b a {
	color: black;
	background-color: #feb344;
	border-bottom-style:none;
	}
div#multicalendar .empty-pencilled,div#multicalendar .empty-pencilled a {
	color: black;
	background-image:url(/images/empty-pencilled.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
	border-bottom-style:none;
}
div#multicalendar .pencilled-empty,div#multicalendar .pencilled-empty a {
	color: black;
	background-image:url(/images/pencilled-empty.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
	border-bottom-style:none;
}
div#multicalendar .empty-booked,div#multicalendar .empty-booked a {
	color: black;
	background-image:url(/images/empty-booked.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
	border-bottom-style:none;
}
div#multicalendar .booked-empty,div#multicalendar .booked-empty a {
	color: black;
	background-image:url(/images/booked-empty.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
	border-bottom-style:none;
}
div#multicalendar .booked-booked,div#multicalendar .booked-booked a {
	color: black;
	background-image:url(/images/booked-booked.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
	border-bottom-style:none;
}
div#multicalendar .pencilled-pencilled,div#multicalendar .pencilled-pencilled a {
	color: black;
	background-image:url(/images/pencilled-pencilled.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
	border-bottom-style:none;
}
div#multicalendar .pencilled-booked,div#multicalendar .pencilled-booked a {
	color: black;
	background-image:url(/images/pencilled-booked.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
	border-bottom-style:none;
}
div#multicalendar .booked-pencilled,div#multicalendar .booked-pencilled a {
	color: black;
	background-image:url(/images/booked-pencilled.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
	border-bottom-style:none;
}

div#multicalendar  td.multi-title-place{color:white; background-color:black;text-align:left}
