/* COLOR/BORDERS CSS */
/* custom styles for Dagon Design Form plugin */





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


div.clear {
	clear: both;
	height: 5px;
}

div.ddfmwrap {
	padding-top: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

div.ddfmwrap p{
/*	font-size: 85%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	*/
}



form.ddfm .required {
	color:#0492E4;
font-size:200%;
font-weight:bold;
position:relative;
top:5px;
}


.ddfmerrors {
	color: #E90483;
}

.errorlist {
font-weight: bold;
color:#0492E4;

}
/* TEXT CSS */




form.ddfm h1,
form.ddfm h2 {
	font-family: 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%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

/*
ORIG used a div instead
form.ddfm div.fieldset {
	margin-bottom: 5px;
	width: 400px;
	padding: 5px 0px;
	text-align: left;
	background: #EDEFEE;
	border-top: 1px #969796;
	border-right: 1px solid #969796;
	border-bottom: 1px solid #969796;
	border-left: 1px solid #969796;
	margin-left: 0px;
 height: auto;  

}
*/


/* NEW trying to use fieldset tag directly */
form.ddfm fieldset {
	width: 510px;
	padding: 0px 0px 5px;
	text-align: left;
	background: #EDEFEE;
	height: auto;
	border-right: 1px solid #969796;
	border-bottom: 1px solid #969796;
	border-left: 1px solid #969796;
	margin: 0px 0px 15px;
	border-top-style: none;
	display: block;
	position: relative;

}


form.ddfm fieldset legend{
	margin: 0;
	padding: 0;
	text-indent: 0px;
	float: left;


}

* html form.ddfm fieldset  legend {margin-left: -7px;} /* ie6 */
*+html form.ddfm fieldset  legend {
	margin-left: -7px;
} /* ie7 */


/* NEW trying to use fieldset tag directly */
form.ddfm fieldset legend span {
	color: #1F4B2D;
	font-weight: normal;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	background: #FFFFFF;
	width: 510px;
	margin: 20px 0px 0px;
	text-indent: 10px;
	display: block;
	clear: none;
	height: 20px;
	float: left;
	border-top: 1px solid #969796;
	border-bottom: 1px solid #969796;
	position: absolute;
	top: -20px;
	left: 0px;
	}
	
	
#content form.ddfm fieldset div.clear {
	margin-top: 25px;
	margin-bottom: 25px;
	
	}
	
	
/*
form.ddfm fieldset legend h4 {
	color: #1F4B2D;
	font-weight: normal;
	padding: 2px 0px 2px 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	border-top: 1px solid #A0A09F;
	border-right: 1px none #A0A09F;
	border-bottom: 1px solid #A0A09F;
	border-left: 1px none #A0A09F;
	background: #FFFFFF;
*/
/* position: relative; */ /* HACK for IE 6, doesn't seem to affect other browsers  TYLER  */
	
/*	}	  */
	
/*
form.ddfm label {
	display: block;
	float: left;
	width: 18%;
	text-align: right;
	margin: 0 10px 0 0;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
}
*/
#content form.ddfm p.fieldwrap {
	margin: 10px 0;
	font-size: 100%;
	padding: 0px 0px 15px;
}

form.ddfm label {
	display: block;
	float: left;
	width: 18%;
	text-align: right;

	
	}

#content form.ddfm label {
	color: #E90483;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 4px;

}


form.ddfm select.fmselect {
	float: left;
	display: block;
	width: 75%;
	margin-bottom: 15px;
	padding: 3px;
	color: #1F4B2D;
}

#content form.ddfm .fm_check {
	width: 75%;
	display: block;
	margin-bottom: 15px;
	float: left;
	height: auto;
}

#content form.ddfm .fm_radio {
	width: 75%;
	float: left;
	display: block;
	margin: 0px 0px 8px;
	padding: 0px;
}

form.ddfm .fmradio input{
	margin-bottom: -4px;

}
/*
form.ddfm .fm_check p {
	padding: 0 0 0 40;
	line-height: 140%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	color: #1F4B2D;
	font-size: 110%;
}
*/


#content form.ddfm .fmtextarea {
	width: 75%;
	/*	margin-bottom: 15px;  */
	padding: 3px;
	margin-bottom: 10px;
	/* display: block; */
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
/*	float: left; */
	height: 100%;
	display: block;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background-color: #FFEEDD !important;
border:1px solid #0080D0;
/*color:#0492E4;
color:#0080D0;*/
color: #333333;	
font-family:Arial,Tahoma,Verdana;
font-size:14px;

}


