﻿
#CalendarNavigation { width: 166px; }

a.eventExport {
	background: url("/images/calendar_add.png") no-repeat 7px 50%;
	display: block;
	border: solid 1px #CCC;
	float: left;
	font-size: 0.75em;
	font-weight: bold;
	padding: 6px 10px 6px 30px;
}

a.eventExport:hover {
	background-color: #EEE;
	text-decoration: none;
}
