/* Default attributes of table container for entire calendar */
.buttonlich { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF; background-color: #CCFFCC;  border: #AAAAAA; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

.table-style {
	
	border:1px solid #a0a0a0; background-color: #f1f1f1;
	font-family: arial; 
	font-size: 10px
	border-right: #a0a0a0 1px solid;
	border-top: #a0a0a0 1px solid;
	font-size: 10px;
	border-left: #a0a0a0 1px solid;
	border-bottom: #a0a0a0 1px solid;
	font-family: arial;	
	
}
/*
.table-style {
	
	border:1px solid #a0a0a0; background-color: #339999;
	font-family: arial; 
	font-size: 12px
	border-right: #a0a0a0 1px solid;
	border-top: #a0a0a0 1px solid;
	font-size: 12px;
	border-left: #a0a0a0 1px solid;
	border-bottom: #a0a0a0 1px solid;
	font-family: arial;	
	
}
*/
/* 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: 12px;
	color: #ffffff;//#3a6ea5;	
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #9c8e39;//#cee3ef;
}

/* 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:1px solid #3a6ea5; cursor: pointer
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: blue;
	background-color: #9c8e39;//#cee3ef;
	text-align: center;
	text-decoration: none;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	border:1px solid #3a6ea5; cursor: pointer
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	border:1px solid #a0a0a0; font-family: arial; 
	font-size: 11px; 
	background-color: #cee3ef;
	cursor: pointer
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #E7AD63;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #CEE7EF;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	background-color: #F339999;
	font-family: verdana; 
	font-size: 12px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

.current-day-style:link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

.current-day-style:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

.current-day-style:hover {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: red;
	text-decoration: none;
}

.end-of-weekday-style:link {
	color: red;
	text-decoration: none;
}

.end-of-weekday-style:visited {
	color: red;
	text-decoration: none;
}

.end-of-weekday-style:hover {
	color: red;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
}
.normal-day-style:link {
	color: black;
	text-decoration: none;
}
.normal-day-style:visited {
	color: black;
	text-decoration: none;
}
.normal-day-style:hover {
	color: black;
	text-decoration: none;
}


/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	color: red;
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
}

.selected-day-style:link {
	color: red;
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
}

.selected-day-style:visited {
	color: red;
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
}

.selected-day-style:hover {
	color: red;
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
}

.today-style {
	padding: 0px;
	color: blue;
	background-color: #9c8e39;
	text-align: center;
	text-decoration: none;
}

.today-style:visited {
	padding: 0px;
	color: blue;
	background-color: #9c8e39;
	text-align: center;
	text-decoration: none;
}

.today-style:link {
	padding: 0px;
	color: blue;
//	background-color: #9c8e39;
	text-align: center;
	text-decoration: none;
}
.today-style:hover {
	padding: 0px;
	color: blue;
	background-color: #9c8e39; //#cee3ef;
	text-align: center;
	text-decoration: none;
}
/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}
