/* Default attributes of table container for entire calendar */

.table-style {
	border-width: 1px; 
	border-style: solid; 
	border-color: #6788B6; 
	background-color: #F5F4F2;
	font-family: Verdana, Arial;
	padding: 0px;
	font-size: 10pt;
}

/* 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;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 0px;
	font-family: Verdana, arial; 
	font-size: 10pt;
	color: #333333;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #D5DFF0;
	border-bottom: 1px solid #6788B6;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f5f5f5', EndColorStr='#D5DFF0');
	padding: 0px;
	margin: 0px;
}

/* 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 {
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: Verdana, Arial; 
	font-size: 9pt; 
	border: 1px solid #808080;
	background-color: #F5F4F2;
	cursor: pointer;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #ffffff;
	border-top: 1px solid #D7D4CC;
	border-bottom: 1px solid #D7D4CC;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #0;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 0px;
	background-color: #f5f5f5;
	font-family: Verdana, Arial; 
	font-size: 10pt;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #999999;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: 000033;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #6788B6;
	background-color: #ffffff;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #3763a0;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: #000033;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #336699; 
	padding: 0px;
}
