/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	/*color: #505050;*/
	background-color: white;
	border: 1px solid #c0c0c0;
	margin-top:0;
	padding-top:0;
	/*border-collapse:collapse;*/
	width:200px;
	}

	
/* table containing the arrows, month and year in the top */
.calHeaderTable {background-color:#014736; width:100%; height:28px; background-image:url('/_LAYOUTS/1030/KFO/IMAGES/FormBuilder/calTopBack.jpg'); background-repeat:repeat-x;}

.calHeaderTable_first

.calHeaderTable_second

.calHeaderTable_third

/*Calendar year dropdown*/
#calYear
{
	width: 62px; 
	font-family: verdana;
	color: #66655f;
	font-size: 11px;
	font-weight: bold;
}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}

.dpTitleTRWrap {
	background-color:red;
	}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	background-color:#014736;
	height:30px;
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 2px solid white;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	/*background-color: #CCCCCC;*/
	border: 2px #6fe046 solid;
	}
	


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	/*background-color: #aca998;*/
	border: 2px solid #6fe046;
	cursor: pointer;
	color: #4ca725;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	/*border:1px #014635 solid;*/
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	/*border:1px #014635 solid;*/
	
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	/*background-color: #CCCCCC;*/
	border: 2px solid white;
	color: #66655f;
	font-weight:normal;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 11px;
	color: white;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #66655f;
	font-weight:normal;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background: #014635;
	font-weight: bold;
	}
