/* rsrvForm.css */
/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm legend {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea,  
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmdate,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .fmfullblock,
form.ddfm input.fmtextcity,
form.ddfm input.fmtextstate,
form.ddfm input.fmtextzip,
form.ddfm input.fmtextphone{
	color: #606060;
}

form.ddfm .required,
form.ddfm .credits,
form.ddfm .fmfullblockverf,
form.ddfm .bottom {
	color: #ec0031;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend {
	font-size: 115%;
	font-weight: bold;
}

form.ddfm label, 
form.ddfm label.fmtextlblwide,
form.ddfm .fmfullblockverf,
form.ddfm .fmfullblock,
form.ddfm .fmfullblockrt,
.credits { 
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits,
form.ddfm .fmfullblockverf,
form.ddfm .bottom {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}

form.ddfm input.fmverify,
form.ddfm input.fmfile,
form.ddfm input.fmtext,
form.ddfm input.fmtextcity,
form.ddfm input.fmtextstate,
form.ddfm input.fmtextzip,
form.ddfm input.fmtextphone {
	font-size: 10pt;
}



/* STRUCTURE CSS */

.ddfmwrap {
	margin: 10px auto 0px auto;
	width: 650px; 
	background: #e5e5e5;
	border: 1px solid #404040;
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
	padding: 10px;
	width: 630px; 
}

form.ddfm fieldset {
	clear: both;
	padding: 18px 10px 10px 10px;
	margin: 1em auto 1em auto;
	display: block;
	border: 1px solid #404040;
	background: #e0dfdd;
}

/* fixes fieldset bug in Safari */
.clearfix:after {  
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* Hides from IE-Mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* end of Safari fix */


form.ddfm legend {
	background-color: #c0c0be;
	padding: 1px 5px;
	margin: 2px 0 3px 10px;
	border: 1px solid #404040;
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 .5em 0 0; 
	padding-bottom: 10px;
	padding-top: 2px;
	clear: both;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 130px; 
	margin-bottom: 8px;
	margin-right: 150px;
	padding: 3px; 
	background: #ffffff;
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 8px;
}

form.ddfm .fmchecklabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 8px;
}

form.ddfm .fmradiolabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 8px;
	padding: 3px;
	background: #ffffff;
}

form.ddfm .fmfullblock {
	width: 90%;
	margin: 0 20px;
	text-align: justify;
	clear: both;
	padding-left: 0px;
}

form.ddfm .fmfullblockrt {
	float: right; 
	position: relative;
	text-align: right;
	margin: 0;
	padding: 0 10px 5px 0;
}

form.ddfm .fmfullblockverf {
	width: 90%;
	margin: 0 20px;
	text-align: center;
	clear: both;
	padding-left: 0px;
}

form.ddfm .fmhalfblock {
	margin-left: 8%;
	width: 65%;
	font-weight: bold;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 8px; 
	padding: 3px;
	/* position: relative; */
	background: #ffffff;
	position: static;
}

form.ddfm img {
	border: 1px solid #404040;
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 8px;  
	padding: 3px;
	background: #ffffff;
}

form.ddfm input.fmdate {
	float: left; 
	display: block;
	width: 25%;
	margin-bottom: 15px;  
	padding: 3px;
	background: #ffffff;
}

form.ddfm input.fmtextcity,
form.ddfm input.fmtextstate,
form.ddfm input.fmtextzip,
form.ddfm input.fmtextphone {
	float: left; 
	display: block;
	margin: 0 0 8px 0;  
	padding: 3px;
	background: #ffffff;
}

form.ddfm input.fmtextcity {
	width: 150px;
	margin-right: 120px;
}

form.ddfm input.fmtextstate {
	width: 24px;
	margin-right: 250px;
}

form.ddfm input.fmtextzip {
	width: 90px;
	margin-right: 120px;
}

form.ddfm input.fmtextphone {
	width: 100px;
	margin-right: 120px;
}

/* form.ddfm textarea.fmtextarea, */
form.ddfm textarea.fmtextwide {
	/* display: block;
	float: left; */
	width: 98.5%;
	margin-right: 0px;
	margin-bottom: 8px; 
	padding: 3px;
	background: #ffffff;
	position: static;
}

form.ddfm .credits,
form.ddfm .bottom {
	/*clear: both;*/
	float: left;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
}

form.ddfm .submit {
	margin: 15px 0 0 250px;
	text-align: right;
	width: 52%;
	/*clear: both;*/
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}


/* DATE SELECTION */

/* 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: #404040;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	}


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


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


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


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	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: gray;
	background: #DDDDDD;
	font-weight: bold;
	}

