/**
* +--------------------------------------------------------------------+
* | This MySource Matrix CMS file is Copyright (c) Squiz Pty Ltd       |
* | ACN 084 670 600                                                    |
* +--------------------------------------------------------------------+
* | IMPORTANT: Your use of this Software is subject to the terms of    |
* | the Licence provided in the file licence.txt. If you cannot find   |
* | this file please contact Squiz (www.squiz.net) so we may provide   |
* | you a copy.                                                        |
* +--------------------------------------------------------------------+
*
* $Id: js_calendar.css,v 1.6 2006/12/06 05:13:04 bcaldwell Exp $
*
*/


/* whole calendar table */
.cal {
	border:				0;
	background:			#ffffff;
	z-index:			9999;
}

.cal td {
	font-size:				9pt;
}


/* week selectors */
.cal_week {
	background:			#eeeeee;
	text-align:			center;
	vertical-align:		middle;
	cursor:				pointer;
}


/* top week day cells */
.cal_week_day {
	background:			#e4dadc;
	text-align:			center;
	vertical-align:		middle;
	cursor:				default;
}


/* previous and next month dates */
.cal_empty {
	background:			#EEE;
	color:				#999;
	text-align:			center;
	vertical-align:		middle;
	cursor:				pointer;
}


/* weekdays */
.cal_day {
	background:			#FFF;
	color:				#000;
	text-align:			center;
	vertical-align:		middle;
	cursor:				pointer;
}

/* weekends (sat & sun) */
.cal_hol {
	background:			#e4dadc;
	color:				#000;
	text-align:			center;
	vertical-align:		middle;
	cursor:				pointer;
}


/* mouse over the day */
.cal_ovr {
	background:			#AAA;
	color:				#FFF;
	text-align:			center;
	vertical-align:		middle;
	cursor:				pointer;
}


/* mouse over the week */
.cal_ovr td {
	background:			#AAA;
	color:				#FFF;
	text-align:			center;
	vertical-align:		middle;
	cursor:				pointer;
}


/* selected weekday */
.cal_day_sel {
	background:			#bd2431;
	color:				#ffffff;
	text-align:			center;
	vertical-align:		middle;
	cursor:				pointer;
}


/* selected weekend */
.cal_hol_sel {
	background:			#bd2431;
	color:				#FFF;
	text-align:			center;
	vertical-align:		middle;
	cursor:				pointer;
}


/* next, prev month & year arrows */
.cal_arrow {
	background:			#F0F0F0;
	color:				#000;
	vertical-align:		middle;
	cursor:				pointer;
}


/* month caption */
.cal_month
{
	background:			#F0F0F0;
	color:				#000000;
	text-align:			center;
	vertical-align:		top;
	cursor:				pointer;
}


/* year caption */
.cal_year {
	background:			#F0F0F0;
	color:				#000000;
	text-align:			center;
	vertical-align:		top;
	cursor:				pointer;
}


/* today */
.cal_today {
	background:			#99CCFF;
	color:				#000000;
	text-align:			center;
	vertical-align:		middle;
	cursor:				pointer;
}


/* close button */
.cal_close {
	color:				#FF0000;
	text-align:			center;
	vertical-align:		middle;
	cursor:				pointer;
	width: 				10px;
	height: 			10px;
}
