#isntructions
{
	font-size: 1em;
	font-weight: bold;
	margin: 20px 0;
}

#calendar
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	overflow: hidden;
	margin: auto;
	width: 613px;

}

#calendar .month_cnt
{
	float: left;
	height: 160px;
	margin: 9px;
}

#calendar .month
{
	border: 1px solid #bca787;
	border-collapse: collapse;
	cursor: default;
}

#calendar .month td
{
	width: 18px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #bca787;
	padding: 0;
}

#calendar .month .title td,
#calendar .month .weekdays td
{
	font-weight: bold;
	color: white;
	background-color: #048bbe;
}

#calendar .month .title td
{
	width: auto;
	background-color: #215d90;
}

#calendar .month .days td
{
	cursor: pointer;
	color: #843501;
	background-color: #E4D6B8;
}

#calendar .month .days td.avail, .avail,
#calendar .month .days td.avail_selected, .avail_selected
{
	background-color: #DDCBA6;
	color: #000000;
}

#calendar .month .days td.booked, .booked,
#calendar .month .days td.booked_selected, .booked_selected
{
	text-decoration: line-through;
	background-color: #D2998E;
}

#calendar .month .days td.past, .past,
#calendar .month .days td.past_selected, .past_selected
{
	color: #BEA074;
	background-color: #DAC79E;
}

#calendar .month .days td.past_selected, .past_selected,
#calendar .month .days td.booked_selected, .booked_selected
{
	background: #FD7A7A;
}

#calendar .month .days td.avail_selected, .avail_selected
{
	background-color: #FFD75E;
	color: #000000;
}





#legend
{
	overflow: hidden;
	width: 613px;
	margin: auto;
	padding: 5px 0;
	border-top: dotted 1px #333333;
	border-bottom: dotted 1px #333333;
}

#legend .item
{
	overflow: hidden;
	height: 20px;
	float: left;
	position: relative;

	text-align: left;
	padding: 2px 0px 2px 22px;
	margin: 5px 10px;

	font-weight: bold;
}

#legend .item .color
{
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: normal;

	border: solid 1px #333333;
}



#frm
{
	overflow: visible;
	height: 1%;
	margin: auto;
}

#frm .br
{
	display: block;
	height: 5px;
	overflow: hidden;

}

#frm .field
{
	float: left;
	width: 160px;
	margin-left: 30px;
	margin-bottom: 4px;

	oveflow: hidden;
	height: 1%;
}

#frm .center
{
	float: none;
	clear: both;
	width: auto;
	text-align: center;
}

#frm .nl, #frm .field
{
	clear: left;
	margin-left: 0;

}

#frm .field label
{
	display: inline;
	/*float: left;*/

	text-align: left;
  	font-weight: bold;
	font-family: Georgia,"Trebuchet MS",Tahoma,Verdana;
	font-size: 11px;

	width: 126px;

}

#frm .field .val,
#frm .field select,
#frm .field span
{
	display: inline;
	/*float: right;*/

	text-align: left;
	width: 141px;
}

#frm #total_rent
{
	font-weight: bold;
}


#frm_table {
	width: 100%;
	float: left;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	color: black;
}

#frm_table tr {
	height: 25px;
}

#frm_table td.left {
  	font-weight: bold;
	width: 110px;
}

#frm_table .total_rent td {
	padding-top: 7px;
}

#frm_table td.val {
	font-size: 12px;
	height: 40px;
}

#leftCalendar .month_cnt  {
margin: 6px !important;
}

