/* --------------------------------------------------
|													|
|               Rasbo Calendar CSS					|
|			 	 copyright © 2008					|
|													|
|				----- Colors ------					|
|				Raspberry:  #C60751					|
|				Dark Blue:  #005DAB					|
|				Light Blue:  #D4E7F7				|
|				Green:  #729D0A						|
|													|
------------------------------------------------- */

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

.visible {
	opacity: 1;
	}

input.calendar, select.calendar {
	width: 130px;
	height: 13px;
	margin-top: 3px;
	}


button.calendar {
	/*background: url(/images/calendar/calendar_icon.png); old as of oct 22*/
	background: url(/templates/images/calendar_icon.png);
	background-position: top;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	height: 20px;
	margin: 2px 0px 0px 12px;
	width: 23px;
	vertical-align: top;
	}

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

div.calendar div {
	background: none !important;
	cursor: move;
	height: 165px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
	}	
	
div.calendar caption {
	color: #CF0;
	font: normal 12px/17px;
	padding-top: 4px;
	text-align: center;
	width: 100%;
	}

div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 11px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 16px;
	width: 11px;
	}

div.calendar caption a.prev {
	background-image: url(/images/calendar/calendar_prev.png);
	left: 1px;
	}

div.calendar caption a.next {
	background-image: url(/images/calendar/calendar_next.png);
	right: 1px;
	}

div.calendar caption a:hover {
	background-position: 0 11px;
	}

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 {
	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: #AAAAAA;
	font: normal 12px;
	height: 19px;
	text-align: center;
	width: 21px;
	}

div.calendar td {
	color: #053a57;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
	width: 16px;
	}

div.calendar td.invalid {
	color: #1d6187;
	}

div.calendar td.valid {
	color: #FFF;
	cursor: pointer;
	}

div.calendar td.active, div.calendar td.hover {
	color: #CF0;
	cursor: pointer;
	}