.Clear {
    clear:both;
    margin-top:10px;
}
.Float {float:left;}
.LeftCol {margin-right:10px;}
.divForms {
    border:4px dashed #1687c3;
    border-radius:4px;
    padding:10px;
    margin-bottom:10px;
}
.lblHead {
    font-family:Arial;
    font-weight:600;
}
/*.ddList {
    display: inline-block!important;
    padding-left: 6px!important;
    padding-right:0!important;
    padding-top:0!important;
    padding-bottom:0!important;
    margin-bottom:0!important;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing:content-box!important;
    box-sizing:content-box!important;
    height: 24px!important;
    width:400px!important;
    background-color:#1687c3!important;
    border: 1px solid #0f6897!important;
    color:#ffffff!important;
    border-radius:0!important;

}*/
.ddList {
    display: inline-block!important;
    padding-left: 6px!important;
    padding-right:0!important;
    padding-top:0!important;
    padding-bottom:0!important;
    margin-bottom:0!important;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing:content-box!important;
    box-sizing:content-box!important;
    height: 24px!important;
    width:400px!important;
    color:#000000!important;
    border-radius:0!important;

}

.ddList option {
    color:#000000!important;
}
.btnStyle {
    background-color: #1687c3;
    border: 1px solid #0f6897;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 1em;
    padding: 4px 4px;
    text-decoration: none;
    height:26px;
}

.btnStyle:hover {
    background-color: #6cb6f3;
}
.btnDisabled {
    background-color:dimgray;
    border: 1px solid dimgray;
    display: inline-block;
    cursor:not-allowed;
    color: #ffffff;
    font-family: arial;
    font-size: 1em;
    padding: 4px 4px;
    text-decoration: none;
    height:26px;

}
.Testing a:link {color:navy;}
.Testing a:visited {color:navy;}
.Testing a:hover {color:maroon;}

/*.EditForm {
    width:90%;
    height:380px;
    padding:10px;
    border:1px dashed silver;
}*/
.rblList input[type=radio] {
    display:inline-block;
    margin-right:6px;
    margin-top:-2px;
}
.rblList label {
    display:inline-block;
    margin-right:10px;
}
.Cbx input[type=checkbox] {
    display:inline-block;
    margin-right:6px;
    margin-top:-2px;
}
.Cbx label {
    display:inline-block;
    margin-right:10px;
}
.SetSection1 {
    background-color: aliceblue;
    padding:10px;
    margin-bottom:2px;
}
.SetSection2 {
    background-color:cornsilk;
    padding:10px;
    margin-bottom:2px;
}
.break {display:block;clear:both;height:0;margin:0;}
.WideBoxTextarea {
    width:400px!important;
    height:100px!important;
}
.WideBoxTextbox {
    width:400px!important;
}
.Textbox {
    width:200px!important;
}
.GroupBox {
    width:410px;
    height:250px;
    overflow-y:scroll;
    border:1px dashed silver;
}
.ErrorText {
    color:red;
}
.linkbtn {text-decoration:none;color:green;}

.typeList input[type="radio"] {
    display: block;
    margin-top: 10px;
}

.typeList label {
    display: block;
    position: relative;
    top: -15px;
    left: 25px;
}


#lblRbl0, #lblRbl1, #lblRbl2 {
    position: relative;
    top: -112px;
    left: 35px;
}

#lblRbl1 {
    top: -90px;
}

#lblRbl2 {
    top: -65px;
}
