

/* the table (within the div) that holds the date picker calendar */
.dapi_table {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #336699;
	}

.dapi_header {
	height:24px;
	background-color: #7694BF;
	color: #ffffff;
	font:bold 12px arial;
}

.dapi_daynameheader {
	color: #336699;
	font:bold 10px arial;
}

.dapi_daynameheader {
	color: #336699;
	font:bold 10px arial;
}

.dapi_dayname {
	width:22px;
}

.dapi_row {
	height:16px;
}

.dapi_day {
	color:#000000;
	font:11px arial;
	width:100%;
	height:100%;
	text-decoration:none;
}

.dapi_day_0 {
	width:100%;
	height:100%;
	color:#FF0000;
	text-decoration:none;
}

.dapi_day_6 {
	width:100%;
	height:100%;
	color:#0066CC;
	text-decoration:none;
}

.dapi_day:hover {
	color: #004000;
	background-color: #C0C0C0;
}

.dapi_today {
	font-weight:bold;
	color: #800080;
}

.dapi_selected {
	color: #008080;
	background-color: #FFFF80;
}

.dapi_footer {
}

.dapi_footer td {
	border-top:1px solid #D7DCE8;
	padding:2px;
}

.dapi_button_prev {
	width: 15px; height: 16px; border:0px; cursor:pointer;
	background: url(../image/btn_left_onblue.gif);
}

.dapi_button_next {
	width: 15px; height: 16px; border:0px; cursor:pointer;
	background: url(../image/btn_right_onblue.gif);
}

.dapi_button_close {
	text-decoration:none;
	font:10px arial;
}

.dapi_dropdownbutton { 
	border-top:1px solid #cccccc; border-left:1px solid #cccccc; 
	border-bottom:1px solid #111111; font:11px arial; border-right:1px solid #111111; 
	color:#555555; height:18px; width:12px; text-decoration:none; text-align:center; padding-top:2px;
	background-Color:#aaaaaa; 
}

.dapi_dropdownbutton:hover {
	color:#668CB2;
	background-color:#FFFF80;
}

