/* 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, span.dashboard {
	background:none;
	border:1px solid;
	cursor:pointer;
	height:22px;
	left:0;
	position:absolute;
	top:0;
	width:152px;
	opacity:0;
	filter: alpha(opacity=0); 
}
button.dashboard:hover, button.dashboard.active {
	/*background-position: 0 20px;*/
}
div.dashboard {
	background: url(../images/calendar/calendar.png) no-repeat;
	height: 136px;
	padding: 0 6px;
	text-align: center;
	width: 141px;
}
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:0 0 8px;
	text-align: center;
}
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.png) 0 1px no-repeat;
	left: 4px;
	top:10px;
}
div.dashboard caption a.next {
	background: url(../images/calendar/calendar-next-a.png) 0 0 no-repeat;
	right: 10px;
	top:10px;
}
div.dashboard caption a.next:hover {
	background: url(../images/calendar/calendar-next.png) 0 0 no-repeat;
}
div.dashboard caption a.prev:hover {
	background: url(../images/calendar/calendar-prev-a.png) 0 0 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;
}
div.dashboard td,  div.dashboard th {
	border: 0;
	color: #B30015;
	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: #B30015;
	cursor: pointer;
}

