/* 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: none;
	cursor:pointer;
	height:18px;
	left:0;
	position:absolute;
	top:0;
	width:154px;
	border: none;
}
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: 153px;
}
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: left;
	padding-left:15px;
	width: 100%;
}
div.dashboard caption a {
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 16px;
	width: 11px;
	color: #2a1c1d;
}
div.dashboard caption a.prev {
	background: url(../images/calendar/prev.jpg) 0 1px no-repeat;
	left: 4px;
	top:10px;
}
div.dashboard caption a.next {
	background: url(../images/calendar/next-d.jpg) 0 0 no-repeat;
	right: 10px;
	top:10px;
}
div.dashboard caption a.next:hover {
	background: url(../images/calendar/next.jpg) 0 0 no-repeat;
}
div.dashboard caption a.prev:hover {
	background: url(../images/calendar/prev-a.jpg) 0 0 no-repeat;
}
div.dashboard caption span {
	position: relative;
	text-align: center;
	color: #2a1c1d;
}
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: #000;
	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: #999;
	cursor: pointer;
}
