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

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

/* 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: #f6ee02; }/* Month View Calendar Colors */.upto-calendar tbody tr td div .events li a.source-1 { color: #686868; }
.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: #c7e1e6; }
.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: #b3cdd2; }
.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: #686868; background: #D6F0F5; }