﻿/* COLOURS 
    PINK rgb(236, 0, 140)
    GREY rgb(89, 89, 89)
    LIGHT BLUE rgb(0, 174, 239)
*/

/* reset all styles to make them browser independent */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, pre, a, em, img, strong, sub, sup, var, b, u, i, ol, ul, li, form, label, table, caption,
tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* SITE WIDE STYLES */

ol, ul {
    list-style: none;
}

:focus {
    outline: 0;
}

a {
    color: rgb(89, 89, 89);
}

body, html {
    height: 100%;
    font-family: Lato, Verdana, Arial, Helvetica, Sans-Serif;
    color: rgb(89, 89, 89);
    font-size: 0.9em;
}

form {
    text-align: left;
}

h1, h2, h3 {
    color: rgb(236, 0, 140);
}

h1, h3 {
    font-weight: bold;
}

h1 {
    font-size: 1.9em;
}

h2 {
    font-size: 1.6em;
    font-weight: normal;
}

h3 {
    font-size: 1.2em;
}

#siteWrapper {
    /*font-size: 1.5em;*/
    width: 1100px;
    margin: 0 auto;
}

.pink_button {
    padding: 9px 15px;
    border-radius: 5px;
    background-color: rgb(236, 0, 140);
    color: white;
    border: none;
    font-weight: bold;
    box-shadow: 5px 5px 5px #888888;
    cursor: pointer;
}

    .pink_button:hover {
        background-color: rgb(0, 174, 239);
    }

.grey_button {
    padding: 9px 15px;
    border-radius: 5px;
    background-color: rgb(89, 89, 89);
    color: white;
    border: none;
    font-weight: bold;
    box-shadow: 5px 5px 5px #888888;
    cursor: pointer;
}

    .grey_button:hover {
        background-color: rgb(0, 174, 239);
    }

.notVisible, .printOnly {
    display: none;
}

.error {
    color: Red;
    font-size: 1.3em;
}

.side_menu {
    float: left;
    margin-top: 45px;
    margin-left: 65px;
    line-height: 1.5em;
    display: block;
}

    .side_menu li {
        background: rgba(0, 0, 0, 0) url(images/right_arrow.png) no-repeat top left;
        /*padding-bottom: 10px;*/
    }

        .side_menu li:hover {
            background: rgba(0, 0, 0, 0) url(images/right_arrow_hover.png) no-repeat top left;
        }

    .side_menu a {
        vertical-align: top;
        width: 180px;
        text-decoration: none;
        margin-left: 20px;
    }

        .side_menu a:hover, .side_menu a.selected {
            color: rgb(236, 0, 140);
            font-weight: bold;
            font-size: 1.1em;
        }

/****************************************************************************************** HEADER */

#top_panel {
    margin: 0 40px 0 40px;
}

#header_logo {
    background: white url(images/MyMoveLogo-Small.png) no-repeat top left;
    cursor: pointer;
    width: 250px;
    height: 150px;
    float: left;
}

#navlinks {
    float: left;
    margin-top: 55px;
}

    #navlinks a {
        margin-right: 10px;
        font-size: 1.5em;
        font-weight: bold;
        text-decoration: none;
        border-bottom: solid 4px rgb(236, 0, 140);
    }

        #navlinks a:hover, #navlinks a.selected {
            border-bottom: solid 4px rgb(0, 174, 239);
        }

.account {
    float: right;
    margin-top: 45px;
    font-weight: bold;
}

    .account a {
        text-decoration: none;
    }

/* CHROME ONLY */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .account a {
        vertical-align: 20px;
    }
}

#accountMenu {
    position: relative;
    display: inline-block;
}

#accountMenuContent {
    margin-top: 5px;
    display: none;
    position: absolute;
    min-width: 160px;
}

    #accountMenuContent a {
        display: block;
        background-color: rgb(89, 89, 89);
        color: white;
        padding: 5px 5px;
    }

#login {
    background: white url(images/account.png) no-repeat top left;
    background-size: contain;
    border: 0;
    width: 112px;
    height: 50px;
}

    #login:hover {
        cursor: pointer;
        background: white url(images/account_hover.png) no-repeat top left;
        background-size: contain;
        border: 0;
        width: 112px;
        height: 50px;
    }

