.dtp
{
	position:absolute;
	z-index:+999;
	visibility: hidden;	
}

/* Default attributes of table container for entire calendar */
.dtp .table-style {
	font-family: arial;
	border: 1px solid #a0a0a0;
	background-color: #ffffff;
	font-family: arial; 
	font-size: 11px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.dtp .div-style {
}

/* Default attributes used in calendar title (month and year columns).*/
.dtp .title-style {
	padding: 2px;
	font-family: arial; 
	font-size: 11px;
	/*color: #3a6ea5;*/
	text-align:left;
}

/* Default attributes used in calendar title background.*/
.dtp .title-background-style {
	background-color: #ffffff;
}

/* 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. */
.dtp .title-control-normal-style {
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.dtp .title-control-select-style {
	border: 1px solid #3a6ea5;
	cursor: pointer;
}

.dtp .range-button
{
	border-right: #55608a 2px outset;
	border-top: #7d86ac 2px outset;
	vertical-align: top;
	border-left: #7d86ac 2px outset;
	cursor: hand;
	color: windowtext;
	border-bottom: #55608a 2px outset;
	background-color: buttonface;
	text-align: center;
	text-decoration: none;
}

/* Default attributes of drop down lists (month and year). */
.dtp .dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border: 1px solid #a0a0a0;
	background-color: #cee3ef;
	cursor: pointer;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dtp .dropdown-select-style {
	background-color: #3a6ea5;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dtp .dropdown-normal-style {
	background-color: #0;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.dtp .body-style {
	padding: 5px;
	background-color: #ffffff;
	font-family: verdana; 
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
.dtp .current-day-style {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.dtp .end-of-weekday-style {
	color: #909090;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.dtp .normal-day-style {
	color: black;
	text-decoration: none;
}

.dtp .day-name
{
	color: #a9a9a9;
}

/* Attributes of border around selected day in calendar body. */
.dtp .selected-day-style {
	border: 1px solid #a0a0a0;
}

/* Default attributes of designated holidays. */
.dtp .holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.dtp .today-style {
	padding: 0px;
	color: black;
	text-align: center;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.dtp .weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}
