


/*fonts */
@font-face {
    font-family: 'helvetica_condensedmedium';
    src: url('../fonts/Helvetica-Condensed-webfont.eot');
    src: url('../fonts/Helvetica-Condensed-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica-Condensed-webfont.woff2') format('woff2'), url('../fonts/Helvetica-Condensed-webfont.woff') format('woff'), url('../fonts/Helvetica-Condensed-webfont.ttf') format('truetype'), url('../fonts/Helvetica-Condensed-webfont.svg#helvetica_condensedmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}


.QuickSearch
{
    background: rgba(0, 0, 0, 0) url("../images/menu-icon.png") no-repeat scroll 9px 8px;
    display: block;
    padding: 10px 0 10px 50px;
    color: #fff;
   font-size: 14px;
    padding: 10px 0 10px 50px;
    border:none;
}

/* default css */
* {
    margin: 0;
    padding: 0;
}

body {
    color: #242424;
    font-size: 13px;
    font-family: 'Open Sans';
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

:hover {
    transition: color 300ms ease 0s, background-color 300ms ease 0s, opacity 100ms ease 0s;
}

img {
    border: 0 none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div {
    display: block;
}

/* home-page css */
.wrapper {
    width: 1044px;
    margin: 0 auto;
}

header, footer, .containt {
    float: left;
    width: 100%;
}

    header .wrapper {
        position: relative;
    }

.menu {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

nav {
    background: rgba( 255, 255, 255, 0.5);
}

    nav a {
        font-family: 'helvetica_condensedmedium';
        font-size: 14px;
        text-transform: uppercase;
        color: #000;
        display: inline-block;
        padding: 20px 15px;
    }

        nav a.active, nav a.active:hover {
            background: #003d79;
            color: #fff;
        }

        nav a:hover, .login-menu a {
            color: #003d79;
        }

.login-menu {
    position: absolute;
    top: 35px;
    right: 0;
}

    .login-menu a {
        font-family: 'helvetica_condensedmedium';
        font-size: 14px;
        text-transform: uppercase;
        color: #000;
        display: inline-block;
        padding: 20px 15px;
    }

.logo-wrap {
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 3;
}

.logo span {
    color: #fff;
    display: table-cell;
    padding-right: 15px;
    vertical-align: middle;
    font-size: 34px;
    font-family: 'helvetica_condensedmedium';
    text-transform: uppercase;
}

.banner-wrap {
    float: left;
    width: 100%;
}

.containt {
    margin-bottom: 1px;
}

    .containt > h1 {
        font-size: 30px;
        margin: 25px 0 40px;
        font-weight: bold;
        font-family: 'helvetica_condensedmedium';
        text-align: center;
        padding: 0 100px;
    }

    .containt sec1 {
        float: left;
        width: 100%;
    }

.sale-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.box-pic {
    float: left;
    width: 320px;
    margin: 0 14px;
}

    .box-pic h3 {
        font-weight: bold;
        font-family: 'helvetica_condensedmedium';
        text-transform: uppercase;
        text-align: center;
        margin: 15px 0;
        font-size: 22px;
    }

.sec2 {
    float: left;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top:15px;
}

    .sec2 ul {
        float: left;
        width: 975px;
        background: url('../images/link-strip.png') no-repeat;
    }

        .sec2 ul li {
            display: table-cell;
            height: 63px;
            text-align: center;
            text-transform: uppercase;
            vertical-align: middle;
        }

            .sec2 ul li a {
                color: #fff;
            }

            .sec2 ul li:nth-child(1) {
                width: 205px;
            }

            .sec2 ul li:nth-child(2), .containt .sec2 ul li:nth-child(3), .containt .sec2 ul li:nth-child(4) {
                /*width: 185px;*/
                width:154px;
            }

            .sec2 ul li:nth-child(5) {
                width: 171px;
            }

.sec3 {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

    .sec3 .left-sec {
        float: left;
        width: 700px;
    }

    .sec3 .right-sec {
        float: right;
    }

    .sec3 .left-sec .brocker {
        float: left;
        width: 97%;
        margin: 0 0 20px 20px;
    }

        .sec3 .left-sec .brocker h2 {
            font-weight: bold;
            font-family: 'helvetica_condensedmedium';
            font-size: 30px;
            border-bottom: 1px solid #aaa;
            margin-bottom: 10px;
        }

        .sec3 .left-sec .brocker p {
            margin-bottom: 10px;
        }

        .sec3 .left-sec .brocker i {
            float: right;
            color: #00c0ff;
        }

    .sec3 .left-sec .subs {
        background: #fcfcfc;
        border: 1px solid #ebebeb;
        float: left;
        width: 91%;
        padding: 20px;
        margin-left: 20px;
    }

        .sec3 .left-sec .subs .text {
            float: left;
        }

            .sec3 .left-sec .subs .text h3 {
                font-size: 30px;
            }

            .sec3 .left-sec .subs .text h4 {
            }

        .sec3 .left-sec .subs .input-box {
            float: right;
            position: relative;
        }

.input-box .subtext {
    border: 1px solid #ddd;
    height: 44px;
    width: 200px;
    border-radius: 5px;
    background: url('../images/email-icon.png') no-repeat 10px center;
    padding: 0 150px 0 50px;
}

.input-box .subbtn {
    position: absolute;
    right: 0;
    background: url('../images/subscribe.png') no-repeat;
    height: 44px;
    width: 145px;
    border: none;
    top: 1px;
    cursor: pointer;
}

footer .wrapper {
    border-top: 1px solid #ddd;
    padding-top: 1px;
}

.foot-nav {
    float: left;
}

    .foot-nav a {
        display: inline;
        padding: 0 5px;
        color: #333;
    }

        .foot-nav a:hover {
            color: #003d79;
        }

.foot-links {
    float: right;
}

    .foot-links h5 {
        margin-bottom: 10px;
    }

    .foot-links ul {
        float: right;
    }

        .foot-links ul li {
            float: left;
            padding-left: 10px;
        }

.footer-in {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 25px;
}

.lbox {
    padding: 16px;
    font-family: 'helvetica_condensedmedium';
    /*width: 300px;*/
  height:auto;
   
}

.lbox1 {
    padding: 66px;
    font-family: 'helvetica_condensedmedium';
    width: 320px;
    border: 2px solid #000;
}

#reg_content ul {
    border: 0px solid red;
    height:auto;
}
    .lbox h3 {
        text-transform: uppercase;
        border-bottom: 1px solid #ddd;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .lbox h4 {
        color: #666;
        margin-bottom: 5px;
    }

    .lbox ul li {
        margin-bottom: 15px;
    }

        .lbox ul li .txt {
            border: 1px solid #ddd;
            width: 99%;
            height: 30px;
        }

        .lbox ul li input[ type="button"] {
            border: none;
            background: #003d79;
            color: #fff;
            text-transform: uppercase;
            font-size: 15px;
            padding: 10px 35px;
            cursor: pointer;
        }

        .lbox ul li span {
            width: 50%;
            display: inline-block;
        }

            .lbox ul li span.left {
                text-align: left;
                float: left;
            }

            .lbox ul li span.right {
                text-align: right;
            }

        .lbox ul li:last-child {
            margin-bottom: 0;
        }

        .lbox ul li a {
            color: #666;
        }




            .lbox1 h3 {
        text-transform: uppercase;
        border-bottom: 1px solid #ddd;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .lbox1 h4 {
        color: #666;
        margin-bottom: 5px;
    }

    .lbox1 ul li {
        margin-bottom: 15px;
    }

        .lbox1 ul li .txt {
            border: 1px solid #ddd;
            width: 99%;
            height: 30px;
        }

        .lbox1 ul li input[ type="button"] {
            border: none;
            background: #003d79;
            color: #fff;
            text-transform: uppercase;
            font-size: 15px;
            padding: 10px 35px;
            cursor: pointer;
        }

        .lbox1 ul li span {
            width: 50%;
            display: inline-block;
        }

            .lbox1 ul li span.left {
                text-align: left;
                float: left;
            }

            .lbox1 ul li span.right {
                text-align: right;
            }

        .lbox1 ul li:last-child {
            margin-bottom: 0;
        }

        .lbox1 ul li a {
            color: #666;
        }

/* Inner page */
.inner-banner {
    float: left;
    width: 100%;
    background: url("../images/banner-img1.jpg");
    height: 185px;
    background-size: 100% auto;
}

.user-info {
    position: absolute;
    top: 0;
    right: 0;
    width:205px;
}

    .user-info span {
        display: table-cell;
        height: 58px;
        vertical-align: middle;
        padding: 0 10px 0 0;
    }

    .user-info .user-name {
        text-transform: uppercase;
        font-family: "helvetica_condensedmedium";
        font-size: 13px;
        margin-top: 20px;
        text-align: center;
        float:left;
    }

    .user-info .user-pic {
        width: 40px;
        height: 40px;
    }

        .user-info .user-pic img {
            width: 100%;
            border-radius: 25px;
        }

.inner-page {
    float: left;
    width: 100%;
    background: #003d79;
}

.left-menu {
    float: left;
    width: 220px;
}

    .left-menu h2 {
        background: #09bc73;
        color: #fff;
        font-size: 18px;
        padding: 10px;
        font-family: "helvetica_condensedmedium";
        min-height: 29px;
        line-height: 30px;
    }

ul.links {
    margin: 20px 0;
    font-size: 14px;
}

    ul.links li:hover, ul.links li.active {
        background: #0052a1;
    }

    ul.links li a {
        background: url('../images/menu-icon.png') no-repeat 9px 8px;
        padding: 10px 0 10px 50px;
        display: block;
    }

    ul.links li:nth-child(1) a {
        background-position: 10px 8px;
    }

    ul.links li:nth-child(2) a {
        background-position: 10px -38px;
    }

    ul.links li:nth-child(3) a {
        background-position: 10px -85px;
    }

    ul.links li:nth-child(4) a {
        background-position: 10px -137px;
    }

    ul.links li:nth-child(5) a {
        background-position: 10px -188px;
    }

    ul.links li:nth-child(6) a {
        background-position: 10px -238px;
    }

    ul.links li a {
        color: #fff;
    }

.links > li {
    border-bottom: 1px solid #033261;
}

.right-data {
    float: right;
    width: 800px;
    background: #fff;
    min-height: 320px;
    padding-left: 24px;
    padding-bottom: 25px;
}

.top-sec {
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .top-sec ul {
        float: right;
    }

        .top-sec ul li {
            float: left;
            padding: 15px 0 15px 30px;
            text-transform: uppercase;
        }

            .top-sec ul li:nth-child(1) {
                background: url('../images/my-profile-icon.png') no-repeat 0 center;
            }

            .top-sec ul li:nth-child(2) {
                padding: 15px 10px;
            }

            .top-sec ul li:nth-child(3) {
                background: url('../images/logout-icon.png') no-repeat 0 center;
            }

            .top-sec ul li a {
                color: #333;
            }

.page-heading {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .page-heading h1 {
        color: #505050;
        font-size: 16px;
        text-transform: uppercase;
        text-align: left;
        font-weight: bold;
    }

.search-table {
    float: left;
    width: 100%;
    text-align: center;
    clear:both;
}
.search-table table {
    clear: both;
    width: 100%;
}

.search-box {
    float: left;
    width: 96%;
    padding: 15px;
    border: 1px solid #ddd;
}

    .search-box .left {
        float: left;
    }

    .search-box .right {
        float: right;
    }

.search-txt {
    border: 1px solid #ddd;
    height: 30px;
    width: 300px;
    padding: 0 10px;
    margin-right: 5px;
}

.search-btn {
    border: 0;
    height: 32px;
    background: #003d79;
    color: #fff;
    text-transform: uppercase;
    padding: 0 30px;
    cursor: pointer;
}

.sel select {
    border: 1px solid #ddd;
    height: 30px;
    width: 200px;
    margin-left: 10px;
}

.search-box .right span, .sel select {
    color: #999;
}

.search-table table tr:nth-child(2n+1) {
    background: #f0f7ff;
}

.search-table table tr th {
    background: #003d79;
    color: #fff;
    padding: 15px 0;
}

.search-table table tr td {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    border-left: 1px solid #ddd;
}

    .search-table table tr td:last-child {
        border-right: 1px solid #ddd;
    }

    .search-table table tr td.ac {
        color: #44aa00;
    }

    .search-table table tr td.inac {
        color: #fe4e41;
    }

    .search-table table tr td .edit {
        background: #003d79;
        color: #fff;
        padding: 2px 10px;
        position: relative;
        text-transform: uppercase;
        top: -7px;
    }

    .search-table table tr td .close {
        background: url('../images/close-btn.png');
        width: 23px;
        height: 23px;
        display: inline-block;
    }

.search-by {
    float: left;
    width: 96%;
    padding: 15px;
    border: 1px solid #ddd;
}

.search-by-in li {
    float: left;
    width: 48%;
    margin-bottom: 20px;
}

    .search-by-in li h4 {
        color: #666;
    }

    .search-by-in li:nth-child(2n) {
        float: right;
    }

    .search-by-in li:last-child {
        clear: both;
        float: left;
    }

.sby-txt {
    border: 1px solid #ddd;
    height: 30px;
    width: 99%;
    text-indent: 6px;
}

.gray-btn {
    background: #9f9f9f !important;
}

.sby-txt:hover {
    background: none repeat scroll 0 0 #ebebeb;
}

.drop select {
    border: 1px solid #ddd;
    height: 30px;
    text-indent: 5px;
    width: 99%;
}

.search-result {
    float: left;
    width: 100%;
}

    .search-result h4 {
        font-weight: bold;
        font-size: 14px;
        color: #6a6a6a;
        font-family: "helvetica_condensedmedium";
        margin-bottom: 10px;
    }

ul.cri-list li {
    color: #898989;
    font-size: 12px;
    float: left;
    margin-right: 73px;
    margin-bottom: 10px;
}

    ul.cri-list li:last-child {
        margin-right: 0;
    }

.list-sec {
    clear: both;
    float: left;
    width: 100%;
}

    .list-sec > .left {
        float: left;
        padding: 10px 50px;
        color: #323232;
        background: #ededed;
        text-transform: uppercase;
        font-weight: bold;
        border: 1px solid #ccc;
    }

    .list-sec > .right {
        float: right;
    }

        .list-sec > .right a {
            color: #6a6a6a;
            font-size: 14px;
            font-weight: bold;
            font-family: "helvetica_condensedmedium";
            margin: 10px 0 0 20px;
            display: inline-block;
        }

.list-sec-in {
    float: left;
    border: 1px solid #ccc;
    padding: 20px;
    width: 95%;
    margin-top: -1px;
}

.in-links {
    float: right;
    margin-bottom: 10px;
}

    .in-links a {
        display: table-cell;
        height: 37px;
        vertical-align: middle;
        padding-left: 30px;
        color: #6a6a6a;
        font-weight: bold;
        text-decoration: underline;
    }

.list-box {
    float: left;
    width: 100%;
}

.list-box-in {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

    .list-box-in:last-child {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }

    .list-box-in input[type="checkbox"] {
        float: left;
        margin-right: 15px;
    }

    .list-box-in > ul {
        float: left;
        margin-top: -2px;
        color: #6a6a6a;
    }

        .list-box-in > ul li {
            margin-bottom: 10px;
        }

            .list-box-in > ul li:last-child {
                margin-bottom: 0px;
            }

.list-sec-in .list-btn {
    text-transform: uppercase;
    float: left;
    color: #fff;
    background: #003d79;
    padding: 10px 35px;
}

.wrapper h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 39px;
    margin: 10px 0;
    text-align: center;
}

.signlinkeffect {
    background: none;
    border: 0px;
    color: #000;
    display: inline-block;
    font-family: "helvetica_condensedmedium";
    font-size: 14px;
    /*padding: 20px 17px;*/
     padding: 19px 10px;
    text-transform: uppercase;
}

#Button2 {
    background: rgba(0, 0, 0, 0) url("../images/controls.png") no-repeat scroll center top;
    display: block;
    height: 19px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 38px;
    border: 0 none;
}
#Button4,#btnCloseComment {
    background: rgba(0, 0, 0, 0) url("../images/controls.png") no-repeat scroll center top;
    display: block;
    height: 19px;
    position: absolute;
    right: 0;
    text-indent: -9999px;   
    top: 0;
    width: 38px;
    border: 0 none;
}

#btLogin,#btnSubmit,#btnUpdateSettings,#cpMain_btnUpdateSettings {
    background: #003d79;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 35px;
    text-transform: uppercase;
}
#btnSend,#btnChangePassword,#btnLandForSale,#btnLandSold {
    background: #003d79;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 35px;
    text-transform: uppercase;
}
#btnCreate {
     background: #003d79;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 35px;
    text-transform: uppercase;
}

#btnReset {
     background: #003d79;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 35px;
    text-transform: uppercase;
}


.Background {
    background-color: #000;
    opacity: 0.9;
}
#cpMain_gvMailingList tr:last-child td table { width:auto;
}
#cpMain_gvMailingList tr:last-child td table tr td span{
    color: #000;
    padding: 5px 10px;
}
#cpMain_gvMailingList tr:last-child td table tr td a{
    color: #000 !important;
    text-decoration: none;
    padding: 5px 10px;
}
#cpMain_gvManageUser tr:last-child td table { width:auto;
}



