.StandardLabelClass {
    padding-bottom: 5px;
    font-size: 12px;
}

.StandardInputClass {
    height: 30px;
    border:1px solid #c5c5c5;
    padding-left: 10px;
    font-weight: 300;
    font-family: Lato;
}

.StandardSelectClass {
    height: 30px;
    border: 1px solid #c2c2c2;
    padding-left: 10px;
    font-size: 14px;
    font-family: Lato;
    font-weight: 300;
}

.StandardSelectClass_disabled {
    height: 30px;
    padding-left: 10px;
}

.SearchInputClass {
    width: 200px;
}

.HorizontalContainer {
    float: left;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    min-width: 920px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.RowLink {
    color: #000000;
    font-weight: 300 !important;
}

.StandardButton {
    background-color: #bf311a;
    line-height: 33px;
    height: 35px;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    /*margin-top: 20px;*/
    margin-right: 10px;
    cursor: pointer;
}

.CancelButton {
    background-color: #b0b0b0;
    color: #ffffff;
    line-height: 33px;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    /*margin-top: 20px;*/
    margin-right: 10px;
    cursor: pointer;
}

    .CancelButton:hover {
        background-color: #a5a5a5;
        color: #ffffff;
    }

.ButtonCheckMarkBackGroundImage {
    background-image: url("../images/general/button-icon_check-mark.png");
}

.StandardButton_WithIcon {
    background-color: #bf311a;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 50px;
    float: left;
    /*margin-top: 20px;*/
    cursor: pointer;
    line-height: 33px;
    height: 35px;
    font-size: 14px;
    font-family: Lato, Arial;
    background-repeat: no-repeat;
    background-position: right;
}

.StandardButton:hover {
    background-color: #a12612;
    color: #ffffff;
}

.SecondaryButton {
    background-color: #a1a1a1;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
    float: left;
    /*margin-top: 20px;*/
    margin-right: 10px;
    cursor: pointer;
}

    .SecondaryButton:hover {
        background-color: #8c8c8c;
        color: #ffffff;
    }



body {
}

a {
    color: #9F0005;
    font-family: Lato, Arial;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
}

    a:hover {
        color: black;
    }

    a.login {
        color: black;
        font-family: Lato, Arial;
        font-size: 11pt;
        text-decoration: none;
        font-weight: bold;
    }

        a.login:hover {
            color: red;
            text-decoration: underline;
        }

.Newlogin {
    font-family: Lato, Arial;
    font-weight: normal;
    font-size: 14px;
    color: #3f3f3f;
    text-decoration: none;
}

a.Newlogin {
    font-family: Lato, Arial;
    font-weight: normal;
    font-size: 14px;
    color: #3f3f3f;
    text-decoration: none;
}

    a.Newlogin:hover {
        color: red;
    }


.CellBorderChild, .CellBorderChild td, .CellBorderChild div {
    border: solid 1px Red;
}

.CellBorderGreenChild, .CellBorderGreenChild td, .CellBorderGreenChild th, .CellBorderGreenChild div {
    border: solid 1px Green;
}

.ColorRed {
    color: Red !important;
}

.ColorBlack {
    color: Black !important;
}

.ColorWhite {
    color: White !important;
}


.ApplicationMasterPage_TopTdClass {
    background-image: url("../Images/General/Tile_Header_Portal.gif"); background-repeat: repeat-x;
    background-position: top;
}

.ApplicationMasterPage_TopTdClass_SubHeader {
    background-image: url("../Images/General/Tile_Header_Portal_SubHeader.gif"); background-repeat: repeat-x;
    background-position: top;
}

.HorizontalMenu_UlClass {
    padding: 0px;
    margin: 0px;
}

.HorizontalMenu_liClass {
    float: left;
    text-align: left;
    list-style-type: none;
    padding-right: 15px;
}

.GridViewHeaderClass, .GridViewHeaderClass th, .GridViewHeaderClass a {
    font-size: 12px;
    color: #9f0005 !important;
    text-align: left;
}

.TextAlignRight {
    text-align: right !important;
}

.TextAlignLeft, .TextAlignLeft th {
    text-align: left !important;
}

.Application_ValidationElement_div {
    position: relative;
    z-index: 1;
}

.Application_CustomValidator_div {
    position: absolute;
    z-index: 2;
}

.LeftPaddingChildLabel_5 label {
    padding-left: 5px;
}

.Application_Element_Small_Label {
    float: left;
    font-size: 14px;
    color: #656565;
    background-color: Transparent;
    vertical-align: middle;
    padding-top: 2px;
    font-family: Lato, Arial;
}

.Application_Element_Small_Label_WithoutColor {
    float: left;
    font-size: 14px;
    background-color: Transparent;
    vertical-align: middle;
    padding-top: 2px;
    font-family: Lato, Arial;
}

.Application_Element_Small_Label_WithoutColor {
    float: left;
    font-size: 14px;
    background-color: Transparent;
    vertical-align: middle;
    padding-top: 2px;
    font-family: Lato, Arial;
}

.Application_Element_ErrorColor {
    color: #911717 !important;
}

.Application_Element_ErrorColor2 {
    color: #911717 !important;
}

.Application_Element_ErrorColor3 {
    color: #911717 !important;
}

.Application_Element_ErrorColor4 {
    color: #911717 !important;
}

.ValidationFail_input_class {
    color: #B94A48;
    background-color: #F2DEDE;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.ValidationFail_input_class2 {
    color: #B94A48;
    background-color: #F2DEDE;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.ValidationFail_input_class3 {
    color: #B94A48;
    background-color: #F2DEDE;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.LoanApplication_CustomValidator_div {
    position: absolute;
    z-index: 2;
}

.Width_300 {
    width: 300px;
}

.Width_200 {
    width: 200px;
}

.Width_220 {
    width: 220px;
}

.Width_250 {
    width: 250px;
}

.Width_150 {
    width: 150px;
}

.Width_180 {
    width: 180px;
}

.Width_140 {
    width: 140px;
}

.Width_120 {
    width: 120px;
}

.Width_130 {
    width: 130px;
}

.Width_100 {
    width: 100px;
}

.Width_30 {
    width: 30px;
}

.Width_50 {
    width: 50px;
}

.MinWidth_50 {
    min-width: 50px;
}

.Width_70 {
    width: 70px;
}

.Width_80 {
    width: 80px;
}

.Width_75 {
    width: 75px;
}

.Width_85 {
    width: 85px;
}

.Width_350 {
    width: 350px;
}

.Width_400 {
    width: 400px;
}

.Width_60 {
    width: 60px;
}

.GrayBackgroundClass {
    background-color: #f6f6f6;
}

.Paging_a_Class {
    border: 1px solid #dddddd;
    padding-left: 6px;
    padding-right: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #0072cf;
    font-size: 12px;
    vertical-align: middle;
}

.PageTemplateClass {
    font-family: Lato, Arial;
    font-weight: bold;
    color: #656565;
    font-size: 12px;
}


.TextHintClass {
    color: #444444;
    font-size: 10px;
}

.MessageLabelClass {
    color: #9f0005;
    background-color: #fff1b7;
    padding: 10px 20px;
    display: block;
    margin-bottom: 20px;
}

.MessageLabelClass_Small {
    color: #9f0005;
    background-color: #fff1b7;
    padding: 5px 10px;
    display: block;
}

.CancelLabelClass_NoBlock_Small {
    color: #ffffff;
    background-color: #979797;
    padding: 5px 10px;
}

.MessageLabelClass_NoBlock_Small {
    color: #9f0005;
    background-color: #fff1b7;
    padding: 5px 10px;
}

.CancelLabelClass_Small {
    color: #ffffff;
    background-color: #979797;
    padding: 5px 10px;
    display: block;
}

.FormHeaderClass {
    color: #9f0005;
    font-size: 14px;
}

.ContactDetailGrayClass {
    background-color: #f6f6f6;
}


.ProgramLabelClass {
    color: White;
}


.BtTpPad0, .BtTpPad0 td {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.RadioButton_RightPadding5 input[type="radio"] {
    margin-right: 5px;
}

.RadioButtonList_RightPadding5 label {
    padding-left: 5px;
}

.BrokerSelectionClass:hover {
    background-color: #f1f1f1;
}

.BrokerSelectionClass {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    text-align: left;
}

.BrokerSelectionClass_Odd {
}

.BrokerSelectionClass_Even {
}

.BrokerSearchParentDivClass {
    background-color: White;
    position: absolute;
    right: 0px;
    top: 25px;
    border: 1px solid #bbbbbb;
    margin-right: 18px;
    width: 200px;
    text-align: right;
    font-size: 12px;
}



.PaginationdivClass {
    float: left;
    line-height: 37px;
    height: 37px;
}
