﻿*
{
    font-family: "Trebuchet MS", Arial;
    font-size: 10pt;
}

a
{
    color: #800;
}

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;
}



/********** 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: 0;
    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;
}

ul#siteTabs li.active
{
    background-color: #FFF;
    font-weight: bold;
}

ul#siteTabs li.inactive
{
    background-color: #DDD;
}



/*********** 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;
}



/*********** Dialog **********/
iframe#lightbox
{
    border: none;
    margin: 0.25em 0;
    padding: 0px;
    overflow-y: auto;
    *overflow: hidden;
}

div.ui-dialog iframe
{
     width: 480px !important;
}

div.onlinemenu iframe
{
    width: 790px !important;
}

div.bookonline iframe
{
    width: 400px !important;
}

div.login iframe
{
    width: 460px !important;
}