/* DATA SPRINGS Inc. - DYNAMIC REGISTRATION STYLE SHEET */


.DynamicRegistration_Maintable {

      /* width: 100%; */
	width: auto; min-width: 100%;
      padding: 2px;
}


.DynamicRegistration_Label
{
    font-weight: Normal;
    font-size: 11pt;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}




.DynamicRegistration_Textbox
{
    font-weight: Normal;
    font-size: 11pt;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}



.DynamicRegistration_FieldError
{

background-color: #EF5050;
    font-weight: Bold;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

}


.DynamicRegistration_Dropdownlist
{
    font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
    font-size: 11pt;
    color: #003366;
   
}

.DynamicRegistration_Listbox
{
    font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
    font-size: 11pt;
    color: #003366;

}

.DynamicRegistration_Checkbox
{
    font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
    font-size: 11pt;
    color: #003366;

}


.DynamicRegistration_Checkboxgroup
{
    font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
    font-size: 12pt;
    color: #003366;

}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
}



#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 120px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 12px Arial;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

/* .DynamicRegistration_Validate */
.DynamicRegistration_Validate
{
  font-weight: bold;
    font-size: 11pt;
   
}




