
#calendar {
		font-family:arial;
		width:296px;
		font-size:12px;
		border:2px solid #d9d7c3;
		background: #eceada;
		margin: 5px 0px 5px 0px;
}


.cal_box_sel {
 		background: #1d4485;
 		border: 1px solid #1d4485;
		margin:2px;
		display:inline;
		float:left;
		width:36px;
		height:40px;
		text-align:center;
		font-size:16px;
		font-weight:bold;
}

.cal_box {
 		background: #facf6c;
 		border: 1px solid #e9ab69;
		margin:2px;
		display:inline;
		float:left;
		width:35px;
		height:40px;
		text-align:center;
		font-size:16px;
		font-weight:bold;
}

.event_link {
		text-decoration: underline;
		color:black;
		font-size:11px;	
}

#eventList {
		font-size:11px;	
}

.calDay {
		font-size:10px;
		text-transform: uppercase;
}

.datebox {
		margin-bottom:3px;
		margin-top:3px;	
}

.cal_box_link {
		text-decoration:none;
		color:white;
}

div#eventList ul {
		margin:0px 10px 0px 5px;
		padding:0;
		list-style-type:none;
		list-style-image:none;
}

div#eventList ul li {
		background-image: url(http://data.sj-r.com/events/arrow1.gif);
		background-repeat: no-repeat;
		background-position: 0 .6em;
		padding-left: 10px;
		margin-top:3px;
}