
#calendar {
	position:relative;
	top: 0px;
	left: 0px;
	width: 725px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#calendar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#calendar a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: underline;
}
	/**** month and year header at top of calendar ****/
.date_header {
	font-size: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}

/**** color and size of calendar cells.  ****/
.day_cell {
	background-color: #FFDA95;
	height: 80px;
	width: 100px
}

.empty_day_cell {
	background-color: #FFECC6;
	height: 80px;
	width: 100px
}

.today_cell {
	background-color: #FFC062;
	height: 80px;
	width: 100px
}

/**** day number in upper left corner of each cell ****/
.day_number {
	font-size: 10px
}

.day_number A:link {
	color: #000000;
	text-decoration: none
}

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

.day_number A:visited {
	color: #FF9900;
	text-decoration: none
}

.day_number A:hover {
	text-decoration: underline
}

/**** title_txt is the text for each post on main page ****/

.title_txt {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B76000;
	line-height: 12px;
}

.title_txt a:link {
	color: #FF9900;
	text-decoration: none
}

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

.title_txt A:visited {
	color: #FF9900;
	text-decoration: none
}

.title_txt A:hover {
	text-decoration: line-through;
}

/**** time line under title text when event time given ****/
.time_str {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #807F84
}

/**** column headers or days of the week ****/
.column_header {
	background-color: #72747A;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

/**** footprint text ****/
.footprint {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #807F84;
	font-weight: bold;
	margin-top: 0px;
}

.footprint A {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: bold;
	margin-top: 0px
}


td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td  A   {
	color: #B76000;
	text-decoration: none
}
td  A:active  {
	color: #FFCC00;
	text-decoration: underline
}
td  A:visited  {
	`color: #000000;
	text-decoration: none;
	color: #000000;
}
td  A:hover  {
	text-decoration: underline;
	color: #B76000;
}

.smalltxt {
	font-size: .8em;
}

//
end

.day_number a {
	font-size: 12px;
	font-family: verdana, arial, helvetica;
	color: #000
}

