DIV.event-list { 
	font-family:Arial;
	padding:10px; 
	margin-bottom:10px; 
}

DIV.event-list DIV.firstImage {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

DIV.event-list .date {
	font-family:Arial;
	color:#999999;
	font-weight:normal;
	font-size:10px;
}

DIV.event-list .name,
DIV.event-list A.name,
DIV.event-list A.name:link,
DIV.event-list A.name:visited {
	font-family:Arial;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

DIV.event-list A.name:hover {
	color:#666666;
	text-decoration:underline;
}

DIV.event-list .content,
DIV.event-list .content * {
	font-family:Arial;
	color:#444444;
	font-size:11px;
	line-height:18px;
}

DIV.event-separator {
	border-top:1px dotted #DDDDDD;
	clear:both;
}
DIV.event-list-pastListTitle {
	margin-top:10px;
	border-top:1px solid #DDDDDD;
	padding-top:5px;
	padding-bottom:5px;
	font-size:11px;
	color:#666666;
	background-color:#F0F0F0;
}

/*----------------------------------------------------------------------------*/
DIV.event { 
	padding:10px;
	font-family:Arial;
}
DIV.event .slideshow {
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}
DIV.event .slideshow * {
	font-size:10px;
	color:#999999;
}
DIV.event .slideshow A{
	text-decoration:underline;
}

DIV.event .date {
	font-family:Arial;
	color:#999999;
	font-weight:normal;
	font-size:11px;
}

DIV.event .name {
	font-size:18px;
	font-family:Arial;
	color:#000000;
	font-weight:bold;
}


DIV.event .content,
DIV.event .content * {
	font-family:Arial;
	color:#444444;
	font-size:11px;
	line-height:18px;
}


/*----------------------------------------------------------------------------*/
		
TABLE.calendar {
			
}
TABLE.calendar TD,SPAN {
	font-family:Verdana,Arial,Tahoma;
	font-size:9px;
}
TABLE.calendar TD.dayOfWeek {
	font-size:11px;
	background-color:#CCCCCC;
	color:#000000;
	text-align:center;
}
TABLE.calendar TD.curMonthDay {
	color:#000000;	
	background-color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:1px;
}
TABLE.calendar TD.notCurMonthDay {
	color:#999999;
	background-color:#F3F3F3;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding:1px;
}
TABLE.calendar TD.today {
	color:#000000;	
	background-color:#F3FCF3;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

TABLE.calendar SPAN.time {
	color:#999999;
	font-size:9px;
}
TABLE.calendar TD.curMonthDay A{
	font-size:9px;
	text-decoration:none;
	color:#000000;	
	width:100px;
}
TABLE.calendar TD.notCurMonthDay A{
	font-size:9px;
	text-decoration:none;
	color:#999999;			
	width:100px;;
}
TABLE.calendar TD.today A{
	font-size:9px;
	text-decoration:none;
	color:#002200;	
	width:100px;
}
TABLE.calendar A:hover {
	text-decoration:underline;
	color:#990000;
}


TABLE.calendar TD.curMonthDay SPAN.dayNumber {
	font-family:Verdana,Arial,Tahoma;
	font-size:9px;
	font-weight:bold;
	color:#6D0000;	
}
TABLE.calendar TD.notCurMonthDay SPAN.dayNumber {
	font-family:Verdana,Arial,Tahoma;
	font-size:9px;
	font-weight:bold;
	color:#999999;	
}
TABLE.calendar TD.today SPAN.dayNumber {
	font-family:Verdana,Arial,Tahoma;
	font-size:9px;
	font-weight:bold;
	color:#669966;	
}
