/*
   Id: style.css,v 1.6 2006/02/19 09:44:52 gin Exp $
*/
a:link img {border-style: none;}
a:visited img {border-style: none;}

.warning { color:red; }

.search_results { background-color:yellow; }

.general_form, .event_edit_form, .event_elist_form {
	line-height:160%;
	padding: 8px;
}
.general_form_big_str, .event_edit_form_big_str { line-height:100%; }

/*
   calendar.php
*/

.calendar_month_name {
	background-color:#676767;
	color: white;
	text-align: center;
}
.calendar_weekdays { }
.calendar_event_pday {background-color: #0088C5; color: #FFFFFF;}
.calendar_event_day { background-color: #EA8432; color: #FFFFFF; font-style: normal;}
A.calendar_event_pday:link, A.calendar_event_pday:active, A.calendar_event_pday:visited, A.calendar_event_pday:hover {COLOR: #FFFFFF;} 

.nafigator_cur_page {
	background-color:red;
	color:white;
}