/*===== 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;}
/* Day of Week - the Anchor inside CalHead showing the day of week */
.DoWAnchor {text-decoration:none; font:bold 7.5pt Tahoma, Verdana, sans-serif;}
/* Day Column Cell - the TD cell of each day */
.CalCol {}
/* 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: 9px Tahoma;}

/* WeekNo Header - the top header cell of the week number column */
.WeekHead {cursor:default; text-align:center; font:bold 10pt arial;}
/* WeekNo Column Cell - the cells of the week number column */
.WeekCol {cursor:default; text-align:center; }
/* WeekNo Anchor style */
.WeekAnchor {text-decoration:none; font:bold 8pt arial; }

/* Month navigators - the "<" or ">" used to move to previous or next month */
.MonthNav {vertical-align:middle; height:10px; width:11px; font: bold 10pt arial bold; color:black;}
A.MonthNav:hover {color:yellow}
A.MonthNav:active {color:red}

/* styles for the 3 calendar sections (actually 3 table TDs) */
.CalTop {text-align: center; background-color: #d5d5d3}
.CalMiddle {}
.CalBottom {text-align: center;}

/* 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 {
	/*vertical-align:middle;
	font: 10pt arial;
	color:black;*/
	font: 9px Small Fonts, Verdana, Arial, Helvetica;
	color: #505050;
	border: 1px solid #E9EAD5;
	background-color:#FFFFFF;
}

/* The style of internal floating div/layer tags, which are usually used to create the artificial dropdown selectors. */
.FreeDiv {}

/* The style of the outer TABLE tag which is the outer calendar panel. */
#outerTable {border: 3px double #d5d53; padding: 1px; background-color: #f5f5f3;}
/* The style of the inner DIV tag that holds the inner panel of all calendar cells. */
#innerDiv {border: 1px solid #dcdcdc;}
/*===== 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 {text-decoration: none; font: bold 9px Tahoma, Verdana; color: #666; margin-top: 4px}
A.BottomAnchor:hover {color:#333;}
A.BottomAnchor:active {color: #ff9900;}
.BottomDiv {border-top: 1px solid #696969; border-top-width: 1px; height: 20px; padding: 4px 0 0 0}

.PopAnchor {text-decoration: none;}
A.PopAnchor:hover {color: #333;}
A.PopAnchor:active {color: #ff9900;}
.PopMenu {background:white; text-align:center; cursor:pointer;}
.PopMenuItem {text-decoration:none; text-align:center; font:8pt arial; color:black;}

.YearBox {border:0px solid; height:12px; text-align:center; font:7.5pt verdana; color:black; background-color:white;}
