@CHARSET "ISO-8859-1";

div.eventCalendarBackground {
	background: #bfbfbf url(/modules/events/calendarBottom.png) no-repeat bottom left;
	width: 186px;
	font-size: 10px;
}

div.eventCalendarHeadNav {
	background: url(/modules/events/calendarTop.png) no-repeat top left;
	overflow: hidden;
	width: 186px;
	height: 22px;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
}
div.eventCalendarHeadNav img {
}
div.eventCalendarHeadNav div.eventCalendarHeadNavSpan {
	margin-top: 3px;
	height: 19px;
}
div.eventCalendarHeadNav div.eventCalendarHeadNavSpan span {
	text-transform: uppercase;
	font-family: Verdana,Helvetica,FreeSans;
	margin-left: 4px;
	margin-right: 4px;
}

div.eventCalendarHost div.dp-popup-inline {
	overflow: hidden;
	background: transparent;
	width: 186px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

div.eventCalendarHost div.dp-popup-inline h2 {
	display: none;
}
div.eventCalendarHost div.dp-popup-inline .dp-nav-prev-year {
	display: none;
}
div.eventCalendarHost div.dp-popup-inline .dp-nav-prev-month {
	display: none;
}
div.eventCalendarHost div.dp-popup-inline .dp-nav-next-year {
	display: none;
}
div.eventCalendarHost div.dp-popup-inline .dp-nav-next-month {
	display: none;
}

div.eventCalendarHost div.dp-popup-inline div.dp-calendar {
	margin-left: 2px;
	margin-bottom: 2px;
	padding: 0px;
}

div.eventCalendarHost div.dp-popup-inline table.jCalendar {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
}

div.eventCalendarHost div.dp-popup-inline table.jCalendar thead tr th.Monday {
	background: url(/modules/events/calendarTopRowInner.png) no-repeat top left;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar thead tr th {
	background: url(/modules/events/calendarTopRowInner.png) no-repeat top center;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar thead tr th.Sunday {
	background: url(/modules/events/calendarTopRowInner.png) no-repeat top right;
}

div.eventCalendarHost div.dp-popup-inline table.jCalendar tbody tr td.Monday {
	background: url(/modules/events/calendarRowInner.png) repeat-y top left;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar tbody tr td {
	background: url(/modules/events/calendarRowInner.png) repeat-y top center;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar tbody tr td.Sunday {
	background: url(/modules/events/calendarRowInner.png) repeat-y top right;
}

div.eventCalendarHost div.dp-popup-inline table.jCalendar tbody tr.bottomRow td.Monday {
	background: url(/modules/events/calendarBottomRowInner.png) no-repeat bottom left;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar tbody tr.bottomRow td {
	background: url(/modules/events/calendarBottomRowInner.png) no-repeat bottom center;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar tbody tr.bottomRow td.Sunday {
	background: url(/modules/events/calendarBottomRowInner.png) no-repeat bottom right;
}

div.eventCalendarHost div.dp-popup-inline table.jCalendar tbody tr td.Monday.eventDay {
	background: url(/modules/events/calendarRowInnerActive.png) repeat-y top left;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar tbody tr td.eventDay {
	background: url(/modules/events/calendarRowInnerActive.png) repeat-y top center;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar tbody tr td.Sunday.eventDay {
	background: url(/modules/events/calendarRowInnerActive.png) repeat-y top right;
}

div.eventCalendarHost div.dp-popup-inline table.jCalendar tbody tr.bottomRow td.Monday.eventDay {
	background: url(/modules/events/calendarBottomRowInnerActive.png) no-repeat bottom left;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar tbody tr.bottomRow td.eventDay {
	background: url(/modules/events/calendarBottomRowInnerActive.png) no-repeat bottom center;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar tbody tr.bottomRow td.Sunday.eventDay {
	background: url(/modules/events/calendarBottomRowInnerActive.png) no-repeat bottom right;
}

div.eventCalendarHost div.dp-popup-inline table.jCalendar th {
	background: transparent;
	color: #1d1d1d;
	font-family: Verdana,Helvetica,FreeSans;
	font-weight: normal;
	padding: 0px;
	height: 17px;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	text-align: center;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar th.Monday {
	border-left: none;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar th.Sunday {
	border-right: none;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar th.Monday span {
	width: 25px;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar th.Sunday span {
	width: 25px;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar th span {
	display: block;
	overflow: hidden;
	width: 25px;
	height: 17px;
}

div.eventCalendarHost div.dp-popup-inline td.dp-hover {
	color: #9f9f9f;
}
div.eventCalendarHost div.dp-popup-inline td.eventDay {
	background-color: #FDB813;
}
div.eventCalendarHost div.dp-popup-inline td {
	background: transparent;
	font-family: Verdana,Helvetica,FreeSans;
	font-weight: normal;
	padding: 0px;
	line-height: 16px;
	height: 16px;
	border: 1px solid #cfcfcf;
	color: #9f9f9f;
}
div.eventCalendarHost div.dp-popup-inline td.Monday {
	border-left: none;
}
div.eventCalendarHost div.dp-popup-inline td.Sunday {
	border-right: none;
}
div.eventCalendarHost div.dp-popup-inline tr.bottomRow td {
	border-bottom: none;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar td.Monday span {
	width: 23px;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar td.Sunday span {
	width: 23px;
}
div.eventCalendarHost div.dp-popup-inline table.jCalendar td span {
	overflow: hidden;
	width: 24px;
	height: 17px;
}

img.eventCalendarNavButton {
	cursor: hand;
	cursor: pointer !important;
}
