/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Green CSS for Calendar by Les Arbres */

input.green,
select.green {
	width: 68px;
}

button.green {
	background: url(green-icon.png) no-repeat right top;
	border: 0;
	cursor: pointer;
	height: 20px;
	width: 22px;
	min-width: 0;
	min-height:0;
	vertical-align:middle;
	margin: 2px 2px 2px 5px;
}
button.green:hover {
	background: url(green-icon.png) no-repeat right top;
}

div.green {
	background: url(green.png) no-repeat;
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	
div.green * {
	margin: 0;
	padding: 0;
}	
div.green div {
	background: none !important;
	cursor: move;
	height: 165px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}	

div.green caption {
	color: black;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	padding-top: 4px;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
div.green caption a {
	cursor: pointer;
	display: block;
	height: 11px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 16px;
	width: 11px;
}
div.green caption a.prev {
	background-image: url(green-prev.gif);
	left: 1px;
}
div.green caption a.next {
	background-image: url(green-next.gif);
	right: 1px;
}
div.green caption a:hover {
	background-position: 0 11px;
}
div.green caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.green caption span.month {
	padding-right: 8px;
}
div.green caption span.month:after {
	content: ',';
}

div.green table {
	border: none !important;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}

div.green tr {
	border: 0;
}

div.green th {
	border: 0;
	color: black;
	font: normal 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 19px;
	text-align: center;
	width: 21px;
}

div.green td {
	border: 0;
	height: 19px;
	color: gray;
	font: normal 12px Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
	width: 16px;
}

div.green td.invalid {
	color: #666;
}

div.green td.valid, div.green td.inactive {
	color: black;
	cursor: pointer;
	font-weight: bold;
}

div.green td.today {
	color: red;
}

div.green td.active {
	font-weight: bold;
	text-decoration: underline;
	color: black;
	cursor: pointer;
}

div.green td.hover {
	background-color:#FEFBF1;
	cursor: pointer;
}