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

input.dashboard, select.dashboard {
	width: 149px;
}
button.dashboard {
	background:#FFFFFF none repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	height:26px;
	left:0;
	opacity:0;
	filter: alpha(opacity = 0);
	position:absolute;
	top:0;
	width:130px;
}
button.dashboard:hover, button.dashboard.active {
	/*background-position: 0 20px;*/
}
div.dashboard {
	background: url(../images/calendar/calendar.png) no-repeat;
	height: 164px;
	padding: 0 6px;
	text-align: center;
	width: 159px;
}
div.dashboard * {
	margin: 0;
	padding: 0;
}
div.dashboard div {
	background: none !important;
	cursor: move;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	height:123px;
	width:143px;
}
div.dashboard caption {
	color: #2a1c1d;
	font: normal 10px;
	padding-top: 0px;
	padding-bottom:8px;
	text-align: center;
	padding-left:0;
	width: 100%;
}
div.dashboard caption a {
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 16px;
	width: 11px;
}
div.dashboard caption a.prev {
	background: url(../images/calendar/calendar-prev.gif) 0 0 no-repeat;
	left: 0;
	top:12px;
	height: 12px;
}
div.dashboard caption a.next {
	background: url(../images/calendar/calendar-next.gif) 0 0 no-repeat;
	right: 0px;
	top:12px;
	height: 12px;
}
div.dashboard caption a.next:hover {
	background: url(../images/calendar/calendar-next.gif) 0 -12px no-repeat;
}
div.dashboard caption a.prev:hover {
	background: url(../images/calendar/calendar-prev.gif) 0 -12px no-repeat;
}
div.dashboard caption span {
	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: 100%;
}
div.dashboard td,  div.dashboard th {
	border: 0;
	color: #86ba3d;
	font: normal 10px Tahoma;
	height: 10px;
	text-align: center;
	width: 18px;
	padding-top:2px;
}
div.dashboard td {
	color: #EFEFEF;
	padding-right: 1px;
	width: 5px;
}
div.dashboard td.invalid {
	color: #c9c8c8;
}
div.dashboard td.valid {
	color: #2a1c1d;
	cursor: pointer;
}
div.dashboard td.active,  div.dashboard td.hover {
	color: #86ba3d;
	cursor: pointer;
}

