/* Circles */
.event-list > li .event-date .event-date-treatment > span
{
	background: #1a7ad4;
}

/* Active Week View Days */
.upto-calendar.week thead tr th span.day.active {
	border-color: #1a7ad4;
}

/* Name and Location Hover in List View */
.event-list > li .days-events .event:hover > div > div.details a > span.name, .event-list > li .days-events .event:hover > div > div.details a > span.location { color: #1a7ad4; }/* Month View Calendar Colors */.upto-calendar tbody tr td div .events li a.source-1 { color: #ffffff; }
.upto-calendar tbody tr td div .events li a.source-1.hover, .upto-calendar tbody tr td div .events li a.source-1:hover { background: #0b6bc2; }
.upto-calendar tbody tr td div .events li a.source-1.active, .upto-calendar tbody tr td div .events li a.source-1:active { background: #0057ae; }
.upto-calendar tbody tr td div .events li a.source-1, .options-proxy li .source.source-1, #event-overlay .yui3-widget-hd span.source-1 { color: #ffffff; background: #1a7ad1; }/* Custom CSS */.upto-attribution { display: none; }.follow-calendar { display: none; }.upto-email-utility { display: none; }.share-calendar { display: none; }​