body,
html
{
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #fff;	
    font: 80% Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    text-align: center;
}
p, div, table {
    font: 1em Arial, Helvetica, sans-serif;
    color: #333;
}
p {
    line-height: 140%;
}
img {
    border: none;
}
h1 {
    font: 1.8em Arial, Helvetica, sans-serif;
    color: #333;	
    padding: 0;
    margin: 0;
}
h2 {
    font: 1.6em Arial, Helvetica, sans-serif;
    color: #AD688B;
    background-color: #eee;
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
    text-align: center;
    padding: 3px;
    margin: 10px 0 10px 0;
}
h3, #pageSidebar h1 {
    font: 1.4em Arial, Helvetica, sans-serif;
    color: #AD688B;	
    background-color: #eee;
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
    text-align: center;
    padding: 3px;
    margin: 10px 0 10px 0;
}
h4, #pageContent form table.section h1 {
    font: 1.2em Arial, Helvetica, sans-serif;
    color: #666;	
    padding: 0;
    margin: 0;
    font-weight: bold;
}

#pageContent form table.section h1
{
    margin-bottom: 1em;
}

h5 {
    font: 1.6em Georgia, Arial, Helvetica, sans-serif;
    color: #687DAD;	
    margin: 0px 0px 10px;
}

h6 
{
    font: 1.2em Arial, Helvetica, sans-serif;
	color: #AD688B;	
    padding: 0;
    margin: 0;
    font-weight: bold;
}

a:link, a:visited {
    color: #687DAD;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
    color: #8EA154;
    text-decoration: underline;
    font-weight: bold;
}		
.clear {
    clear: both;
}	
.rightfloat {
    float: right;
    margin: 10px;
}	
.leftfloat {
    float: left;
    margin: 10px;
}
.small {
    font-size: .9em;
}
input, select {
    height: 17px;
    font-size: .9em;
    border: 1px solid #ccc;
}
textarea {
    border: 1px solid #ccc;
}
.button {
    color: #fff;
    background: #687DAD;
    border: 1px solid #687DAD;
    font-size: 1em;
    margin-top: 5px;
    height: 20px;
}

table
{
    border-collapse: collapse;
}

a img
{
    border: none;
}

#pageContainer
{
    position: relative;
}

#pageContainer .layout
{
    width: 770px;
    margin: 0 auto;
}

#pageContainer .layout td
{
    vertical-align: top;
}

#pageContent
{
    margin-left: 220px;
    text-align: left;
}

#pageContainer.noSidebar #pageContent
{
    margin-left: 0;
}

#pageContent .box
{
    margin-top: 10px;
    padding: 6px;
    margin-right: 9px;
}

#pageContent .box h1
{
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    padding: 7px;
}

#pageContent .box table
{
    width: 100%;
}

#pageContent .box table td
{
    padding: 4px;
}

#pageSidebar {
    width: 200px;
    padding-right: 15px;
    text-align: center;
}
#pageSidebar ul {
    margin:0;
    padding-left: 20px;
    text-align: left;
}
#pageSidebar li {
    margin:0;
    padding: 0;
    list-style: url(../images/arrow.gif) outside;
}
#pageSidebar em {
    color: #666;
    font-size: .9em;
}

#pageContainer.noSidebar #pageSidebar
{
    display: none;
}

#pageTop .secondaryNav {
    background: url(../images/top-nav-back.gif);
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    color: #fff;
    font: 1.1em  Georgia, "Times New Roman", Times, serif;
}
#pageTop .secondaryNav li {
    margin: 0;
    padding: 0;
    display: inline;
}
#pageTop .secondaryNav a {
    color: #fff;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
}

#pageTop .secondaryNav li.xmas a
{
	color:#fab6ee;
	font-weight: bold;
}

#pageTop .secondaryNav a:hover {
    color: #fff;
    text-decoration: underline;
}
#pageTop .primaryNav {
    font-size: .9em;
    text-align: center;
    background: url(../images/nav-2-back.gif) repeat-x;
    border-top: 1px solid #fff;
}

#pageTop .primaryNav table
{
    width: 100%;
}

#pageTop .primaryNav table td
{
    color: #fff;
    vertical-align: middle;
    height: 28px;
    padding: 0;
}

#pageTop .primaryNav a {
    color: #fff;
}

#pageTop .header
{
    background: no-repeat left top;
    margin: 0 auto;
    width: 770px;
}

#pageTop .header a
{
    display: block;
    height: 104px;
    width: 100%;
}

#pageBottom {
    text-align: center;
    height: 243px;
    background: #eee url(../images/footer_restaurants.gif) repeat-x;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#pageBottom table
{
    width: 100%;
}

#pageBottom .icon {
    background-repeat: no-repeat;
    height: 48px;
    width: 48px;
    margin: 0 auto;
}

#pageBottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#pageBottom li {
    margin: 0;
    display: inline;
    font-size: .9em;
}
#pageBottom a {
    color: #333;
    padding: 10px;
    text-decoration: underline;
}
#pageBottom p {
    font-size: .9em;
    margin: 10px;
}
#pageBottom a:hover {
    text-decoration: none;
}

