/*===== CSS theme file for CalendarXP 9.0 (Totally configurable) =====*/
/* NOTE: Better use numbered color values instead of literal ones, because opera has problem with the latter in certain cases. */

/* Calendar Day Header - the cells showing "Sunday", "Monday" .... */
.CalHead {cursor:default; text-align:center; border-bottom:1px solid #847C73;background-color:#DDD8CE;}
/* Day of Week - the Anchor inside CalHead showing the day of week */
.DoWAnchor {text-decoration:none; font:10pt verdana; color:#000000;}
/* Day Column Cell - the TD cell of each day */
.CalCol {} /*--->put the intended background color for this to gcCellBg in datetime.js*/
	/*background-color:#E9E7E0;*/
/* Day Cell - the DIV cell inside TD */
.CalCell {cursor:pointer; text-align:center;}
/* Day Number - the Anchor inside DIV showing the day number  */
.CellAnchor {text-decoration:none; font:10pt Arial;}

/* WeekNo Header - the top header cell of the week number column */
.WeekHead {cursor:default; text-align:center; font:8.5pt verdana; color:#000000;}
/* WeekNo Column Cell - the cells of the week number column */
.WeekCol {cursor:default; text-align:center;background-color:#00ff00;}
/* WeekNo Anchor style */
.WeekAnchor {text-decoration:none; font:8pt verdana; color:#000000;}

/* Month navigators - the "<" or ">" used to move to previous or next month */
.MonthNav {cursor:pointer; vertical-align:baseline;border:0px;}
A.MonthNav:hover {color:#9D0A0E;border:0px;}
A.MonthNav:active {color:#000000;border:0px;}

/* styles for the 3 calendar sections (actually 3 table TDs) */
.CalTop {text-align:center;background-color:#FFFFFF;}
.CalMiddle {border-bottom:1px solid #FFFFFF;}
.CalBottom {text-align:center;background-color:#D4DFEF;}

/* Calendar title - showing year and month. when giDCStyle=0, it's the style of the year/month dropdowns; giDCStyle>0, it's the style to show gsCalTitle.  */
.CalTitle {text-align:center; font:8pt verdana; cursor:default; color:#FFFFFF; background-color:#847C73; border:1px solid #000000; width:78%;}

/* The style of internal floating div/layer tags, which are usually used to create the artificial dropdown selectors. */
.FreeDiv {border:1px solid #847C73;background-color:#7E9DD7;}

/* The style of the outer TABLE tag which is the outer calendar panel. */
#outerTable {border:2px solid #493D31;}
/* The style of the inner DIV tag that holds the inner panel of all calendar cells. */
#innerDiv {}
/*===== Above CSS styles are commonly used in the script engine =====*/

/*====== Following are additional per-theme styles, e.g. the inner dropdown selectors and today etc. You may have your own defined. ======*/
.BottomAnchor {font:8pt arial; color:#000000;}
A.BottomAnchor:hover {color:#F7941D;}
A.BottomAnchor:active {color:#9D0A0E;}


.PopAnchor {text-decoration:none; color:#ffffff;}
A.PopAnchor:hover {color:#000000;background-color:#DDD8CE}
A.PopAnchor:active {color:#000000;}
.PopMenu {background:#ffffff; text-align:center; cursor:pointer;}
.PopMenuItem {text-decoration:none; text-align:center; font:8pt arial; color:#000000;}
.PopMenuItem:hover {color:#000000;}

.TimeBox {text-align:center; cursor:pointer; border:1px solid #7E9DD7; width:25px;background-color:#D4DFEF;}