/* Default attributes of table container for entire calendar */
.table-style {
	font-family: verdana;
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;
	font-size: 9px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: 999;
	position: absolute;
	visibility: hidden;
	font-family: verdana; 
	font-size: 9px;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: verdana; 
	font-size: 9px;
	color: #ffffff;
}

/* Default attributes used in calendar title (month and year columns).*/
.weekdays-style {
	padding: 2px;
	font-family: verdana; 
	font-size: 9px;
	color: #000000;
}


/* Default attributes used in calendar title background.*/
.title-background-style {
	/*background-color: #cee3ef;*/
	background-color: #0000A8;
}

/* 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: none;
/*	border-width: 1;
	border-color: black; */
	cursor: pointer;
	font-family: verdana; 
	font-size: 9px;
	width: 30px;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style,.title-control-select-style a:hover,.title-control-select-style a:visited {
	/*border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; */
	cursor: pointer;
	font-family: verdana; 
	font-size: 9px;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style td,.dropdown-style a,.dropdown-style a:hover,.dropdown-style a:visited {
	font-family: verdana; 
	font-size: 9px; 
	border-width: 0; 
	border-style: solid; 
	/*border-color: #a0a0a0;
	background-color: #cee3ef;*/
	background-color:  #FEFEDD;
	border-color: #cccccc;
	color: black;
	cursor: default;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style,.dropdown-select-style td,.dropdown-select-style a,.dropdown-select-style a:hover,.dropdown-select-style a:visited {
	background-color: #3a6ea5;
	cursor: hand;
	font-family:Verdana;
	font-size:9px;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style,.dropdown-normal-style td,.dropdown-normal-style a,.dropdown-normal-style a:hover,.dropdown-normal-style a:visited {
	background-color: #0;
	font-family:Verdana;
	font-size:9px;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style,.body-style a,.body-style a:hover,.body-style a:visited {
	padding: 5px;
	/*background-color: #cee3ef;*/
	background-color: white;
	font-family:Verdana;
	font-size:9px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	/*color: red;*/
	color: red;
	font-weight: bold;
	text-decoration: none;
	font-family:Verdana;
	font-size:12px;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #909090;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
	font-family:Verdana;
	font-size:9px;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 0px; 
	border-color: #a0a0a0;
	color: #0066cc;
	font-weight: bold;
	font-family:Verdana;
	font-size:9px;
}

/* Default attributes of designated holidays. */
.holiday-style,.holiday-style a,.holiday-style a:visited,.holiday-style a:hover {
	background-color: #FFDDDD;
	font-family:Verdana;
	font-size:9px;
}

/* Attributes of today display at bottom on calendar */
.today-style,.today-style a,.today-style a:visited,.today-style a:hover {
	padding: 0px;
	color: Blue;
	/*background-color: #cee3ef;*/
	background-color: #CCCCCC;
	text-align: center;
	text-decoration: none;
	font-family:Verdana;
	font-size:9px;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
	font-family:Verdana;
	font-size:9px;
}
