﻿/* 
Style for dynamic forms generated by FormBuilder.  
CSS variables below apply to all forms generated 
All field names as specified below must be lower case.
*/
/*
#FormBuilder INPUT[type=text],#FormBuilder SELECT, #FormBuilder TEXTAREA
{
	width: 85%;
}

.df_fieldset
{
    border: none;
    padding: 0px;
    margin-top: 20px;
}
.df_row
{

}
.df_fieldlabel
{
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif ;
    font-size: 9pt;
    display: block;
    margin-top: 5px;
}
.df_date
{
    border: solid 1px blue;
    background-color: white;
    max-width: 75px;
}

.df_select
{
    background-color: #ffffff;
    font-weight: normal;
    font-family: Arial, Helvetica, Sans-Serif ;
    font-size: 9pt;
    border:solid 1px orange;
}
.df_textbox
{
    border: solid 1px orange;
    background-color: White;
}
.df_numeric
{
    max-width: 40px;
}
.df_email
{
    border: solid 1px orange;
    background-color: White;
}
.df_checkbox
{
    font-size: 10px;
}
.df_textarea
{
    font-weight: bold;
    font-style: italic;
    font-size: 12px;  
}
.df_label
{
    font-family: Trebuchet MS;
    font-size: 11px;
}
.df_button
{
  text-align:center;
  margin:18px 0 0 0;
  font-family: Arial, Helvetica, Sans-Serif ;
  font-size: 10pt;
  color: #000000;
  background-color: #ffffff;
  background-image: url('/UserControls/FormBuilder/images/forward.gif');
  border: medium none;
  width:120px;
  height:29px;
  cursor: pointer;
}
.df_error
{
    color: Red;
    font-size: 8pt;
}
df_formtitle
{
    font-family: Arial, Helvetica, Sans-Serif ;
    font-size: 12pt;
    font-weight: bold;
    color: Navy;
}
.df_hint
 {
	width:15px;
	height:15px;
	font:normal 10px Arial, Helvetica, sans-serif;
}

.df_hint a
{
	text-decoration:none;
}

.df_hint a:hover
{
	text-decoration:none;
}

.df_hint a span
{
	display:none;
}

.df_hint a:hover span
{
	width:200px;
	display: block;
	position: absolute;
	border:groove 5px #F7943E;
	padding:8px;
	text-decoration:none;
	color:#000;
	background:#EAE9D9;
}
*/

/* End of Dynamic Forms (DF) style */