﻿
.sectionHeader1 {
    margin-left: 3px;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #85878a;
    width:98%; 
   display: inline;
    float: left;
}
.sectionDescription1 {
   width:98%; 
   border-top:Solid 1px gainsboro; 
   margin-bottom:5px;
   padding-top:5px;
       display: inline;
    float: left;
}
.sectionFooter1 {
   width:98%; 
   margin-bottom:5px;
    display: inline;
    float: left;
}
.fieldSeparator1 {
    width: 100%;
    display: inline;
    float: left;
    height: 3px;
}
.fieldDivStyle1 {
    display: inline;
    float: left;
    width: 98%;
    vertical-align:middle;
}

.fieldLabelStyle1 {
    /*border: 1px solid Blue;*/
    display: inline;
    float: left;
    width: 98%;
    /*white-space: nowrap;*/
}

.fieldRequiredLabelStyle1 {
    /*border: 1px solid Blue;*/
    display: inline;
    float: left;
    width: 98%;
    /*white-space: nowrap;*/
    color: red;
    }

.fieldInstructionalTextStyle1 {
      display: block;
     position:relative;
     width: 100%;
}

.fieldControlStyle1 {
    /*border: 1px solid Green;*/
    display:inline;
    width: 90%;
    /*height: 35px;*/
    float:left;
     margin-top:10px;
    margin-left:50px; 
    margin-bottom:5px;
}

.fieldValidationColumnStyle1 {
    display:inline;
    width: 1%;
    /*height: 35px;*/
    float:left;
 }


button.RadCheckBox {
    font-size: 14px;
    /*height:20px;*/
    width:100%;
}

.rblAbs .RadButton.RadRadioButton span.rbText.rbToggleRadioChecked, .RadButton.RadRadioButton span.rbText.rbToggleRadio, .RadButton.RadCheckBox span.rbText.rbToggleCheckbox, .RadButton.RadCheckBox span.rbText.rbToggleCheckboxChecked
 {
    font-size: 14px;
    /*height:20px;*/
   width:100%;
}

.rbVerticalList button.RadButton.rbCheckBox, .rbVerticalList button.RadButton.rbRadioButton, .rbVerticalList button.RadButton.rbToggleButton {
   height:20px;
   width:100%;
   text-align:left;

}

.RadButton.RadRadioButton span.rbText.rbToggleRadioChecked, .RadButton.RadRadioButton span.rbText.rbToggleRadio, .RadButton.RadCheckBox span.rbText.rbToggleCheckbox, .RadButton.RadCheckBox span.rbText.rbToggleCheckboxChecked {
   height:20px;
   width:100%;
   text-align:left;

}