#content form.ddfm br {
	clear: left;  
}

#content form.ddfm .fmfullblock {
	padding-left: 0px;
}

form.ddfm .fmhalfblock {
	margin-left: 18%;
	width: 75%;
	font-size: 85%;
	margin-bottom: 5px;
	float: left
}
/*
form.ddfm input.fmverify {
	float: left;
	display: block;
	width: 15%;
	/* margin-bottom: 15px;   */
/*	padding: 3px;
}
*/
/* TYLER img had to have specific qualities to override the normal qualities for content p img in the main stylesheet */


#content form.ddfm p img {
	max-width: none;
	margin: 1px 0 0 10px;
	display: inline;
	padding: 0px;
	float: none;
	height: 24px;
	width: 60px;
	line-height: normal;
}
form.ddfm input.fmtext {
	float: left; 
	display: block;
	 width: 75%; 
	margin-bottom: 8px;  
	padding: 3px;
	font-size: 85%;
}

form.ddfm input.fmfile {
	display: block;
	width: 35%;
	margin-bottom: 0px;
	padding: 3px;
	float: left;
}

form.ddfm div.upload_file {
	font-size: 85%;

	margin-bottom: 5px;
	
}

form.ddfm div.upload_file label {
width: 25%;
	
}


form.ddfm .credits {
display: none;
	text-align: right;
	margin-top: 5px;
}



#content form.ddfm .submit {
	top: -23px;
	text-align: right;
	position: relative;
	width: 500px;
}


#content form.ddfm .submit input {
	/*background: #40403F;
	color: #FFFFFF;
	border: 1px solid #40403F;
	padding-right: 3px;
	padding-left: 3px; */
	
		background: #0492E4;
			color: #FFFFFF;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;

	border: 1px solid #0492E4;
}


#content form.ddfm .submit input:hover {
background: #FFEEDD;
	color:  #0492E4;
}



/*
#content form.ddfm .btn {
	padding: 1px;
	margin-right: 4px;
}
*/




#content form.ddfm input.fmtext, #content form.ddfm input.fmverify, #content input.fmfile  {
/*	border: 1px solid #A0A09F;
	font-size: 120%;
	color: #1F4B2D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px; */
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background:#FFEEDD none repeat scroll 0 0 !important;
	border:1px solid #0080D0;
	/*color:#0492E4;
color:#0080D0; */
font-family:Arial, Tahoma, Verdana;
	font-size:14px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #333333;	
	



}


#content  form.ddfm input.fmverify {
	position: relative;
	top: -6px;

}

#content  form.ddfm .fm_ver_note {


}


#content  form.ddfm .fm_ver_note p {
color:#999;
margin-left:18%;

position:relative;

top:-15px;

}


.fmtextarea, #fm_message {
	border: 1px solid #969796;
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F4B2D;

}


#content div.formtop {
	margin: 0px;
	padding: 0px;
}

#content div.formtop p {

	color: #E90483;
	font-size: 100%;
	
}

#content div.formtop p span{
	color:#0492E4;
font-size:200%;
font-weight:bold;
position:relative;
top:5px;

}



div.sent {
	color: #E90483;
	border: 1px solid #0492E4;
	background: #FFFFFF;
	padding: 10px;
}



/* login form alterations */

div#login .ddfmwrap {
	padding-top: 25px;
	margin-top: 0px;
	width: 80%;
}


#content form.ddfm div.fieldset {
	width: auto;
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
}


div#login label {
	display: block;
	width: 18%;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 20px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
}


#content div#login .submit {
	margin-top: 15px;
	padding-bottom: 10px;
	width: 100%;
}

#content div#login .btn {
	padding: 2px;
}

/* DATE SELECTION */

#content form.ddfm #fmdate img {
	margin: 1px 0 0 10px; 
    float: left;
	height: auto;
	width: auto;
	display: block;
	
}


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



#content span.fm_check {
color: red;
}



 form.ddfm span.fm_check label.fmchecklabel {
	padding: 0 0 0 8px;
	line-height: 140%;
	margin-top: 0;
	margin-right: 0;
	color: #1F4B2D !important;
	font-size: 120%;
	width: 75%;
	float: left;
	text-align: left;
	margin-bottom: 8px;
}


 form.ddfm p.fieldwrap .fm_check label.fmchecklabel span {
color: #1F4B2D;

}

 form.ddfm .fm_check input {
	float: left;
	margin-bottom: 8px;
	
}


#content form.ddfm .fm_radio p {
	padding: 0;
	margin: 0 0 2px; 
}



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