
## calendar specific CSS
a:link.day_cell { 
	color:				black; 
	font-weight: 		bold;
	text-decoration:	none;
}
#
#a:hover.day_cell { 
#	color:				#9C9384;
#	font-weight: 		bold;
#	text-decoration:	none;
#}
#
#.day_cell {
#    font-size:          11px;
#    border:             1px #e0e0e0 solid;
#    background-color:   #EAEAEA;
#}
#
#.column_header {
#    background-color:   #CCCCCC;
#    border:             1px #C0C0C0 solid;
#}
#
# end

.normal-small {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.normal-heading {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight: bold;
}

a:link.top-nav { 
	color:				black; 
	font-weight: 		bold;
	text-decoration:	none;

}

a:hover.top-nav { 
	color:				black;
	font-weight: 		bold;
	text-decoration:	none;
		
}

.default {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;

}

.white-table {
	background-image: url(images/interface_tile_side.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.table-bottom {
	background-image: url(images/interface_tile_02.gif);
	background-repeat: no-repeat;
}

.normal {
    font-family: arial, helvetica, verdana;
	font-size: 12px;
}


.top-nav {
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #c2b7a4;

}

.normal-smaller {
	font-family: arial, helvetica, verdana;
	font-size: 9px;
}

.guestbook-left {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E0E0E0;
}

.top-nav-over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: f2e4cd;
	border: 1px solid #000000;

}

a:link.top-nav-text { 
	font-family: Arial, Helvetica, sans-serif;
	color:				black; 
	font-weight: 		normal;
	text-decoration:	none;

}

a:hover.top-nav-text { 
	font-family: Arial, Helvetica, sans-serif;
	color:				black;
	font-weight: 		normal;
	text-decoration:	none;
		
}

a:active.top-nav-text {
	font-family: Arial, Helvetica, sans-serif;
	color:				black;
	font-weight: 		normal;
	text-decoration:	underline;
	
}

a:visited.top-nav-text {
	font-family: Arial, Helvetica, sans-serif;
	color:				black;
	font-weight: 		normal;
	text-decoration:	none;
		
}

.top-nav-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.alt-list {

	border: thin none;
	background-image: none;
	background-position: right;
	list-style-image: url(images/bullet.gif);
	font-family:arial, helvetica, verdana;;
	font-size: 11px;
}

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#e6e9e1; height:80; width: 95; }
.day_cell A:link		{ text-decoration:none }
.day_cell A:active		{ text-decoration:none }
.day_cell A:visited		{ text-decoration:none }
.day_cell A:hover		{ text-decoration:none }

.empty_day_cell			{ background-color:#F5F4ED; height:80; width: 95; }
.empty_day_cell A:link	{ text-decoration:none }
.empty_day_cell A:active    { text-decoration:none }
.empty_day_cell A:visited	{ text-decoration:none }
.empty_day_cell A:hover		{ text-decoration:none }

.today_cell				{ background-color:#fff; height:80; width: 95; }
.today_cell A:link	    { text-decoration:none }
.today_cell A:active    { text-decoration:none }
.today_cell A:visited	{ text-decoration:none }
.today_cell A:hover		{ text-decoration:none }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:arial, helvetica, verdana; color:#8a8e83 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family: arial, helvetica, verdana; color:#8a8e83 }
.title_txt A:link		{ text-decoration:none }
.title_txt A:active		{ text-decoration:none }
.title_txt A:visited	{ text-decoration:none }
.title_txt A:hover		{ text-decoration:none }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:arial, helvetica, verdana }

/**** column headers or days of the week ****/
.column_header			{ background-color:#8a8e83; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold;}

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#8a8e83; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; font-weight:bold; }

