/* DATA SPRINGS Inc. - DYNAMIC REGISTRATION STYLE SHEET */


.DynamicRegistration_Maintable {

      width: 100%;
      padding: 2px;
}


.DynamicRegistration_Label
{
    font-weight: Normal;
    font-size: 10.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}




.DynamicRegistration_Textbox
{

}


.DynamicRegistration_FieldError
{

background-color: #EF5050;
}


.DynamicRegistration_Dropdownlist
{
  font-weight: bold;
    font-size: 11.5pt;
    color: #003366;
   
}

.DynamicRegistration_Listbox
{

}

.DynamicRegistration_Checkbox
{

}


.DynamicRegistration_Checkboxgroup
{
  font-weight: bold;
   

}



#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
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;
}





