/* 
*****************************************************************************************
CALENDAR LAYOUTS
*****************************************************************************************
*/

	TABLE.cal_container
		{
		font-family:arial;
		font-size:8pt;
		}
	TD.cal_day_head
		{
		background-color: #CCCCFF;
		width: 25px;
		text-align:center;
		height:18px;
		}
	TD.cal_day
		{
		background-color: #E4E4E6;
		width: 25px;
		text-align:center;
		height:18px;
		cursor:pointer;
		}
	TD.cal_day:hover
		{
		filter:alpha(opacity=50);
		-moz-opacity:.50;
		opacity:.50;
		font-weight:bold;
		}
	TD.cal_today
		{
		/*background-color: #FFCCCC;*/
		background-color: #E4E4E6;
		width: 25px;
		text-align:center;
		height:18px;
		color: #CC0000;
		font-weight:bold;
		cursor:pointer;
		}
	TD.cal_today:hover
		{
		filter:alpha(opacity=50);
		-moz-opacity:.50;
		opacity:.50;
		font-weight:bold;
		}
	TD.cal_no_day
		{
		width: 25px;
		text-align:center;
		height:18px;
		cursor:default;
		}
	TD.cal_header
		{
		font-weight:bold;
		height:18px;
		color: #666666;
		text-align:center;
		}
	TD.cal_space
		{
		font-weight:normal;
		height:18px;
		color: #666666;
		text-align:center;
		}
	TD.cal_space_action
		{
		font-weight:normal;
		height:18px;
		color: #666666;
		cursor:pointer;
		}

/*
****************************************************************************
*/
