#main_calendar, .choose {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.Calendar {
	width:270px;
	font-weight: 300;
	-webkit-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-moz-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-webkit-box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	-moz-box-shadow: 0 0 5px rgba(123,123,123,.2);
	box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	border:1pt solid #DADADA;
}
.Calendar td {
	width:34px;
	height:34px;
	padding-top:8px;
	border-radius:4px;
}
.Calendar .cMonth {
	text-align:center;
}
.Calendar .wDays {
	font-weight: lighter;
	text-align:center;
	background-color: #09F;
	color: #FFF;
	border:1pt solid #FFF;
	border-style: inset;
}
.Calendar table td a {
	display:block;
	width:100%;
	height:100%;
}
.Calendar table td a:hover {
	text-decoration:underline;
}
.Calendar .blank, .bc {
	background-color: #FFF;
	border-style: inset;
	border:1pt solid #FFF;
	color:#FFF;
}
.Calendar .availability {
	text-align:center;
	background-color: #6C3;
	color:#FFF;
	cursor:pointer;
	border:1pt solid #FFF;
	border-style: inset;
}
.Calendar .availability a {
	text-decoration: none;
	color: #FFF;
}
.Calendar .availability :hover {
	background-color: #0F0;
	display:block;
}
.Calendar .no_availability {
	text-align:center;
	background-color: #f3f9f9;
	color: #c0c0c0;
	border:1pt solid #FFF;
	border-style: inset;
	cursor: not-allowed;
}
.Calendar_button {
	background: #FFF;
	overflow: hidden;
	display: inline-block;
	color: #525252;
	font-weight: 300;
	-webkit-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-moz-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-webkit-box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	-moz-box-shadow: 0 0 5px rgba(123,123,123,.2);
	box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	border: solid 1px #DADADA;
	font-family: "helvetica neue", arial;
	position: relative;
	cursor: pointer;
	padding:12px;
	margin-bottom:10px;
	margin-left: 2px;
}
.search_button {
	background: #09C;
	overflow: hidden;
	display: inline-block;
	color: #FFF;
	font-weight: 300;
	-webkit-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-moz-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-webkit-box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	-moz-box-shadow: 0 0 5px rgba(123,123,123,.2);
	box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	border: solid 1px #DADADA;
	font-family: "helvetica neue", arial;
	cursor: pointer;
	padding:2px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.search_button :hover {
	background:#09C;
}
.select_style {
	background: #FFF;
	overflow: hidden;
	display: inline-block;
	color: #525252;
	font-weight: 300;
	-webkit-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-moz-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-webkit-box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	-moz-box-shadow: 0 0 5px rgba(123,123,123,.2);
	box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	border: solid 1px #DADADA;
	font-family: "helvetica neue", arial;
	position: relative;
	cursor: pointer;
	padding-right:10px;
	width:98%;
	margin-left: 2px;
	margin-right: 2px;
}
.select_style span {
	position: absolute;
	right: 10px;
	width: 8px;
	height: 8px;
	background-image:url('../images/arrow.png');
	top: 50%;
	margin-top: -4px;
}
.select_style select {
	-webkit-appearance: none;
	appearance:none;
	width:100%;
	background:none;
	background:transparent;
	border:none;
	outline:none;
	cursor:pointer;
	padding:7px 10px;
}
.button_info {
	background-color:#6C3;
	color:#FFF;
	padding:4px;
}
 .button_info:a, .button_info:active, .button_info:visited {
 color:#FFF;
 text-decoration:none;
}
.button_info :hover {
	background-color: #0F0;
	display: block;
}
.cal_small {
	font-size:12px;
}