#cpMain_gvManageUser tr:last-child td table tr td span{
    color: #000;
    padding: 5px 10px;
}
#cpMain_gvManageUser tr:last-child td table tr td a{
    color: #000 !important;
    text-decoration: none;
    padding: 5px 10px;
}


#cpMain_gvUserComments tr:last-child td table { width:auto;
}


#cpMain_gvUserComments tr:last-child td table tr td span{
    color: #000;
    padding: 5px 10px;
}
#cpMain_gvUserComments tr:last-child td table tr td a{
    color: #000 !important;
    text-decoration: none;
    padding: 5px 10px;
}

.search-box .left select {
    height: 33px;
    line-height: 40px;
}
#ddlFileType {
    height: 31px;
}


.UpData {
    
    float: left;
    height: 269px;
}


.width-gt-320 {
    line-height: 10px;
}
/*================= CSS added by pradip on 22-06-2015 for home page changes as per mail ===============*/
.sec1 > p {
    font-size: 15px;
    margin-bottom: 5px;
}

.back-link {
    clear: both;
    display: block;
    line-height: 35px;
    overflow: hidden;
    text-align: right;
}


.back-link > a {
    background: rgba(0, 0, 0, 0) url("../images/back-arrow.png") no-repeat scroll 10px center;
    color: #fcff00;
    font-weight: bold;
    height: 20px;
    padding-left: 25px;
    text-decoration: none;
}


/*.UserPopupSettingTable
{
    border-style: none solid solid none;
}*/

