/* Styles for popup calendar */

/* Default attributes of table container for entire calendar */
.table-style {font-family: arial;border-width: 1; border-style: solid; border-color: #a0a0a0; background-color: #ffffff;font-size: 11px;}
/* 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: 2px;	font-family: arial; font-size: 11px;color: #ffffff;	}
/* Default attributes used in calendar title background.*/
/*.title-background-style { background-color: #0000aa;}*/
.title-background-style { background-color: #990000;}
/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
/*.title-control-normal-style {border-style: solid; border-width: 1; border-color: #3366FF; }*/
.title-control-normal-style {border-style: solid; border-width: 1; border-color: #a0a0a0; }
/* Moused-over (selected) appearance of controls in calendar title. */
/*.title-control-select-style {border-style: solid;border-width: 1;border-color: #3a6ea5; }*/
.title-control-select-style {border-style: solid;border-width: 1;border-color: #a0a0a0; }
/* Default attributes of drop down lists (month and year). */
/*.dropdown-style {font-family: arial; font-size: 11px; border-width: 1; border-style: solid; border-color: #a0a0a0;background-color: #cee3ef; }*/
.dropdown-style {font-family: arial; font-size: 11px; border-width: 1; border-style: solid; border-color: #a0a0a0;background-color: #f0f0f0; }

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
/*.dropdown-select-style {background-color: #3a6ea5;}*/
.dropdown-select-style {color: White; background-color: #990000;}
/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
/*.dropdown-normal-style {background-color: #cee3ef;}*/
.dropdown-normal-style {background-color: #f0f0f0;}
/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {padding: 5px; background-color: #ffffff; font-family: verdana; font-size: 10px;
}

/* Attributes of current day in calendar body. */
a.current-day-style:link {color: #990000;font-weight: bold;text-decoration: none;}
a.current-day-style:visited {color: #990000;font-weight: bold;text-decoration: none;}
/* Attributes of end-of-week days (Sundays) in calendar body. */
a.end-of-weekday-style:link {color: #909090;text-decoration: none;}
a.end-of-weekday-style:visited {color: #909090;text-decoration: none;}
/* Attributes of all other days in calendar body. */
a.normal-day-style:link {color: black;text-decoration: none;}
a.normal-day-style:visited {color: black;text-decoration: none;}
/* Attributes of border around selected day in calendar body. */
a.selected-day-style:link {border-style: solid;border-width: 1px;border-color: #a0a0a0;}
a.selected-day-style:visited {border-style: solid;border-width: 1px;border-color: #a0a0a0;}
/* Default attributes of designated holidays. */
a.holiday-style:link {background-color: #FFDDDD;}
/* Attributes of today display at bottom on calendar */
td.today-style {padding: 5px;color: black;background-color: #f0f0f0;text-align: center;text-decoration: none;}
tr.today-style {padding: 5px;color: black;background-color: #f0f0f0;text-align: center;text-decoration: none;}
a.today-style:link {padding: 0px;color: black;background-color: #f0f0f0;text-align: center;text-decoration: none;}
a.today-style:visited {padding: 0px;color: black;background-color: #f0f0f0;text-align: center;text-decoration: none;}
/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {background-color: #d0d0d0; padding: 0px;}