/* Home page. */

#pageContainer.home .accent, #pageContainer.home .xmas
{
    width: 274px;
    height: 224px;
}

#pageContainer.home .featuredCustomers a {
    color: #666;
    text-decoration: none;
}
#pageContainer.home .featuredCustomers em {
    font-weight: normal;
}
#pageContainer.home .featuredCustomers a:hover {
    text-decoration: underline;
}
#pageContainer.home .featuredCustomers ul {
    float: left;
    margin: 0 0 1em 0;
    padding: 10px 10px 0 10px;
    list-style: none;
    background: #eee;
    width: 530px;
}
#pageContainer.home .featuredCustomers li {
    list-style: none;
    background-image: url(../images/star.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
    float: left;
    width: 45%;
    margin: 0;
    padding: 5px 0 5px 25px;
    height: 3.5em;
}

#pageContainer.home .map
{
    text-align: center;
}

#pageContainer.home .map img
{
    border: none;
}

/* Links page. */

#pageContainer.links #pageContent h3
{
    background-color: transparent;
    border: none;
    text-align: left;
    margin-bottom: 0;
    font-size: 10pt;
}

#pageContainer.links #pageContent p
{
    margin-top: 0;
}

/* Search form. */

#searchForm .example
{
    color: #888;
    font-style: italic;
}

#searchForm .example .separator
{
    font-style: normal;
}

#searchForm .box table td
{
    padding: 0;
}

#searchForm table.options
{
    width: 100%;
}

#searchForm table.options td
{
    width: 25%;
}

/* Advanced search page. */

#pageContainer.advancedSearch #pageContent .box
{
    margin-top: 0;
}

#pageContainer.advancedSearch .sectionRestaurantType,
#pageContainer.advancedSearch .sectionLodgingType
{
    float: left;
    width: 45%;
}

#pageContainer.advancedSearch .sectionFoodType
{
    width: 45%;
    float: right;
}

#pageContainer.advancedSearch #pageContent .sectionOtherFeatures
{
    width: 45%;
    float: left;
    padding-bottom: 1em;
    margin-top: 1em;
}

#pageContainer.advancedSearch h4.additionalCriteria
{
    clear: both;
    padding-top: 1em;
    padding-left: 15px;
    background-image: url(../images/expand.gif);
    background-position: 0 90%;
    background-repeat: no-repeat;
}

#pageContainer.advancedSearch h4.additionalCriteria.expanded
{
    background-image: url(../images/contract.gif);
}

#pageContainer.advancedSearch h3
{
    margin-top: 0;
}

#pageContainer.advancedSearch .map
{
    text-align: center;
}

#pageContainer.advancedSearch .map img
{
    border: none;
}

/* Customer list page. */

#pageContainer.customerList .mapInstructions
{
    text-align: center;
}

#pageContainer.customerList .result
{
    margin: 0;
    padding: 2ex 0 2ex 0;
    border-bottom: 1px solid #aaa;
}

#pageContainer.customerList .result:hover
{
    background-color: #f2f2f2;
}

#pageContainer.customerList .result td
{
    vertical-align: top;
    color: black;
}

#pageContainer.customerList .result table
{
    width: 100%;
}

#pageContainer.customerList .result td.mapMarker
{
    width: 24px;
    padding: 0 10px 0 7px;
    vertical-align: middle;
}

#pageContainer.customerList .result td.picture
{
    width: 80px;
    padding: 0 10px 0 7px;
    text-align: center;
    vertical-align: middle;
}

#pageContainer.customerList .result td.address
{
    padding-right: 15px;
    vertical-align: middle;
}

#pageContainer.customerList .result td.details
{
    width: 200px;
    vertical-align: middle;
}

#pageContainer.customerList .result td.details .label
{
    font-weight: bold;
}

#pageContainer.customerList .result p
{
    margin: 0;
}

#pageContainer.customerList .result .name
{
    font-weight: bold;
}

#pageContainer.customerList .marker
{
    text-transform: uppercase;
    font-weight: bold;
}

/* Customer display page. */

#pageContainer.customerDisplay h2 {
    text-align: left;
    text-indent: 10px;
}
#pageContainer.customerDisplay h3 {
    color: #AD688B;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    background: none;
    border-top-style: none;
    margin: 0;
    font-size: 1.2em;
}
#pageContainer.customerDisplay li {
    list-style: url(../images/arrow.gif);	
}

#pageContainer.customerDisplay .contactInformation {
    width: 25%;
    padding-right: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ccc;
}

#pageContainer.customerDisplay .contactInformation ul
{
    list-style: none;
    text-align: center;
    margin: 1em 0;
    padding: 0;
}

#pageContainer.customerDisplay .contactInformation ul li
{
    list-style: none;
}

#pageContainer.customerDisplay .booleanAttributes {
    width: 40%;
    padding: 0 10px 10px 10px;
    border-right: 1px solid #ccc;
}

