﻿/*Site Defnitions*/
/*
Background Tan: EBE7CF
Darker Tan: C1AA90
Navy: 1D1060
Subdued Navy: 72617D
*/
* {
     padding:0;
     margin:0;
     border:0;
}
body
{
    background-image:url('/images/background_BrownStripe.png');
    background-repeat:repeat;
    font-family:Arial;
    font-size:9pt;
    height:100%;
    color:#1D1060;
    list-style-type:circle;
}
a
{
    color:#1D1060;
}
a:visited
{
    color:#1D1060;
}
ul li
{
    list-style-position:inside;
}
hr
{
    background:#72617D;
    background-color:#72617D;
    height:1px;
}
/*General Use Classes*/
.imageNoSpace
{
    margin:0px;
    padding:0px;
    float:left;
}
.clear
{
    clear:both;
}
.centered
{
    margin:0 auto 0 auto;
    display:block;
}
.title
{
    font-size:11pt;
    font-weight:800;
}
.divider
{
    width:100%;
    background-image:url('images/Default/Welcome_Plate_BG.png');
    background-repeat:repeat-x;
    height:25px;
}

/*MasterPage.Master Layout*/
#outerContainer
{
     width:702px;
     margin:10px auto 0px auto;
}
#leftWing
{
     width:80px;
     height:768px;
     float:left;
     background-image:url('/images/LeftSide.png');
     display:inline;
}
#headerContainer
{
    overflow:hidden;
}
#innerContainer
{
    height:768px;
    overflow:hidden;
    float:left;
    display:inline;
}
#rightWing
{
    width:79px;
    height:768px;
    float:right;
    background-image:url('/images/RightSide.png');
    display:inline;
}
#outerContentContainer
{
    width:543px;
    background-color:#EBE7CF;
    display:table;
}
#leftContentWing
{ 
    float:left;
    width:43px;
    height:520px;
    background-image:url('/images/Left_Lines.png');
    background-position:right;
    background-repeat:repeat-y;
    background-color:#EBE7CF;  
}
#innerContentContainer
{
    float:left;
}
#rightContentWing
{
    float:right;
    width:22px;
    height:520px;
    background-image:url('/images/Right_Lines.png');
    background-repeat:repeat-y;
    background-color:#EBE7CF;
}
#content1
{
    width:478px;
}
#footerContainer
{
    overflow:hidden;
    width:543px;
}
#footerContent
{
    height:115px;
    width:543px;
    background-image:url('/images/Bottom_Panel_Blank.png');
    font-size:8pt;
}

/*Reservation Section*/
#reservationContainer
{
    height:194px;
    width:543px;
    background-image:url('/images/Bottom_Panel.png');
    font-size:8pt;
}
#reservationPartySize
{
    float:left;
    padding:0 0 0 25px;
}
#reservationTitle
{
    float:right;
    font-size:22pt;
    display:inline-block;
    overflow:visible;
    position:relative;
    bottom:10px;
}
#reservationDateTime
{
    padding:0 0 0 50px;
}
#reservationValidator1
{
    padding:0 0 0 50px;
}
#reservationValidator2
{
    padding:0 0 0 50px;
    position:relative;
    bottom:14px;
}
.CalendarExtenderClass .ajax__calendar_header,
.CalendarExtenderClass .ajax__calendar_prev,
.CalendarExtenderClass .ajax__calendar_next
{
    background-color:#1D1060;
    color:White;
    padding-top:3px;
}
.CalendarExtenderClass .ajax__calendar_body
{
        background-color:White;
}
.CalendarExtenderClass .ajax__calendar_hover,
.CalendarExtenderClass .ajax__calendar_active
{
    font-weight:bold;
}
.CalendarExtenderClass .ajax__calendar_other .ajax__calendar_day
{
    color:Gray;
}

/* Menu Bar*/
#aboutMenuButton
{
    display:inline-block;
    height:25px;
    width:94px;
    background: url("/images/Buttons/Button_AboutUs.png") no-repeat 0 0;
    float:left;
}
#aboutMenuButton:hover
{
    background-position:0 -25px;
}
#menuMenuButton
{
    display:inline-block;
    height:25px;
    width:63px;
    background: url("/images/Buttons/Button_Menu.png") no-repeat 0 0;
    float:left;
}
#menuMenuButton:hover
{
    background-position:0 -25px;
}
#priviateDiningMenuButton
{
    display:inline-block;
    height:25px;
    width:110px;
    background:url("/images/Buttons/Button_PrivateDining.png") no-repeat 0 0;
    float:left;
}
#priviateDiningMenuButton:hover
{
    background-position:0 -25px;
}
#suitesMenuButton
{
    display:inline-block;
    height:25px;
    width:95px;
    background:url("/images/Buttons/Button_TheSuites.png") no-repeat 0 0;
    float:left;
}
#suitesMenuButton:hover
{
    background-position:0 -25px;
}
#specialsMenuButton
{
    display:inline-block;
    height:25px;
    width:94px;
    background: url("/images/Buttons/Button_Specials.png") no-repeat 0 0;
    float:left;
}
#specialsMenuButton:hover
{
    background-position:0 -25px;
}
#contactMenuButton
{
    display:inline-block;
    height:25px;
    width:116px;
    background: url("/images/Buttons/Button_ContactUs.png") no-repeat 0 0;
    padding:0px;
    margin:0px;
    float:left;
}
#contactMenuButton:hover
{
    background-position:0 -25px;
}

