
.secLineLabelHeader {
    float: left;
    height: 31px;
    margin-top: 5px;
    border: none 1px #000;
    font-weight: 600;
}

.secLineLabelHeader2 {
    float: left;
    height: 23px;
    margin-top: 6px;
    margin-left: -5px !important;
    /*font-weight: 600;*/
    border: none 1px #707070;
    /*background-color: #FFF3CE;*/
    /*font-size: 0.95em;*/
    padding-top: 3px;
    width: 129px;
    font-family: "Lucida Console", Monaco, monospace;
    background-image: url(../Images/secGridrasterHeader.png) !Important;
}

.secGridView {
    margin: 0;
    width: 460px !Important;
    border: none 1px #a7a7a7;
    color: #707070 !Important;
    font-size: 0.95em;
    margin-top: -7px;
    float: left;
}

    .secGridView [disabled] {
        color: #707070 !Important;
    }

.secGridFctNameField {
    height: 26px !Important;
    width: 230px !Important;
    padding: 0px !Important;
}

    .secGridFctNameField input[type="text"] {
        height: 26px !Important;
        width: 230px !Important;
        padding: 0px !Important;
    }

.secGridSecurityField {
    height: 26px !Important;
    width: 141px !Important;
    padding: 0px !Important;
    font-family: "Lucida Console", Monaco, monospace;
    background-image: url(../Images/secGridRaster.png) !Important;
}

.secGridActiveFlagField {
    height: 26px !Important;
    width: 20px !Important;
    padding: 0px !Important;
}

.secGridSecurityField input[type="text"] {
    height: 26px !Important;
    width: 130px !Important;
    padding: 0px !Important;
    font-family: "Lucida Console", Monaco, monospace;
    background-image: url(../Images/secGridRaster.png) !Important;
}

.secGridFooter {
    background-color: #007D8F !Important;
    height: 32px !Important;
    letter-spacing: 10px;
    text-decoration: none;
    font-weight: 600;
    color: black;
}

    .secGridFooter a {
        text-decoration: none;
        color: white;
        margin-left: 5px;
    }

.secGridViewButtons {
    width: 90px;
    padding-left: 10px;
}


.btnSecFunctionAddFct {
    background-image: url(../Images/BtnAddAllNewFct.png) !Important;
    width: 120px;
    margin: 0px 5px 0 0px;
    padding: 0 0 0 25px;
    float: left;
    font-size: 0.65em;
}