
@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*calendar ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#agenda {
	position:relative;
	color:black;
	clear:right;
	height:200px;
	background-image:url(//images/site/agendaBackground.jpg);
	background-repeat:no-repeat;
}
#agenda #agendaTitle {cursor:pointer; height:25px; width:100%; padding-top:20px; }

#agenda #agendaContent {padding-left:10px;}

#agendaContent a,#agendaContent a:hover,#agendaContent a:active {color:#000000;font-weight:bold;}
#agendaContent a.agenda_text  {color:black; text-decoration:none; font-weight:normal;}
#agendaContent a:hover.agenda_text {color:black; text-decoration:underline; font-weight:normal;}

#agendaContent .divider {height:5px; clear:both;} 
#agendaContent .calendaritem .readon a{display:inline; color:white;}