.event-new {
	background-image: url(../images/design/new.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 5px 0px;
}

.event-cancelled {
	background-image: url(../images/design/cancelled.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 5px 0px;
}

.event-updated {
	background-image: url(../images/design/updated.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 5px 0px;
}

.pdf {
	background-image: url(../images/design/pdf.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 25px;
	background-position: top left;
}

