/* 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: url(../img/calr.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}
button.dashboard:hover,
button.dashboard.active {
	background-position: 0 20px;
}

div.dashboard {
	background: url(../img/calr.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	
	div.dashboard * {
		margin: 0;
		padding: 0;
	}	
	div.dashboard div {
		background: none !important;
		cursor: move;
		height: 165px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.dashboard caption {
		color: #CF0;
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		padding-top: 4px;
		text-align: center;
		width: 100%;
	}
	div.dashboard caption a {
		cursor: pointer;
		display: block;
		height: 11px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 16px;
		width: 11px;
	}
	div.dashboard caption a.prev {
		background-image: url(../img/calprev.gif);
		left: 1px;
	}
	div.dashboard caption a.next {
		background-image: url(../img/calnext.gif);
		right: 1px;
	}
	div.dashboard caption a:hover {
		background-position: 0 11px;
	}
	div.dashboard caption span {
		height: 25px;
		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: 147px;
	}
	div.dashboard td,
	div.dashboard th {
		border: 0;
		color: #999;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 19px;
		text-align: center;
		width: 21px;
	}
	div.dashboard td {
		color: #333;
		font-size: 11px;
		padding-right: 5px;
		text-align: right;
		width: 16px;
	}
	div.dashboard td.invalid {
		color: #666;
	}
	div.dashboard td.valid {
		color: #FFF;
		cursor: pointer;
	}
	div.dashboard td.active,
	div.dashboard td.hover {
		color: #CF0;
		cursor: pointer;
	}






 #evcal {

	width: 224px;
	font-size: 10px;
	border: dashed #eee;
	border-width: 0 1px 1px 0;
	border-collapse: collapse;
	margin: 5px;
	cursor: pointer;

 }

 #evcal td {

	width: 14.28%;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	vertical-align: top;
	border: dashed #eee;
	border-width: 1px 0 0 1px;
	padding: 0;

 }

 #evcal td.head {

	color: #fff;
	font-weight: bold;
	background: #000;
	padding: 5px 0;

 }

 #evcal td.foot {

	height: 1px;
	color: #fff;
	font-size: 1px;
	line-height: 1px;
	font-weight: bold;
	background: #000;
	border-bottom: dashed 1px #eee;

 }

 #evcal td.old {

	color: #ccc;

 }

 #evcal td.cur {

	font-weight: bold;

 }

 #evcal td.next_month {

	color: #999;

 }

 #evcal td a {

	height: 10px;
	font-size: 10px;
	text-align: center;
	text-decoration: underline;
	line-height: 10px;
	padding: 5px 0;
	display: block;

 }

 #evcal td a:hover {

	color: #f00;
	background: #fff;

 }

 #evcal td.next_month a {

	color: #999;

 }

 #evcal td.next_month a:hover {

	color: #f00;

 }

 #evcal td span {

	padding: 5px 0;
	display: block;

 }