.RowLight {
    background-color: white;
}

.RowDark {
    background-color: #ececec;
}

.divSearchResultRow {
    width: 80%;
    margin: auto;
    height: 60px;
}

.divTitleLink {
    font-size: 16px;
    color: #658D1B;
    float: left;
    width: 90%;
    margin-top: 17px;
    margin-left: 17px;
}

.lblTitle {
    float: left;
    font-size: 16px;
    color: #658D1B;
}

.lblTitle:hover {
    color: black !important;
}

    .lblTitle:visited {
        color: #658D1B;
    }

.divUrlBtn {
    width: 45px;
    height: 32px;
    border: solid;
    border-color: #c4d600;
    margin-top: 9px;
    float: right;
    margin-right: 9px;
}

    .divUrlBtn:hover {
        background-color: #c4d600;
    }

.ibtnURL {
    margin-top: 1px;
    margin-left: 8px;
}



.Pagination {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    background-color: white;
    float:left;
}

.PaginationFont {
    font-size: 16px;
    color: #658D1B;
}

.divPagination {
    width: 80%;
    margin: auto;
    height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.CurrentPageFont {
    font-size: 16px;
    color: #333F48;
}

.divSearchBar {
    font-size: 16px;
    background-color: #333F48;
    width: 80%;
    margin: auto;
    height: 80px;
    margin-top: 15px;
}

.txtSearch {
    height: 50px;
    width: 170px;
    border: none;
    border-radius: 0 !important;
    float: left;
    margin-left: 14px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 16px;
    color: #333F48;
    margin-top: 14px;
    font-weight: bold;
    padding: 10px;
}

.btnSearch {
    float: right;
    margin-right: 25px;
    margin-top: 25px;
}


.ActivePage {
    border-color: #333F48;
    color: #333F48;
}