/* 
    Document   : Temporary
    Created on : Feb 18, 2010, 7:07:00 PM
    Author     : avk
    Description:
		Moving color declarations from the CSS files from the themes here.
		Colors that have not been verified against the theme spec (not known
		to be either right or wrong) are marked FIXME. 
*/

@import url("../blue/Temporary-Unthemed.css?00.01_205929");
@import url("../blue/Temporary-Themed.css?00.01_205929");


/* Calendar */

/* Can't load calendar.html due to bug... */
.CalendarApplication .dijitDialog.dijitContentPane {
	border-color: #A1B2C6;
	border-right-color: #93A7BD;
}

.CalendarPrint .minicalArea .dijitCalendarDayLabelTemplate {
	border-color: #eeeeee;/* FIXME */
	color: #293a4b;/* FIXME */
}

/* Need spec for calendar print... */
.CalendarPrint .gray {
    background-color: #EBECE4; /* FIXME */
}

