<!-- /*
 * $Id: calendar.css,v 1.7 2006/08/15 18:23:28 espergreen Exp $
 * Derived from a style sheet Copyright Isaac McGowan, used under GPL.
 * This file is licensed under the GPL version 2 and is provided without warranty.
 * See http://www.gnu.org/copyleft/gpl.html for license details.
 */ /**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/
	/**** month and year header at top of calendar ****/
.date_header {
	font-size: 15px;
	font-family: arial, helvetica;
	font-weight: bold;
	color: #CC0000
}

/**** color and size of calendar cells.  ****/
.day_cell {
	background-color: #FBE6CB;
	height: 50px;
	width: 60px;
	font-size: 15px;
	font-family: verdana, arial, helvetica;
	color: #990026
}

.empty_day_cell {
	background-color: #FFFFFF;
	height: 50px;
	width: 60px;
	font-size: 15px;
	font-family: verdana, arial, helvetica;
	color: #990026
}
.booked_day_cell{
	background-color: #FFFFFF;
	height: 50px;
	width: 60px;
	font-size: 10px;
	line-height: 16px;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	color: #990026
}
.today_cell {
	background-color: #FBCECB;
	height: 50px;
	width: 60px;
}

/**** day number in upper left corner of each cell ****/
.day_number {
	font-size: 15px;
	font-family: verdana, arial, helvetica;
	color: #F14B3C
}

.day_number A:link {
	color: #F14B3C;
	text-decoration: underline
}

.day_number A:active {
	color: #F14B3C;
	text-decoration: underline
}

.day_number A:visited {
	color: #F14B3C;
	text-decoration: underline
}

.day_number A:hover {
	color: #F14B3C;
	text-decoration: underline
}

/**** event text for each day ****/
.title_txt {
	font-size: 10px;
	line-height: 16px;
	font-family: verdana, arial, helvetica;
	color: #E76255
}

.title_txt A:link {
	color: #E76255;
	text-decoration: underline
}

.title_txt A:active {
	color: #E76255;
	text-decoration: underline
}

.title_txt A:visited {
	color: #E76255;
	text-decoration: underline
}

.title_txt A:hover {
	color: #E76255;
	text-decoration: underline
}

/**** time line under title text when event time given ****/
.time_str {
	font-size: 9px;
	font-family: arial, helvetica;
	color: #990026
}

/**** column headers or days of the week ****/
.column_header {
	background-color: #CC0000;
	font-size: 12px;
	font-family: arial, helvetica;
	color: #FFFFFF;
	font-weight: bold
}

/**** footprint text ****/
.footprint {
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	color: #990026;
	font-weight: bold;
	margin-top: 5px
}

.footprint A {
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	color: #990026;
	font-weight: bold;
	margin-top: 5px
}

.from_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}




-->

