/* Div based structure of textbox and Image */
.dtp{float:left; height:20px; margin-top:1px; clear:both; line-height:20px; width:95px;}
.dtpleft{float:left; color:#003366;}
.dtpright{float:right; color:#000000; text-align:right;}
.dtpText{float:left; width:65px;}

/* Default attributes of table container for entire calendar */
.table-style {
	border:1px solid #646E76;
	background:#A5BFDA;
	font-size: 11px;

}

/* 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;
	left:0px;

}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-size: 11px;
	/*color: #003366;*/
	color: #fff;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	/*background-color: #cee3ef;*/
	/*background-color: #9f9fff
	background-color:#63B3BC*/
	/*background-color:#18A3DE;*/
	background-color: #B10E0C;
}

/* 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: none;
/*	border-width: 1;
	border-color: black; */
	cursor: pointer;
	color:#fff;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	/*border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; */
	cursor: pointer;
	color:#fff;	
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-size: 11px; 
	border-width: 1px; 
	border-style: solid; 
	/*border-color: #a0a0a0;
	background-color: #cee3ef;*/
	background-color: #CFDDEB;
	border-color: #cccccc;
	color:#000;
	cursor: default;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	/*background-color: #0B2B7D;*/
	background-color: #E3EAF2;
	cursor: hand;
	color: #000;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	/*background-color:#54BFED;*/
	background-color: #CFDDEB;
	color:Black;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	/*background-color: #cee3ef;*/
	/*mmmmbackground-color:#ACD7DD;*/
	/*background-color:#DBF2FD;*/
	background-color: #D0DEED;
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	/*color: red;*/
	color: #B10E0C;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color:Black ;
	font-weight: bold;
	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:1px solid #B10E0C; 
	font-weight: bold;
	display:block;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #A3B4C6;
	color:#A3B4C6;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: white;
	/*background-color: #cee3ef;*/
	/*background-color:#0B2B7D;*/
	background-color: #4673A4;
	text-align: center;
	text-decoration: none;
}

.today-style:hover {
	color: white;
	text-decoration: underline
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #B10E0C; 
	padding: 0px;
}