a:link {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
	color: #336699;
}
a:visited {
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
	color: #660066;
}
a:active {
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #990033;
}

a.ok:link {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #789C80;
}
a.ok:visited {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #789C80;
}
a.ok:active {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #789C80;
}
a.ok:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #789C80;
}

a.menu:link {
	font-size: 14px;
}
a.menu:visited {
	font-size: 14px;
}
a.menu:active {
	font-size: 14px;
}
a.menu:hover {
	font-size: 14px;
}


.h1	{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #789C80;
}

.body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #789C80;
}
.error {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #990000;
}
.alert {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #990000;
}
.bodytext {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #CBDDDD;
}
.bodytext14 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #CBDDDD;
}
td {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #789C80;
}

td.coloured {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #789C80;
}
td.cthru {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #ffffff;
}
td.coloured14 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	background-color: #789C80;
}

td.bigger {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

td.menu	{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	background-color: #E8F0EC;
}

td.heading	{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	background-color: #669999;
	color: #ffffff;
}
td.bordered	{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	background-color: #cccccc;
	color: #ffffff;
}

caption.year {
    font-weight: bold;
    font-size: 120%;
    font-color: navy;
}
caption.month {
    font-size: 110%;
    font-color: navy;
}
table.month {
    border: thin groove #800080
}
tr.calendar {
    vertical-align: top;
}
th.calendar, td.calendar {
    text-align: right;
    font-size: 70%;
}
td.booked {
    text-align: right;
    font-size: 70%;
	//background-color: #669999;
	//background-color: #800080;
	background-color: #660066;
}
td.bookout {
    text-align: right;
    font-size: 70%;
	background-color: #FE996D;
	//border: solid 1px #660066;
}
td.bookin {
    text-align: right;
    font-size: 70%;
	background-color: #FFB9FF;
	//border: solid 1px #660066;
}
#prev {
    float: left;
    font-size: 70%;
}
#next {
    float: right;
    font-size: 70%;
}
.textinput	{
	font-size: 12px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	color: #324F89;
}
.submit	{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	background-color: #cccccc	;
	color: #ffffff;
}

img.home	{
	border: 1px solid #CBDDDD;
}

.xhover	{
	border: 1px solid #CBDDDD;
	cursor:pointer;
}