body {
    font: 17px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background: #FFFFFF;
    height: 100%;
    padding: 0;
    margin: 0;
}

#main-wrapper {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}


img {
    border: none;
}
a.img {
    border: none;
}
h1, h2, h3, h4, p, a, span, li, strong {
    color: #0A52A1;
}

h1 {
    font-size: 1.6em;
    clear: left;
}
h2 {
    font-size: 1.3em;
}
p {
    line-height: 150%;
    font-size: 0.9em;
}
li {
    font-size: 0.9em;
}
table {
    width: 100%;
}
/* the calendar widget likes to make a table; the above generic table width breaks it - so it now has a class of calendarTable so it can auto-size */
table.calendarTable {
    width: auto ;
}

.secret_link {
    text-decoration: none;
}
.center {text-align: center;}
.rigth {text-align: right;}

.gray {
    color: gray;
}
.bold {
    font-weight: bold;
}
.submenu { width: 100%; height: 32px;}
.submenu ul, #breadcrumbs{ float: left; list-style: none; padding: 0px; margin: 5px 0;display: table;}
.submenu li, #breadcrumbs li{ display: block; float: left; padding: 0px; margin: 0px; color: blue;}
.submenu div.left {
    float: left;
}
.submenu div.right, #pointless-back-link {
    width: 20%;
    float: right;
    text-align: right;
    clear: right;
    margin: 5px 0;
    color: blue;
}
div.main {
    float: left;
    clear: both;
    width: 100%;
}
div.main table {
    width: 100%;
}
#login {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0;
}



ul.flash-message-error, ul.flash-message-normal {
    width: 80%;
    float: left;
    clear: left;
}
ul.flash-message-error li {
    color: red;
}
ul.flash-message-normal li {
    color: blue;
}
p.error {
    color: red;
}





div.green-border {
    background: #f2f2f2;
    border: 7px solid #eebe42;
    border-radius: 15px;
    padding: 12px;
}
div.green-border-details {
    background: #f2f2f2;
    border: 3px solid #eebe42;
    border-radius: 15px;
    padding: 12px;
}
div.green-border-inner {
    background: #ffffff;
    border: 3px solid #eebe42;
    border-radius: 5px;
    margin-top: 16px;
    padding: 4px;
}
div.social-box {
    float: left;
    clear: both;
    background-color: #F2F2F2;
    margin-top: 20px;
    padding: 0 10px 5px 25px;
    width: 250px;
}
div.social-box h3 {
    padding: 0 5px;
    margin: 10px 0;
}
div.social-box table {
    width: 100%;
    font-size: 0.7em;
}


/*
  Search Bar Header
*/

#search-header {
    background-image: url('/images/search-header.png');
    width: 1033px;
    height: 159px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
#search-header div.select-row {
    padding:0 0 0 175px;
}

#search-header div.select-row div {
    width: 164px;
    margin: 6px;
    padding: 0;
    float: left;
}

#search-header div.select-row div span {
    font-size: 14px;
    float: left;
}
#search-header div.select-row div select {
    float: left;
    width: 100%;
    clear: both;
    margin: 5px 0 0 0;
}
#search-header div input[type=text], #search-header-worldhost div input[type=text] {
    border: 1px solid #eebe42;
    border-radius: 3px;
    padding: 5px;
    margin: 5px;
    width: 155px;
    height: 20px;
    float: left;
}
#search-header div select {
    width: 19%;
    float: left;
    margin: 9px 5px 5px 5px;
    /* height: 20px; */
}
#search-header-worldhost div select {
    width: 100px;
    float: left;
    margin: 9px 5px 5px 5px;
    height: 20px;
}
#search-header div input[type=image] {
    margin: 8px 5px 5px 15px;
}



#sotd-for-business {
    clear: both;
    font-size: 1.0em;
    padding-top: 32px;
}
#left-col {
    float: left;
    width: 500px;
}
#right-col {
    float: right;
    width: 500px;
}
#right-col ul {
    padding: 0 10px 0 30px;
}
#right-col p, #right-col h2, #right-col h3 {
    padding: 0 10px;
}
#right-col img.button {
    display: block;
    margin: 0 auto 10px auto;
}



/*
    HOMEPAGE SEARCH BOX
*/

