normal-day-style/* Default attributes of table container for entire calendar */
.table-style {
	font: normal 8pt/normal Verdana, Arial, Helvetica, sans-serif;
}

/* 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: normal 8pt/normal Verdana, Arial, Helvetica, sans-serif;
	color: #81DFFF;	
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #002245;
}

/* 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;
	border-top: 1px solid #f93835;
	border-right: 1px solid #f93835;
	border-bottom: 1px solid #f93835;
	border-left: 1px solid #f93835;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	border: 1px solid #f93835;
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font: normal 8pt/normal Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #f93835;
	background-color:#CBECFC;
	cursor: pointer;
	color:#000000;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color:#90DAFF;
	color:#232323;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color:#CBECFC;
	color:#000000;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 2px;
	background-color: #f93835;
	font: normal 9pt/12pt Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-transform: none;
	color: #505050;
	text-decoration: none;
	
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #505050;
	text-decoration: none;
	font-weight: normal;
	/*background-color:#a2d3fe;*/
}
.end-of-weekday-style1 {
	color: #003466;
	text-decoration: none;
	font-weight: bold;
	/*background-color:#FOCAFC;*/
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	font: normal 8.5pt/12pt Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-transform: none;
	color: #505050;
	text-decoration: none;
	background-color:#FFFFFF;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	background-color:#ffffff;	
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #6eb2ee;
}
/* Attributes of today display at bottom on calendar */
.today-style {
	font: bold 8pt/normal Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	color:#81DFFF;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration:none;
}

/* Attributes of today display Text at bottom on calendar */

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #002245; 
	color: #FFFFFF;
	background-color:#f93835;
}
.normal-day-style1 {
	font: bold 9pt/12pt Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#FFFFFF;
}
