@import url(/Styles/GLFramework.css);
@import url(/Styles/Adverts.css);

/* FONTS */
body
{
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}
H1
{
    color: #FD4703;
    font: 500 18px/22px Arial, Helvetica, Sans-serif;
}
H2
{
    font-size: 18px;
    font-weight: bold;
    color: #444444;
}
H3
{
    font-size: 14px;
    font-weight: bold;
    color: #FD4703;
}

.h3colour
{
    text-decoration: underline;
    color: #444444;
}

.url
{
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.noBreak
{
    white-space: nowrap;
}

/* SEARCH BOX */
.lcBoxOut
{
    width: 98%;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    padding: 1px;
    margin-bottom: 8px;
}
.lcBoxOut .lcBoxIn
{
    width: 100%;
    background-color: #E6D5A9;
}
.lcBoxOut .lcBoxIn .lhContent
{
    padding: 5px 0px 0px 6px;
}
.lcBoxOut .lcBoxIn .lhContent .lhHeaders
{
    color: #626262;
}

.lcBoxOut .lcBoxIn2
{
    width: 100%;
    background-color: #F2EBD5;
}
.lcBoxOut .lcBoxIn2 .lhContent
{
    padding: 1px 10px 10px 10px;
    font-size: 10px;
    line-height: 120%;
}


/* FORM FIELDS */
.formFields
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; /* TEST: border: 1px solid Green; */
}
.formFields .button
{
    width: 193px;
}
.formFields .searchBox
{
    width: 193px;
}
.searchBoxLarge
{
    font-size: 17px;
}

.formFields .sectionHeader
{
    background-color: #F2EBD5;
}
.formFields .sectionHeader .title
{
    color: #CCAE59;
    font-weight: bold;
}
/* Listing Cotrols */
.listControls
{
    width: 100%;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: dashed 1px Gray;
    border-bottom: dashed 1px Gray;
    margin-bottom: 15px;
}
.listControls .left
{
    float: left;
    vertical-align: middle;
}
.listControls .right
{
    float: right;
    vertical-align: middle;
}

.navButton
{
    width: 160px;
    float: left;
    text-align: center;
    padding: 3px;
    background-color: #F2EBD5;
    border: solid 1px #E1DAC4;
}
.smallLink
{
    font-size: 10px;
}
a
{
    color: #FD4703;
}
a:hover
{
    text-decoration: underline;
}
a:visited
{
    color: #A33122;
}



.description
{
    font-size: 12px;
    line-height: 16px;
}

/* LOCATION */
.location
{
    font-size: 12px;
    line-height: 22px;
    color: Gray;
}
.location a
{
    text-decoration: none;
    color: Gray;
}
.location a:hover
{
    text-decoration: underline;
}

/* CATEGORY */
.category
{
    font-size: 20px;
    font-weight: bold;
    color: #FD4703;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}
/* PROPERTIES */
.properties
{
    width: 100%;
    float: left;
}
.propListing
{
    width: 100%;
    clear: both;
    height: 125px;
    background-color: #F3E4B9;
    border: solid 1px #FFD1B3;
    border-bottom: solid 1px #FD4703;
    margin-bottom: 14px;
}
.propListing .title:hover
{
    text-decoration: underline;
}

.listThumbnail
{
    margin: 5px;
    height: 113px;
    background-color: White;
    border-bottom: solid 2px #CCCCCC;
    border-right: solid 1px #CCCCCC;
}

.properties a
{
    text-decoration: none;
}

.properties .title
{
    margin-top: 0px;
    padding-top: 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.properties .details
{
    font-size: 12px;
}
.pName /* Property properties titles */
{
    font-size: 12px;
    font-weight: bold;
    color: #FD4703;
}

/* */
.grid
{
    border-width: 1px;
    border-style: solid;
    border-color: #F2EBD5;
}

.creditcard
{
}

/* */

.paragraphTitle
{
    font-size: 14px;
    font-weight: bold;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #FD4703;
    line-height: 24px;
}

.smallText
{
    font-size: 12px;
}
.tinyText
{
    font-size: 10px;
    color: #333333;
}
.dateTime
{
    font-size: 10px;
}

.numbering
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
}
.titleOrange
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FD4703;
}

.creditcardpage
{
    width: 604px;
    background-color: #F8F4EA;
}
.creditcard
{
    width: 450px;
    border: 1px solid #FD4703;
}
/* Validation */
.validationWarning
{
    margin: 4px;
    padding: 1px;
    background-color: #FFFFFF;
    border: 1px solid #CCAE59;
    font-size: 14px;
    text-align: center;
    color: #FD4703;
    font-weight: bolder;
    vertical-align: middle;
    font-family: 'Courier New' , Courier, monospace;
}

.validationExample
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 10px;
    color: #0000FF;
}
.orangeBorder
{
    border: 1px solid #FD4703;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
/* News Desk */
.newsDeskLH
{
    margin-top: 5px;
}
.newsDesk
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 25px;
}
.newsDesk .bolder
{
    font-weight: 900;
}
.newsDesk .red
{
    color: #FD4703;
}
.newsItem
{
    margin-top: 10px;
    margin-bottom: 5px;
    width: 650px;
}
.newsItem .title
{
    font-weight: bold;
    float: left;
    color: #FD4703;
}
.newsItem .date
{
    text-align: right;
    color: Gray;
}
.newsItem .body
{
    margin: 5px;
}

/* HOME PAGE */
#featuredListingsBox
{
    margin: 30px auto 10px auto;
    padding-bottom: 10px;
    width: 777px;
    background-color: #e6d5a9;
}
#featuredListings
{
    margin: 0px auto 0px auto;
    
}
.featuredListing
{
    position: relative;
    width: 180px;
}
.featuredListings {
    font-variant: small-caps;
    padding: 5px;
}
.featuredTitle
{
    font-size: 10px;
    font-weight: bold;
}
.featuredCategory
{
    font-size: 10px;
}
.featuredDescription
{
    font-size: 10px;
    line-height: 1em;
    color: #333333;
    text-align: left;
}
.featuredImage
{
    width: 150px;
    height: 120px;
    padding-bottom: 6px;
}

/* Slideshow */
.slideshowImageMain
{
    max-width: 350px;
    max-height: 280px;
}
.slideshowImagePopup
{
    max-width: 600px;
    max-height: 480px;
}

/* Popup Pages */
.popUpBacking
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.4;
    opacity: .40;
    filter: alpha(opacity=40);
}
.popUpBox
{
    display: none;
    position: fixed;
    
    padding: 16px;
    border: solid 1px #FD4703;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
