
td.fl_day {  background: #97d495; color : black } 

/* Default style sheet for jQuery date picker v3.7.0. */
#datepick-div, .datepick-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	color: #000;
	width: 15em;
}
#datepick-div {
	display: none;
	border: 1px solid #777;
	z-index: 1001; /*must have*/
}
.datepick-inline {
	float: left;
	display: block;
	border: 0;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-dialog {
	padding: 5px !important;
	border: 4px ridge #000 !important;
}
.datepick-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.datepick-trigger {
	width: 25px;
	padding: 0px;
}
img.datepick-trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepick-prompt {
	float: left;
	padding: 2px;
}
* html .datepick-prompt { /* IE6 */
	width: 15em;
}
.datepick-control, .datepick-links, .datepick-header, .datepick {
	clear: both;
	float: left;
	color: #fff;
	width: 100%;
}
.datepick-control {
	background: #0065be;
	padding: 2px 0px;
	margin-bottom: 5px;
}
.datepick-links {
	background: #dadada;
	padding: 2px 0px;
	width: 210px;
}
.datepick-control, .datepick-links {
	font-weight: bold;
	font-size: 80%;
}
.datepick-links label {
	padding: 2px 5px;
	color: #888;
}
.datepick-current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepick-clear, .datepick-prev {
	line-height: 11px;
	float: left;
	display:inline-block;
	width: 54px;
	background-image: url(../gif/sp_calendar_prev.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	margin: 5px 0;
}
.datepick-close, .datepick-next 
{
	line-height: 11px;
	float: right;
	display:inline-block;
	text-align: right;
	background-image: url(../gif/sp_calendar_next.gif);
	background-repeat: no-repeat;
	background-position:right;
	padding-right: 10px;
	margin: 5px;
}
.datepick-close 
{
	background-image: none;
}
.datepick-next, .datepick-prev, .datepick-next a:hover, .datepick-prev a:hover 
{
	color: #0065be;
}
.datepick_selectmonth
{
	line-height: 11px;
	float: left;
	display:inline-block;
}
 .datepick-close
 {
	float: right;
 }
.datepick-close a:hover
{
	color: #fff;
}
 
.datepick-header {
	background: #333;
	text-align: center;
	font-weight: bold;
	min-height: 1.5em;
}
.datepick-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.datepick-header span {
	position: relative;
	top: 3px;
}
/* XXX */
.datepick {
	background: #ccc;
	text-align: center;
	font-size: 100%;
	height: 150px;
}
.datepick tbody
{
	background-image: url(../gif/calendar_gradient.gif);
}
.datepick a {
	display: block;
	width: 100%;
}
.datepick-title-row td
{
	border: solid 1px #fff;
	line-height:12px;
	color: #404040;
	font-weight:bold;
	font-size: 11px;
	/*background: #777;*/
}
.datepick-title-row th {
	text-align: center;
	font-weight: normal;
}
.datepick-days-row {
	/*background: #eee;
	color: #666;*/
	max-height: 20px;
}
.datepick-week-col {
	background: #777;
	color: #fff;
}
.datepick-days-cell {
	color: #000;
	border: 1px solid #ddd;
	cursor: pointer;
	font-weight: bold;
}
.datepick-other-month {
	background: #fff;
}
.datepick-week-end-cell {
	/*background: #ddd;*/
}
.datepick-title-row {
	background: #b6b6b6;
}
.datepick-week-over {
	background: #ddd;
}
.datepick-unselectable {
	color: #888;
	cursor: default;
}
.datepick-today {
	background: #fcc;
}
.datepick-current-day {
	background: #777;
	color: #fff;
}
.datepick-days-cell-over {
	background: #fff;
	color: #000;
	border: 1px solid #777;
}
.datepick-status {
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#datepick-div a, .datepick-inline a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#datepick-div a:hover, .datepick-inline a:hover {
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
.datepick-inline .datepick-links a {
	padding: 0 5px !important;
}
.datepick-control a, .datepick-links a {
	padding: 2px 5px !important;
	color: #eee;
}
.datepick-links a 
{
	color: #0065be;
}
.datepick-title-row a {
	color: #eee;
}
.datepick-control a:hover {
	background: #0065be;
	/*color: #000;*/
}
.datepick-links a:hover, .datepick-title-row a:hover {
	background: #dadada;
	/*color: #333;*/
}
.datepick-multi .datepick {
	border: 1px solid #777;
}
.datepick-one-month {
	float: left;
	width: 15em;
	line-height:normal;
}
.datepick-new-row {
	clear: left;
}
/* ___________ IE6 IFRAME FIX ________ */
.datepick-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have*/
    height: 187px; /*must have*/
}
#dvPopup
{
	background-color: #fff;
	border: solid #000 1px;
	width: 510px;
	height: 250px;
}
#dvCalendar
{
	width: 190px;
	height: 150px;
	float: left;
}
#dvInfo
{
	background-color: #fff;
	width: 280px;
	height: 190px;
	float: right;
}
#dvInfo a, #dvInfo a:hover
{
	color: #404040;
	text-decoration: underline;
}
#dvDateInfo
{
	color: #000;
	width:100%;
	text-align: left;
	margin-left: 10px;
	font-weight: normal;
	font-size:12px;
	clear: both;
}
#dvStatus
{
	font-size: 12px;
	height: 60px;
	margin-top: 5px;
	margin-left: 10px;
	overflow: hidden;
	clear:both;
}
#dvMsg
{
	width: 270px;
	padding: 3px;
	font-size: 12px;
	clear: both;
}

#dvMsg ul {padding-left:35px;margin:10px 0;}
#dvMsg ul li{list-style-type:circle;}