.form {font-family: Tahoma; font-size: 12px; color: black}
td.form {background-color: #c9cfd6; height: 21px}
table.form {margin: top 5px right 5px left 5px}
a.form:link { color: #0000dd; text-decoration: none}
a.form:visited {color: #0000dd; text-decoration: none}
a.form:hover { color: #dd0000; text-decoration: underline}
.required
{
	color: #E35151;
}
.iformleft
{
	color: black;
	font-size: 12px;
	font-family: tahoma;
	direction: ltr;
	
}
.formLabel {font-family: Tahoma; font-weight: bold; font-size: 11px; color: black}

.form_header {font-weight: bold; font-size: 11px; color: Navy; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}
td.form_header {background-color: #c9cfd6}

.form_left {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: black; direction: ltr}

.form_title {font-weight: bold; font-size: 13px; color: black; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}
td.form_title {background-color: #c0c7cf; height: 26px}

.column_header
{
	font-weight: bold;
	font-size: 12px;
	color: Navy;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* 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: 12px;
	text-align: center;
	color: #000000;
	background-color: #E5F2FF;
	border: 1px solid #D2DEEA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* 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: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #A4A6B5;
	border: 1px solid #D2DEEA;
	}


/* 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: #64ADEB;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* 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 
{
	font-size: 11px;
	background-color: navy;
	border: 1px solid #D2DEEA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: black;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	/*color: #304AE9;*/
	color:Red;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background: #B8D2F9;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background: navy;
	}