/* Standard Theme CSS */

/* ********* ********* ********* ********* ********* background-color: #1b1b1b; 
BODY STYLES
Here we add styles for the BODY background and padding
and we can define styles for the hyperlinks
to make sure there are visible
*/
body{background:
	background-color: #FFFFFF;
	background-color: #FFFFFF;
}  ; padding: 0px; }
//background-color: #1b1b1b; 
A:link { color: #000000; }
A:visited { color: #284904; }
A:hover { color: #AF601F; }
A:active { color: #000000; }

/* ********* ********* ********* ********* ********* 
These styles supply the global styles for the
calendar container, the headers, the Prev and Next
month selectors, the individual weekdays, the date
number and finally individual events
*/

.scHeader {
	font: bold 9pt verdana;
	color: #ffffff;
	padding: 5px;
	width: inherit;
	border: #1b1b1b;
	border-width: 1px;
}

.scCalendar {
	font-stretch: normal;
	border: 0px solid #1b1b1b;
	background-color: #5A80C1;
}

.scMonthDropdown { width:150px; }
.scYearDropdown { width:150px; }
.scFilter { font: bold 10pt verdana; color: #ffffff; padding: 5px; }
.scSelector { font: bold 14pt verdana; }

.scWeekNumber {
	font: bold 10pt verdana;
	color: #ffffff;
	padding: 5px;
	text-align: right;
}
.scWeekday {
	font: 8pt verdana;
	height: 100%;
	overflow: visible;
	text-align: left;
	border: 1px solid thin #7B7B6B;
	border-width: 1;
}
.scEvent {
	padding: 2px;
	font-size: 11px;
	font-style: normal;
	vertical-align: text-top;
	color: #000000;
}
.scPopup { position: absolute; top: 100px; left: 100px; width: 500px; height 500px; border: 5px solid #336699; background-color:#336699; color: #ffffff; text-align: right; display:none; }
.scToday { font: bold 9pt verdana; }

/* ********* ********* ********* ********* ********* 
WEEKDAY STYLES
These classes handle the style for an entire date
based on Past, Present or Future
NOTE: These values will be overridden by identical style elements in scWeekday
*/
.scDateDead { background-color: transparent; color: #000000; }
.scDatePast { background-color: #e0e0e0; color: #000000; }
.scDateCurrent { background-color: FFCC33; color: #000000; }
.scDateFuture { background-color: #ffffff; color: #000000; }

/* ********* ********* ********* ********* ********* 
EVENT STYLES
These classes handle the Background and Foreground
colors for individual events
NOTE: These values will be overridden by identical style elements in scEvent
*/
.scEventRed { background-color: #ff6666; color: #000000; }
.scEventYellow { background-color: #68A761; color: #000000; }
.scEventOrange {
	background-color: #FF9C00;
	color: #000000;
	font-weight: bold;
}
.scEventGreen { background-color: #99ff99; color: #000000; }
.scEventBlue { background-color: #97ABD0; color: #000000; }
.scEventPurple { background-color: #ff99ff; color: #000000; }
.scEventBlack { background-color: #000000; color: #ffffff; }


/* ********* ********* ********* ********* ********* 
DATE NUMBER STYLE
This class applies to the date number in a cell
*/
.scNumber {
	color: #663300;
	text-align: right;
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
}

/* ********* ********* ********* ********* ********* 
HANDLER STYLE
These classes are used by the scHandlr.js
*/
.sconMouseOver {
	color: #FF3300;
	visibility: visible;
}

.scSunset {
	padding: 2px;
	font-size: 9px;
	font-style: italic;
	color: #660000;
	vertical-align: inherit;
	background-color: #68A761;
}
.scSunsetFri {
	padding: 2px;
	font-size: 9px;
	font-style: italic;
	color: #660000;
	vertical-align: inherit;
}
.body {
}
