@CHARSET "ISO-8859-1";

div.userEventBox {
	background-color:#FFFFEE;
	border-top:3px solid orange;
	margin-bottom:5px;
	padding:5px;
}

div.userEventItemBox {
	border-bottom:1px dashed #777777;
	color:#555555;
	font-size:11px;
	padding:2px;
	text-align:left;
}

div.userEventItemBox a, div.userEventItemBox a:hover {
	color:#003366;
	font-size:11px;
	font-weight:bold;
}
div.userEventItemBox span {
	color:#777777;
	font-size:10px;
}

div.userEventItemDelete {
	text-align: right;
}
div.userEventItemDelete a, div.userEventItemDelete a:hover {
	background-color:#999;
	color:white;
	font-weight:normal;
	padding:0 2px;	
}

