/*
  Temporary.css merged temporary css files from themes/blue/

  Placed here to reduce the number of css includes in html files.  Additionally
  gets the benifits of the build script.  We now can move theses out when we
  want to.

  Temporarily including material from CSS files that should have
  been themed. This material will be migrated into the theme files
  as we progress.
*/
/* Moved from themes/blue/Temporary-Unthemed.css
    Created on : Feb 24, 2010, 5:50:47 PM
    Author     : avk
    Description:
        Contains rules with colors or background other than whites and grays
		which are generic across the Sun/Oracle provided themes. Examples of
		such rules include:
		- The color of error text messages
		- Color of yes/no/maybe calendar responses
		- The background color indicating work hours in the day and week views
		  of the calendar

		TODO: These colors should be checked so that they're have the right
		hue and saturation.

		Summary of colors used here:
		light yellow background: #FEF5D8
		green (yes/available): #3EC715
		orange (maybe, warning): #FF7D05
		red (no, busy, error): #FF2E0D
*/

.error {
	color: #FF2E0D;
}

/* Yellow bars, all parts of the application */
.attachmentPane {
	background-color: #FEF5D8;
}

.AddressBookCreateContact-ActionBar .savedPhoto {
	background-color: #FEF5D8;
}

/* Recipient */


.Recipient-Availability .Recipient-HourButton {
	background: url("../images/calendar/timeslot_free.png?02.01_183745");
	height: 12px;
	width: 12px;
}

.Recipient-Availability .tentative {

}

.Recipient-Availability .unavailable,
.Recipient-Availability .busy {
	background: url("../../images/calendar/timeslot_busy.png?02.01_183745");
}

.ViewerContainer-StatusBar {
	background-color: #FEF5D8;
}

/* The following two rules are for the window that shows current selected time */
.CalendarAvailability .availabilityHeader .timeWindowHeader {
	background-color: #3EC715;
}

.CalendarAvailability .availabilityClient .timeWindowLayer{
	border-color: #3EC715;
}

/* These are for the legend and for the time bars that indicate that a
time is booked */
.CalendarAvailability .timeGraphLayer .confirmed,
.CalendarAvailability .CalendarAvailability-legend .confirmed {
	background-color: #3EC715;
}
.CalendarAvailability .timeGraphLayer .tentative,
.CalendarAvailability .CalendarAvailability-legend .tentative {
	background-color: #FF7D05;
}
.CalendarAvailability .timeGraphLayer .busy,
.CalendarAvailability .CalendarAvailability-legend .busy {
	background-color: #FF2E0D;
}
.CalendarAvailability .timeGraphLayer .unknown,
.CalendarAvailability .CalendarAvailability-legend .unknown {
	color: #666;
	background-color: #CDCDCD;
}

.CalendarEventBalloon .yes{
	color: #3EC715;
}
.CalendarEventBalloon .maybe{
	color: #FF7D05;
}
.CalendarEventBalloon .no{
	color: #FF2E0D;
}

.CalendarMonthlyEvent .CalendarMonthlyEvent-preview.invite {
	border-color: #FF7D05;
	background-color: #FEF5D8;
}

.CalendarViewEvent .yes{
	color: #3EC715;
}

.CalendarViewEvent .maybe{
	color: #FF7D05;
}

.CalendarViewEvent .no{
	color: #FF2E0D;
}

.CalendarViewListItem .yes{
	color: #3EC715;
}

.CalendarViewListItem .maybe{
	color: #FF7D05;
}

.CalendarViewListItem .no{
	color: #FF2E0D;
}

.CalendarViewListItem .needsaction{
	color:#666;
}

.CalendarViewListItem-OverDueText {
	color: #FF2E0D;
}


.CalendarWeekView td.workHourPartialStart div,
.CalendarWeekView td.workHourPartialEnd div {
	background-color: #FEF5D8;
}

.CalendarWeekView .weeklyViewTable tr.workHour {
	background-color: #FEF5D8;
}

/* DOJO */

/* We don't currently use the tooltip. This is straight from tundra.
Should maybe not duplicate this stuff here */
/*
commented out, we are not including these images

.dijitTooltipContainer {
	background: #FFF url("images/temporary/temporary-tundra/tooltipBg.gif?02.01_183745") repeat-x bottom left;
	border-color: #7EABCD;
}

.dijitTooltipBelow .dijitTooltipConnector {
	background:url("images/temporary/temporary-tundra/tooltipConnectorUp.png?02.01_183745") no-repeat top left;
}

.dijitTooltipAbove .dijitTooltipConnector {
	background:url("images/temporary/temporary-tundra/tooltipConnectorDown.png?02.01_183745") no-repeat top left;
}

.dijitTooltipLeft .dijitTooltipConnector {
	background:url("images/temporary/temporary-tundra/tooltipConnectorRight.png?02.01_183745") no-repeat top left;
}

.dijitTooltipRight .dijitTooltipConnector {
	background:url("images/temporary/temporary-tundra/tooltipConnectorLeft.png?02.01_183745") no-repeat top left;

}

*/
/* Form */

.FormWarningMessage {
	color: #FF2E0D;
}

.FormStartEndDateSelector {
	background: url("../images/tundra/agendaDateButtons.png?02.01_183745") no-repeat left top;
}


/* IM */

.IMContact-BuddyItem-NeedsAuth {
	background-color: #FEF5D8;
}

.IMNotificationMessage .NotificationMessage-MessageText .warning {
	background: #FF7D05;
}

.IMNotificationMessage .NotificationMessage-MessageText .error {
	background: #FF2E0D;
}

/* Options */
.OptionTabContainer .OptionTabContainer-InlineError {
	color: #FF2E0D;
}


/* Mail */

.MailCreateMessage .saveNotification {
	background-color: #FEF5D8;
}

.MailMessageViewer .MailMessageViewer-HeaderPane .spamPane {
	background: #FFDEAD;
}

.MailMessageViewer .MailMessageViewer-HeaderPane .securityPane {
	background-color: #FEF5D8;
}

.MailMessageViewer .MailMessageViewer-BlockedImagesPane {
	background-color: #FEF5D8;
}

.MailOptionNewAccounts-Error {
	color: #FF2E0D;
}


/* horizontal splitters  */

/* overwrite dijit styles */
.dijitSplitterH {
	height: 5px;
}

.dijitSplitterH .dijitSplitterThumb {
	background: transparent url("../images/tundra/splitContainerSizerH-thumb.png?02.01_183745") no-repeat center center;
	width:19px;
	height:5px;
}

/* vertical splitters */

/* overwrite dijit styles */
.dijitSplitterV {
	width: 5px;
}

.dijitSplitterV .dijitSplitterThumb {
	background: transparent url("../images/tundra/splitContainerSizerV-thumb.png?02.01_183745") no-repeat center center;
	height:19px;
	width:5px;
}

/* Moved from themes/blue/Temporary.css */
/* 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 */
}
