/* 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-family: arial; 
	font-size: 11px;
}
.text {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
.list {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
.text a:link {color: #DDC9AE; text-decoration: none; font-weight: bold; font-size: 12px;  }
.text a:visited {color: #DDC9AE; text-decoration: none ; font-weight: bold; font-size: 12px; }
.text a:hover{color: black; text-decoration: none; font-weight: bold; font-size: 12px; }
.text a:active{color: #DDC9AE; text-decoration: none ; font-weight: bold; font-size: 12px; }
.Buttons {
background-color: #321c11; font-family: Tahoma, Verdana, Arial,sans-serif; font-size: xx-medium; background-position: center
; font-weight: bold; color: #ffffff
}
input {
	font-family: Tahoma, Arial;
	font-size: 12px;
	border-color: #321c11;
	border-width: 1.5;
}
select {
	font-family: Tahoma, Arial;
	font-size: 12px;
	border-color: #321c11;
	border-width: 5;
}

textarea {
	font-family: Tahoma, Arial;
	font-size: 13px;
	border-color: #321c11;
	border-width: 1.5;
}

/* 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: #000000;	
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #af9779;
}

/* 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: 0;
	border-color: #3a6ea5; 
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	border-style: solid;
	border-width: 0;
	border-color: #3a6ea5; 
	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: #a0a0a0;
	background-color: #FFFFFF;
	cursor: pointer;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #321c11;
	color:#FFFFFF;
}

/* 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: 5px;
	background-color: #FFFFFF;
	font-family: arial; 
	font-size: 11px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* 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;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 0px; 
	border-color: #a0a0a0;
}

/* Default attributes of designated holidays. */
.holiday-style {
	/*background-color: #FFDDDD;*/
	background-image: url(/images/holiday-bkgd.jpg);
	color: #FFFFFF;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: black;
	background-color: #af9779;
/*	text-align: center;*/
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}

.today-style a{text-decoration:none; color:#ffffff}
.today-style a:hover{text-decoration:none; color:#000000}