a.eventHighlightText:link,
a.eventHighlightText:visited,
a.eventHighlightText:hover,
a.eventHighlightText:active 
{	color:#FF9900; 
	text-decoration:none;
	font-weight:bold;
}

/***display event details***/
.event_title
{	color:#FF9900;
	font-size:14px;
	font-weight:bold;
}
.event_objective
{	color:#009900;
	font-weight:bold;
}
.sm_event_objective
{	color:#009900;
}


.field_size
{	width:450px;
}
.half_field_size
{	width:220px;
}
.date_field_size
{	width:198px;
}

.event_table_width
{	width:600px;
}

/***calendar***/
.calendar_title
{	font-size:14px;
	font-weight:bold;
	background-color:#E0E0E0;
}
}