/* Default attributes of table container for entire calendar */
.table-style {
	font-family: Arial, Helvetica, sans-serif;
	border-width: 1; 
	border-style: solid; 
	border-color: #695e4a; 
	background-color: #f3f1ec; /* light gray */
	font-family: arial; 
	font-size: 11px;
	font-color:#695e4a;
}

/* 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: 2px;
	font-family: arial;
	font-size: 11px;
	color: #695e4a;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color:#DDDAD1;
}

/* 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: #695e4a; 
	cursor: pointer;
	font-size:11px;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	border-style: solid;
	border-width: 1;
	border-color: #695e4a; 
	cursor: pointer;
}

/* 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: #695e4a;
	background-color: #DDDAD1;
	cursor: pointer;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #f3f1ec;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #0;
	font-color:#695e4a;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 4px;
	bgcolor:red;
	font-family: arial; 
	font-size: 11px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: #DF7A1C;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #DF7A1C;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: #DF7A1C;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #CCCCCC;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 2px;
	padding-top:5px;
	padding-bottom:5px;
	color: #695e4a;
	background-color: #DDDAD1;
	text-align: center;
	text-decoration: none;
	height: 10px;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #695e4a; 
	padding: 0px;
}

a.close:link
{
	font-family:Arial, Helvetica, sans-serif;
	color:#DF7A1C;
	text-decoration:none;
	font-weight:bold;
	font-size: 11px; 
}

a.close:hover
{
	text-decoration:none;
	font-size: 11px;
}

a.close:visited
{
	text-decoration:none;
	color:#DF7A1C;
	font-weight:bold;
	font-size: 11px;
}
