.calendar-calendar .month-view .view-item, .calendar-calendar .item-list .pager {
	display:none;
}

.view-CCalendar-small {
	margin:-1px 0px 0px 0px;
	width:295px;
	border-left:1px solid #fff;
}
.calendar-calendar {
	padding:10px 26px 9px 21px;
	background: url(/themes/cornarland/images/bg-calendar.gif) no-repeat;
	border-top:1px solid #fff;
}
.calendar-calendar a {
	text-decoration:none;
}
.calendar-empty {
	display:none;
}

.month-view {
	background: url(/themes/cornarland/images/bg-month-view.gif) no-repeat 4px 0;
	padding:0 14px 11px 18px;
}
.month-view table {
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	line-height:1.167em;
}
.month-view table tbody { border-top: 0px; }
.month-view table th {
	text-align:center;
	font-weight:bold;
	font-size:1.333em;
	line-height:1.125em;
	color:#005daa;
	padding:0 10px 10px 0;
	border-bottom:0px;
}
.month-view table td {
	vertical-align:top;
	text-align:center;
	padding:0px;
	background: url(/themes/cornarland/images/bg-calendar-td.gif) no-repeat 100% 100%;
}
.month-view table td.sat {background: url(/themes/cornarland/images/bg-calendar-td-last.gif) no-repeat 100% 100%;}
.month-view table a {
	color:#57555f;
	display:block;
	height:100%;
}
.month-view table .today a,
.month-view table a:hover,
.month-view table .empty a:hover {
	color:#fff;
	background:#9c0;
	text-decoration:none;
	display:block;
	height:100%;
}
.month-view table .empty a {color:#e7e7e7;}
.month-view table a strong {
	display:block;
	font-size:0.75em;
	line-height:1.111em;
	font-weight:normal;
}
.month-view .has-no-events, .month-view .has-events { width:30px; height:27px; overflow:auto;}
.month-view .has-no-events .inner {
	padding:2px 3px;
	margin:-1px -2px;
	width:100%;
	height:100%;
	display:block;
}
.month-view .has-events .inner  a {
	border:3px solid #d57d26;
}
.month-view .has-events .inner {
	padding:2px 0px;
	margin:-2px 0px;
	position:relative;
	width:100%;
	height:100%;
	display:block;
}
.event-box {
	overflow:hidden;
	width:249px;
}
.event-box .date {
	float:left;
	background: url(/themes/cornarland/new/images/calendar_days.gif) no-repeat;
	width: 43px;
	height: 50px;
	padding:4px 3px 0;
	overflow:hidden;
	text-align:center;
	letter-spacing:-1px;
}
.event-box .date.sun {
	background-position:0px 0px;
}
.event-box .date.mon {
	background-position:-49px 0px;
}
.event-box .date.tue {
	background-position:-98px 0px;
}
.event-box .date.wed {
	background-position:-147px 0px;
}
.event-box .date.thu {
	background-position:-196px 0px;
}
.event-box .date.fri {
	background-position:-245px 0px;
}
.event-box .date.sat {
	background-position:-294px 0px;
}
.event-month {
	display:block;
	color:#666;
	font-size:1.167em;
	line-height:1.143em;
	font-weight:normal;
}
.event-day {
	display:block;
	color:#005daa;
	font-size:1.833em;
	line-height:1.091;
}
.event-box .button {
	float:left;
	width:200px;
	color:#6c6c6c;
	font-size:0.917em;
	line-height:1.273em;
	background: url(/themes/cornarland/images/bg-button-b.gif) no-repeat 0 100%;
	margin:5px 0 0;
}
.event-box .button strong {
	float:left;
	font-weight:normal;
	width:182px;
	padding:4px 9px 11px;
	background: url(/themes/cornarland/images/bg-button-t.gif) no-repeat;
}
.event-links {
	list-style:none;
	margin:0 -10px -6px 0;
	padding:0 15px 0;
	float:right;
	background: url(/themes/cornarland/images/bg-events-link.gif) no-repeat 100% 100%;
	position:relative;
	overflow:hidden;
}
.event-links li {
	float:right;
	font-size:0.75em;
	line-height:1.111em;
	letter-spacing:-1px;
}
.event-links a {
	color:#656565;
	float:left;
	background:#dcdcdc;
	padding:3px 5px 3px;
}
.event-links a:hover {
	background:#6c6c6c url(/themes/cornarland/images/bg-event-links-h.gif) no-repeat 100% 100%;
	color:#fff;
	text-decoration:none;
}
