/* ===================================================================
// Author: Ed Lin
//
// NOTICE: You may not use this code for any purpose, commercial or
// private, without any permission from the author. 
//
// You may *NOT* re-distribute this code in any way 
// ===================================================================
*/

.hover_cell_off {
	background-color:#CCEEFF;
	width:14%;
	text-align: center;
	height:21;
}
.hover_cell {
	background-color:#FFFFFF;
	width:14%;
	text-align: center;
	cursor: pointer;
	height:21;
}

.hover_cell_no_switch {
	background-color:#CCEEFF;
	width:14%;
	text-align: center;
	cursor: pointer;
}

.hover_cell_no_select {
	background-color:#CCEEFF;
	width:14%;
	text-align: center;
	color:#99CCCC;
	cursor: text;
	height:21;
}

.hover_cell_sold_out {
	background-color:#FF6633;
	width:14%;
	text-align: center;
	cursor: text;
	height:21;
}

.hover_cell_off_today {
	background-color:#66BBFF;
	width:14%;
	text-align: center;
	border-color:red;
	height:21;
}

.hover_cell_today {
	background-color:#FFFFFF;
	width:14%;
	text-align: center;
	cursor: pointer;
	height:21;
}
.calendar_title {
	font-family: Tahoma;
	background-color:#CCEEFF; 
	color:#003366;
	font-weight: bold; 
	font-size: 13px; 
	text-align: center;
	height:28;
}

.calendar_header {
	font-family: "Verdana";
	background-color:#66BBFF; 
	color:#FFFFFF;
	font-weight: bold; 
	font-size: 12px; 
	text-align: center;
	height:24;
}

.calendar_body {
	color:#000000; 
	font-weight: bold; 
	font-size: 10px;   
	font-family: "Verdana";
	border: 3px solid;
	border-color:#66BBFF;
	background-color:#66BBFF;	
	border-collapse: collapse;
}

.calendar_container {
	filter:shadow(color:gray, strength:10, direction:135);
}
