/* 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 {
	width: 99px;
}

button.calendar {
		background-image: url(images/calenda.jpg);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
 	width: 20px;
	margin-left:175px;
	margin-top:-22px;
}

div.calendarImage {
	background-image: url(images/calenda.jpg);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
 	width: 20px;
	margin-left:5px;
}

div.calendar {
	background: url(calendar.png);
	padding: 0 6px;
	text-align: center;
	width: 147px;
		background-color:#870d10;
		padding-bottom:6px;

}	
	div.calendar * {
		margin: 0;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		overflow: hidden;
		padding-top: 5px;
 		position: relative;
		width: 147px;
		
	}	
	
	div.calendar caption {
		color: #ffffff;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		text-align: center;
		width: 100%;
		padding-bottom:10px;
 	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 9px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background: url(images/prev.gif) no-repeat;
		left: 0;
	}
	div.calendar caption a.next {
		background: url(images/next.gif) no-repeat;
		right: 0;
		
	}
	
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar 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.calendar td,
	div.calendar th {
		border: 0;
		color:#333333;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		bacdkground: url(calendar-td.gif);
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color:#FF0000;
		text-decoration:line-through;
	}
	div.calendar td.valid {
		backgrdound: url(calendar-valid.gif);
		color: #333333;
		cursor: pointer;
	}
	div.calendar td.hilite {
		backgdround: url(calendar-hilite.gif);
	}
	div.calendar td.inactive {
		backgrdound: url(calendar-td.gif) 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		backgrdound: url(calendar-valid.gif) 0 100%;
		color: #779999;
		cursor: pointer;
	}
	.TESTcpYearNavigation,
.TESTcpMonthNavigation
{background-color:#870D10;text-align:center;vertical-align:center;text-decoration:none;color:#FFFFFF;font-weight:bold;z-index:1000;}
.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
{font-family:Arial, Helvetica, sans-serif;font-size:8pt;}
TD.TESTcpDayColumnHeader{text-align:right;border:solid thin #870D10;border-width:0 0 1 0;}
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
{text-align:right;text-decoration:none;}
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
{color:#666666;text-align:right;text-decoration:line-through;}
.TESTcpCurrentMonthDate{color:#333333;}
.TESTcpCurrentMonthDate a{color:#333333;}
.TESTcpCurrentMonthDate a:hover{color:#779999;}

.TESTcpCurrentDate{color: #779999;font-weight:bold;border:1px solid #870D10;}
.TESTcpOtherMonthDate{color:#808080;}
TD.TESTcpCurrentDate{color:#779999;background-color:#FFFFFF;}
TD.TESTcpCurrentDateDisabled{border-width:1;border:solid thin #FFAAAA;}
TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
{border:solid thin #870D10;border-width:1 0 0 0;}
A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
{height:20px;}
A.TESTcpTodayText
{color:#333333;font-weight:bold;}
A.TESTcpTodayText:hover
{color:#779999;font-weight:bold;}
SPAN.TESTcpTodayTextDisabled
{color:#D0D0D0; font-weight:normal;}
.TESTcpBorder
{border:solid thin #870D10; padding:3px; background-color:#870D10;}
.TESTcpBorder TD
{border:0;}
#testdiv1{background-color:#870D10; padding:3px; border:0px;}
.TESTdaybody{margin-top:5px; background-color:#FFFFFF; width:140px; padding-bottom:10px;z-index:1000;}