
.dSections
{
}
.dSections p
{
}
.dSections p img
{
    float: left;
    border: 1px solid #393e41;
    margin: 0 10px 0 0;
}

.medeaTitle
{
    margin-top: 15px;
    color: #FFFFFF;
    padding-left: 6px;
    border-bottom: 2px solid #113f78;
    background-color: #0e3360;
    display: block;
    width: 100%;
    padding: 3px;
    float: left;
    font-weight: bold;
    line-height: 15px;
}
.medeaTitle a
{
    float: right;
    font-size: small;
}
.medeaTitle span
{
    float: left;
}
#bottom
{
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 320px;
    padding-bottom: 20px;
    text-decoration: underline;
}
#apptbl
{
    margin: 0;
}
.tableApp
{
    margin: 0;
    padding: 0;
    font-size: 10px;
    width: 100%;
    vertical-align: top;
}
.tableApp td
{
    margin: 0;
    padding: 2px 8px 2px 3px;
    height: 10px;
    vertical-align: top;
}
#note
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #cccccc;
    text-align: justify;
    margin-bottom: 5px;
}
.text_box
{
    font-size: 11px;
    border: 1px solid #d5d5d5;
    background-color: #f5f5f5;
    width: 100%;
    height:1.5em;
}
.text_area
{
    font-size: 11px;
    border: 1px solid #d5d5d5;
    background-color: #f5f5f5;
    width: 100%;
    margin-bottom: 5px;
    height:8em;
}
/*input[type="text"]
{
    
    font-size: 11px;
    border: 1px solid #d5d5d5;
    background-color: #f5f5f5;
    margin-bottom: 3px;
}*/

input[type="radio"]
{
    width: 30px;
}

fieldset
{
    border: 1px solid #d1d1d1;
    margin: 0;
    padding: 8px;
}

fieldset legend
{
    padding: 0 5px 0 5px;
    color: Gray;
    font-family: "Georgia" ,Arial;
    font-size: 12px;
    font-weight: bold;
}

/*


input[type="text"],textarea
{
    font-size: 12px;
    border: 1px solid #d2d2d2;
    background-color: #f5f5f5;
    margin-bottom: 3px;
}

input[type="radio"]
{
    width: 30px;
}

td,tr{
line-height:normal;
}
*/

/*WIZARD CSS SETUP*/

.wizardStepSidebar
{
    font-family: Arial;
    font-size: 10px;
    line-height: normal;
    background-color: #f5f5f5;
    border:0;
    vertical-align: top;
    text-align:left;
    width: 18%;
    padding:15px 8px 8px 10px;
  
}
.wizardStepSidebar
{
    font-family: Arial;
    font-size: 10px;
    line-height: normal;
    background-color: #f5f5f5;
    border:0;
    vertical-align: top;
    text-align:left;
    width: 18%;
    padding:15px 8px 8px 10px;
  
}
.wizardStepBarButton
{
    line-height: 2.5em;
}
.wizardStepNavButton
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-family: Verdana, Arial, Georgia;
    font-size: 1em;
    color: Red;
}

.wizardStepContent
{
    font-family: Verdana, Arial, Georgia;
    font-size: 1em;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.wizardStepContentTd{
    padding:5px;
}
.wizardStepButton
{
    background: transparent url(../images/ybutton2.gif) repeat-x 0 0;
    border: 1px solid #cccccc;
    color: #737373;
    cursor: pointer;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    margin: 0 0 0 5px;
    padding: 8px 10px 8px 10px;
}

.dvRequired {
    color:Red;
}
