/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron>, MIT Style License. */


input.calendar,
select.calendar {
	width: 110px;
}

button.calendar {
	background: url(blank.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	position:relative;
	top:-20px;
	left:-4px;
	width:124px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(calendar-booking.jpg) transparent;
	height: 180px;
	padding: 0 0;
	text-align: center;
	width: 180px;
}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 160px;
		overflow: hidden;
		padding-top: 10px;
		padding-left: 10px;
		position: relative;
		width: 160px;
	}	
	
	div.calendar caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 5px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 20px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 13px;
		width: 14px;
	}
	div.calendar caption a.prev {
		background-image: url(calendar-prev.jpg);
		left: 12px;
	}
	div.calendar caption a.next {
		background-image: url(calendar-next.jpg);
		right: 2px;
	}
	div.calendar caption a:hover {
		background-position: 0 -20px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#9f9f9f;
		font-weight:bold;
		text-transform:uppercase;
	}
	div.calendar caption span.month:after {
	}
	
	div.calendar caption span.year {
		display:none;
	}

	div.calendar table {
		background: transparent;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 160px;
	}
	div.calendar td {
		background-color:transparent;
		border: 0;
		color: #959590;
		padding:0;
		font: normal 11px Arial, Helvetica, sans-serif;
		height: 20px;
		text-align: center;
		width: 20px;
	}
	div.calendar th {
		text-indent:-9999px;
		height: 21px;
	}
	
	
	div.calendar td {
		/*background: url(calendar-td.jpg);*/
		color: #FFF;
		background-color:transparent;
		font-size: 11px;
		width: 20px;
	}
	div.calendar td.invalid {
		color: #CCCCCC;
	}
	div.calendar td.valid {
		background: url(calendar-valid.gif);
		color: #9f9f9f;
		cursor: pointer;
	}
	div.calendar td.inactive {
		/*background: url(calendar-td.jpg) 0 100%;*/
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url(calendar-valid.gif) 0 100% no-repeat;
		color: #FFFFFF;
		cursor: pointer;
	}
	
/*

input.dashboard,
select.dashboard {
	width:110px;
}

button.dashboard {
	background: url(blank.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	position:relative;
	top:-20px;
	left:-4px;
	width:124px;
}
button.dashboard:hover,
button.dashboard.active {
	background-position: 0 20px;
}

div.dashboard {
	background: url(dashboard.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	
	div.dashboard div {
		background: none !important;
		cursor: move;
		height: 165px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.dashboard caption {
		color: #CF0;
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		padding-top: 4px;
		text-align: center;
		width: 100%;
	}
	div.dashboard caption a {
		cursor: pointer;
		display: block;
		height: 11px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 16px;
		width: 11px;
	}
	div.dashboard caption a.prev {
		background-image: url(dashboard-prev.gif);
		left: 1px;
	}
	div.dashboard caption a.next {
		background-image: url(dashboard-next.gif);
		right: 1px;
	}
	div.dashboard caption a:hover {
		background-position: 0 11px;
	}
	div.dashboard caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.dashboard caption span.month {
		padding-right: 8px;
	}
	div.dashboard caption span.month:after {
		content: ',';
	}

	div.dashboard table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.dashboard td,
	div.dashboard th {
		border: 0;
		color: #999;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 19px;
		text-align: center;
		width: 21px;
	}
	div.dashboard td {
		color: #333;
		font-size: 11px;
		padding-right: 5px;
		text-align: right;
		width: 16px;
	}
	div.dashboard td.invalid {
		color: #666;
	}
	div.dashboard td.valid {
		color: #FFF;
		cursor: pointer;
	}
	div.dashboard td.active,
	div.dashboard td.hover {
		color: #CF0;
		cursor: pointer;
	}
	*/
	



	
