.cal_show_event {
	color:#000;
	background-color:#FFF;
	border:1px solid #000;
	display:none;
	width:150px;
	padding:5px;
	font-size:8pt;
	text-align:left;
	float:right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	 border-radius: 10px;
}

.cal_show_event ul{
	position:relative;
	right:15px;
}

.cal_show_event ul li{
	list-style:circle;
}

.cal_active_event a{
	font-weight:bold;
}