/* Default attributes of table container for entire calendar */
.CALtable-style {
	font-family: arial;
	border:1px solid #a0a0a0; background-color: #ffffff;
	font-family: arial;
	font-size: 11px
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.CALdiv-style {
	z-index: +999;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.CALtitle-style {
	padding: 2px;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

/* Default attributes used in calendar title background.*/
.CALtitle-background-style {
	background-color: #eeFFFF;
}

/* 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. */
.CALtitle-control-normal-style {
	border:1px none #ee0000; cursor: pointer
}

/* Moused-over (selected) appearance of controls in calendar title. */
.CALtitle-control-select-style {
	border:1px none #ee0000; cursor: pointer
}

/* Default attributes of drop down lists (month and year). */
.CALdropdown-style {
	border:1px solid #a0a0a0; font-family: arial;
	font-size: 11px;
	background-color: #3a98d2;
	cursor: pointer
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.CALdropdown-select-style {
	background-color: #ffffff;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.CALdropdown-normal-style {
	background-color: #3a98d2;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.CALbody-style {
	padding: 5px;
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
.CALcurrent-day-style {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.CALend-of-weekday-style {
	color: #909090;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.CALnormal-day-style {
	color: black;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.CALselected-day-style {
	border-style: solid;
	border-width: 1px;
	border-color: #a0a0a0;
}

/* Default attributes of designated holidays. */
.CALholiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.CALtoday-style {
	padding: 0px;
	color: black;
	background-color: #00FFFF;
	text-align: center;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.CALweeknumber-div-style {
	background-color: #d0d0d0;
	padding: 0px;
}

/* style for popup info box... */
.CALpopInfoDiv {
	font-family:verdana;
	font-size: 10px;
	color: #000000;
	background-color: #F4FF7B;
	position: absolute;
	visibility: hidden;
	border: 1px solid #0000ff;
	padding: 2px 5px 0px 5px;
}

