@charset "UTF-8";
/* CSS Document */

body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background: url(artwork/template/bgrnd_gradient.gif) repeat-x #737145 }

td { color: #4d4d4f; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 18px; }

a:link { color: #4d4d4f; text-decoration: underline; }
a:visited { color: #4d4d4f; text-decoration: underline; }
a:hover { color: #4d4d4f; text-decoration: none; }
a:active { color: #4d4d4f; text-decoration: underline; }

/** small_text hyperlink  **/
.small_text  { color: #000000; font-size: 10px; line-height: 15px; font-family: Arial, san-serif; text-decoration: none }
a.small_text:link, a.small_text:visited  { color: #000000; font-size: 10px; line-height: 15px; text-decoration: none }
a.small_text:hover { color:#000000; text-decoration: underline; }

/** nav hyperlink  **/
.nav  { color: #737145; font-size: 12px; line-height: 15px; font-family: Arial, san-serif; text-decoration: none }
a.nav:link, a.nav:visited  { color: #737145; font-size: 12px; line-height: 15px; text-decoration: none }
a.nav:hover { color:#000000; text-decoration: none; }

/** pic cell color  **/
.pic_cell_color { background-color:#737145; }

	.myForm td, input, select, textarea, checkbox  {
		font-family: tahoma;
		font-size: 12px;
	}

	.required {
		color: red;
	}


/* 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: #505050;
	background-color: #e3e0c0;
	border: 1px solid #7b3d23;
	}


/* 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 #ffffff;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #7b3d23;
	border: 1px solid #AAAAAA;
	}


/* 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: #7b3d23;
	border: 1px solid #888888;
	cursor: pointer;
	color: #ffffff;
	}


/* 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 {
	background-color: #7b3d23;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #7b3d23;
	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: #ffffff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #7b3d23;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #7b3d23;
	font-weight: bold;
	}