/* 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> */

div#calendar {
	background: #fff url(images/calendar_blu.gif) no-repeat;
	border-style: none;
	display: block;
	height: 199px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	width: 159px;
	opacity: 1; 
}
	
div#calendar * {
	margin: 0;
	padding: 0;
}
	
div#calendar div {
	background: none !important;
	border-style: none;
	cursor: move;
	height: 184px;
	margin: 0px auto;
	overflow: hidden;
	padding-top: 14px;
	position: relative;
	width: 153px;
}

div#calendar td,
div#calendar th {
	border: 0;
	color: #0597DB;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 21px;
	width: 21px;
	text-align: center;
}

div#calendar th {
	color: #0597DB;
}

div#calendar td {
	background: url(images/calendar-td.gif) no-repeat;
	font: normal 11px Arial, Helvetica, sans-serif;
}

div#calendar td a {
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 20px;
}

div#calendar td.invalid {
	color: #999;
}

div#calendar td.valid {
	background: url(images/calendar-valid.gif) no-repeat;
	color: #0597DB;
}

div#calendar td.valid a:hover {
	background-position: 0 21px;
}

div#calendar td a.date {
	background: #94c44b;
	color: #033;
	display: block;
	font-weight: bold;
	filter:alpha(opacity=70);
	opacity: .70;
	-moz-opacity:.70;
	padding: 1px 0px 2px;
	text-decoration: none;
}

div#calendar td a.date:hover {
	background-position: 0 21px;
	text-decoration: underline;
}

.titlebackground {
	background: #c30;
}

div#calendar td.hilite {
	background: url(images/calendar-hilite.gif);
}
	
div#calendar td#hdr {
	background-color: #fff;
	background-image: none;
	color: #333;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	height: 19px;
	padding-top: 4px;
	text-align: center;
	width: 100%;
}

div#calendar td#hdr a {
	display: block;
	height: 16px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 16px;
	width: 11px;
	z-index: 1000;
}

div#calendar td#hdr a#prev {
	background: url(images/calendar-prev.gif) no-repeat center 5px;
	left: 5px;
}

div#calendar td#hdr a#next {
	background: url(images/calendar-next.gif) no-repeat center 5px;
	right: 5px;
}

div#calendar td#hdr span {
	height: 25px;
	position: relative;
	text-align: center;
}

div#calendar td#hdr span.month {
	padding-right: 8px;
}

div#calendar table {
	background: #fff;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 153px;
}
