#call-out-box { 
	display: block; 
	background:#f2edbb; 
	border: 1px solid #b48711; 
	padding:10px 10px 0 10px; 
	margin: 0 0 20px 0; 
	font-size: 12px; 
}
#call-out-box ul { 
	margin:10px 0 16px 20px; 
	padding: 0px; 
	list-style: square;
}
#call-out-box li { 
	padding-bottom:0px; 
}

.close-box { 
	display:inline; 
	height:20px; 
	width:20px; 
	cursor:pointer; 
	background: url(/images/icons/close_box.gif) no-repeat; 
	float:right; 
	top:0; 
}

#call-out-box span.date {
	color: green;
}
#call-out-box span.title {
	color: #737373;
	font-weight: bold;
	font-size: 12px;
}
/* popups */
.popup {
	position:absolute;
}
.popup #call-out-box {
	width:420px;			/* sync with wcalLib */
	font-size:10px;
	padding-bottom: 10px;
}
.popup #call-out-box  ul {
	margin-bottom: 0;
}