#my_account {
    background: white url(images/account2.png) no-repeat top left;
    background-size: contain;
    border: 0;
    width: 152px;
    height: 50px;
}

    #my_account:hover {
        cursor: pointer;
        background: white url(images/account2_hover.png) no-repeat top left;
        background-size: contain;
        border: 0;
        width: 152px;
        height: 50px;
    }

/****************************************************************************************** FOOTER */

.footer_wrapper {
    background-color: rgb(89, 89, 89);
    color: white;
    padding: 10px 0;
    margin: 5px 30px 0 30px;
}

    .footer_wrapper a {
        font-size: 1.2em;
        text-decoration: none;
        color: white;
        padding-right: 30px;
    }

.footer_left {
    display: inline;
    margin-left: 30px;
}

.footer_right {
    float: right;
    margin-right: 30px;
}

    .footer_right a {
        font-size: 1em;
        text-decoration: underline;
    }



.footer_wrapper span {
    font-size: small;
}

#access {
    float: left;
    font-weight: bold;
    cursor: pointer;
}

    #access .access_selected {
        text-decoration: underline;
    }

#access_size_medium {
    font-size: 1.25em;
}

#access_size_large {
    font-size: 1.4em;
}

#translate {
    text-align: right;
    margin: 20px 30px 0 30px;
}

/****************************************************************************************** HOME PAGE */

#home_search_wrapper {
    background: white url(../../uploads/home_banner.jpg) no-repeat top left;
    background-size: auto;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 50px;
    margin-left: 30px;
}

    #home_search_wrapper h1 {
        text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }

    #home_search_wrapper h2 {
        font-size: 2em;
    }

#home_search {
    border: solid 2px rgb(236, 0, 140);
    background-color: rgba(255, 255, 255, 0.55);
    margin: 10px 130px 10px 90px;
    padding-top: 20px;
    height: 180px;
    text-align: left;
}

    #home_search img {
        padding-left: 10px;
        margin-top: -10px;
        float: left;
    }

#home_search_criteria {
    margin-top: 35px;
    width: 100%;
    font-size: 1.4em;
    font-weight: bold;
    color: black;
}

    #home_search_criteria table {
        border-collapse: separate;
        border-spacing: 10px 0;
    }

    #home_search_criteria a {
        font-size: 0.9em;
    }

    #home_search_criteria select {
        font-size: 1.1em;
    }

#home_content {
    margin-top: 10px;
    text-align: left;
    font-size: 1.2em;
    color: black;
}

    #home_content table {
        margin: 0 auto;
        border-collapse: separate;
        border-spacing: 40px 0;
    }

    #home_content td {
        width: 260px;
    }

    #home_content h3 {
        font-size: 1.1em;
    }

    #home_content img {
        padding-bottom: 10px;
        border-bottom: solid 4px rgb(236, 0, 140);
        cursor: pointer;
    }

        #home_content img:hover {
            border-bottom: solid 4px rgb(0, 174, 239);
        }

    #home_content a {
        font-size: 0.9em;
        color: black;
    }

/****************************************************************************************** FAQ PAGES */

#faq_page {
    color: black;
    margin: 0 100px 0 100px;
}

    #faq_page h1 {
        font-size: 3em;
        font-weight: normal;
        margin-bottom: 10px;
    }

    #faq_page h2 {
        color: black;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #faq_page table {
        background-color: rgb(236, 236, 236);
        margin-top: 20px;
        padding-left: 0;
    }

    #faq_page th {
        font-size: 1.2em;
        font-weight: bold;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    #faq_page td {
        padding-left: 20px;
    }

    #faq_page a {
        color: black;
        text-decoration: none;
    }

    #faq_page li {
        background: rgba(0, 0, 0, 0) url(images/right_arrow.png) no-repeat top left;
        padding-bottom: 10px;
    }

        #faq_page li span {
            margin-left: 20px;
            vertical-align: middle;
        }

        #faq_page li:hover {
            background: rgba(0, 0, 0, 0) url(images/right_arrow_hover.png) no-repeat top left;
        }

    #faq_page span {
        vertical-align: top;
    }

