#cal {
	background:#FFF;
	}

#cal td.title {
	font-family:Georgia;
	font-size:10pt;
	font-weight:bold;
	color:#4f8d97;
	border:0;
	padding:0;
	height:21px;
	cursor:hand;
	background:#00626d;
	background-image:url('images/title_bg_sm.gif');
	}

#cal td.days_title {	
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:#a1c3c9;
	background:#002830;
	border:0px;
	width:18px;
	height:12px;
	padding:1px;
	cursor:default;
	padding-left:5px;
	text-align:center;
	vertical-align:middle;
	}

#cal td.days {	
	font-family:Arial;
	font-size:8pt;
	font-weight:none;
	color:#000000;
	width:15px;
	height:20px;
	cursor:hand;
	text-align:center;
	background:#EEE;
	border:1px solid #BBB;
	}

#cal td.event_day {	
	font-family:Arial;
	font-size:9pt;
	font-weight:none;
	color:#000;
	width:15px;
	height:20px;
	cursor:hand;
	text-align:center;
	font-weight:bold;
	background:#cfdee0;
	border:1px solid #4f8d97;
	}

#cal td.curr_day {	
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#000000;
	background:#ecd5af;
	border:1px solid #e76f00;
	cursor:hand;
	width:15px;
	height:20px;
	text-align:center;
	}

#cal td.nav_keys {
	font-family:Terminal;
	font-size:8pt;
	font-weight:bold;
	color:#cfdee0;
	border:0;
	cursor:hand;
	padding:0;
	height:21px;
	background:#00626d;
	background-image:url('images/title_bg_sm.gif');
	}

#cal td.nav_keysOver {
	font-family:Terminal;
	font-size:8pt;
	font-weight:bold;
	color:#E76F00;
	border:0;
	cursor:hand;
	padding:0;
	height:21px;
	background:#00626d;
	background-image:url('images/title_bg_sm.gif');
	}