/*------------------EVGERGREENING---------------*/

div.csLabel, div.csFields, div.csFields div {
    margin-bottom: 0px;
}

div.csLabel{
    font-weight: bold;

}

div.csPanelStatus.csPanelErrors {
    background-color: #FBECEC;
    padding-top: 8px;
    padding-bottom: 2px;
    border: 1px solid #c00;
}

div.csPanelErrors div {
    margin-bottom: 0px;
}

tr.csError {
    background-color: #FBECEC;
    border: 1px solid #e5b1b1;
}

tr.csError div.csPanelError, div.csErrorLocal, div.csErrorMsg {
    display: none;
}


input.csButton {
    font-weight: bold;
    text-decoration: none;
    background-color: #c00;
    color: #fff;
    position: relative;
    padding: 4px 9px 4px 9px;
    font-size: 90%;
    line-height: 16px;
    margin-left: 20px;
    border-top: 1px solid #f99;
    border-left: 1px solid #f99;
    border-bottom: 1px solid #600;
    border-right: 1px solid #600;
    cursor: pointer;
}
input.migrationUpgradeNowButton {
    font-size: 140%;
    width: 200px;
    height: 40px;
    font-weight: normal;
    margin-left: 100px;
}
input.csButton:hover {
    color: #fff;
    border-top: 1px solid #600;
    border-left: 1px solid #600;
    border-bottom: 1px solid #f99;
    border-right: 1px solid #f99;
}

table.csTableForm {
    border: none;
    margin-bottom: 0px;
    background-color: transparent;
}
table.csTable th{
    font-weight: bold;
    color: #000;
}

table.csTable tr.csZebra{
    background-color: #EEEEEE;
}

table.csTable tbody input.csButton{
    background-color: transparent;
    border: none;
    color: #c00;
    font-size: 100%;
    text-decoration: underline;
    margin-left: 0px;
    padding-left: 0px;
}
table.csTable tbody input.csButton:hover{
    font-size: 100%;
}

div.csPanelStatus fieldset{
    padding: 0px 10px 0 10px;
    margin: 0 0 15px 0;
}

div.csPanelStatus{
    position: relative;
    background-color: #eee;
    padding: 12px 15px 3px 15px;
    border: 1px solid #ACACAD;
    overflow: visible;
}

div.csPanelStatus table.csTableForm{
    background-color: #eee;
}

span.csHide{
    display: none;
}


table.csTableForm td,
table.csTableForm th {
    padding:1px 3px 8px 1px;
    border-width:0;
    text-align:left;
    vertical-align:middle;
    padding-left: 5px;
}

thead tr .csTableForm tr td {
    font-weight: bold;
    color: #000;
}

div.csPanel.csPanelTable div {
    margin-bottom: 0;
}

input.csButton.hsbcPbSubmitLink.hsbcPbSubmitLinkAlign.csAct,
span.hsbcPbSubmitLink.hsbcPbSubmitLinkAlign {
    float: right;
}

input.csButton.hsbcPbSubmitLinkDelete.csAct {
    padding-right: 0px;
    float: right;
}

div.hsbcDivletNavigation .csForm.csMsgs-x {
    padding-top: 10px;
    padding-left: 10px;
    display: block;
}
table.linkButtonTable input.linkButtonNew {
    background-color: #eee;
    border: none;
    color: #DB0011;
    text-decoration: underline;
    cursor: pointer;
    font-size: 100%;
    margin-left: 0px;
    padding: 0px 9px 0px 9px;
}

.align-top-new tbody td{
    vertical-align: top !important;
}

.csTableField{
    font-weight: normal;
}