#search-box {
    float: right;
    width: 530px;
    height: 139px;
    margin-left: -35px;
    background-image: url('/images/searchbox/search.png');
}
#search-box div.inputs {
    float: left;
    width: 82%;
    margin: 15px 0 0 44px;
}
#search-box div.inputs hr {
    margin: 10px 5px;
    border: 1px solid #DDD;
    float: left;
    clear: both;
    width: 97%;
}
#search-box div.inputs input{
    border: 1px solid #eebe42;
    border-radius: 3px;
    padding: 5px;
    margin: 5px;
    height: 25px;
    width: 42%;
    float: left;
    display: block;
}
#search-box div.buttons {
    clear: both;
    width: 80%;
    margin: 5px 0 0 50px;
}

/*
    HOMEPAGE CHECK OUT THE MOVE
*/

#checkout .left {
    float: left;
}
#checkout .right {
    float: left;
    margin-left: 5px;
}
#checkout .right ul {
    margin: 0 0 20px 0;
}
#checkout .right a img {
    margin-left: 20px; display: block; float: left;
}


table.tell-a-friend {

    margin-bottom: 20px;
    font-size: 0.7em;
    text-align: center;
}
table.tell-a-friend tr td div.fb-like {
    height: 20px;
}


/*
  Business Detail Page
*/

#business-detail-header {
    width: 100%; float: left; clear: both
}
#business-detail-header h2 {
    margin-bottom: 0;
}
#business-detail-header p.info {
    font-size: 0.9em;
    margin: 0;
}

#business-detail-top {
    width: 100%;
}
#business-detail-top div.column-left {
    float: left;
    min-height: 128px;
    width: 30%;
}
#business-detail-top div.column-middle, #business-detail-main div.column-middle {
    float: right;
    margin: 0px 25px 0px 25px;
    width: 368px;
}
#business-detail-top div.column-right, #business-detail-main div.column-right {
    float: right;
    width: 291px;
}
#business-detail-top div.column-right a img {
    float: right;
}
#business-detail-main div.column-left {
    float: left;
    width: 284px;
}
#business-detail-telephone-number {
    font-weight: bold;
}
.business-detail-business-type {
    color: gray;
    font-style: italic;
    margin: 0px;
}
#business-detail-main div.column-left h2 {
    font-size: 1.0em;
    margin: 0px;
}
#business-detail-main div.column-left h3, #business-detail-main div.column-right h3 {
    font-size: 1.0em;
    margin: 0px;
}
#business-detail-award-text {
    font-size: 0.9em;
    margin: 0px;
    text-align: center;
}

#fhrs-merchandise-logo {
    float: right;
    margin-top: -10px;
    width: 148px;
}
#business-detail-map div#map_canvas {
    height: 276px;
    margin-top: 16px;
    width: 368px;
}
#business-detail-photograph {
    margin-top: 16px;
    width: 368px;
}
div#business-detail-photograph img {
    max-height: 276px;
    max-width: 368px;
}

#business-detail-worldhost {
    margin-bottom: 16px;
}
#business-detail-worldhost a img {
    margin-top: 12px;
}
#business-detail-worldhost p {
    float: right;
    font-size: 0.8em;
    margin-top: -18px;
    width: 50%;
}
#business-detail-google-advert {
    margin-bottom: 16px;
    padding: 12px;
}
#business-detail-google-advert #adsense {
    margin: 0px auto 0px auto;
    padding: 16px 0px 4px 6px;
    position: relative;
}
#business-details-external-postcode {
    font-size: 0.75em;
    margin-top: 32px;
    text-align: center;
}

.column-left-for-businesses ul {
    font-size: 0.9em;
    margin: 5px 0px 16px 0px;
    padding-left: 16px;
}
.fb-like {
    float: right;
    margin-right: 32px;
}
.no-margin {
    margin: 0px;
}
.column-left-divider {
    border-bottom: 1px solid #eebe42;
    margin: 16px auto 16px auto;
    min-height: 2px;
    width: 96%;
}

#fsa-award {
    margin: 0px;
    padding: 0px;
}
#fsa-award-text {
    color: gray;
    font-size: 0.7em;
    font-style: italic;
    margin: -10px 0px 16px 0px;
}
.other-awards {
    margin: 0px auto 0px auto;
    width: 80%;
}



