﻿.calendar a:hover
{
	text-decoration:none;
}

.calendartopHeader
{
	font-weight: bold;
	background-color: #ccc;
	font-size: 1.1em;
}

.calendarHeader
{
	font-weight: bold;
	color: #69C;
} 

.calendarToday
{
	border-color: #000;
	border-width: 1px;
	border-style: solid;
} 

.monthcal .calendarHeader
{
	width: 14%;
}

.monthcal .calendar
{
	height: 9em;
}


.event_month
{
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	font-size: 13px;
}

.all
{
	background-color: #c0cce2 !important;
}

.full
{
	background-color: #F9C !important;
} 

.holidaycode
{
	background-color: #dFF;
}	




.calendar
{
	background-color: #fff;
	border-color: #000;
	border-width: 0px;
	border-style: solid;
	margin: auto;
	padding: 2px 3px 2px 4px;
}

.calendar a
{
 	font-weight: bold;
}


.calendarOld
{
	background-color: #eee !important;
}

.calendarOld a
{
 font-weight: normal !important;
}

.some, .some .calendarOld
{
	background-color: #FF9 !important;
}

.some a, .some .calendarOld a
{
	font-weight: bold !important;
}


.rooms
{
	text-align:left;
}

.roomavailable
{
	width: 10px;
	height: 10px;
	background-color: #9F9;
	float: left;
}

.roomreserved
{
	width: 10px;
	height: 10px;
	background-color: #F9C;
	float: left;
}

.monthborder td
{
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}


#detailres td
{
	padding: 3px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

#detailres td.nobord
{
	border-width: 0px !important;
}


.bookerr, .bookerr p
{
	color: #C03;
}

.bookerr blockquote
{
	color: #333;
	font-size: .9em;
}


#res
{
	float: right;
	margin-right: 150px;
}

#res label,#res input, #res textarea
{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#res label 
{
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

#res .error
{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	color: #900;
	font-weight: bold;
	/*
	padding-left: 95px;
	width: 150px;
	float: left;
	margin-bottom: 12px;
	margin-top: -10px;
	clear: left;
	*/
}


#res br 
{
	clear: left;
}

#res hr 
{
	clear: left;
}

#res textarea
{
	height: 2em;
}

#res .notspecial
{
	width: 1em;
}

textarea#notes
{
	height: 4em;
}

textarea.edit
{
	height: 3em !important;
}

input.priceshow
{
	border: 0px;
	font-family: sans-serif;
	font-size: 1em;
	color: #333;
	text-align: right;
}

input#grand
{
	font-weight:bold;
}

.small
{
	font-size: .8em;
}

#termserror
{
	visibility: hidden;
	color: #933;
	font-weight: bold;
}

.even
{
	background-color: #9FF;
	width: 100%;
}

.odd
{
	background-color: #FF9;
	width: 100%;
}

#monthview
{
	margin-left: auto;
	margin-right: auto;
}

#monthview .holiday
{
	background-color: #dFF;
}

