/*CALENDAR CSS*/
/* Default attributes of table container for entire calendar */
.table-style {font-family: arial;background-color: #47679d;font-family: arial; font-size: 9pt;}
/* Default attributes of DIV containing table container for entire calendar.*/
.div-style {z-index: +999;position: absolute;visibility: hidden;}
/* Default attributes used in calendar title (month and year columns).*/
.title-style {padding: 1px;font-family: arial; font-size: 9pt;color: #000000;font-weight:bold;}
/* Default attributes used in calendar title background.*/
.title-background-style {background-color: #ffffff;}
/* Normal appearance of controls in calendar title. */
.title-control-normal-style {border-style: solid;border-width: 0px;border-color: #47679d; cursor: pointer;}
/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {border-style: solid;border-width: 0px;border-color: #47679d; cursor: pointer;}
/* Default attributes of drop down lists (month and year). */
.dropdown-style {font-family: arial; font-size: 9pt; border-width: 1px; border-style: solid; border-color: #a0a0a0;background-color: #ffffff;cursor: pointer; text-align:left}
/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {background-color: #f6c75e;}
/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {background-color: #ffffff;}
/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {padding: 5px;background-color: #d4dbe8;font-family: arial; font-size: 10px;}
/* Attributes of current day in calendar body. */
.current-day-style {color:#47679d;text-decoration: none;border:#a0a0a0 1px solid;}
.current-day-style:hover {color:#000000;text-decoration:underline;}
/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {color: #47679d;text-decoration: none;}
.end-of-weekday-style:hover {color:#000000;text-decoration:underline;}
/* Attributes of all other days in calendar body. */
.normal-day-style {color: #47679d;text-decoration: none;}
.normal-day-style:hover {color:#000000;text-decoration:underline;}
/* Attributes of border around selected day in calendar body. */
.selected-day-style {border-style: solid;background-color:#f6c75e;border-width: 1px; border-color: #000000;color:#000000;font-weight:bold;}
.selected-day-style:hover {text-decoration:underline;}
/* Default attributes of designated holidays. */
.holiday-style {background-color: green;}
/* Attributes of today display at bottom on calendar */
.today-style {padding: 0px;color: black;background-color: #cee3ef;text-align: center;text-decoration: none;}
/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {background-color: #d0d0d0; padding: 0px;}
