﻿*
{
    font-family: "Trebuchet MS", Arial;
    font-size: 10pt;
}

a
{
    color: #800;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

ul.css-tabs a
{
    height: 31px !important;
}

ul.css-tabs a:hover
{
    text-decoration:none;
}

body
{
    margin: 0;
    padding: 0;
    text-align: center;
    display: none;
}

/********** Listing Details **********/
div.telephoneNumber
{
    font-weight: bold;
    font-size: 120%;
    color: #800;
    margin: 0.5em 0;
}

div.alternativeTelephoneNumber
{
    font-size: 100%;
    color: #800;
    margin: 0.5em 0;
}

div.contentContainer p.first
{
	margin-top: 0px;
}


/********** Headings **********/
h1
{
    font-size: 150%;
    font-weight: bold;
    margin: 0.125em auto;
}

h2
{
    font-size: 140%;
    font-weight: bold;
    margin: 0.125em auto;
}

h3
{
    font-size: 120%;
    font-weight: bold;
    margin: 0.125em auto;
}

h4
{
    font-size: 110%;
    font-weight: bold;
    margin: 0.125em auto;
}



/********** Forms **********/
form
{
    border: 0;
    margin: 0;
    padding: 0;
}

fieldset
{
    border: 0;
    margin: 0.25em;
    padding: 0.25em;
}

legend
{
    border: 1px;
    font-size: 110%;
    font-weight: bold;
    margin: 0.25em;
}

input.textInput, input.passwordInput, select
{
    border: solid 1px #CCC;
    padding: 2px;
}

label
{
    padding: 2px;
}

span.watermark
{
    display: none;
}



/********** Layout **********/
div#body
{
    background-color: #EBEBEB;
}

div#layout
{
    margin: 0 auto;
    padding-bottom: 12px;
    text-align: left;
    width: 965px;
}

div#header
{
    background: #FFF;
    padding: 0.25em 10px;
    margin: 0;
}

div#content
{
    background-color: #FFF;
    margin: 8px 0;
    min-height: 200px;
    padding: 0.5em 1em;
    position: relative;
    _height: 200px;
}



/*********** Site Control **********/
div#siteControl
{
    background-color: #FFF;
    height: 3em;
    padding: 1em 1em 0 1em;
    position: relative;
}

div#siteControl a
{
    color: #FFF;
    display: block !important;
    font-size: 110%;
    font-weight: bold;
}



/*********** Site Tabs **********/
ul#siteTabs,
ul#siteSubMenu
{
    bottom: 0;
    padding: 0;
    position: absolute;
    margin: 0;
    _display: block;
}

ul#siteTabs li,
ul#siteSubMenu li
{
    display: inline-block;
    margin: 0 0.25em;
    padding: 0.25em 0.5em;
    _float: left;
    _zoom: 1;
}

ul#siteTabs li a,
ul#siteSubMenu li a
{
    color: #000;
    font-size: 120%;
    text-decoration: none;
    _float: left;
}

/*********** Validation **********/
.field-validation-error
{
    color: red;
    display: inline;
    margin-left: 0.5em;
}

.input-validation-error
{
    border: 1px solid red !important;
    background-color: #FEE;
}

.validation-summary-errors
{
    font-weight: bold;
    color: red;
    margin-top: 0em;
}

.label-validation-error
{
    color: red;
}



/*********** Dialog **********/
iframe#lightbox
{
    border: none;
    margin: 0.25em 0;
    padding: 0px;
    overflow-y: auto;
    *overflow: hidden;
}

div.ui-dialog iframe
{
     width: 480px !important;
}

div.bookonline iframe
{
    width: 400px !important;
}

div.login iframe
{
    width: 460px !important;
}

/********** Ts & Cs **********/

.subheader {
	font-size: 14px;
	font-weight: bold;
}

/* KGB Deals Widgets */

.kgbDealsWidget_Normal
{
    overflow: hidden !important;
    border-style: none;
    width: 304px !important; 
    height: 254px !important;
    float:right;
}

.kgbDealsWidget_Skyscraper
{
    overflow: hidden !important;
    border-style: none;
    width: 164px !important;
    height: 604px !important;
    float:right;
}

/* Report reviews */
.label-field
{
    display: block;
    font-weight: bold;
    text-align: right;
    float: left;
    width: 100px;
    margin-right: 5px;
}

#reportReviewContent
{
    padding: 15px 0 25px 0;
}
        
h2#reportedReviewReason
{
    font-size: 10pt;
}
        
div#reportReviewOuter
{
    padding-left: 30px;
    padding-right: 30px;
} 
