#events{
	font-family: geneva, arial;
	font-size: 14px;
	padding-left:40px;
	width:550px;
}
	#events h4{
		color:#999;
	}
	a.arrowRight{
		display:block;
		width:16px;
		height:16px;
		margin-top:1px;
		float:left;
		background-image:url('images/icons/resultset_nextHL.png');
	}
		a.arrowRight:hover{
			background-image:url('images/icons/resultset_next.png');
		}
	a.arrowLeft{
		display:block;
		width:16px;
		height:16px;
		margin-top:1px;
		float:left;
		background-image:url('images/icons/resultset_previousHL.png');
	}
		a.arrowLeft:hover{
			background-image:url('images/icons/resultset_previous.png');
		}
	#events .bigRow {
		width:100%;
	}
	#events div.month{
		background-color: #ffF;
		margin-bottom:5px;
		width:100%;
		padding:3px;
		margin-bottom:10px;
		float:left;
	}
			#events h2.month{
				float:left;
				color:#006633;
				font-size:18px;
				font-weight:bold;
				font-family:arial;
			}
	#events .tableRow{
		width:555px;
		float:left;
	}
	#events .event{
		margin-bottom:15px;
	}
	#events .allMonth{
		margin-top:35px;	
	}
	
	/* Fields */
	#events div.info{
		width:445px;
		float:left;	
		color:black;
	}
		#events .info .title{
			font-family:geneva, arial;
			font-weight:bold;
		}
	#events .date{
		width:100px;
		float: left;
		font-weight: bold;
		padding:0px 5px 0px 0px;
		min-height:10px;
	}

h4.title{
	margin:0px;
	font-weight:bold;	
}

/* Event Submission */
#eventSubmission h4{
	font-family:geneva, arial;
	margin-bottom:0px;
}
#eventSubmission p{
	margin-top:0px;
}
