

/* calendar of events
--------------------------------- */

p.cal_year_header
{
	color: black;
	background-color: #eaead9;
	background: url("gif/titlebacknew.jpg") repeat-y top left;
	padding-left: 5px;
	font-size: 125%;
	font-weight: bold;
	border-bottom: 1px #8a8a79 solid;
}

p.cal_item_normal
{
	position: static;
	top: 12em;
	right: 15px;
	width: 100%;
	margin: 0px;
	font-size: 100%;
	text-align: left;
	color: black;
}

p.cal_item_past
{
	position: static;
	top: 12em;
	right: 15px;
	width: 100%;
	margin: 0px 0 0 0px;
	font-size: 100%;
	text-align: left;
	color: gray;
}

p.cal_item_soon
{
	position: static;
	top: 12em;
	right: 15px;
	width: 100%;
	margin: 1px 1px 1px 1px;
	font-size: 100%;
	text-align: left;
	color: red;
}

span.calendar_indented
{
	margin-left: 2em;
}