/*Default.aspx Layout*/
#left
{
    float:left;
    height:292px;
    background-image:url('images/Default/TextArea_HomePg.png');
}
#welcomePlateContainer
{
    width:102%;
    background-image:url('/images/Default/Welcome_Plate_BG.png');
}
#welcomePlate
{
    position:relative;
    right:22px;
}
#defaultContent
{
    height:258px;
    padding:8;
    overflow:hidden;
    width:468px;
}
.slideShowImage
{
    margin-bottom:8px;
}
#defaultText
{
    float:left;
    width:314px;
    display:block;
    font-family:Century Gothic, Sans-Serif; 
    font-size:11pt; 
    text-align:center; 
    width:305px;
}
#defaultText a
{
    background-color:#1D1060;
    color:White;
    padding:2px; 
    font-size:9pt;
}
#defaultText a:hover
{
    background-color:White;
    color:#1D1060;
    padding:2px;
    font-size:9pt;
}
.defaultDivider
{
    font-size:4.5pt;
}
#defaultPicture
{
    float:right;
    width:147px;
    height:224px;
}
#defaultFooterContent
{
    width:443px;
    height:115px;
    margin:0 50px 0 50px;
    padding:20px 0 20px 0;
}

/*About.asxp Layout*/
#aboutText
{
    text-align:justify;
    padding:4px;
    font-size:8pt;
}
#aboutHours
{
    text-align:center;
    font-size:8pt;
}    
#aboutContacts
{
    text-align:center;
    font:8pt;
}

/*LightBox Layout*/
#tinybox 
{
    position:absolute; 
    display:none; padding:10px; 
    background:#EBE7CF url(images/preload.gif) no-repeat 50% 50%; 
    border:3px solid #1D1060; 
    z-index:2000
}
#tinymask 
{
    position:absolute; 
    display:none; top:0; 
    left:0; height:100%; 
    width:100%; 
    background:#000;
    z-index:1500}
#tinycontent 
{
    background:#EBE7CF; 
    color:#1D1060; 
    font-family:Arial; 
    font-size:11pt;
}
#closex 
{
    position:absolute; 
    top:-3px; 
    right:-3px; 
    z-index:5000; 
    background-image:url(images/About/x.png); 
    background-repeat:no-repeat; 
    width:24px; 
    height:24px; 
    padding:0px; 
    margin:0px;
    cursor:hand; 
    cursor: pointer;
}
    
/*Menu.aspx Layout*/
#menuContent
{
    width:478px;
    height:488px;
    overflow:hidden;
    font-size:14pt;
    text-align:center;
}
#menuContent br
{
    line-height:20%;
}
#menuLinks
{
    margin:50px 0 50px 0;
}
.menuSlideShowClass
{
    margin:35px 0 35px 0;
}
#menuFooterContent
{
    width:443px;
    height:115px;
    margin:0 50px 0 50px;
    padding:20px 0 20px 0;
}

/*PrivateDining.aspx Layout*/
#diningContent
{   
    width:458px;
    height:488px;
    overflow:hidden;
    margin:0 8px 0 10px;
    text-align:center;
    font-size:8pt;
}
#diningFooterContent
{
    width:475px;
    height:60px;
    margin:0 0 0 45px;
    padding:15px 0 20px 0;
    text-align:center;
    overflow:hidden;
}
#privateMenuLinks
{
    font-size:10pt;
}

/*Suites.aspx Layout*/
#suitesContent
{
    padding:0 10px 0px 10px;
    overflow:hidden;
    height:285px;
    text-indent:10px;
    text-align:justify;
    display:block;
    width:460px;
}
#suitesMenu
{
    padding:0 0 10px 0;
    width:325px;
    margin:0 auto 0 auto;
}
#middleTitle
{
    text-indent:0px;
}
#suitesFooterContent
{
    width:415px;
    height:55px;
    margin:0 0 0 75px;
    padding:20px 0 20px 0;
    text-align:center;
    overflow:hidden;
}
.activeSuite
{
    font-size:13pt;
    font-weight:800;
}
.normalSuite
{
    font-size:9pt;
    font-weight:600;
}

/*Contact.aspx Layout*/
#contactContent
{   
    width:458px;
    height:488px;
    overflow:hidden;
    margin:0 10px 0 10px;
}
#contactFooterContent
{
    width:472px;
    height:65px;
    margin:0 0 0 45px;
    padding:15px 0 20px 0;
    text-align:center;
    overflow:hidden;
}
#contactTitle
{
    font-size:16pt;
}
#mailingListTitle
{
    font-size:16pt;
    float:left;
}
#mailingListDescription
{
    float:right;
    width:215px;
}
.mailingListTextBoxes
{
    font-size:8pt;
}
.submitImageButton
{
    position:relative;
    top:4px;
}
#mailingListErrors
{
    text-align:center;
}
.NewsletterMailLabel
{
    width:100px;
    margin:0 auto 0 auto;
}
.commentTextBoxList
{
    margin:4px 4px 4px 26px;
}
.commentTextBoxName
{
    margin:4px 4px 4px 23px;
}
.commentTextBoxEmail
{
    margin:4px 4px 4px 21px;
}
.commentTextBoxPhone
{
    margin:4px 4px 4px 21px;
}
.commentTextBoxComment
{
    margin:4px 4px 4px 2px;
}
.commentImageButton
{
    position:relative;
    left:355px;
}
#openTableLink
{
    font-size:12pt;
}
#mapLink
{
    font-size:12pt;
}
