/* 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;
	background-color: #999;
}

button.dashboard{
	float: left;
	margin-top: 2px;
	border: 0px;
	padding: 0px;
	width: 26px;
	height: 20px;
	background: url(../images/dashboard-icon.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	cursor: pointer;
}
button.dashboard:hover,
button.dashboard.active{
	background-position: 0 -22px;
}

div.dashboard{
	background: url(../images/dashboard.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	

div.dashboard *{
	margin: 0px;
	padding: 0px;
}	

div.dashboard div{
	background: none !important;
	cursor: move;
	height: 165px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}	
	
div.dashboard caption{
	color: #006ab3;
	font: normal 12px/17px "trebuchet MS", Verdana, arial, sans-serif;
	padding-top: 4px;
	text-align: center;
	font-weight: bold;
	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(../images/dashboard-prev.gif);
	left: 1px;
}

div.dashboard caption a.next{
	background-image: url(../images/dashboard-next.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: #006ab3;
	font: normal 12px "trebuchet MS", Verdana, arial, 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: #8D8D8D;
}

div.dashboard td.valid{
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

div.dashboard td.active{
	background: url(../images/active.gif);
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

div.dashboard td.hover{
	background: url(../images/active.gif);
	color: #E3E3E3;
	cursor: pointer;
}
