/* Standard Theme CSS *//* ********* ********* ********* ********* ********* BODY STYLESHere we add styles for the BODY background and paddingand we can define styles for the hyperlinksto make sure there are visible*/body {	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#000033', EndColorStr='#CE9C00');	background-color: #CE9C00;	padding: 10px;}A:link { }A:visited { }A:hover { }A:active{ }/* ********* ********* ********* ********* ********* These styles supply the global styles for thecalendar container, the headers, the Prev and Nextmonth selectors, the individual weekdays, the datenumber and finally individual events*/div#scCalendarElement td {font-size: 75%;}.scCalendar {width: 550px; height: 600px; }.scHeader { font-weight: bold; font-family: verdana,arial,sans-serif; color: #ffffff; padding: 5px; }.scMonthDropdown { width:150px; }.scYearDropdown { width:150px; }.scSelector { font: bold 14pt verdana; }.scFilter { font: bold 10pt verdana; color: #ffffff; padding: 5px; }.scWeekNumber { font: bold 10px verdana; color: #ffffff; padding: 5px; }.scWeekday { font: 10px verdana; height:100%; overflow: hidden;}.scEvent { padding: 2px; }.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 STYLESThese classes handle the style for an entire datebased on Past, Present or FutureNOTE: 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: #ffffc0; color: #666633; }.scDateFuture { background-color: #ffffff; color: #000000; }/* ********* ********* ********* ********* ********* EVENT STYLESThese classes handle the Background and Foregroundcolors for individual eventsNOTE: These values will be overridden by identical style elements in scEvent*/.scEventRed { background-color: #ff6666; color: #000000; }.scEventYellow { background-color: #ffff99; color: #000000; }.scEventOrange { background-color: #ffa000; color: #000000; }.scEventGreen { background-color: #99ff99; color: #000000; }.scEventBlue { background-color: #99ccff; color: #000000; }.scEventPurple { background-color: #ff99ff; color: #000000; }.scEventBlack { background-color: #000000; color: #ffffff; }.cabinBar {background-color:#FF9900; height:1em; margin-bottom:2px;}.cottageBar {background-color:#FFCC00; height:1em; margin-bottom:2px;}.lodgeBar {background-color:#66CC33; height:1em; margin-bottom:2px;}/* ********* ********* ********* ********* ********* DATE NUMBER STYLEThis class applies to the date number in a cell*/.scNumber { font-weight: bold;font-family: verdana,arial,sans-serif; color: #000000; }/* ********* ********* ********* ********* ********* HANDLER STYLEThese classes are used by the scHandlr.js*/.sconMouseOver { }