#youraccount {
    margin-left: 50px;
}

    #youraccount img {
        width: 150px;
        height: auto;
        padding-right: 10px;
    }

#help_guides {
    background: url(images/helpguides.png) no-repeat bottom right;
}

#frequent_questions {
    background: url(images/faqs.png) no-repeat bottom right;
    border-left: 4px solid white;
}

#get_in_touch_wrapper {
    background: white url(images/getintouch.png) no-repeat top left;
    background-position: 10px 10px;
    background-color: rgb(236, 236, 236);
    /*width: 100%;*/
    width: 100%;
    height: 125px;
    margin: 10px 0;
}

#get_in_touch {
    padding-top: 10px;
    padding-left: 120px;
    height: auto;
    padding-right: 5px;
}

    #get_in_touch a {
        text-decoration: underline;
    }

#divcontactus {
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1002;
}

    #divcontactus table {
        background-color: white;
        border: solid 2px black;
        margin: auto auto;
        padding: 10px 10px;
    }

#google_search {
    margin-top: 0;
}

    #google_search table {
        margin-top: 0;
        background-color: transparent;
    }
/****************************************************************************************** WIKI PAGES */

.main_content_wrapper, #wikiLogin {
    width: 740px;
    margin: 5px 5px 5px 314px;
    /*position:relative;*/
    overflow-y: auto;
    overflow-x: hidden;
    /*scrollbar-base-color: #FFFFFF;
    scrollbar-arrow-color: #B3B3B3;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-face-color: #CFCFCF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;*/
}

.main_content_wiki {
    color: black;
    font-size: 1em;
}

    .main_content_wiki h1 {
        color: rgb(89, 89, 89);
        font-size: 1.8em;
        font-weight: normal;
    }

    .main_content_wiki h2 {
        color: rgb(236, 0, 140);
        font-size: 1.2em;
    }

/****************************************************************************************** LOGIN PAGE */

#divlogin {
    background-color: rgb(242, 242, 242);
    margin-left: 80px;
    margin-right: 80px;
    padding: 10px;
}

#table_login {
    margin: 10px auto;
    width: 90%;
    line-height: 1.8em;
}

#workingextra {
    margin: 0 auto;
    width: 720px;
}

#td_login {
    border: solid 1px rgb(89, 89, 89);
    background-color: white;
    padding: 10px 10px;
}

    #td_login h1 {
        color: rgb(89, 89, 89);
    }

    #td_login h3 {
        color: rgb(89, 89, 89);
        font-size: 1.2em;
    }

    #td_login a {
        color: black;
        font-size: 1em;
    }

    #td_login .pink_button {
        float: right;
        cursor: pointer;
    }

#td_register {
    padding: 0 10px;
    position: relative;
}

    #td_register a {
        line-height: normal;
        text-decoration: none;
        font-weight: normal;
        position: absolute;
        bottom: 12px;
        right: 10px;
    }

.login_content_wiki {
    color: black;
    font-size: 1.1em;
}

    .login_content_wiki h1 {
        color: rgb(236, 0, 140);
        font-size: 1.7em;
    }

    .login_content_wiki p {
        font-size: 1.2em;
    }

.login_error {
    position: relative;
    top: -10px;
}

.divPopUp {
    position: absolute;
    left: 0;
    bottom: -40px;
    text-align: left;
    padding: 0;
    font-size: 0.7em;
}

/****************************************************************************************** REGISTER PAGE */

#loginPanel {
    width: 600px;
    margin: 0 auto;
    padding: 10px 10px;
    background-color: rgb(236, 236, 236);
}

/****************************************************************************************** PROPERTY LIST PAGE */

.bidinfo {
    float: right;
    /*width: 240px;*/
    /*height: 100px;*/
    border: solid black 1px;
    background-color: #EEE;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 68px;
    *margin-top: 20px;
}

.property_list {
    margin: 0 70px;
}

    .property_list h1, .property_list h2 {
        line-height: 1.4em;
    }

    .property_list p {
        line-height: 1.6em;
    }

/****************************************************************************************** PROPERTY LIST PAGE - LIST */

#divFeedback {
    margin-top: 10px;
}

