/* popupcalendar styles */
/* Default attributes of table container for entire calendar */
.table-calendar {
	border-width: 1px; 
	border-style: solid; 
	border-color: #4477bb; 
	background-color: #ffffff;
/*	font-family: arial; 			*/
/*	font-size: 11px;				*/
	font-size: 0.9em;
	border-collapse: collapse;
}

.table-calendar td {
	padding: 1px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-calendar {
	z-index: +999;
	position: absolute;
	visibility: hidden;
}
/* Default attributes used in calendar title (month and year columns).*/
.title-calendar {
	padding: 1px;
/*	font-family: arial; 			*/
/*	font-size: 10px;				*/
	color: #000000;	
	wrap:false;
}

/* Default attributes used in calendar title background.*/
.title-background-calendar {
	background-color: #ddeeff;
}

/* 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-calendar {
	/*border-style: solid;
	border-width: 1px;
	border-color: #ddeeff; */
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-calendar {
	/*border-style: solid;
	border-width: 1px;
	border-color: #4477bb; */
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-calendar {
/*	font-family: arial; 
	font-size: 11px; 					*/
	border-width: 1px; 
	border-style: solid; 
	border-color: #4477bb;
	background-color: #ffffff;
	cursor: pointer;
}
.dropdown-calendar td {
	padding: 0px;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-calendar {
	background-color: #ddeeff;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-calendar {
	background-color: #ffffff;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-calendar {
	padding: 5px;
	padding: 1px;
	/*background-color: #ffffff;*/
/*	font-family: verdana; 
	font-size: 10px;					*/
}

/* Attributes of current day in calendar body. */
.current-day-calendar {
	color: #cc6600;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-calendar {
	color: #4477bb;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-calendar {
	color: black;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-calendar {
	border-style: solid;
	border-width: 1px; 
	border-color: #4477bb;
}

/* Default attributes of designated holidays. */
.holiday-calendar {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-calendar {
	padding: 0px;
	color: #ffffff;
	background-color: #4477bb;
	text-align: center;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-calendar {
	background-color: #ffffff; 
	padding: 0px;
}

#changeLeft, #changeRight, #changeMonth, #changeYear {
	vertical-align: text-bottom;
	padding: 0px;
	margin: 0px;
}