/* 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 ,button.dashboard2 {
	background: url(/images/dashboard-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 0px;
	width: 20px;
}


button.dashboard2{
	background: url(/images/dashboard-icon2.gif);

}
button.dashboard:hover,
button.dashboard.active, button.dashboard2:hover, button.dashboard2.active  {
	background-position: 0 20px;
}

div.dashboard, div.dashboard2 {
	background: url(/images/dashboard.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	
	div.dashboard, div.dashboard2 * {
		margin: 0;
		padding: 0;
	}	
	div.dashboard div, div.dashboard2 div {
		background: none !important;
		cursor: move;
		height: 165px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.dashboard caption, div.dashboard2 caption {
		color: #f2cca0;
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		padding-top: 4px;
		text-align: center;
		width: 100%;
	}
	div.dashboard caption a, div.dashboard2 caption a {
		cursor: pointer;
		display: block;
		height: 11px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 16px;
		width: 11px;
	}
	div.dashboard caption a.prev, div.dashboard2 caption a.prev {
		background-image: url(/images/dashboard-prev.gif);
		left: 1px;
	}
	div.dashboard caption a.next, div.dashboard2 caption a.next {
		background-image: url(/images/dashboard-next.gif);
		right: 1px;
	}
	div.dashboard caption a:hover, div.dashboard2 caption a:hover {
		background-position: 0 11px;
	}
	div.dashboard caption span, div.dashboard2 caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.dashboard caption span.month, div.dashboard2 caption span.month {
		padding-right: 8px;
	}
	div.dashboard caption span.month:after, div.dashboard2 caption span.month:after {
		content: ',';
	}

	div.dashboard table, div.dashboard2 table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.dashboard td, div.dashboard th, 
	div.dashboard2 td, div.dashboard2 th {
		border: 0;
		color: #d2747d;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 19px;
		text-align: center;
		width: 21px;
	}
	div.dashboard td, div.dashboard2 td {
		color: #6d0912;
		font-size: 11px;
		padding-right: 5px;
		text-align: right;
		width: 16px;
	}
	div.dashboard td.invalid, div.dashboard2 td.invalid {
		color: #a9232f;
	}
	div.dashboard td.valid, div.dashboard2 td.valid {
		color: #FFF;
		cursor: pointer;
	}
	div.dashboard td.active, div.dashboard td.hover, 
	div.dashboard2 td.active, div.dashboard2 td.hover {
		color: #f2cca0;
		cursor: pointer;
	}