.togglelist {
    background: white url(images/ToggleList.png) no-repeat left;
    width: 121px;
    height: 59px;
}

    .togglelist a {
        width: 121px;
        height: 59px;
    }

.togglemap {
    background: white url(images/ToggleList.png) no-repeat left;
    width: 121px;
    height: 59px;
}

    .togglemap a {
        width: 121px;
        height: 59px;
    }

#propertylisttable {
    width: 100%;
    font-size: 92%;
    margin: 20px 0 5px;
    /*border-collapse:separate;*/
}

    #propertylisttable th {
        color: rgb(38, 36, 123);
        text-align: left;
    }

    #propertylisttable .altcolour {
        background-color: #ebf1f4;
    }

    #propertylisttable td {
        padding: 4px;
        border-bottom: 4px solid #fff;
    }

    #propertylisttable a {
        text-decoration: underline;
        vertical-align: top;
    }

#tabletabrow {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 20px;
}

#tabletabrow, #tablefilterrow {
    width: 100%;
    float: left;
    margin-bottom: 2px;
    position: relative;
}

    #tabletabrow p {
        
        float: left;
        font-size: 85%;
        padding-right: 0;
    }

#tabletabcount {
    width: 30%;
    color: rgb(38, 36, 123);
    padding: 3px 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    bottom: 0;
}

.tabletab {
    width: 23%;
    background-color: rgb(38, 36, 123);
    text-align: center;
    padding: 3px 0;
    margin-left: 2px;
    margin-left: 0;
    margin-right: 0;
}

    .tabletab a {
        color: white;
    }

.tabdisabled {
    background-color: rgb(0, 156, 158);
    color: white;
}

    .tabdisabled p {
        color: #fff !important;
    }

#tablefilterrow {
    background-color: #d9e4ea;
    padding: 7px 0;
}

    #tablefilterrow p {
        /*float: left;*/
        /*width: 10%;*/
        font-weight: bold;
        margin: 10px 5px 0 8px;
        line-height: 1.2em;
    }

    #tablefilterrow label, #tablefilterrow select, #tablefilterrow input {
        
        float: left;
        font-size: 92%;
        margin: 10px 4px 0 4px;
    }

#tablepaging {
    float: left;
    width: 75%;
    margin: 0 0 20px 0;
}

    #tablepaging li {
        font-size: 92%;
        list-style: none;
        display: block;
        float: left;
    }

    #tablepaging a {
        display: block;
        padding: 2px 5px;
        margin-right: 2px;
        background-color: rgb(236, 0, 140);
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

        #tablepaging a:hover {
            text-decoration: underline;
            background-color: rgb(0, 174, 239);
        }

.tablepaging {
    float: left;
    width: 75%;
    margin: 0 0 20px 0;
}

    .tablepaging li {
        font-size: 92%;
        list-style: none;
        display: block;
        float: left;
    }

    .tablepaging a {
        display: block;
        padding: 2px 5px;
        margin-right: 2px;
        background-color: rgb(38, 36, 123);
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

        .tablepaging a:hover {
            text-decoration: underline;
        }

.tablepagingactive {
    background-color: #fff;
    color: rgb(38, 36, 123);
    padding: 2px 5px;
    margin-right: 2px;
    font-weight: bold;
}

.tablepagingnext a, .tablepagingprevious a {
    background-color: #fff !important;
    color: rgb(38, 36, 123) !important;
    text-decoration: underline !important;
}

.firstcomecell {
    text-align: center;
    background-color: #A4D7F4;
}

.firstcometext {
    color: #e51e8b;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    font-size: small;
    text-decoration: none;
}

.bidmadecell {
    text-align: center;
    background-color: #00c35e;
}

.bidmadetext {
    color: black;
}

.takealookcell {
    text-align: center;
}

    .takealookcell a:hover {
        color: rgb(0, 174, 239);
    }

.takealooktext {
    font-weight: bold;
}

.link_reader {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}

/****************************************************************************************** PROPERTY LIST PAGE - ADVERT */

.pd-modal {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

    .pd-modal:target {
        display: table;
        position: absolute;
    }

.pd-modal-dialog {
    /*display: table-cell;*/
    vertical-align: middle;
}

.pd-modal-content {
    margin: auto;
    background-color: #FFF;
    position: relative;
    padding: 0;
    outline: 0;
    border: 1px #777 solid;
    width: 900px;
    height: 925px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pd-close {
    text-decoration: none;
    float: right;
    font-size: 35px;
    font-weight: bold;
    color: rgb(236, 0, 140);
    padding-right: 25px;
}

    .pd-close:hover, .pd-close:focus {
        color: rgb(0, 174, 239);
        text-decoration: none;
        cursor: pointer;
    }

.pd-container {
    padding: 2px 16px;
}

.pd-header {
    position: fixed;
    top: 5px;
    width: 900px;
    background-color: white;
    z-index: 999;
}

.pd-header h2 {
    font-size: 1.3em;
    font-weight: bold;
}

#pd-header-left {
    padding-left: 10px;
    padding-top: 10px;
    display: inline-block;
}

#pd-header-right {
    padding-right: 25px;
    padding-top: 10px;
    float: right;
    text-align: right;
}

#pd-photos {
    margin-top: 5px;
    padding-top: 10px;
    position: absolute;
    top: 60px;
    left: 10px;
    width: 620px;
    height: 400px;
    background-color: rgb(236,236,236);
}

