<!--
SPAN { 
	font-family:arial, helvetica 
}

TD { 
	font-family:arial, helvetica 
}

/* month and year header at top of calendar */
/* .date_header being replaced with .datescroller */

.date_header { 
	font-size: 16px; 
	font-family:arial, helvetica; 
	font-weight:bold
	}

/* color and size of calendar cells.  */

.day_cell {
	height: 60px;
	width: 60px;
	background-image: url("images/calcel3bg.jpg");
	line-height:90%
}

.empty_day_cell { 
	background-color:#FFFFFF; 
	height:60px; 
	width: 60px
}

.today_cell	{
	height: 60px;
	width: 60px;
	background-image: url("images/calcel2bg.jpg");
	line-height:90%
}

/* day number in upper left corner of each cell */

.day_num_past {
	font-size:90%;
	font-family:arial, helvetica;
	color:#0000FF;
	font-weight: bold;
	padding-bottom: 2px
}

.day_number {
	font-size:90%;
	font-family:arial, helvetica;
	color:#000000;
	font-weight: bold;
	padding-bottom: 2px
}

.day_number A:link {
	color:#000000
}

.day_number A:hover {
	color:#FF0000;
}

.day_number A:visited {
	color:#000000
}

/* title_txt is the text for each post on main page */

.title_txt { 
	font-size: 10px; 
	font-family:verdana, arial, helvetica
}

.title_txt A:link { 
	color:#0000FF; 
	text-decoration:underline
}

.title_txt A:active { 
	color:#0000FF; 
	text-decoration:none 
}

.title_txt A:visited { 
	color:#0000FF; 
	text-decoration:underline
}

.title_txt A:hover { 
	color:#0000FF; 
	text-decoration:none 
}

/* column headers or days of the week */

.column_header 
	{ 
	background-color:#000000; 
	font-size:14px; font-family:arial, helvetica; 
	color: #FFFFFF; 
	font-weight:bold 
}

/*   FORM INPUT   */

.SELECT {
	font: 9pt arial;
	color: #333333;
	background-color: #D2E1EE;
	border-color: #333333;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid 
}

/*   FORM BUTTONS   */

.BUTTON {
	font: 10px Arial;
	color: #333333;
	background-color: #C2D5E7;
	cursor: pointer;
	cursor: hand
}

/*   REMOVE BORDER FROM FORMS   */

form {
	margin: 0px;
	border-width: 0px
}

-->