#business-detail-left {
    width: 650px;
    float: left;
}
#business-detail-left span.address, #business-detail-left span.description  {
    color: gray;
}
#business-detail-left span.description {
    font-style: italic;
}
#business-detail-left span.phone, #business-detail-left span.website {
    font-weight: bold;
}
#business-detail-left div.col1 {
    float: left;
    width: 45%;
    margin-top: 10px;
}
#business-detail-left div.col1 span {
    margin-bottom: 10px;
    float: left;
    clear: left;
}
#business-detail-left div.col2 {
    margin-top: 20px;
    float: right;
    width: 50%;
}
#business-detail-left div.buttons {
    float: left;

    clear: left;
    margin: 20px 0 10px 0;
}
#business-detail-left div.buttons img {
    margin: 10px;
}
#business-detail-left div.inspection div.top {
    margin: 0px 0px 20px 0px;
    padding: 0 15px;
    font-size: 0.8em;
}
#business-detail-left div.inspection div.top, div.inspection div.bottom {
    margin: 0px 0px 20px 0px;
    padding: 0 15px;
    font-size: 0.8em;
}
#business-detail-left div.inspection div.hilife {
    font-size: 0.8em;
    height: 210px;
    margin: 0px 0px 20px 0px;
    padding:  0px;
}
#business-detail-left div.top tr td p {
    margin: 0;
    padding: 0;
}

#business-detail-left div.inspection div.top {
    min-height: 210px;
}
#business-detail-left div.inspection div.bottom {
    margin: 0px;
    padding: 10px 4px;
    height: 190px;
}

#business-detail-left div.inspection div.bottom tr td a {
    margin: 10px 0;
    text-decoration: none;
}

#business-detail-left div.inspection div.bottom table, div.inspection div.bottom table tr{
    width: 100%;
}

#business-detail-left div.inspection div.bottom tr td a:hover {
    text-decoration: underline;
}

#business-detail-image {
    margin-right: 27px;
    float: left;
    width: 254px;
    border: 7px solid #eebe42;
    margin-top: 20px;
    padding: 0;
    border-radius: 15px;
}
#business-detail-image img {
    width: 254px; margin: 0; padding: 0; display: block;border-radius: 8px;
}
#hilife-logo {
    margin-left: -10px;
}

div.col3 {
    position: relative;
    width: 28.5%;
    height: 210px;
    background-color: #f2f2f2;
    border-radius: 15px;
    float: right;
    clear: right;
    margin-top: 20px;
    padding: 0 10px;
}
div.col3 h3 {
    font-size: 1.0em;
}
div.col3 img.click-here {
    position: absolute;
    left: 8px;
    bottom: 8px;
}

/*
  For Food Business
*/

div.for-food-business-sidebar {
    float: right;
    width: 264px;
    background-color: #F2F2F2;
    margin-top: 20px;
    font-size: 0.9em;
}
div.for-food-business-sidebar div.add-your {
    float: left;
    clear: both;
    width: 100%;
    margin-left: 15px;
}
div.for-food-business-sidebar div.add-your p {
    font-size: 1.2em;
    float: left;
    margin: 5px;
}
div.for-food-business-sidebar h3 {
    float: left;
    width: 100%;
    margin: 20px 10px;
}
div.for-food-business-sidebar ul {
    float: right;
    margin: 0 40px 20px 0; /*clear: both;*/
}
div.for-food-business-sidebar div.button {
    width: 100%;
    float: left; /*clear: both;*/
}
div.for-food-business-sidebar div.button a img {
    display:block; margin: 10px auto;
}
div.for-food-business-sidebar h1,
div.for-food-business-sidebar h2,
div.for-food-business-sidebar h3,
div.for-food-business-sidebar span,
div.for-food-business-sidebar p,
div.for-food-business-sidebar ul {
    margin-left: 10px;
}


/*
    HEADER
*/
#header-outer_div { 
    width: 100%; 
    background-image: url('/images/homepage/bg-bar-v2.png'); 
    background-repeat: repeat-x; 
    background-position: 0px 17px; 
    margin: 0px 0px 20px 0px; 
} 
#header-inner_div { 
    width: 1026px; 
    position: relative; 
    margin-left: auto; 
    margin-right: auto; 
} 
#header-main_image { 
    display: block; 
    position: relative; 
    margin-left: auto; 
    margin-right: auto; 
    width: 1026px; 
    height: 250px; 
    z-index: 1; 
} 
#header-logo-app_store { 
    position: absolute; 
    top: 18px; 
    right: 3px; 
    z-index: 2; 
} 
#header-logo-play_store {
    position: absolute;
    top: 150px;
    right: 6px;
    z-index: 2; 
}