.pd-no-photos {
    background: url(images/MyMoveNoPhoto.png) no-repeat center center;
}

#pd-photos-main {
    width: 620px;
    height: 290px;
}

    #pd-photos-main img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto auto;
    }

#pd-photos-gallery {
    position: absolute;
    margin-top: 15px;
    width: 620px;
    height: 85px;
    display: inline-block;
    text-align: center;
}

.pd-photo-small {
    width: 100px;
    margin-left: 20px;
    height: 85px;
    display: inline-block;
    background-color: rgb(236, 236, 236);
    overflow: hidden;
    cursor: pointer;
}

.pd-photo-small-l {
    background-size: auto 85px;
}

.pd-photo-small-p {
    background-size: 100px auto;
}

.pd-photo-selected {
    border: solid 1px rgb(236, 0, 140);
}

.pd-photo-notselected {
    border: solid 1px black;
}

#pd-bidding {
    margin-top: 30px;
    position: absolute;
    top: 35px;
    left: 650px;
    width: 210px;
    height: 305px;
    background: rgb(236, 236, 236);
    color: black;
    padding-left: 15px;
    padding-right: 15px;
}

.pd-notloggedin {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px 20px 10px;
    width: 210px;
    color: rgb(236, 0, 140);
    font-size: 1.7em;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 0 0 #fff;
}

.pd-numberbids {
    display: block;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    color: black;
    margin-bottom: 30px;
}

.pd-landlorddetails {
    margin-top: 35px;
    display: block;
    /*vertical-align: bottom;*/
    padding-left: 10px;
    padding-right: 10px;
}

.pd-landlorddetails-header {
    font-weight: bold;
    margin-bottom: 5px;
}

.pd-landlorddetails-name {
    font-weight: bold;
    margin-top: 5px;
}


.pd-bidbutton {
    margin-left: 58px;
}

#pd-icons {
    position: absolute;
    top: 390px;
    left: 650px;
    width: 230px;
    height: 85px;
}

    #pd-icons img {
        margin-right: 10px;
    }

#pd-details {
    position: absolute;
    top: 485px;
    left: 10px;
    width: 620px;
    height: 420px;
    margin-bottom: 20px;
}

#pd-tabmenu-container {
    padding: 0 10px 5px 0;
    margin-right: -2px;
    border-bottom: solid rgb(204, 204, 204) 1px;
}

.pd-tabmenu {
    background: rgb(236,236,236);
    padding: 5px 8px 5px 8px;
    margin-right: 5px;
    color: black;
    border: 1px solid rgb(204,204, 204);
    font-weight: bold;
}

    .pd-tabmenu:hover {
        cursor: pointer;
        background-color: rgb(236, 0, 140);
    }

.pd-tabmenu-selected {
    /*background-color: rgb(236, 0, 140) !important;*/
    background-color: #FFF !important;
    border-top: 2px solid rgb(236, 0, 140);
    border-bottom: 1px solid white;
}

