.ui-addtocal {
	cursor:pointer;cursor:hand;
}

ul.ui-addtocal {
	cursor:default;
}

/* These are our custom classes */
ui-addtocal {
	z-index: 12 !important;
}
.addtocal {
	color: #003399;
}
.addtocal:hover {
	text-decoration: underline;
	cursor:pointer;cursor:hand;
}
.addtocal .summary,
.addtocal .dtstart,
.addtocal .dtend,
.addtocal .description,
.addtocal .location,
.addtocal .icalurl,
.addtocal .vcalurl,
.addtocal .webcalurl,
.addtocal .url {
	display:none;
}
.ui-addtocal .ui-menu-item {
	font-size:12px;
	cursor:pointer;cursor:hand;
}
.ui-addtocal .ui-menu-item img {
	padding-right:5px;
	max-height: 16px;
	max-width: 16px;
	height: expression(this.height >= this.width && this.height > 16 ? 16 : true);
	width: expression(this.height < this.width && this.width > 16 ? 16 : true);
}