body {
	font-family: Arial,Verdana,sans-serif;
}
	
#sidebar {
	width: 120px;
	padding-right: 80px;
	float: left;
	text-align: left;
}

#calendar, #calendar1, #calendar2 {
	float: left;
	width: 550px;
	margin: 0 auto;
}
	
.external-event {
	position: relative;
	top: 500px;
	z-index: 100;
	background: green;
	margin: 0 0 10px;
	padding: 3px;
	color: #fff;
	cursor: pointer;
}
		
.helper-event, .helper-event a {
	border-style: solid; 
	border-color: #36c;     /* default BORDER color (probably the same as background-color) */
	background-color: #36c; /* default BACKGROUND color */
	color: #fff;            /* default TEXT color */
}
	 
.helper-event {
	position: relative;
	z-index: 100;
	text-align: left;
	margin: 0 1px;
	border-width: 1px 0;
}
	
.helper-event a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	margin: 0 -1px;
	border-width: 0 1px;
}
	
.helper-event-title {
	padding: 0 1px;
}