.pd-tab {
    position: absolute;
    top: 21px;
    left: 0;
    width: 100%;
    height: 400px;
    border: solid rgb(204, 204, 204) 1px;
    border-top: none;
}

#pd-detailstab {
    padding: 10px 10px 0 0;
    width: 610px;
    height: 390px;
    overflow-y: auto;
}

#pd-detailsspan {
    margin-left: 10px;
}

#pd-detailstab h4 {
    font-weight: bold;
    margin-left: 10px;
}

#pd-detailstab p {
    margin-left: 20px;
}

.powered_by_google_local {
    background: url(images/powered_by_google_on_white.png) no-repeat 90% bottom;
    width: 100%;
    height: 20px;
}

.powered_by_google_useful {
    background: url(images/powered_by_google_on_white.png) no-repeat 60% bottom;
    width: 100%;
    height: 20px;
}

.powered_by_google {
    background: url(images/powered_by_google_on_non_white.png) no-repeat 90% bottom;
    width: 100%;
    height: 20px;
}

#pd-localinfotab {
    /*background: url(images/powered_by_google_on_white.png) no-repeat 90% bottom;*/
    overflow-y: auto;
}

    #pd-localinfotab h4 {
        font-weight: bold;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
    }

    #pd-localinfotab img {
        float: left;
    }

    #pd-localinfotab p {
        margin-left: 40px;
        vertical-align: bottom;
    }

    #pd-localinfotab div {
	    clear: both;
	    margin-top: 10px;
    }

#pd-usefulinfo {
    position: absolute;
    top: 506px;
    left: 650px;
    width: 240px;
    height: 401px;
    color: black;
    overflow-y: auto;
   /*background: rgb(236, 236, 236) url(images/powered_by_google_on_non_white.png) no-repeat bottom left;*/
   background: rgb(236, 236, 236);
}

    #pd-usefulinfo h4 {
        font-weight: bold;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #pd-usefulinfo p {
        margin-left: 40px;
    }

    #pd-usefulinfo img {
	    float: left;
    }

    #pd-usefulinfo div {
	    clear: both;
	    margin-bottom: 10px;
    }

/****************************************************************************************** FEEDBACK PAGE */

#advertPanelWrapper {
    display: none;
}

.advertList_wrapper {
    margin-left: 70px;
    margin-right: 70px;
}

.feedbackList {
    margin: 0 0 0 7px;
}

    .feedbackList caption {
        text-align: left;
        background-color: #949494;
        color: White;
        padding: 0.5em;
    }

    .feedbackList td {
        padding: 0.2em;
        border-bottom: solid 1px #CECECE;
        background-color: white;
        text-align: center;
    }

    .feedbackList th {
        padding: 0.2em;
        text-align: center;
        font-weight: bold;
    }

/****************************************************************************************** YOUR ACCOUNT PAGE */

.member_content_wrapper {
    width: 800px;
    margin: 0 auto;
}

    .member_content_wrapper h2 {
        color: rgb(89, 89, 89);
    }

    .member_content_wrapper input[type=submit] {
        margin-left: -20px;
        padding: 9px 15px;
        border-radius: 5px;
        background-color: rgb(236, 0, 140);
        color: white;
        border: none;
        font-weight: bold;
        box-shadow: 5px 5px 5px #888888;
        cursor: pointer;
    }

.assessment_value {
    padding-left: 20px;
}

.member_contact_details {
    margin-bottom: 10px;
    margin-top: -15px;
}

    .member_contact_details a {
        font-weight: bold;
    }

/****************************************************************************************** ACCOUNT RECOVERY PAGE */

.formEntry a {
    text-decoration: underline;
    cursor: pointer;
}



.pretenancy_wrapper {
    margin-left: 56px;
}

/* jQuery style overrides */

.jquery-dialog
{
    font-size: 12px;
    text-align: left;
}

.ui-dialog 
{
    z-index: 2000;
}

.ui-dialog .ui-widget-header
{
    display: none;
}

.ui-dialog .ui-dialog-content
{
    padding: 15px !important;
}

.ui-dialog .ui-button-text
{
    font-size: 13px;
}