.RsCal * {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
font-weight:normal;	
}

.RSCal {
	color:#32322c;
	overflow:visible;
	margin:0 auto;
	
}

.RSCal td {
	
	width:1.5em;
	height:1.5em;
	margin:0;
	padding:0;

}

.RSCal .month {
	width:100%;
	height:1.5em;
	background-color:#32322c;
	display:none;
}

.RSCal .week td {
	color:#32322c;
	display:none;
}
.RSCal input {
	text-align:left;
}
.RSCal input, .RSCal select {
	font-size:.75em;
	width:8.5em;
	margin:.1em;
}


.RSCal input{
background:url(../images/navigation/book-now-btn.png) 8px top no-repeat;
width:132px;
height:42px;
border:none;
cursor:pointer;
}

#RSCalPowered{
display:none;
}


/*Dropdown Clendar Styles*/
		.RSCalDateSelect {
			height:1.25em;
			width:6.5em;
			border:1px solid #333 !important;
			background-color:#fff;
			overflow:hidden;
		}
		.RSCalDropDownSTYLE {
			top:2.2em;
			left:-.1em;
			left:0;
			background-color:#fff;
			border:solid 1px #ddd !important;
			width:150px;
			height:150px;
			position:absolute;
			font-size:10px;
			visibility:hidden;
			z-index:1000;
		}
		.RSCalDropDownCal {
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			text-align:center;
			margin:0;
			padding:0;
			font-size:10px;
		}
		.RSCalDropDownCal table {
			width:150px;
			font-size:10px;
		}
		.RSCalDropDownCal tr, .RSCalDropDownCal td, .RSCalDropDownCal td p {
			height:14px !important;
			text-align:center !important;
			margin-top:0 !important;
			padding-top:0 !important;
			margin-bottom:0 !important;
			padding-bottom:0 !important;
		}
		.RSCalDropDownCal td p, .RSCalDropDownCal td {
			border:0 !important;
			text-align:center !important;
			font-size:10px;
		}
		.RSCalDateIcon {
			margin:.1em !important;
			float:right;
			height:1em;
			width:1em;
			right:0;
		}
		.RSCalDate {
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size:.75em;;
			margin:.25em !important;
			float:left;
			width:6em !important;
			border:0 !important;
		}
		
		.RSCalDropDownCal a {
			cursor:pointer;
		}
		.RSCalDropDownCal a:hover {
			background-color:#ccc;
			cursor:pointer;
		}
		.RSCalDDDays {
			cursor:pointer;
		}
		.RSCalNonBookable {
			cursor:default;
			color:#ccc;
		}			