#pageContainer.customerDisplay .picture
{
    width: 35%;
    padding-left: 10px;
}

#pageContainer.customerDisplay .picture table
{
    height: 100%;
}

#pageContainer.customerDisplay .picture td
{
    vertical-align: middle;
}

#pageContainer.customerDisplay .description {
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
}

#pageContainer.customerDisplay .description p
{
    margin: 0;
    font-style: italic;
}

#pageContainer.customerDisplay .contact {
    width: 25%;
    padding: 10px 10px 0 0;
    border-right: 1px solid #ccc;
}
#pageContainer.customerDisplay .map {
    padding: 10px 0 10px 10px;
    text-align: center;
}

#pageContainer.customerDisplay .map .nearbyLinks
{
    list-style: none;
    margin: 1em 0;
    padding: 0;
}

#pageContainer.customerDisplay .map .nearbyLinks li
{
    display: inline;
    padding: 0 0.5em;
}

#pageContainer.customerDisplay .contactInfo .name
{
    font-weight: bold;
}

#pageContainer.customerDisplay .contactInfo .address
{
    margin-bottom: 0;
}

#pageContainer.customerDisplay .contactInfo .phoneNumbers
{
    margin-bottom: 4px;
}

#pageContainer.customerDisplay .contactInfo .phoneNumbers td
{
    padding: 0;
}

#pageContainer.customerDisplay .contactInfo .phoneNumbers td.label
{
    padding-right: 1em;
}

#pageContainer.customerDisplay .contact .buttons
{
    margin-bottom: 4px;
}

#pageContainer.customerDisplay .attributes
{
    width: 100%;
}

#pageContainer.customerDisplay .attributes td
{
    padding: 3px;
}

#pageContainer.customerDisplay .attributes td.label
{
    font-weight: bold;
    width: 85px;
}

#pageContainer.customerDisplay .attributes tr.even td
{
    background-color: #EEEEEE;
}

#pageContainer.customerDisplay .map form table,
#pageContainer.customerDisplay .map form table td.caption
{
    width: auto;
}

#pageContainer.customerDisplay .map form table input
{
    width: 350px;
}

/* Customer reservation/function request page. */

#pageContainer.customerReservationRequest form table td.caption,
#pageContainer.customerFunctionRequest form table td.caption
{
    width: 150px;
}

/* Forms. */

input[type="button"],
input[type="submit"],
input[type="reset"]
{
    color: white;
    background-color: #687DAD;
    font-family: Arial, san-serif;
}

form table td.caption
{
    text-align: right;
    font-weight: bold;
    padding-right: 0.25em;
}

form table td.field
{
    padding-bottom: 5px;
}

#map
{
    border: 1px solid #aaa;
}

.mapInfoWindow
{
    display: none;
    font-size: 90%;
}

.mapInfoWindow p
{
    margin: 0;
}

.mapInfoWindow .name
{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1em;
}

.mapInfoWindow .distance
{
    margin-top: 1em;
    margin-bottom: 0;
}

.debugInformation
{
    display: none;
}

#pageContent ul.errors
{
    color: #CE0000;
    background-color: #FFCFCE;
    padding: 4px 4px 4px 1.5em;
}

.errors em
{
    font-style: normal;
    font-weight: bold;
}

.spacer
{
    clear: both;
}

.note
{
    font-size: 80%;
}

.zoomButton
{
    cursor: pointer;
    vertical-align: text-bottom;
}

.clickable
{
    cursor: pointer;
}

.hidden
{
    display: none;
}

/* INDIVIDUAL PAGES */

#pageContainer.reciprocalLinks #pageContent .code
{
    background: #ccc;
    border: solid 2px #000;
    font-family: "courier new", courier, monospace;
    font-size: 10px;
    margin: auto;
    padding: .25em;
    text-align: left;
    width: 80%;
}

#pageContainer.reciprocalLinks #pageContent .textLink .sample
{
    margin-left: 25px;	
}

/* Customer list page. */

#pageContainer.customerList .result.customerOfTheMonth
{
    background-color: #DCEEF5;
}

#pageContainer.customerList .result.featured
{
    background-color: #EFEFEF;
}

#pageContainer.customerList .marker.customerOfTheMonth,
#pageContainer.customerList .marker.featured,
#pageContainer.customerList .marker.new
{
    color: #AD688B;
}

#pageContainer.customerDisplay #pageContent .layout
{
    width: 100%;
}

#pageContainer.home .hide
{
	display: none;
}



/* Google Maps. */

#googleMap
{
    width: 85%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #aaa;
}

.googleMapZoomButton
{
    vertical-align: middle;
}

.googleMapInfoWindow
{
    display: none;
    color: black;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    padding: 0;
    margin: 0;
}

.googleMapInfoWindow p
{
    margin: 0;
    line-height: normal;
}

#googleMapContainer
{
    position: relative;
    height: 400px;
    margin-bottom: 1em;
}