#availabilityTable
{
	width: 350px;
	float: left;
	margin-bottom: 25px;
}

table#calendar 
{
	border: 1px solid #DFD6C0;
	width: 350px;
}

table#calendar th
{
	padding: 2px;
	border: 1px solid #DFD6C0;
}

table#calendar td
{
	text-align:left;
	vertical-align: top;
	padding: 2px;
	border: 1px solid #DFD6C0;
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	text-decoration: none;
	width: 14%;
	height: 45px;	
}

.linked-day
{
	background: url(../images/common/bg_calendar_dark.jpg) no-repeat top left;
	color: #000000;
}

#requestNote
{
	padding: 15px;
	width: 80%;
	background: #FFF;
	border: 1px solid #C6BEA2;
	margin-bottom: 15px;
}

#requestAlert
{
	padding: 5px;
	width: 340px;
	background: #FF6600;
	border: 1px solid #C6BEA2;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#calendarBox
{
	width: 350px;
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #C6BEA2;
	margin: 15px 0px 15px 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#calendarBox h1
{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #EB9622;
}