#header-app_info {
    position: absolute;
    top: 72px;
    right: 36px;
    padding: 4px;
    margin: 0px;
    list-style: none;
    font-size: 11px;
    z-index: 2; 
}
#header-app_info li {
    color: #ffffff;
}

/*
    FOOTER
*/

#footer{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 30px;
    font-size: 0.9em;
}
#footer div.logos table {
    width: auto;
}
#footer div.links {
    width: 100%;
    height: 120px;
    background-color: #CCC;
    clear: both;
    box-shadow: inset 0 5px 10px #666;

}
#footer div.links div.block-wrapper {
    width: 1024px;
    background-color: #CCC;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
div.footer-block {
    float: left;
    width: 31.5%;
    background-color: #CCC;
    border: 1px solid #AAA;
    margin-left: 1.5%;
    margin-top: 20px;
    height: 80px;
}
div.footer-block ul {
    float: left;
    width:45%;
    padding: 0;
    margin: 5px 0 2.5% 2.5%;
    list-style: none;
}
div.footer-block ul li {
    padding: 3px 0;
    font-size: 0.9em;
}
div.footer-block a {
    /*color: #0A52A1;*/
    color: black;
    text-decoration: none;
}
div.footer-block a:hover {
    text-decoration: underline;
}
#footer-copy {
    background-color: #3C5476;
    width: 100%;
    clear: both;
}
#footer-copy p {
    color: #fff;
    width: 100%;
    margin: 0;
    font-size: 0.7em;
    text-align: center;
    line-height: 28px;
}

.important-text {
    font-weight: bold;
}



.remoteapi-data {
    background-color: #f2f2f2;
    line-height: 100% !important;
}

#google-places-opening-hours {
    border-spacing: 0px;
    clear: both;
    font-size: 0.8em;
}

.ui-accordion .ui-accordion-content {
    padding: 0px;
}
.remoteapi-data span {
    font-size: 0.8em;
}
.remoteapi-data .stats {
    padding-right: 20px;
}

.remoteapi-data .opening-hours-day {
    padding: 0px 20px 0px 0px;
}


.remoteapi-data #opening_hours, .remoteapi-stats {
    margin: 12px 0px 12px 0px;
}
.remoteapi-data .remoteapi-stats table {
    border-spacing: 0px;
}
.remoteapi-data .remoteapi-stats table tr td {
    padding: 1px 0px 1px 0px;
}

.detail-label {
    color: #0A52A1;
}
.remoteapi-data span.detail-label {
    padding-top: 10px;
    margin-bottom: 0px !important;
}

span.detail {
    color: grey;
}

span.tripadvisor-attribution {
    float: right !important;
    margin-top: 2px;
}
span.google-attribution {
    float: right !important;
    margin-top: 2px;
}
span.foursquare-attribution {
    float: right !important;
    margin-top: -8px;
}

/* business detail - attribution for photo etc */
div.remote-attribution-text {
    float: right;
    color: grey;
    font-size: 0.8em;
}

p#business_r2r-title {
    font-weight: bold;
    margin: 0px 2px 0px -3px;
}
div#business_r2r-body {
    background: #eeeeee;
    border: 1px solid #aaaaaa;
    margin: 0px 2px 20px -3px;
    padding: 8px;
}
div#business_r2r-body p {
    font-size: 0.8em;
    margin: 0px;
}


#crm_email_list {
    height: 450px;
    overflow: scroll;
    border: 1px black solid;
    clear: both;
}

.clientrow {
    border-top: 1px gray solid;
    font-weight: bold;
    clear: both;
    padding-left: 5px;
}

.userrow {
    border-top: 1px gray solid;
    clear: both;
}

.user {
    float: left;
    width: 400px;
    height: 20px;
    padding-left: 10px;
}

.list_entry {
    float: left;
    width: 20px;
    height: 20px;
    border-left: 1px gray solid;
}

.crmred {
    color: red !important;
}

.crmblue {
    color: blue !important;
}

#crm-key {
    clear: both;
    float: right;
    width: 100px;
}

ul#maillist_list {
    list-style-type: none;
    padding-left: 0;
}

#crm-list-left {
    float: left;
    width: 550px;
}

#crm-list-right {
    float: right;
    width: 200px;
}


.flash-message-normal {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #E8E8FC;
    border: 1px solid blue;
}
.flash-message-error {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #F6E8E8;
    border: 1px solid red;
}
.smallprint {
    font-size: 0.6em;
}

#reportSearchClientIDs {
    min-width: 200px;
}

#approve_all {
    float: right;
}
