/* 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: 99px;
}

div.calendar {
	background: transparent url(../images/mooCalendar/calendar_back.png);
	height: 175px;
	padding: 0 6px;
	text-align: center;
	width: 190px;
	background-repeat:no-repeat;
}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 160px;
		overflow: hidden;
		padding-top: 8px;
		position: relative;
		width: 190px;
	}	
	
	div.calendar caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 13px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(../images/mooCalendar/prev.png);
		background-repeat:no-repeat;
		left: 7px;
	}
	div.calendar caption a.next {
		background-image: url(../images/mooCalendar/next.png);
		background-repeat:no-repeat;
		right: 3px;
	}
	div.calendar caption a:hover {
		
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #0597DB;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		background: url(calendar-td.gif);
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #999;
	}
	div.calendar td.valid {
		background: url(calendar-valid.gif);
		color: #0597DB;
		cursor: pointer;
	}
	div.calendar td.hilite {
		background: url(calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url(calendar-td.gif) 0 100%;
		color: #800040;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url(calendar-valid.gif) 0 100%;
		color: #800040;
		cursor: pointer;
	}
	
	button.calendar {
		background: url(../images/mooCalendar/calendar.gif);
		background-repeat:no-repeat;
		border: 0;
		cursor: pointer;
		padding-bottom:0px;
		padding-top:0px;
		margin-top:10px;
		height: 13px;
		width: 13px;
		position:relative;
		top:5px;
	}
	button.calendar:hover,
	button.calendar.active {
	/*
		background-position: 0 20px;
	*/
	#
	}
	button.calendar {
		margin:9px 10px 0 5px;
		padding-bottom:0px;
		top:-1px;
	}
