/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}


input.calendar,select.calendar,input.dashboard,select.dashboard 
{
	border:1px solid #E0DBCF;
	height:18px;
	width:144px;
	!width: 142px;
}

button.calendar 
{
	background: url(../images/calendar.gif);
	border: 0px;
	cursor: pointer;
	display: block;
	height: 13px;
	margin-right: 6px;
	position: relative;
	right: 30px;
	top: 45px;
	!top: 4px; /*hack css ie6*/
	top /*\**/: 50px\9; /*hack css ie8*/
	width: 13px;
}
*+html button.calendar /*hack css ie7*/
{
	top: 4px;
	right: 25px;
}
button.dashboard 
{
	background: url(../images/calendar.gif);
	border: 0px;
	cursor: pointer;
	display: block;
	height: 13px;
	margin-right: 6px;
	position: relative;
	right: 30px;
	top: 55px;
	!top: 4px; /*hack css ie6*/
	top /*\**/: 60px\9; /*hack css ie8*/
	width: 13px;
}
*+html button.dashboard /*hack css ie7*/
{
	top: 4px;
	right: 25px;
}
button.calendar:hover,
button.calendar.active {
}
div.calendar 
{
	background: url(../images/calendar.png);
	!background: url(../images/backgroundcalendar.gif);
	!background-repeat: no-repeat;
	height: 195px;
	margin-left: 65px;
	margin-top: -48px;
	!margin-top: -53px;
	margin-top /*\**/: -52px\9; /*hack css ie8*/
	padding: 0 6px;
	position: relative;
	text-align: center;
	width: 147px;
}
*+html div.calendar /*hack css ie7*/
{
	background: url(../images/backgroundcalendar.gif);
	background-repeat: no-repeat;	
	margin-top: -50px;
}
div.dashboard 
{
	background: url(../images/calendar.png);
	!background: url(../images/backgroundcalendar.gif);
	!background-repeat: no-repeat;
	height: 195px;
	margin-left: 71px;
	margin-top: -71px;
	!margin-top: -76px;
	margin-top /*\**/: -75px\9; /*hack css ie8*/
	padding: 0 6px;
	position: relative;
	text-align: center;
	width: 147px;
}
*+html div.dashboard /*hack css ie7*/
{
	background: url(../images/backgroundcalendar.gif);
	background-repeat: no-repeat;	
	margin-top: -73px;
}
	div.calendar *, div.dashboard * {
		margin: 0;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	div.dashboard div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 16px;
		position: relative;
		width: 147px;
	}
	div.calendar caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.dashboard caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 0px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a, div.dashboard caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.calendar caption a.prev, div.dashboard caption a.prev {
		background-image: url(../images/calendar-prev.gif);
		left: 0;
	}
	div.calendar caption a.next, div.dashboard caption a.next {
		background-image: url(../images/calendar-next.gif);
		right: 0;
	}
	div.calendar caption a:hover, div.dashboard caption a:hover {
		background-position: 0 12px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month, div.dashboard caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after, div.dashboard caption span.month:after {
		content: ',';
	}

	div.calendar table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.dashboard table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #573C26;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.dashboard td, div.dashboard th {
		border: 0;
		color: #573C26;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td, div.dashboard td {
		background: url(../images/calendar-td.gif);
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid, div.dashboard td.invalid {
		color: #999;
	}
	div.calendar td.valid, div.dashboard td.valid {
		background: url(../images/calendar-valid.gif);
		color: #573C26;
		cursor: pointer;
	}
	div.calendar td.hilite {
		background: url(../images/calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url(../images/calendar-td.gif) 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover, div.dashboard td.active,
	div.dashboard td.hover {
		background: url(../images/calendar-valid.gif) 0 100%;
		color: #FFF;
		cursor: pointer;
	}
