@import "GiftCertificate.css";
@import "EventCalendarV2.css";
@import "TestimonialAdmin.css";
@import "WebTelNavigationMenu.css";
@import "LunchBuffet.css";

.cufon
{
    visibility: visible !important;
}

body input[type="text"], body textarea, input[type="password"], select
{
    border: 1px solid #DDDDDD;
    line-height: 20px;
    padding: 3px 0px;
    vertical-align: middle;
    background: #f5f4f0;
    background: -moz-linear-gradient(top, #f5f4f0 0%, #ffffff 70%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f4f0), color-stop(70%,#ffffff), color-stop(100%,#f9f9f9));
    background: -webkit-linear-gradient(top, #f5f4f0 0%,#ffffff 70%,#f9f9f9 100%);
    background: -o-linear-gradient(top, #f5f4f0 0%,#ffffff 70%,#f9f9f9 100%);
    background: -ms-linear-gradient(top, #f5f4f0 0%,#ffffff 70%,#f9f9f9 100%);
    background: linear-gradient(to bottom, #f5f4f0 0%,#ffffff 70%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f0', endColorstr='#f9f9f9',GradientType=0 );
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    color: #575757;
}
/***********Customized Scrollbar******/
#ex3::-webkit-scrollbar
{
    width: 16px;
    background-color: #cccccc;
}
/*********End Customized Scrollbar******/
#tblCateringConiner input[type="text"], #tblTableBookingContainer input[type="text"], .txtContactUsFName, .txtContactUsEmail, .txtContactUsTelephone
{
    width: 250px;
}

#tblCateringConiner textarea, .txtContactUsComments
{
    width: 250px !important;
}

body input, body textarea
{
    color: #000 !important;
    border: 1px solid #bbb;
}

#td2DirectionsMobile input[type="text"]
{
    width: 137px !important;
}

#divItemDetailPage input, #divItemDetailPage select
{
    *border: none!important;
}

body select
{
    background-color: #fff;
}

#ctl00_ContentPlaceHolder1_CreateUser1_CreateUserWizard1_CreateUserStepContainer_lblPasswordLengthMsg
{
    color: #ddd !important;
}

html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default
{
    border-color: none !important;
    color: #000 !important;
}

.CreateUserStyleTextbox select
{
    width: 181px;
}

.CreateUserStyleTextbox .LoginTextBox
{
    margin-bottom: 3px;
}

.divLoginControlContent select
{
    width: 263px !important;
}
/*body.contactusaspx 
{   
    margin: 0;
    padding: 0;
    background:url("../Images/BJR_DirectionBG.jpg") no-repeat center top #E9E7DC;
    background-attachment:fixed;
    min-width:500px;
    color:#000;
    position:relative;    
}*/
body
{
    font-family: Verdana;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: url("../Images/BG01.jpg") no-repeat center top #000;
    background-attachment: fixed;
    background-size: cover !important;
    /*color:#ddd;*/ color: #f2f2f2;
    position: relative;
}

    /*All Pages BG Images*/
    body.menuaspx
    {
        background: url("../Images/BG04.jpg") no-repeat left center #000;
        background-attachment: fixed;
        background-size: cover !important;
    }
    body.aboutusaspx
    {
        background: url("../Images/BG06.jpg") no-repeat left center #000;
        background-attachment: fixed;
        background-size: cover !important;
    }

    body.picturegalleryaspx
    {
        background: url("../Images/BG03.jpg") no-repeat left center #000;
        background-attachment: fixed;
        background-size: cover !important;
    }

/*body.datamenuaspx {
        background:url("../Images/BG10.jpg") no-repeat left top #000;
        background-attachment: fixed;
        background-size: cover !important;
    }*/

/*body.cateringaspx {
        background: url("../Images/BG11.jpg") no-repeat center top #000;
        background-attachment: fixed;
        background-size: cover !important;
    }*/

/*body.infospecials {
        background: url("../Images/BG04.jpg") no-repeat left top #000;
        background-attachment: fixed;
        background-size: cover !important;
    }*/

/*body.vipregistrationformaspx {
        background: url("../Images/BG09.jpg") no-repeat right center #000;
        background-attachment: fixed;
        background-size: cover !important;
    }*/

#divContainer
{
    min-height: 550px;
}

.bodyFormContainer
{
    overflow: hidden;
    /*background-image: url("../Images/OverlayBg.png");
    background-repeat: repeat;
    background-position: center top;*/
    height: 100%;
    width: 100%;
    min-width: 950px;
}
/*@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait)
{
   .bodyFormContainer
          {
              min-width: 950px;
          }   
          form {
             width: 100% !important;    
            margin: 0 auto;
        }
       
}*/
/*@media(min-width:768px) {
    #supersized img;

{
    width: 100% !important;
}

}*/

.formAddressDetail
{
    margin: 0 !important;
    width: 500px !important;
}

form
{
    width: 1000px;
    /*margin:10px 0 0 254px;*/
    margin: 0 auto;
}

a
{
    outline: none;
    border: 0;
}


/*///////////////////////// Master Page //////////////////////*/

/* Header */

/****************** From IVC ***************/

#divHeader
{
    background: rgb(0, 0, 0);
    background: rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    filter: alpha(opacity=70);
    /*width: 246px;*/
    /*width: 254px;*/
    z-index: 10000;
}

#divMasterPageHeader, #divHeader
{
    /*left:0;*/
    margin: 0;
    z-index: 999;
    height: 100%;
}

#divMasterPageHeader
{
    /*width: 242px;*/
    background: rgb(0, 0, 0);
    background: rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    filter: alpha(opacity=70);
    width: 246px;
    margin-left: 5px;
    position: fixed;
    top: 0;
}

#divMasterPageHeaderContent
{
    width: 234px;
    border-left: 1px solid #876400;
    border-right: 1px solid #876400;
    margin-left: 5px;
    height: 100%;
}

/******************************************/

#objMasterPagePhotoGalleryFlash
{
    width: 434px;
    height: 147px;
    float: left;
}

#tdPhoneImage
{
    background: url(../Images/PhoneIcon.png) no-repeat left;
    width: 20px;
    height: 20px;
}

#tdFaxImage
{
    background: url(../Images/FaxIcon.png) no-repeat left;
    width: 16px;
    height: 16px;
}

#tdEmailImage
{
    background: url(../Images/MailIcon.png) no-repeat left;
    width: 160px;
    height: 16px;
}
/*End Header */

/* Navigation */


/*End Navigation */


/*////////////////// Container ///////////////////*/


#objHomePageFooterLink
{
    height: 51px;
    width: 249px;
}

.restaurantpromotionsaspx #divSpecialImage
{
    height: 200px;
    position: relative;
    width: 240px;
}

#divSpecialImage
{
    height: 200px;
    position: relative;
    width: 240px;
}

.pnlJITMgmtContent #divSpecialImage
{
    overflow: auto;
}

.ControlHeader
{
    background: url(../Images/ControlHeaderBg.jpg) repeat-x;
    height: 32px;
    vertical-align: middle;
    font-size: 15px;
    padding-top: 7px;
}

#divTimeTable
{
    width: 226px;
    height: 214px;
    background: url(../Images/TimeTableBg.jpg) no-repeat;
    text-align: left;
    padding-top: 10px;
}

#tblDisplayBusinessHours
{
    text-align: center;
    font-family: Arial;
    margin-bottom: 9px;
    margin-top: 9px;
}


#divTestimonialText
{
    padding-left: 5px;
    padding-right: 5px;
}

#divEditor
{
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}



/* End Home Page */
/* About Us Page */
#AboutUsPageContainer
{
    text-align: center;
}
/* End About Us Page */

/* Login Page */
.LoginButton
{
    border: none;
    background: url(../Images/Login.png) no-repeat;
    height: 34px;
    width: 98px;
    margin-top: 5px;
    cursor: pointer;
}

.LoginCancel
{
    margin-top: 5px;
    border: none;
    background: url(../Images/cancel.png) no-repeat;
    height: 34px;
    width: 98px;
    cursor: pointer;
}
/* End Login Page */
.CreateUserRegiter
{
    border: none;
    background: url(../Images/register.png) no-repeat;
    height: 34px;
    width: 98px;
    cursor: pointer;
}

.MyProfileUpdate
{
    border: none;
    background: url(../Images/Update.png) no-repeat;
    height: 34px;
    width: 98px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

#ViewOrderContainer
{
    text-align: left;
    padding: 10px;
    font-family: Verdana;
}

.ViewOrderGridView
{
    font-size: x-small;
    color: #333333;
    text-align: left;
    border: 1px solid #000 !important;
    border-collapse: collapse;
    width: 650px;
}

    .ViewOrderGridView select
    {
        background: #fff !important;
    }

.ViewOrderGridViewFooterStyle
{
    color: White;
    background: none repeat scroll 0 0 rgba(80, 25, 21, 0.1) !important;
    font-weight: bold;
}

.ViewOrderGridViewRowStyle
{
    color: #333333;
    background: none repeat scroll 0 0 #fff !important;
}

.ViewOrderGridViewCommandFieldItemStyle
{
    color: Blue;
}

.ViewOrderGridViewPagerStyle
{
    background-color: #d2170f;
    color: White;
}

    .ViewOrderGridViewPagerStyle a
    {
        color: White;
    }

.ViewOrderGridViewSelectedRowStyle
{
    background-color: #FFCC66;
    color: Navy;
    font-weight: bold;
}

.ViewOrderGridViewHeaderStyle
{
    color: #fff !important;
    background-color: #990000 !important;
    font-weight: bold;
    border-color: #000;
}

.ViewOrderGridViewAlternatingRowStyle
{
    background: none repeat scroll 0 0 #eee !important;
}

#ChangePassWord
{
    text-align: left;
    padding-left: 200px;
}

    #ChangePassWord tr
    {
        line-height: 25px;
    }

#DirectionBorder
{
    border: 1px solid #C9A85B;
    height: 452px;
    width: 562px;
}

#orderCheckout
{
    margin-right: 5px;
    margin-bottom: 10px;
    background: rgb(0, 0, 0);
    background: rgba(0,0,0,0.5);
    color: #ddd;
}

.Addons
{
    color: Black;
}

#orderCheckout .PanelLeft
{
    padding-left: 120px !important;
    padding-right: 25px !important;
}

#orderCheckout .hrRuleSeparator
{
    width: auto !important;
}

.PanelLeft
{
    padding-left: 247px;
}

.EditOrder
{
    background: url(../Images/Edit.png) no-repeat;
    height: 34px;
    width: 98px;
}

.PasswordSubmit
{
    border: none;
    background: url(../Images/confirm.png) no-repeat;
    width: 83px;
    height: 25px;
    margin-right: 100px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.ChangePasswordButton
{
    border: none;
    background: url(../Images/changePassword.png) no-repeat;
    width: 184px;
    height: 34px;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    margin-right: 5px;
}

.CancelPasswordButton
{
    border: none;
    background: url(../Images/cancel.png) no-repeat;
    height: 34px;
    width: 98px;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.defaultaspx #divContainer
{
    margin: 0px !important;
    width: auto;
}

#divContainer
{
    width: 754px;
    clear: both;
    float: right;
}

#divContainer
{
    height: auto !important;
}

.RadPanelCssClass
{
    width: 200px;
}

.lblDirections
{
    padding-top: 10px;
    text-align: left;
    padding-left: 165px;
}

    .lblDirections span
    {
        color: Red !important;
    }

#DirectionContainer
{
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    width: 650px;
    float: left;
}

#DirectionContent
{
    width: 575px;
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
}

#divDirectionContainer
{
    float: left;
    padding: 5px;
    width: 565px;
}

#divDirectionMap
{
    float: left;
    padding: 10px 0px 10px 10px;
}

#td2DirectionsSMSType, #td2DirectionsMobile, #td2DirectionspnlEmail
{
    float: left;
}

#divGetDirections
{
    margin-bottom: 5px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    border: 1px solid #4a3508;
}

#tdDirectionAddress
{
    padding-left: 50px;
}

#tdDirectionInfo
{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.ifrmDirectionMap
{
    width: 562px;
    height: 452px;
}

#divDirectionMapAddress
{
    float: right;
    width: 250px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}

.directionTabButtonUnselected
{
    border: none;
    background: #a14d17;
    cursor: pointer;
    color: White;
}

#divdirection
{
    border: solid 2px #311d12;
    height: 480px;
    width: 562px;
}

#DirectionText
{
    width: 600px;
}

.SearchItemLabel
{
    color: #d2170f;
    font-weight: bold;
}

.directionTabButtonSelected, .directionTabButtonSelected:hover
{
    border: none;
    background: #311d12;
    cursor: pointer;
    color: Black;
}

#DirectionTitle
{
    font-size: 12px;
    font-weight: bold;
    color: #ccc;
    text-align: left;
}

#DirectionText
{
    color: #ccc;
    text-align: left;
    font-size: 12px;
}

#divIdirection
{
    text-align: left;
    padding-left: 130px;
}

#getDirectionFlashPath
{
    height: 445px;
    width: 550px;
    text-align: left;
    padding-left: 5px;
}

#divMapDirection
{
    text-align: left;
    padding-top: 150px;
    padding-left: 50px;
}

#divDirectionAddress
{
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 25px;
    float: left;
}

    #divDirectionAddress #divRestaurantTiming1
    {
        float: left;
        border-left: 1px dotted #C9A85B;
        border-top: 0px none;
        margin-left: 27px;
        padding-top: 0px;
        margin-top: 0px;
    }

    #divDirectionAddress #divContactUsContactDetail
    {
        float: left;
        padding-top: 15px;
        text-align: left;
    }

    #divDirectionAddress #tblDisplayBusinessHours
    {
        padding-left: 27px;
    }

#divDirectionInfo
{
    clear: both;
    display: none;
}

.tdIdirection
{
    vertical-align: middle;
    color: #69462f;
    font-size: 14px;
}

.tdSendDirection
{
    height: 7px;
    padding-top: 7px;
}

#tdSMSType
{
    vertical-align: top;
    text-align: right;
}

.tdddlMobile
{
    text-align: left;
    vertical-align: top;
    padding-left: 11px;
}

#tdMobile
{
    text-align: right;
    vertical-align: middle;
}

.cusLabel1
{
    text-align: left;
    color: #ccc;
    padding-right: 40px;
}

.OrderCheckoutConfirm
{
    border: none;
    background: url(../Images/confirm.png) no-repeat;
    height: 34px;
    width: 98px;
    cursor: pointer;
}

.OrderCheckoutSubmit
{
    border: none;
    background: url(../Images/confirm.png) no-repeat;
    height: 34px;
    width: 98px;
    margin-right: 200px;
    cursor: pointer;
}

.OrderCheckoutSubmitSSL
{
    background: url("../Images/continue.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    margin-right: 200px;
    height: 34px;
    width: 98px;
}

.visacard
{
    font-size: small;
}

.ContactUSAddress
{
    width: 250px;
}

#tdContactUsSubmitbtn
{
    padding-left: 150px;
    text-align: left;
}

#orderCheckout #diveditorder
{
    padding-right: 23px !important;
}

#diveditorder
{
    padding-right: 100px;
}

.SubmitOrder
{
    text-align: center;
    padding-top: 15px;
}

#LoginContianer
{
    margin-left: 5px;
    margin-right: 5px;
}

#MessageContainer
{
    color: Red;
    padding: 10px;
}

.account_link
{
    text-decoration: none;
    font-weight: bold;
    color: #ccc;
}

#SettingMasterPage
{
    *padding-left: 37px!important;
    padding-left: 15px!important;
}

#SubMasterPageDiv
{
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 5px;
    text-align: left;
}

#CreateUserContainer
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
    width: 740px;
    margin-bottom: 10px;
    background: rgb(0, 0, 0);
    background: rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    filter: alpha(opacity=50);
}

#RecoverPassWordContainer
{
    margin-left: 5px;
    margin-right: 5px;
}


.surveySubmit
{
    background: url(../Images/Submit.png) no-repeat;
    height: 34px;
    width: 98px;
    border: none;
    cursor: pointer;
}

.surveyClear
{
    background: url(../Images/clear.png) no-repeat;
    height: 34px;
    width: 98px;
    border: none;
    cursor: pointer;
}

#tblSurveyFeedbackContactInfo
{
    width: 600px;
    text-align: left;
}

.divFeedback
{
    color: #ccc !important;
}

.tdSurveyFeedbackContactInfo
{
    text-align: right;
    width: 206px;
    vertical-align: top;
    padding-top: 5px;
}

#htmlContactUSHeaderTitleContainer
{
    float: right;
    background: Red;
}

#htmlContactUsTitle
{
    clear: both;
    float: left;
}

#htmlContactUsTiming
{
    float: right;
}

.AdminStaticSelectedStyle, .AdminStaticHoverStyle
{
    color: Black;
    background: #fff;
}

    .AdminStaticSelectedStyle a, .AdminStaticHoverStyle a:hover
    {
        color: #fff !important;
        background: none repeat scroll 0 0 #c11705;
    }

.AdminMenu
{
    border: 1px Solid #222;
    border-bottom: none;
    color: #000;
    background: none repeat scroll 0 0 #ccc;
    height: 33px;
}

.AdminStaticMenuItemStyle
{
    font: 12px SegoeUI, Arial, sans-serif bold;
    font-weight: bold;
}

    .AdminStaticMenuItemStyle a
    {
        color: #000;
        padding: 9px 5px 8px 5px;
        display: block;
    }

#AdminContent
{
    border: 1px solid #876400;
    margin-bottom: 10px;
    color: #ccc;
    /* margin-left: 5px; */
    width: 813px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(0,0,0,0.7);
    min-height: 500px;
}

.AdminFeatureDesc
{
    color: #fff;
    font-family: Calibri;
    font-size: 15px;
    padding: 0px 5px 9px 19px;
    text-align: left;
    width: 166px;
    float: left;
}

#diviewFrmViewInvoiceHTML iframe, #diviewFrmViewInvoiceCONFIRM iframe
{
    width: 745px;
}

#divDirectionSiteMapPath
{
    display: none;
}










#DirectionMenu
{
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    font: bold 12px SegoeUI,Arial,sans-serif;
    text-align: center;
    padding-top: 5px;
    height: 30px;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-bottom: 2px;
    border: 1px solid #4A3508;
    margin-left: 6px;
}
/*.DirectionMenu
{
    color: White;
}*/
.DirectionStaticMenuItemStyle
{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    height: 22px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .DirectionStaticMenuItemStyle a
    {
        font-size: 13px;
        font-weight: bold;
        display: block;
        padding-top: 5px;
    }

        .DirectionStaticMenuItemStyle a:hover
        {
            color: #FFFFFF !important;
            cursor: pointer;
            font-weight: bold;
            height: 22px !important;
        }

.DirectionStaticSelectedStyle
{
    color: #fff !important;
    font-weight: bold;
    background: #AE8A3C;
    text-align: center;
    height: 22px;
}

.DirectionStaticHoverStyle
{
    color: #fff !important;
    font-weight: bold;
    background-color: #AE8A3C;
    cursor: pointer;
}

.DirectionStaticMenuStyle
{
    font-weight: bold;
    color: White;
    font: 12px SegoeUI, Arial, sans-serif bold;
}

.DirectionStaticSelectedStyle a
{
    color: #FFFFFF !important;
    font-weight: bold;
    height: 22px;
}


.DirectionStaticMenuItemStyle a:hover
{
    cursor: pointer;
    color: #fff !important;
    font-weight: bold;
    height: 22px !important;
}

#tdDirectionView
{
    text-align: left;
    padding-left: 20px;
}

#RestaurantLogo
{
    border: none;
    height: 123px;
    width: 446px;
    margin-left: 10px;
    margin-top: 10px;
}

#RestaurantLink
{
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.tdRule
{
    text-align: left;
    font-weight: bold;
    font-size: 13px;
}

.tdDescription
{
    text-align: left;
    font-size: 13px;
    padding-left: 20px;
}




.CalenderImage
{
    background: url(../Images/Calendar.png) no-repeat;
    border: none;
    width: 16px;
    height: 16px;
}

#tdCateringBtnSubmit
{
    padding-top: 10px;
}

.CreateUserStyleLabel
{
    width: 150px;
    text-align: right;
    padding-left: 120px;
}

.CreateUserStyleTextbox
{
    text-align: left;
}

#divDirectionFlash
{
    width: 726px;
    height: 444px;
    border: 1px solid #8F8F69;
    margin-bottom: 5px;
}

#mainText
{
    width: 750px;
    background-color: #fff;
    padding-top: 10px;
}

.InvoicePromotional
{
    text-align: right;
    padding-left: 75px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-left: 75px;
    margin-right: 75px;
}

.InvoicePromotionalMessage
{
    text-align: left;
    padding-left: 100px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    margin-left: 95px;
    margin-right: 95px;
    margin-top: 20px;
}

textarea
{
    width: 400px;
    height: 80px;
    /*margin-right: 10px;*/
}

#tdGetDirectionsthrough
{
    height: 30px;
    padding-left: 3px;
}

#td1DirectionspnlEmail, #td1DirectionsYourMsg
{
    text-align: right;
    padding-right: 3px;
    width: 158px;
}

#td1DirectionsSMSType, #td1DirectionsMobile
{
    text-align: right;
    padding-right: 3px;
    width: 158px;
}

#LoginInnerContainer
{
    padding-top: 10px;
}

.style_Myprofile
{
    width: 100%;
}

.tdMyProfileWidth
{
    width: 39px;
}

.lblMyProfile
{
    width: 110px;
    text-align: right;
}

.MyProfileColon
{
    width: 4px;
}

.txtMyProfile
{
    width: 144px !important;
}

#tdMyProfileMsg
{
    text-align: left;
}

.optsms
{
    background: url(../Images/Mobile.png) no-repeat right;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.optemail
{
    background: url(../Images/Email.png) no-repeat right;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#td2DirectionsSMSType
{
    padding-bottom: 7px;
}

.lblCountryCode
{
    display: none;
}

#td2DirectionsYourMsg
{
    padding-top: 5px;
}

.PrivacyPolicy
{
    color: White;
}

#divSurveyErrorMessage
{
    margin-top: 10px;
    text-align: center;
}

.lblSurveyErrorMessage
{
    color: red;
}

.lblTableBookingErrorMessage
{
    color: Red;
}

.lblCateringErrorMessage
{
    color: Red;
}

.ContactUsMessage
{
    color: Red;
    margin-left: 90px;
}


/*Start Stylesheet for Testimonial Page*/
#divTestimonialContainer
{
    padding-left: 10px;
    padding-right: 10px; /*border:solid 1px #646464;     border-top:none;*/
}

#divTestimonialPageTitle
{
    text-align: left;
    font-family: Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 20px;
    color: #9f0000;
}

.TestimonialContainer
{
    border-bottom: 1px dotted #AE8A3C;
    margin: 0 3px 3px;
    padding-bottom: 10px;
    width: 735px;
}

.TestimonialTitle
{
    color: #AE8A3C;
    font-size: 18px;
    padding-bottom: 10px;
    text-align: left;
}

.TestimonialText
{
    font-size: 12px;
    padding: 6px 20px 6px;
    text-align: left;
}

.TestimonialSource
{
    color: #AE8A3C;
    float: right;
    font-family: Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
    width: 30%;
}

/*End Stylesheet for Testimonial Page*/
/*Start Stylesheet for News And EventsPage*/
.divNewsAndEventsContainer
{
    padding-left: 20px;
    padding-right: 20px;
}

.NewsAndEventsContainer
{
    margin: 0px 3px 3px 3px;
    padding-bottom: 10px;
    border-bottom: dotted 2px #d4d4d4;
}

.NewsAndEventsTitle
{
    text-align: left;
    color: #00507d;
    font-size: 18px;
}

.NewsAndEvetnsText
{
    text-align: justify;
    font-size: 12px;
    padding-bottom: 6px;
    padding-left: 30px;
    padding-right: 30px;
}

.NewsAndEventsSource
{
    text-align: left;
    color: #404040;
    font-size: 13px;
    width: 28%;
    float: right;
    font-family: Sans-Serif;
    font-weight: bold;
}

/*End Stylesheet for News And EventsPage*/



#ctl00_ContentPlaceHolder1_GridView1 tr td
{
    border-color: #000;
}

#orderCheckout .CartGrid
{
    width: 94% !important;
}

.CartGrid
{
    border: 1px solid #876400;
}

.lblBanquetPackageCategory
{
    color: Blue;
    cursor: pointer;
}

.tdBanquetPackage
{
    text-align: left;
    padding-left: 10px;
}
/*************** Style for the ResetPassword ******************/
.forgotPassContainerDiv
{
    width: 75%;
    padding: 10px;
    padding-bottom: 5px;
    background: rgba(0,0,0,0.7);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.forgotPassHeaderDiv
{
}

.forgotPassHeaderIconImg
{
}

.forgotPassHeaderIconTick
{
}

.forgotPassHeaderText
{
    font-size: 18px;
    text-align: left;
    padding-top: 8px;
    padding-left: 45px;
    text-decoration: none;
    color: #fff;
    background: url(../Images/ForgotPassword.png) no-repeat top left #AE8A3C;
    border-bottom: none;
    padding-bottom: 8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.EmailSentHeaderText
{
    font-size: 18px;
    text-align: left;
    padding-top: 8px;
    padding-left: 45px;
    text-decoration: underline;
    color: #28262a;
    background: url(../Images/EmailSent.jpg) no-repeat top left;
    padding-bottom: 8px;
}

.forgotPasswordContentDiv
{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    padding-left: 25px;
    margin-bottom: 10px;
    /*border: 1px solid #3fa34f;*/
}

    .forgotPasswordContentDiv a:hover
    {
        color: Orange;
    }

.forgotPasswordContentDivTableContainer
{
    padding-top: 20px;
    text-align: left;
}

.forgotPasswordContentDivTable
{
    border: solid 1px black;
}

.spnEmailLabel
{
    font-weight: bold;
    padding-left: 60px;
}

.txtChangePasswordEmailAddress
{
    width: 300px;
}

.btnGetEmail
{
    background: transparent url(../images/GetPasswordLink.png) no-repeat scroll 0 0;
    background-position: top left;
    width: 184px;
    height: 34px;
    cursor: pointer;
    border: none;
    margin-left: 169px;
}

.divBtnGetEmail
{
    padding-top: 10px;
    text-align: left;
    width: 100%;
}

.dicChangePasswordControlContainer
{
    padding-top: 10px;
}

.lblChangePasswordErrMessage
{
    padding-left: 122px;
    padding-bottom: 20px;
}
/************** End of style for the ResetPassword**************/

/************ Start of ChangePassword Control **************/
.tdOrderCheckoutLeft
{
    text-align: right;
}

.tdOrderCheckoutRight
{
    text-align: left;
    padding-left: 3px;
}

.tdChangePasswordLeftCol
{
    text-align: right;
    vertical-align: middle;
    width: 180px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
}

.tdChangePasswordRightCol
{
    text-align: left;
    padding-left: 3px;
    vertical-align: text-top;
    padding-top: 2px;
    padding-bottom: 2px;
}

.tblResetPassword
{
}

.btnChangePasswordContainer
{
    padding-top: 10px;
    text-align: left;
}
/************ End of ChangePassword Control ************/





/************Start Style of Restaurant Promotion Page *****************/
.divPromotionSpecialOfferControl
{
    width: 240px;
    margin-bottom: 5px;
}

/*Promotion Thum Images*/
#tdPromotionLeftNavigationContainer
{
    vertical-align: top;
    width: 180px;
    display: none;
}

.PromotionLeftNavigationDivSelection
{
    border: 1px solid #c9a85b;
    padding-bottom: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#divPromoTitle
{
    font-family: Arial;
    font-size: medium;
    font-weight: bold;
    padding: 10px 0px;
}

.divPromotionLeftNavigationContainer
{
    margin-top: 10px;
}

.divPromotionContentContainer
{
    margin-left: 20px;
    text-align: left;
    vertical-align: top;
    margin-top: 7px;
}

.ItemSeperateorCssClass
{
    padding: 0px 10px;
}

/************End Style of Restaurant Promotion Page *****************/


#divTableBookingBusinessHours
{
    width: 273px;
    float: right;
    vertical-align: top;
    display: none;
}

.InvoiceSubmit
{
    background: url(../Images/Submit.png) no-repeat;
    height: 34px;
    width: 98px;
    border: none;
    cursor: pointer;
}

.InvoiceCancel
{
    background: url(../Images/cancel.png) no-repeat;
    height: 34px;
    width: 98px;
    border: none;
    cursor: pointer;
}

.RNTClass
{
    text-align: right;
}

#divCompanyNameFooter
{
    vertical-align: top;
    height: 30px;
}

    #divCompanyNameFooter td
    {
        vertical-align: middle;
    }

#divSubwayAndBuses
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.ifrmSubwayAndBuses
{
    width: 100%;
    height: 320px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}






/************Start Style of WebTelEventByDate Control *****************/
#tblEventByDateHeader
{
    background: url(../Images/EventByDateBg.jpg) repeat-x;
    height: 36px;
    width: 100%;
    text-align: left;
    color: #84011f;
    padding-left: 10px;
    font-size: 15px;
}

#divEventByTypeHeader
{
    background: url(../Images/EventByDateBg.jpg) repeat-x;
    height: 36px;
    width: 100%;
    text-align: left;
    color: #84011f;
    padding-left: 10px;
    font-size: 15px;
    border-top: solid 1px #d2a549;
    border-bottom: solid 1px #d2a549;
}

.tdhlkEventName
{
    text-align: left;
}

.inactiveDateEvent
{
    background: url(../Images/EventByTypeBg.jpg) repeat-x;
    text-align: left;
    color: Black;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    border-bottom: solid 1px #fadae1;
    cursor: pointer;
    text-decoration: none;
}

.activeDateEvent
{
    background: #7c2c25;
    text-align: left;
    color: White;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    border-bottom: solid 1px #fadae1;
    cursor: pointer;
    text-decoration: none;
}

.inactiveDateEvent a
{
    text-decoration: none;
    color: Black;
    cursor: pointer;
}

.inactiveDateEvent:hover
{
    text-decoration: none;
    color: white;
    background: #7c2c25;
    cursor: pointer;
}

.activeDateEvent a
{
    text-decoration: none;
    color: White;
    font-weight: bold;
}

.hlkEventName
{
}
/************End Style of WebTelEventByDate Control *****************/



/************Start Style of Restaurant Promotion Page *****************/


#divLoginMessage
{
    font-size: 10px;
    color: Red;
}

#divRegiserUserMessage
{
    font-size: 10px;
    color: Red;
    padding-bottom: 10px;
}

.lblOrderConfirmationMessage
{
}

#divOrderConfirmationMessage
{
    color: Red;
    margin-bottom: 15px;
    margin-top: 5px;
    margin-right: 100px;
}


/* start PayPal Page stylesheet */
#PaypalContainer
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.PaypalConfirm
{
    background: url(../Images/Submit.png) no-repeat;
    cursor: pointer;
    border: none;
    height: 34px;
    width: 98px;
}

.PaypalCancel
{
    background: url(../Images/cancel.png) no-repeat;
    cursor: pointer;
    border: none;
    height: 34px;
    width: 98px;
}

#divInvoiceConfirmation
{
    padding-bottom: 10px;
}

    #divInvoiceConfirmation table, #divInvoiceConfirmation td
    {
        border-color: rgba(0,0,0,0.5) !important;
    }

#OrderDetails table, #OrderDetails td
{
    border-color: rgba(0,0,0,0.5) !important;
}
/* end PayPal Page Stylesheet*/

/* SurveyFeedback start (12/12/2009) */
.pnlFeedbackInoformation
{
    padding: 0px 10px 10px 10px;
    font-family: Arial;
    color: #212121;
    font-size: 13px;
}

#SurveyFeedbackTitleContainer
{
    width: 100%;
    text-align: center;
}

#SurveyFeedbackTitle
{
    padding-top: 6px;
    height: 28px;
    width: 230px;
    text-align: center;
    background: url(../Images/SurveyFeedback/SurveyFeedBackTitle.jpg);
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

.SurveyFeedbackStatement
{
    padding: 10px 10px 0px 10px;
    font-size: 13px;
    color: #212121;
}

#SurveyFeedbackConfidentialStatement
{
    padding: 10px 10px 10px 10px;
    font-weight: bold;
}

#SurveyFeedbackSectionSeperator
{
    border-top: solid 1px #cccccc;
}

#SurveyFeedbackCommonInformation
{
    padding-top: 10px;
}

.SurveyFeedbackUserEmailTextBox
{
    width: 250px;
}

#SurveyFeedbackOrderTime
{
    padding-left: 20px;
}

#SurveyFeedbackMayWeContactDiv
{
    padding: 10px;
}

.SurveyFeedbackQuestion
{
    font-size: 11px;
    font-weight: bold;
}

.RadioButtonList label
{
    display: inline-block;
    width: 50px;
}

.SurveyFeedbackSubTitleContainer
{
    background-color: #f5f5f5;
    border: solid 1px #cccccc;
    margin-bottom: 10px;
}

.SurveyFeedbackSubTitle
{
    padding-top: 6px;
    height: 27px;
    width: 143px;
    text-align: center;
    background: url(../Images/SurveyFeedback/SurveyFeedBackSubTitle.jpg);
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

.SurveyFeedbackContent
{
    padding: 10px;
}

#SurveyFeedbackOpinionAnswer
{
    padding-left: 25px;
}

#SurveyFeedbackSuggestion
{
    background-color: #f5f5f5;
    border: solid 1px #cccccc;
    padding: 10px;
    margin-bottom: 5px;
}

#FeedbackButtonDiv
{
    padding-top: 10px;
    text-align: center;
}

.SurveyFeedbackSubmit
{
    width: 83px;
    height: 25px;
    background: url(../Images/Submit.png) no-repeat;
    border: none;
}

.SurveyFeedbackClear
{
    width: 83px;
    height: 25px;
    background: url(../Images/clear.png) no-repeat;
    border: none;
}

.SurveyFeedbackFoodQuestion
{
    text-align: right;
    width: 150px;
}

.SurveyFeedbackFoodAnswer label
{
    display: inline-block;
    vertical-align: middle;
    width: 125px;
}

.SurveyFeedbackFoodAnswer input
{
    display: inline-block;
    vertical-align: middle;
}

.SurveyFeedbackDeliveryPersonAnswer label
{
    display: inline-block;
    vertical-align: middle;
    width: 90px;
}

.SurveyFeedbackDeliveryPersonAnswer input
{
    display: inline-block;
    vertical-align: middle;
}
/* SurveyFeedback end (12/12/2009) */
.lblShareInfo
{
    color: Red;
}

.lblASAPDatetimez
{
    color: Gray;
    font-style: italic;
}

.lblOrderComment
{
    color: Gray;
    font-style: italic;
}
/* for view order dashboard functionality */
.gvwDashboardRowNotViewed
{
    background: url(../Images/OrderNotViewedBg.gif);
    font-weight: bold;
    color: Black;
    width: 290px;
    margin-left: 150px;
    margin-top: 10px;
}

.gvwDashboardRowViewed
{
    background-color: White;
}

.ViewOrderDashBoardGridView
{
    clear: both;
    font-size: x-small;
    color: #333333;
    font-size: 13px;
    margin: 10px;
}

.ViewOrderDashBoardGridViewFooterStyle
{
    color: White;
    background-color: #990000;
    font-weight: bold;
}

.ViewOrderDashBoardGridViewRowStyle
{
    color: #333333;
    background-color: #FFFBD6;
}

.ViewOrderDashBoardGridViewCommandFieldItemStyle
{
    color: Blue;
}

.ViewOrderDashBoardGridViewPagerStyle
{
    background-color: #990000;
    color: #333333;
}

    .ViewOrderDashBoardGridViewPagerStyle a
    {
        color: #fff;
    }

.ViewOrderDashBoardGridViewSelectedRowStyle
{
    background-color: #FFCC66;
    color: Navy;
    font-weight: bold;
}

.ViewOrderDashBoardGridViewHeaderStyle
{
    color: White;
    background-color: #990000;
    font-weight: bold;
    height: 25px;
    border-color: #000;
}

.ViewOrderDashBoardGridViewAlternatingRowStyle
{
    background-color: White;
}

.lblMesssageForDashBoard
{
    font-weight: bold;
    color: #ccc;
    width: 100%;
    font-size: 14px;
}

.ViewOrderDashBoardGridViewPagerStyleAmtPaid
{
    padding-left: 10px;
}

.ViewOrderDashBoardGridViewEmptyRowStyle
{
    text-align: center;
    color: #fff;
}

.btnViewInvoiceForDashBoard
{
    border: none 0px;
    background: url(../Images/ViewDashBoard.gif) no-repeat;
    height: 25px;
    width: 76px;
    cursor: pointer;
    margin: 0px;
}

.btnPrintInvoiceForDashBoard
{
    border: none 0px;
    background: url(../Images/PrintDashBoard.gif) no-repeat;
    height: 25px;
    width: 76px;
    cursor: pointer;
    margin: 0px;
}

.btnViewLiveOrders
{
    background: #ed5802 url(../Images/ViewLiveOrder.gif) repeat scroll 0 0;
    height: 30px;
    width: 702px;
    cursor: pointer;
    color: White;
    font-weight: bold;
    font-size: 16px;
    border: solid 1px #ed5802;
    margin: 0px;
    padding: 0px;
}

#divNavigateToDashBoard
{
    text-align: center;
    padding-top: 0px !important;
}

#spanNewOrders
{
    font-size: 14px;
    font-weight: bold;
}

.btnUnifiedDashboardRefresh
{
    cursor: pointer;
    border: none 0px;
    background: url(../Images/refresh.gif) repeat scroll 0 0;
    height: 25px;
    width: 91px;
}
/*end of dashboard styles*/


/* (START) Personalized Message Style */

#onmyown
{
    position: absolute;
    top: 143.5%;
    left: 60%;
    z-index: 10;
}


.divMessagesContainer
{
    border: solid 2px Black;
    width: 600px;
}

#divMessageHeader
{
    height: 25px;
}


#divMessagesBody
{
    padding: 5px;
    max-height: 78px;
    height: auto !important;
    height: 78px;
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    width: 612px;
    border: solid 1px black;
}

.lnkMessage
{
    float: left;
    color: Black;
    text-align: left;
    font-size: 11px;
    text-decoration: none;
}

.lnkSelect
{
    float: right;
    text-decoration: underline;
    color: Blue;
    font-size: 12px;
    text-align: right;
}

#divGiftTemplates
{
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}

.divGiftTemplateHeader
{
    font-size: 15px;
    color: Black;
    padding: 5px;
}
/*CollapsiblePanel*/
.collapsePanel
{
    margin: 0px;
    padding: 0px;
    overflow: auto;
    width: 625px;
}

.collapsePanelHeader
{
    padding-top: 0px;
    padding-left: 0px;
    width: 625px;
    height: 31px !important;
    color: Black;
    font-weight: bold;
    background: url(../Images/GiftCertificateTitleRepeat.jpg) repeat-x;
}

.tdMessageInformationHeaderL
{
    height: 31px;
    width: 9px;
    vertical-align: top;
    float: left;
    display: block;
}

/* (END) Personalized Message Style */


/* (START) Styles  For Reports */

.Reportlink
{
    text-decoration: underline;
    color: blue;
}

#divInformationMessage
{
    float: right;
    vertical-align: bottom;
    margin: 0px;
    padding-right: 5px;
    font-style: italic;
    color: Gray;
    margin-bottom: 5px;
}

#divDates
{
    clear: both;
    width: 100%;
    /*padding-left: 10px;*/
    padding-right: 25px;
}

.lbldate
{
    padding-right: 5px;
    padding-left: 0px;
    font-size: 13px;
    font-weight: bold;
}

.tdListOfFilters *
{
    margin-bottom: 5px;
}


.tdListOfFilters
{
    margin-top: 2px;
    vertical-align: bottom;
    width: 18%;
}

.ddListOfWeek
{
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.lbldatePicker input
{
    margin-bottom: 0px;
}

.lbldatePicker *
{
    vertical-align: bottom;
    margin: 0px;
    width: 95%;
}

.lnkButtonFilter
{
    cursor: pointer;
    width: 55px;
}

.lblfilter
{
    padding-bottom: 2px;
    padding-right: 5px;
}

/* (END) Styles For Reports */


.lblSpecificTimeSlotForOutsideBusinessHours
{
    color: #b79447;
    font-style: italic;
}

.lblSpecificTimeSlotForInsideBusinessHours
{
    color: #cacaca;
    font-style: italic;
}



/*********** STYLESHEET FOR ORDER CONFIRMATION SCREEN ************/
.confirmationContainer
{
    text-align: left; /*padding-top: 20px;*/
}

.confirmationHeader
{
    width: 100%;
    padding-top: 7px;
    height: 24px;
    border: solid 1px #e7b96e;
    color: #3e3e3e;
    font-size: 15px;
    font-weight: bold;
    background-repeat: repeat-x;
    background-image: url(../images/confheader.gif);
    text-align: center;
}

.confirmationContent
{
    width: 100%;
    border: solid 1px #e7b96e;
    background-color: #fdf7e6;
    padding: 10px 0px 10px 0px;
}

.viewOnlineOrder1stDiv, .viewTableBooking1stDiv, .viewCatering1stDiv, .viewContactUs1stDiv
{
    float: left;
    width: 200px;
    text-align: right;
    padding: 5px 0px 5px 5px;
    vertical-align: text-top;
}

.viewOnlineOrder2ndDiv, .viewTableBooking2ndDiv, .viewCatering2ndDiv, .viewContactUs2ndDiv
{
    float: left;
    padding: 0px 0px 5px 5px;
    font-family: Verdana;
    font-size: 12px;
    vertical-align: text-top;
}

#divTxtOtherTextContainer
{
    display: none;
    padding-left: 15px;
}

.btnApplyForConfirmation
{
    cursor: pointer;
    background: url(../Images/ProcessOrder.png) no-repeat;
    height: 34px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.btnApplyAndPrintForConfirmation
{
    cursor: pointer;
    background: url(../Images/ProcessOrderAndPrint.png) no-repeat;
    height: 34px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.divSendCopyForOnlineOrder
{
    padding-top: 10px;
}

.txtSendCopyForOnlineOrder, .txtSendCopyForContactUsTo
{
    width: 272px;
}

.txtSendCopyToForCateringTo
{
    width: 283px;
}

.txtSendCopyForTableBookingTo
{
    width: 283px;
}

.pnlOrderAlreadyAck
{
    background: #fdf7e6;
    margin: 0px;
    padding: 0px;
    color: #000;
    text-align: center;
}

#frmConfirmRequestContainer
{
    text-align: left;
}

#frmConfirmRequest
{
    font-size: 12px;
    width: 100%;
    text-align: left;
}

#frmConfirmRequestContent
{
    text-align: left;
}

.lblConfirmRequestMessage
{
    color: red;
    font-weight: bold;
}

.pnlOrderConfirmationInstructionsFirstDiv
{
    display: block;
    padding-top: 25px;
    color: Red;
    font-weight: bold;
}

.pnlOrderConfirmationInstructionsSecondDiv
{
    display: block;
    padding-top: 15px;
    font-weight: bold;
    color: Blue;
}

.pnlViewOnlineOrderContainer
{
    padding-left: 50px;
}

.lblConfirmationHeader
{
    font-weight: bold;
}

.OrderConfirmationClose
{
    cursor: pointer;
    background: url(../Images/OrderConfirmationClose.gif) no-repeat;
    height: 34px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.OrderConfirmationWaterMark
{
    color: Gray;
    font-style: italic;
    width: 200px;
}

.txtComment
{
    width: 200px;
}

.btnApplyAndPrintForConfirmationContactUs
{
    cursor: pointer;
    background: url(../Images/ProcessOrderAndPrint.png) no-repeat;
    height: 34px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.btnApplyAndPrintForConfirmationCatering
{
    cursor: pointer;
    background: url(../Images/ProcessOrderAndPrint.png) no-repeat;
    height: 34px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.btnApplyAndPrintForConfirmationTableBooking
{
    cursor: pointer;
    background: url(../Images/ProcessOrderAndPrint.png) no-repeat;
    height: 34px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.btnApplyForConfirmationTableBooking
{
    cursor: pointer;
    background: url(../Images/ProcessRequest.png) no-repeat;
    height: 34px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.btnApplyForConfirmationCatering
{
    cursor: pointer;
    background: url(../Images/ProcessRequest.png) no-repeat;
    height: 34px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.btnApplyForConfirmationContactUs
{
    cursor: pointer;
    background: url(../Images/ProcessRequest.png) no-repeat;
    height: 34px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.divlblOrderAckMsgOther
{
    padding-top: 5px;
    padding-bottom: 5px;
}

#divContactUsConfirmationContainer
{
    padding-left: 10px;
}

#divTableBookingConfirmationContainer
{
    padding-left: 10px;
}

#divCatringConfirmationContainer
{
    padding-left: 10px;
}

.divOtherOptions
{
    width: 100%;
    text-align: center;
    padding: 5px;
}
/*********** END OF STYLESHEET FOR ORDER CONFIRMATION ************/

/********** START OF STYLESHEET FOR JIT-ADMINISTRATION ***********/



#imgJitImage
{
    display: none;
}

#divSpecialTitle
{
    display: none;
}

.pnlJITMgmtContent
{
    margin: 5px;
    padding: 10px;
}

.pnlJITMgmtImageSelection
{
    /*border:solid 1px #898962;   margin:25px;*/
    padding: 10px;
}

#tblItemMgmtContentInput .col1
{
    width: 150px;
    text-align: right;
    padding-right: 2px;
    font-weight: bold;
}

#tblItemMgmtContentInput td
{
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
}

#tblItemMgmtContentInput .col2
{
    text-align: left;
    padding-left: 5px;
}

#tblItemMgmtContentInput .txtJITTitle
{
    width: 250px;
}

.txtJITNagivateUrl
{
    width: 400px;
}

#tblItemMgmtContentEditorAndPreview
{
    margin-top: 25px;
}

.divradEditorJITContent
{
    margin-left: 60px;
}

#tblItemMgmtContentEditorAndPreview .col1
{
    vertical-align: top;
    text-align: left;
    width: 350px;
}

#tblItemMgmtContentEditorAndPreview .col2
{
    vertical-align: middle;
    text-align: center;
}

#tblItemMgmtContentEditorAndPreview .col3
{
    vertical-align: top;
    text-align: center;
    width: 350px !important;
}

#tblItemMgmtContentEditorAndPreview .divJITDescription
{
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

#tblItemMgmtContentEditorAndPreview .divhlkChangeImage
{
    margin-bottom: 5px;
    font-weight: bold;
}

    #tblItemMgmtContentEditorAndPreview .divhlkChangeImage a, .divCannedMessageHelperContainer a
    {
        color: #ccc !important;
    }

#divPreviewJIT
{
    /* width:100%;*/
    text-align: center;
}

#tblItemMgmtContentEditorAndPreview #divPreviewJIT
{
    margin-left: 40px;
}

div.clear
{
    clear: both;
    display: block;
}

.btnSaveJIT
{
    cursor: pointer;
    border: none 0px;
    background: url(../Images/Save.png) no-repeat scroll 0 0;
    height: 34px;
    width: 98px;
}

.btnPreviewJIT
{
    cursor: pointer;
    border: none 0px;
    background: url(../Images/Preview.png) no-repeat scroll 0 0;
    height: 34px;
    width: 98px;
}

#divbtnSaveJIT
{
    margin-top: 20px;
}

.trJITTitle
{
    /* display:none;*/
}

.dlImageSelection td
{
    vertical-align: top;
}

#pnlJITMgmtImageSelectionContent .divTemplateSelectImage
{
    border: solid 10px #eee;
}

    #pnlJITMgmtImageSelectionContent .divTemplateSelectImage:hover
    {
        border: solid 10px #ccc;
    }

#pnlJITMgmtImageSelectionFooter
{
    width: 100%;
    text-align: center;
    padding: 10px;
}

.JITTemplateCancelButton
{
    border: none;
    background: url(../Images/cancel.png) no-repeat;
    height: 34px;
    width: 98px;
    cursor: pointer;
}

.divlblActiveStatus
{
    width: 100%;
    padding: 5px;
    padding-top: 10px;
    text-align: center;
}

.lblJITActiveStatus
{
    font-weight: bold;
    color: Red;
}

.pnlJITMgmtContent .divLblMessage
{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px; /*border:solid 1px #c8af70; */
}

    .pnlJITMgmtContent .divLblMessage .lblMessage
    {
        font-weight: bold;
        color: Red;
    }

.pnlJITMgmtContent h3
{
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}

.divBackToJitSelection
{
    padding: 10px;
    text-align: right;
}

.grdJITSelection
{
    text-align: center;
    width: 100%;
}

    .grdJITSelection td, .grdJITSelection th
    {
        padding-top: 8px;
        padding-bottom: 8px;
    }

.hlkbackToJITSelection, .hlkAddNewJIT
{
    font-weight: bold;
    color: #ccc;
}

.JITManagementDLSTPromoList .ItemSeperatorCssClass
{
    width: 15px;
}

.JITManagementDLSTPromoList #divPreviewJIT
{
    border: solid 10px #eee;
}

    .JITManagementDLSTPromoList #divPreviewJIT:hover
    {
        border: solid 10px #ccc;
    }

.JITManagementDLSTPromoList .divPromoTitle
{
    text-align: center;
    padding: 5px;
    font-weight: bold;
    text-decoration: underline;
    min-height: 14px;
}

.JITManagementDLSTPromoList .divJITDate
{
    text-align: center;
    padding: 3px;
    font-weight: normal;
    border-top: dotted 1px gray;
}

.JITManagementDLSTPromoList .left .active
{
    color: Green;
    font-weight: bold;
}

.JITManagementDLSTPromoList .left .inactive
{
    color: Red;
    font-weight: bold;
}

.JITManagementDLSTPromoList .left
{
    float: left;
    padding-top: 5px;
    width: 65%;
}

.JITManagementDLSTPromoList .right
{
    float: right;
}

.JITManagementDLSTPromoList .divJITActions
{
    padding: 3px 0px 0 10px;
}

.JITManagementDLSTPromoList .hlkEditJIT
{
    background: url(../images/icon_edit.gif) no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.JITManagementDLSTPromoList .hlkCopyJIT
{
    background: url(../images/icon_copy.gif) no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.JITManagementDLSTPromoList .btnDeleteJIT
{
    background: url("../Images/icon_delete.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.JITManagementDLSTPromoList table.tblJITActions td
{
    padding-right: 7px;
}

.JITManagementDLSTPromoList table
{
    background-color: #eee;
    padding: 5px 0 5px 10px;
}

.JITManagementDLSTPromoList #divPreviewJIT:hover table
{
    background-color: #ccc;
    padding: 5px 0 5px 10px;
}

/*********** END OF STYLESHEET FOR JIT-ADMINISTRATION ************/

/******************* Start VIP Registration **********************************/

#divVIPRegistrationPage
{
    width: 382;
    height: 482;
}

#tdVIPRegistrationMessage
{
    color: Red;
}
/*End*/



/*himu*/

.tableRegisterVIC
{
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

    .tableRegisterVIC .title
    {
        color: #ddd;
        font-family: arial;
        font-size: 18px;
        font-weight: bold;
        padding: 20px;
        text-align: center;
    }

.tdRegisterVICHeader
{
    height: 120px;
    background-color: #AE8A3C;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.divContent
{
}

.tdRegisterVICHeader .divHeaderContent
{
    width: 418px;
    font-family: arial;
    font-size: 15px;
    float: left;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
    margin-top: 30px;
}

.divVicRegisterForm
{
    border-right: dotted 1px #876400;
    float: left;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    margin-left: 3px;
    margin-top: 10px;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.divHeaderImage
{
    background: url("../Images/VICRegisterHeader.jpg") no-repeat scroll 0 0 transparent;
    float: right;
    height: 109px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 10px;
    width: 239px;
}

.PromotionIcon
{
    background: url(../Images/PromotionIcon.png) no-repeat center top;
    height: 45px;
    width: 45px;
}

.EventIcon
{
    background: url(../Images/EventIcon.png) no-repeat center top;
    height: 45px;
    width: 45px;
}

.CouponsIcon
{
    background: url(../Images/CouponsIcon.png) no-repeat center top;
    height: 45px;
    width: 45px;
}

.divPromotionTitle, .divEventTitle, .divCouponsTitle
{
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
    text-align: left;
    color: #C9A85B;
}

.VIPDetailButtonSend
{
    background: url("../Images/register.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 34px;
    width: 98px;
}

#tdVIPRegistrationSubmitbtn
{
    text-align: center;
}

#VIPRegistrationWrapper
{
    background: rgb(0, 0, 0);
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    filter: alpha(opacity=50);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.divPromotionDetail, .divEventDetail, .divCouponsDetail
{
    font-family: arial;
    font-size: 12px;
    margin-left: 5px;
    padding-right: 20px;
    border-bottom: dotted 1px #876400;
    padding-bottom: 10px;
    text-align: left;
}

.tdTblVIPDetailLeft
{
    text-align: right;
}

.tdTblVIPDetailRight
{
    text-align: left;
}

.tableRegisterVICDetail
{
    margin-top: 20px;
}

#DrpAnnMonth
{
    text-decoration: none;
}

#DrpBDateMonth
{
    text-decoration: none;
}
/*himu*/



/************************ Start Footer ****************************/
.menuBottom
{
    float: left;
}

#divExtraImageLink
{
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 10px;
    float: right;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 5px;
    width: 140px;
    display: none;
}


#divMasterPageFooter
{
    text-align: center;
    color: #ccc;
    font-size: 11px;
    width: 200px;
    margin: 0 auto;
}

    #divMasterPageFooter .col3
    {
        /*text-align: left;*/
        width: 120px;
    }
/*#divCreditCard
{
    margin-top: 10px;
    text-align: left;
    width:130px;
    float:left;
    margin-left:20px;
    
}*/
.divPrivacyPolicy
{
    text-align: center;
}

/*.MenuPagelGalleryContent
{
    height: 179px;
    width: 940px;
}*/
#divBottomPageNavigation
{
    float: left;
    padding-left: 10px;
}

.tdCorners
{
    width: 11px;
    height: 35px;
    background: url('../Images/menu_corner.jpg') no-repeat scroll 0 0;
}

.tdCornersRight
{
    width: 8px;
    height: 35px;
    background: url('../Images/menu_corner_flip.jpg') no-repeat scroll 0 0;
}

#divMasterPageCompanyName
{
    float: left;
    padding-left: 10px;
    text-align: left;
    /*    width: 200px;*/
    color: #ccc;
}

#divBottom
{
    /*background-color: #F9F0DF;     border-bottom: 1px solid #E6D4BD;     border-left: 1px solid #E6D4BD;     border-right: 1px solid #E6D4BD;     height: 6px;     width: 946px;*/
}

#imgFooterIcon
{
    height: 26px;
    width: 26px;
}

#imgTwitterIcon
{
    height: 26px;
    width: 26px;
}

#PageFooter
{
    font-family: verdana;
    font-size: 11px;
    width: 730px;
    color: #ccc;
    vertical-align: top;
    padding: 10px 5px;
    border: 1px solid #222;
    background: rgb(0, 0, 0);
    background: rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    filter: alpha(opacity=70);
}


#divBotttomLine
{
    height: 11px;
    min-width: 950px;
    width: 100%;
}


#divFooterLeft
{
    float: left;
    height: 75px;
    padding-left: 10px;
    padding-top: 25px;
    width: 190px;
    display: none;
}

#divFooterMiddle
{
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    width: 485px;
}


#divFooterRight
{
    float: right;
    padding-right: 30px;
    padding-top: 5px;
}

#divFooterAddress
{
    text-align: left;
    color: #ccc;
    width: 300px;
}

    #divFooterAddress #divEmailImage
    {
        display: none;
    }

.Restoname
{
    color: #ccc;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: left;
}

.tblFooterBusinessHours
{
    padding-top: 10px;
}

.CompanyLink
{
    text-decoration: none;
    color: #ccc;
}

a.CompanyLink
{
    outline: none;
    border: 0;
}

    a.CompanyLink:hover
    {
        color: #ffb900;
        text-decoration: underline;
    }

#divMasterPageFooterLink
{
    width: 197px;
}

.privacypolicy
{
    text-decoration: none;
    color: #ccc;
    margin-left: 0px !important;
}

a.privacypolicy
{
    outline: none;
    border: 0;
}

    a.privacypolicy:hover
    {
        color: #ffb900;
        text-decoration: underline;
    }
/************************* End Footer **************************/

/*
#ctl00_divContainerOuter
{
    border:solid 8px white;
}*/


#divJITPcontainer
{
    width: 240px;
    height: 200px;
}

#tdContactNumber
{
}

#tdAddress
{
    padding-right: 10px;
}

.tblAddress
{
    width: 320px;
    *width: 300px;
}

#divMasterPageHeader #divContactUsContactDetail
{
    display: none;
}

#divContactUsAddressDetails #divHeaderContactDetail, #divDirectionAddress #divHeaderContactDetail
{
    display: none;
}

#divAddress #trRestaurantContactUsEmail
{
    display: none;
}



.imgTelephone
{
    padding: 1px;
    vertical-align: middle;
}

/*********************** Catering Header ********************************/
/*.cateringaspx #divContainer
{
    width:800px;
}*/
.CateringHeaderContainer
{
    /* background: url(../Images/CateringPageHeaderMessage.png) no-repeat center center; */
    color: #FFFFFF;
    font-weight: bold;
    /* height: 330px; */
    /* width: 100%; */
    /* text-align: center; */
    background-color: #AE8A3C;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 549px;
    padding-left: 194px;
    padding-bottom: 10px;
    padding-top: 5px;
}

    .CateringHeaderContainer table
    {
    }

    .CateringHeaderContainer li
    {
        line-height: 18px;
    }


.HeaderComp
{
    padding-bottom: 15px;
    line-height: 17px;
    text-align: center;
    /* padding-right: 85px; */
}
/*********************** End Catering Header ********************************/


/************************************ Start Table Booking Page************************************/
.ReservationStaticSelectedStyle
{
    font-weight: bold;
    background: none repeat scroll 0 0 #ffffff;
    color: #AC0308 !important;
}

    .ReservationStaticSelectedStyle a
    {
        /*font-weight: bold;          background: #c83232;*/
        color: #AC0308 !important;
    }

.ReservationStaticHoverStyle
{
    font-weight: bold;
    background: none repeat scroll 0 0 #ffffff;
    color: #AC0308 !important;
}


.ReservationStaticMenuItemStyle
{
    font-size: 13px;
    font-weight: bold;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #FFFFFF;
}

    .ReservationStaticMenuItemStyle a
    {
        display: block;
        font-size: 13px;
        font-weight: bold;
        padding-left: 5px;
    }

        .ReservationStaticMenuItemStyle a:hover
        {
            font-size: 13px;
            font-weight: bold;
            color: #AC0308 !important;
            background-color: White;
        }

/*#ReservationMenu a
{
    color: #323232;
}*/
#ReservationMenu
{
    float: left; /*   background: url('../Images/MenuCategoryMiddleBg.jpg') repeat-x bottom #511515;*/ /*vertical-align: top;*/
    width: 157px;
    padding-top: 17px;
    background: url("../Images/Categorytop.jpg") no-repeat scroll left top transparent;
    display: none;
}

.ReservationMenu
{
    color: White;
}

#ReservationContainer, #divCareersControlContainer, #tblPramotionContainer, #divTestimonialContainer, #EventCalenderControlContainer, #DirectionContainer
{
    color: #fff;
    font-family: Verdana;
    padding: 5px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


#ReservationContent
{
}

.tdTableBookingLeft
{
    text-align: right;
    line-height: 30px;
}

.tdTableBookingRight
{
    text-align: left;
    padding-left: 5px;
}

.ReservationStaticMenuStyle
{
    font-weight: bold;
    color: red;
    font: 12px SegoeUI, Arial, sans-serif bold;
}

#TableBookingConiner
{
    padding: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#tblTableBookingContainer
{
    margin-left: 150px;
}

#CateringConiner
{
    text-align: center;
    padding: 20px; /*width:100%;*/
    padding-left: 0px;
}

.btnSubmitQuickContact
{
    background: url(../Images/submit.png) no-repeat;
    border: none;
    height: 34px;
    width: 98px;
    cursor: pointer;
}
/************************************ End Table Booking Page************************************/




/************************************ Start Contact Us Page ************************************/

#divContactUsPage
{
    text-align: left;
    font-family: Verdana;
}

#divContactUsCustomerDetail
{
    /*width: 410px;*/ /*float: left;*/ /*   margin-left: 20px;*/ /*padding: 10px;*/
}

#tdContactUsDetail
{
    vertical-align: top;
    padding-top: 20px;
}

#lblContactUsMessage
{
    font-size: 13px;
}

#tblContactUsDetail
{
    width: 440px;
}

.tdTblContactDetailLeft
{
    text-align: right;
    width: 100px;
    color: #ccc;
}

.tdTblContactDetailRight
{
    text-align: left;
}

#divContactUsAddressDetails
{
    height: 150px;
    margin-top: 30px;
}

.txtContactUsComments
{
    width: 300px;
}

.ContactDetailButtonSend
{
    border: none;
    background: url(../Images/Send.png) no-repeat;
    height: 34px;
    width: 98px;
    cursor: pointer;
}

.ContactDetailButtonCancel
{
    border: none;
    background: url(../Images/cancel.png) no-repeat;
    height: 25px;
    width: 83px;
}

#ContactUSContainer
{
    text-align: left;
    padding-top: 5px;
    width: 940px;
    padding-right: 5px;
    padding-bottom: 5px;
}

#ContactUsContent, .tableRegisterVIC
{
    float: left;
    width: 730px;
    background: rgba(0,0,0,0.7);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 15px;
    color: #fff;
}

#ContactUsContent
{
    /* height:500px;*/
}

#ContactUsMenu
{
    float: left;
    font: bold 12px SegoeUI,Arial,sans-serif;
    text-align: left;
    padding-top: 5px;
    height: 30px;
    background: rgba(0,0,0,0.7);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /*margin-bottom: 3px;*/
    padding-left: 5px;
    padding-right: 5px;
    /*padding-bottom: 2px;*/
    border: 1px solid #4A3508;
    margin-left: 6px;
}

span.ContactStaticMenuItemStyle, span.ReservationStaticMenuItemStyle, span.DirectionStaticMenuItemStyle
{
    float: left;
    margin-right: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

    span.ContactStaticMenuItemStyle:hover,
    span.ReservationStaticMenuItemStyle:hover,
    span.DirectionStaticMenuItemStyle:hover
    {
        background: #AE8A3C;
        padding-left: 10px;
        padding-right: 10px;
    }

#ContactUsMenuBottom
{
    /*margin-bottom: 20px;*/
    width: 500px;
}

#DirectionMenuBottom
{
    margin-bottom: 20px;
    width: 300px;
}

.ContactStaticSelectedStyle a
{
    color: #FFFFFF !important;
    font-weight: bold;
    height: 22px;
}

.ContactStaticSelectedStyle
{
    color: #fff !important;
    font-weight: bold;
    background: none repeat scroll 0 0 #AE8A3C;
}

.ContactStaticHoverStyle
{
    color: #fff !important;
    font-weight: bold;
    background: none repeat scroll 0 0 #AE8A3C;
}

.ContactStaticMenuStyle
{
    font-weight: bold;
    color: White;
    font: 12px SegoeUI, Arial, sans-serif bold;
}

.ContactMenu
{
    color: black;
    /*background: url("../Images/MenuCategoryMiddleBg.jpg") repeat-y scroll right center #561717;*/ /*background: #eaedf6;*/
    padding-left: 3px;
    padding-right: 3px;
    width: 100%;
}

.directionsaspx .ContactMenu, .senddirectiontomeaspx .ContactMenu
{
    /*width: 300px !important;*/
}

.ContactStaticMenuItemStyle a
{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding-top: 5px;
    text-align: center;
}

    .ContactStaticMenuItemStyle a:hover
    {
        color: #FFFFFF !important;
        cursor: pointer;
        font-weight: bold;
        height: 22px;
    }

.ContactStaticMenuItemStyle
{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 22px;
}


.tdCateringConinerBtn
{
    text-align: center;
    padding-top: 10px;
}
/************************************ End Contact Us Page ************************************/

#MediaGalleryContainer
{
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.GalleryStyle
{
    text-align: center;
    padding-left: 10px;
    color: #ddd;
    font-weight: bold;
}

    .GalleryStyle table tr td a
    {
        color: #b89443;
    }

.ItemStyleCss
{
    /*border: 3px double #270c1f;*/
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #B9B6AA;
    padding: 10px;
}

/******* Start Order Check out ******/
.OrderCheckoutDistanceMessage
{
    color: Red;
}

.PaymentOptionPanel
{
    padding-left: 176px;
}
/******* End Order Check out ******/




/*Start Stylesheet for the Event Control */
.EventContainerHeader
{
    background: url(../Images/NewIcon.jpg) no-repeat;
    height: 56px;
    font-size: 15px;
    text-align: right;
    padding-top: 15px;
    padding-right: 10px;
}

    .EventContainerHeader span
    {
    }

.lblEventHeader
{
    color: white;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.EventContainer
{
    background: url(../Images/EventBg.jpg);
    background-position: top;
    height: 200px;
    text-align: left;
    overflow: auto;
    width: 226px;
}

.divEventContentContainer
{
    /*height:160px;*/
    text-align: left;
}

.EventContentContainer
{
    color: #FBA5A4 /*margin: 0px;     padding: 0px;     margin-left: 20px;     padding-top: 5px;     color: #A45D31;*/;
}

.EventContainerFooter
{
    text-align: right;
    padding-right: 10px; /*    background-position: bottom;*/
    height: 10px;
}

    .EventContainerFooter a
    {
        color: Red;
        text-decoration: none;
    }

        .EventContainerFooter a:hover
        {
            text-decoration: underline;
        }

.EventDate
{
    list-style: none;
    font-weight: bold;
    margin-left: 0px;
    padding-top: 5px;
}

.EventContent
{
    font-weight: normal;
}

.LinkShowAllEvents
{
    height: 10px;
}

/*End Stylesheet for the Event Control */



/***************** Start Home Page Testimonial Control *********************/

#divShowAllTestimonials
{
    text-align: right;
    padding-right: 10px;
}

    #divShowAllTestimonials a
    {
        /*color: #ffa463;*/
        color: Red;
        text-decoration: none;
    }

        #divShowAllTestimonials a:hover
        {
            color: Red;
            text-decoration: underline;
        }

#divEventAndTestimonials
{
    background: #52572d;
    width: 940px;
    margin: 5px 5px 0px;
}


.TestimonialControlFooter
{
    /*background: url(../Images/TestimonialsBottomCurve.jpg) no-repeat;     width: 395px;     height: 7px;*/
}

#divTestimonialContenet
{
    height: 86px; /* color: #fba5a4;*/
    color: Black;
}

.tdPublicationControl
{
    vertical-align: top; /*   padding: 10px 10px 0px 0px;*/ /*width: 240px;*/
}

.tdTestimonialControl
{
    vertical-align: top; /*padding: 10px 9px 10px 0px;*/ /*width: 240px;*/
    height: 200px;
}

#tdTestimonialImage
{
    /*background: url(../Images/Testimonials.jpg) no-repeat;*/ /*width: 393px;*/ /*height: 93px;*/
}

#divHomeTestimonials
{
    height: 69px;
    text-align: left;
    text-align: left;
}

#tdTestimonialText
{
}


.TestimonialControlHeader
{
    background: url(../Images/TestimonialIcon.jpg) no-repeat;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial; /*color: white;*/
    text-align: left;
    padding-right: 10px;
}

#TestimonialControlHeaderText
{
    border-bottom: 1px dotted black;
    margin-right: 10px;
    width: 440px;
    padding-bottom: 5px;
}
/***************** End Home Page Testimonial Control *********************/
.AboutUsControlHeader
{
    background: url(../Images/About_Us.jpg) no-repeat;
    height: 35px; /*color: white;*/
    text-align: left;
    padding-right: 10px;
}

#AboutUsControlHeaderText
{
    border-bottom: 1px dotted black;
    margin-right: 10px;
    width: 440px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}

#divHomePageImageAndDiscription
{
    font-family: Verdana;
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    height: 60px;
}

.pHomePageDiscription
{
    margin: 0px;
    font-family: Verdana;
    font-size: 12px; /*color: #FBA5A4;*/
    color: Black;
    height: 60px;
}


.CouponsPageContainer
{
}

.lblEventHeader div
{
    border-bottom: solid 1px black;
    width: 165px;
    float: right;
}

/*******************Start Home Page Control ***********************/

#divHomePageControlContainer
{
    width: 940px;
    height: 461px; /*background-color: #5f1919;*/
    background: url(../Images/home_page_background_image.jpg);
}

#divHomePageControlContainerLeft
{
    text-align: left;
    width: 495px;
    height: 461px;
    vertical-align: top;
    float: left; /* background: white;*/
}

#divHomePageControlContainerRight
{
    text-align: left;
    width: 444px;
    height: 461px;
    vertical-align: top;
    float: right;
    border-left: 1px dotted;
}

#tdNewsAndBusinessHour
{
    padding-left: 5px;
    padding-right: 5px;
}

#divHomePageControlBusinessHour
{
    text-align: left;
    height: 200px;
    width: 240px;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

#divHomaPageControlJIT
{
    text-align: left;
    width: 240px;
    height: 200px;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    margin-left: 5px;
}

#tdHomePageControlNews
{
    background: #5f1919;
    height: 241px;
    width: 240px;
    vertical-align: top;
}

#tdHomePageControlTestimonial
{
    background: #5f1919;
    height: 241px;
    width: 241px;
    vertical-align: top;
}

#divPhoneFax
{
    padding-top: 72px;
    padding-left: 5px;
    text-align: left;
    width: 235px;
    float: left;
    padding-left: 60px;
}

/*******************End Home Page Control ***********************/


#divHomePageControlAboutUs
{
    /*padding-top: 5px;*/
    width: 495px;
    height: 120px; /*  background: #511515;*/
}

#divHomePageControlTestimonial
{
    width: 495px;
    height: 121px; /*background: #511515;*/
}

#pl
{
    margin: 0px;
}

.divPrintableMenuOnMenuPage
{
    background: url(../Images/MenuPage_PrintableMenuBtn.png) no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 34px;
    width: 143px;
    margin: 8px;
    float: left;
}

/*.divPrintableMenuOnMenuPage:hover {
        background: url("../Images/MenuPage_PrintableMenuBtn.png") no-repeat scroll 0 -59px transparent;
    }*/
.divPrintableMenuOnCateringPage
{
    background: url(../Images/MenuPage_PrintableMenuBtn.png) no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 34px;
    width: 143px;
    margin: 8px;
    float: left;
}

/*.divPrintableMenuOnCateringPage:hover {
        background: url("../Images/MenuPage_PrintableMenuBtn_Hover.png") no-repeat scroll 0 0 transparent;
        border: medium none;
        cursor: pointer;
        height: 64px;
        width: 236px;
        float: left;
    }*/

.pnlInnerMenuPagePrintableMenu a
{
    border: 0;
    outline: none;
}

.pnlInnerMenuPagePrintableMenu
{
    float: left;
    margin-right: 95px;
}

.pnlMenuPagePrintableMenu
{
    display: none;
}

.pnlCateringPagePrintableMenu
{
}

.lnkNutritionInfoOnMenuPage
{
    background: url("../Images/NutritionFactBtn.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 60px;
    width: 250px;
}

    .lnkNutritionInfoOnMenuPage:hover
    {
        background: url("../Images/NutritionFactBtn_Hover.jpg") no-repeat scroll 0 0 transparent;
    }

.pnlMenuPageNutritionInfo a
{
    border: 0;
    outline: none;
    display: block;
}

.pnlMenuPageNutritionInfo
{
    float: left;
    display: none;
    height: auto;
}




#tdAboutUsAndTestimonials
{
    /*  background: #511515;*/
    width: 495px;
    height: 241px;
}




/* (START) Personalized Message Style */

#onmyown
{
    position: absolute;
    top: 143.5%;
    left: 60%;
    z-index: 10;
}


.divMessagesContainer
{
    border: solid 2px Black;
    width: 600px;
}

#divMessageHeader
{
    height: 25px;
}


#divMessagesBody
{
    padding: 5px;
    max-height: 78px;
    height: auto !important;
    height: 78px;
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    width: 612px;
    border: solid 1px black;
}

.lnkMessage
{
    float: left;
    color: Black;
    text-align: left;
    font-size: 11px;
    text-decoration: none;
}

.lnkSelect
{
    float: right;
    text-decoration: underline;
    color: Blue;
    font-size: 12px;
    text-align: left;
    width: 55px;
    padding-left: 0px;
}

#divGiftTemplates
{
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}

.divGiftTemplateHeader
{
    font-size: 15px;
    color: Black;
    padding: 5px;
}
/*CollapsiblePanel*/
.collapsePanel
{
    margin: 0px;
    padding: 0px;
    overflow: auto;
    width: 625px;
}

.collapsePanelHeader
{
    padding-top: 0px;
    padding-left: 0px;
    width: 625px;
    height: 31px !important;
    color: Black;
    font-weight: bold;
    background: url(../Images/GiftCertificateTitleRepeat.png) repeat-x;
}

.tdMessageInformationHeaderL
{
    height: 31px;
    width: 9px;
    vertical-align: top;
    float: left;
    display: block;
}

/* (END) Personalized Message Style */


#divAboutUs
{
    text-align: right;
    padding-right: 10px;
}

    #divAboutUs a
    {
        color: Red; /*color: #ffa463;*/
        text-decoration: none;
    }

        #divAboutUs a:hover
        {
            color: Red;
            text-decoration: underline;
        }


#divHomgePageControlAboutUsDescription
{
    height: 80px;
    vertical-align: top;
}

#div1
{
    height: 60px;
}

#divHomePageDiscription
{
    height: 60px;
}



.tblRestaurantHeader
{
    width: 214px;
}


/***********(START) PAY BY PHONE ************/

.divPayByPhoneSubmitButtonContainer
{
    text-align: left;
    padding-left: 180px;
}

.divPayByPhoneLabelContainer
{
    padding: 10px;
}

.PaymentOptionPanel
{
    text-align: left;
    padding-left: 120px;
}
/***********(END) PAY BY PHONE ************/



/********************************** Start Stylesheet for Our Branches ********************/

#divGMapMain
{
    border: solid 1px #B2412F;
    background-color: White;
    width: 918px;
    height: 317px; /*    background: #6f3311;*/
}

#OurBranchesContainer
{
    text-align: left; /*margin: 3px 0px 0px 0px; */
    margin: 10px 0px 0px 10px;
}

#divGMap
{
    float: right;
    border: 1px double #B2412F;
    width: 600px;
    margin: 7px;
}

#divBranchList
{
    border-left: 1px solid #876400;
    border-right: 1px solid #876400;
    border-top: 1px solid #876400;
    border-bottom: 1px solid #876400;
    background: rgb(0 0 0 / 63%);
    width: 918px; /*    background: #6e3311;*/
    margin-top: 10px; /*color: White;*/
}

.btnBranchDisplayName
{
    text-decoration: none;
    border: none;
    background-color: Transparent;
    cursor: pointer;
    color: Black;
}

#divAlternativeBranchDetail
{
    padding-left: 10px;
    border: solid 1px Black;
    background-color: white;
    margin-bottom: 5px;
}

.btnGInfoWindow
{
    background-color: Transparent;
    border: none;
    font-weight: bold;
    cursor: pointer;
    margin: 1px;
}

.btnSelectLocation
{
    background: url(../Images/SelectLocation.gif) no-repeat;
    border: none;
    cursor: pointer;
    height: 26px;
    width: 130px;
    /*margin-top: 25px;*/
}

.btnSeletedSelectLocation
{
    background: url(../Images/SelectedSelectLocation.gif) no-repeat;
    border: none;
    cursor: pointer;
    height: 26px;
    width: 130px;    
}

.btnGetDirection
{
    background: url(../Images/GetDirection.gif) no-repeat;
    border: none;
    cursor: pointer;
    height: 29px;
    width: 113px;
    margin: 1px;
}

.btnSelectedGetDirection
{
    background: url(../Images/SelectedGetDirection.gif) no-repeat;
    border: none;
    cursor: pointer;
    height: 25px;
    width: 130px;
    margin: 1px;
}

.btnOrderNow
{
    background: url(../Images/ViewMenu.gif) no-repeat;
    border: none;
    cursor: pointer;
    height: 25px;
    width: 130px;
    margin-top: 5px;
}

.btnSelectedOrderNow
{
    background: url(../Images/SelectedViewMenu.gif) no-repeat;
    border: none;
    cursor: pointer;
    height: 25px;
    width: 130px;
    margin-top: 5px;
}

#divGetAddress
{
    float: left;
    width: 30%;
    padding: 5px;
    margin-top: 7px;
    margin-left: 2px; /*    color: White;*/
}

.tdWhereAreUNow
{
    font-weight: bold; /*background-color: #cccccc; */ /*padding-left: 10px;*/
}

.btnGo
{
    font-weight: bold;
    cursor: pointer;
    background: url(../Images/FindLocation.gif) no-repeat;
    height: 26px;
    width: 130px;
    border: none;
}

.btnChangeLocation
{
    margin-left: 40px;
    cursor: pointer;
    background: url(../Images/ChangeAddress.gif) no-repeat;
    height: 30px;
    width: 113px;
    border: none;
}

#tblHomePageDayAndTimeForLocation
{
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    color: Black;
}

.tdHomePageDayDiscriptionForLocation
{
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.tdHomePageTimeDiscriptionForLocation
{
    text-align: left;
    vertical-align: text-top;
}

.tdHomePageDayAltTextForLocation
{
    font-size: 14px;
    font-weight: bold;
}

#tdDirectionDisplayBranchDetail
{
    width: 30%;
    text-align: left;
    padding-left: 10px;
    padding-right: 5px;
}

#tdDirectionBusinessHours
{
    width: 19%;
    text-align: center;
}

    #tdDirectionBusinessHours b
    {
    }

.tdDisplayBusinessHoursForLocation
{
    text-align: left;
}

#tdDirectionPickupDistance
{
    width: 11%;
    text-align: left;
    padding-left: 15px;
}

.DirectionBranch
{
    padding-top: 5px;
    border-bottom: solid 1px Green;
}

.DirectionSelectedBranch
{
    padding-top: 5px;        
    background: rgba(0,0,0,0.7);
    margin-bottom: 5px;
    border: solid 1px #cccccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #c9a85b;
}

/********************************** End Stylesheet for Our Branches ********************/

#tdHomeBottomNavigationMenu
{
    display: none;
}

/********************************** Start Stylesheet for Home Page Control********************/
#divHomepageContainer
{
    /*width: 950px;     background-color: #EEE9E3;*/
    margin-bottom: 5px;
    z-index: 1;
}

#divHomePageSpecialOffer
{
    /*width: 245px;     height: 200px;*/ /*    background: red;*/
}

#divHomePageHeader
{
    /*width: 930px;     vertical-align: top;     padding-left: 10px;*/
}

#divHomePagePhotoGallery
{
    vertical-align: top;
    min-width: 950px;
    width: 100%;
    height: 510px;
}

.divHomePageFlash
{
    min-width: 950px;
    width: 100%;
    height: 500px;
    margin-top: 10px;
}

#divRightColumn
{
    width: 174px;
    float: left;
    padding-left: 5px;
}

.jitmanagementaspx .divHomePageSpecialOffer
{
    background-color: transparent !important;
}

#divJITRotator
{
    float: left;
    width: 240px;
    padding-left: 4px;
}

#divOrderNow
{
    padding-left: 17px;
    padding-right: 17px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
}

#tdJoinFanClub
{
}

#divHomePageTiming
{
    height: 105px;
    vertical-align: top;
    text-align: left;
    margin-top: 9px;
    padding-top: 5px;
}

#tdTableReservationLink
{
    width: 239px;
    height: 45px;
    padding-bottom: 5px;
}

#divTableReservationLink
{
    width: 239px;
    height: 45px;
    cursor: pointer;
    background-image: url(../Images/Testimonials.jpg);
}

#divCateringInquiryLink
{
    width: 239px;
    height: 45px;
    cursor: pointer;
    background-image: url(../Images/CateringInquiry.jpg);
}

#tdCateringInquiryLink
{
    width: 239px;
    height: 45px;
    padding-top: 10px;
}

#tdHomePageTiming
{
    vertical-align: top;
}

.hnkOrderOnline
{
    outline: none;
    border: none;
}

#divHomeOrderOnline
{
    cursor: pointer;
    height: 48px;
    width: 206px;
}

#divHomeTableReservation
{
    background: url("../Images/NewsEvents.jpg") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 45px;
    width: 239px;
}

.divHeaderFacebook
{
    padding: 12px 12px 6px 12px;
}

.aHeaderFacebook
{
    outline: none;
    border: none;
}

.divHeaderTwitter
{
    padding-left: 5px;
}

.aHeaderTwitter
{
    outline: none;
    border: none;
}

.aRestaurantHeaderLogo
{
    outline: none;
    border: none;
}
/********************************** End Stylesheet for Home Page Control********************/

/*-------------------- Reorder Control Starts --------------------------*/


#divROrder
{
    height: 35px;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 5px;
}

.tblRorder
{
    height: 35px;
    text-align: left;
}

.tdRorder
{
    color: White;
    font-family: Verdana;
    width: 76px;
}

.btnReorder_1
{
    background: url("../Images/btnReorderEnable1.jpg") no-repeat scroll center right transparent;
    border: 0 none;
    color: White;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin: 0;
    width: 30px;
    margin: 0px 2px 0px 2px;
}

.btnReorder_2
{
    background: url("../Images/btnReorderEnable2.jpg") no-repeat scroll center right transparent;
    border: 0 none;
    color: White;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin: 0;
    width: 30px;
    padding: 0px 2px 0px 2px;
}

.btnReorder_3
{
    background: url("../Images/btnReorderEnable3.jpg") no-repeat scroll center right transparent;
    border: 0 none;
    color: White;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin: 0;
    width: 30px;
    padding: 0px 2px 0px 2px;
}

.btnReorderDisabled_1
{
    background: url("../Images/btnReorderDisable1.jpg") no-repeat scroll center right transparent;
    border: 0 none;
    color: White;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin: 0;
    text-decoration: line-through;
    width: 30px;
}

.btnReorderDisabled_2
{
    background: url("../Images/btnReorderDisable2.jpg") no-repeat scroll center right transparent;
    border: 0 none;
    color: White;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin: 0;
    text-decoration: line-through;
    width: 30px;
}

.btnReorderDisabled_3
{
    background: url("../Images/btnReorderDisable3.jpg") no-repeat scroll center right transparent;
    border: 0 none;
    color: White;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin: 0;
    text-decoration: line-through;
    width: 30px;
}

.hlReorderLink
{
    text-decoration: none;
    outline: none;
    border: none 0px;
    cursor: pointer;
}

#divReorderLink
{
    background: url(../Images/Reorder.jpg) no-repeat;
    width: 100px;
    height: 25px;
    margin-left: 3px;
    outline: none;
}

/*-------------------- Reorder Control Ends -------------------------*/

#divPhoneNumber
{
    background: url("../Images/Phone.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 17px;
    padding-left: 23px;
    text-align: left;
}

#divFaxNumber
{
    background: url("../Images/Fax.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 17px;
    padding-left: 20px;
    text-align: left;
}



#divEmailImage
{
    background: url("../Images/Email.png") no-repeat scroll 0px 0 transparent;
    height: 17px;
    padding-left: 22px;
    margin-top: 3px;
}


#PageFooter #divEmailImage
{
    background: none repeat scroll 0 0 transparent !important;
    float: left;
    margin-top: 3px;
    padding: 0 !important;
    text-align: left;
}

#PageFooter
{
    position: fixed;
    bottom: 0px;
    display: none;
}

#tdPhoneNumber
{
    text-align: left;
}

#divPhoneNumber a, #divFaxNumber a, #divEmailImage a
{
    color: #ddd;
    text-decoration: none;
}

#tdFaxNumber
{
    text-align: left;
}

#divAddress #trRestaurantAddLine1
{
    display: none !important;
}

#divAddress #trRestaurantAddLine2
{
    display: none !important;
}

.rtWrapper .rtWrapperContent table
{
    margin-right: 0px !important;
}

.JITTemplateUploadButton
{
    border: none;
    background: url(../Images/Upload.png) no-repeat;
    height: 34px;
    width: 98px;
    cursor: pointer;
}

.tdJITUploadTemplate
{
    padding-top: 5px;
}

/****(START) Confirmation Control ****/
.tdConfirmationControlLeft
{
    padding: 1px;
    padding-top: 2px;
    padding-right: 3px;
    vertical-align: top;
    width: 120px;
}

.tdConfirmationControlRight
{
    padding: 1px;
    width: 180px;
}

.txtOtherConfirmationControl
{
    width: 140px;
}

.WaterMarktxtOther
{
    color: Gray;
    font-style: italic;
    width: 140px;
}

.ddlConfirmationControlLeft
{
    width: 150px;
}

/****(END) Confirmation Control ****/
.divBusinessHourTitle
{
    font-weight: bold;
    color: #c3621f;
    font-family: Verdana;
    font-size: 18px;
}


.divBusinessHourHour
{
    color: #6b3109;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
}

/****(Start) Admin Menu Management ****/
#tblMenuPageCategory
{
    border: 1px solid #bbb;
    margin: 5px;
}
/****(END) Admin Menu Management ****/


/*---------- Testimonial Header Greeting START -----------*/
.divTestimonialHeaderContainer
{
    padding: 10px 0px 10px 0px;
    position: relative;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    -khtml-opacity: 1.0;
}

.tblTestimonialGreetingContainer
{
    background-color: #AE8A3C;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
}

.tdTestimonialHeaderText
{
    padding: 10px 40px 10px 40px;
    *padding-top: 10px;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0px25px;
}

.lblTestimonialText
{
    text-align: left;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    color: #fff;
}

.tdTestimonialFeedbackButton
{
    text-align: right;
    padding-right: 33px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.TestimonialFeedbackButton
{
    background: url('../Images/feedback.png') no-repeat;
    height: 34px;
    width: 98px;
    border: none;
    float: right;
    cursor: pointer;
}

.divTestimonialHeaderContainer table
{
    width: 100%;
    padding-top: 20px;
}

.hlTestimonialFeedback
{
    outline: none;
    border: none;
}
/*---------- Testimonial Header Greeting END -----------*/




#divImgDescription
{
    display: none;
}

#divFoodTypeVegetarian
{
    display: none;
}



#EventCalenderControlContainer #divEventsContainer
{
    padding-top: 0px !important;
    padding-left: 0px !important;
}


#EventCalenderControlContainer #divAnnouncementNavigationContainer
{
    margin-left: 0px !important;
}

#EventCalenderControlContainer #divPastAnnouncementTitle, #EventCalenderControlContainer #divAnnouncementTitle
{
    margin-left: 0px !important;
}

#tblCateringConiner
{
    font-weight: normal !important;
    margin: 0 auto;
    margin-left: 44px;
    width: 657px;
}

    #tblCateringConiner td, #tblTableBookingContainer td
    {
        padding-bottom: 4px;
    }

#SocialMediaMarketingControl
{
    display: block !important;
}

.tdTableBookingRight select
{
    width: 140px;
    height: 28px;
    /*margin-bottom: 3px;*/
}

.cateringaspx .tdTableBookingRight
{
    width: 464px;
}

.cateringaspx .riSingle .riTextBox[type="text"], .tablebookingaspx .riSingle .riTextBox[type="text"]
{
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
    width: 140px !important;
    padding: 5px;
    height: auto;
    margin: 0px;
    border-color: #fff;
}






#divAddress
{
    font-family: Rockwell;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    width: 600px;
    height: 50px;
}

#divAddressDetail
{
    width: 300px;
    height: 50px;
    float: left;
    color: #EEE9E3;
    padding-left: 15px;
    padding-top: 0px;
}

#divFbLikes
{
    width: 100px;
    height: 34px;
    float: left;
    color: #EEE9E3;
    padding-top: 16px;
    padding-left: 60px;
}

#divSocialMediaMarketingContainer
{
    width: 600px;
    height: 25px;
}






/*   Menu Page */

.ServicesPageContent
{
    width: 950px;
    width: 100%;
}

#DivTop
{
    height: 64px;
    margin-left: 85px;
    margin-right: 25px;
    width: 840px;
}

#DivMainContainer
{
    background: url("../Images/main.png") no-repeat scroll 0 0 transparent;
    border-radius: 10px 10px 10px 10px;
    float: left;
    height: 1892px;
    margin-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
    width: 840px;
}

#TopLeft
{
    /*border :1px solid;*/
    float: right;
    width: 236px;
    height: 64px;
    background: url("../Images/Menu_OrderOnlineBtn.jpg") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    margin-left: 12px;
    margin-right: 12px;
}

#TopLeftContent
{
    width: 236px;
    height: 64px;
}

#TopLeft:hover
{
    background: url("../Images/Menu_OrderOnlineBtn_Hover.jpg") no-repeat scroll 0 0 transparent;
}

#TopRight
{
    background: url("../Images/MenuPage_PrintableMenuBtn.jpg") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 60px;
    margin-right: 38px;
    width: 250px;
}

#TopRightContent
{
    height: 60px;
    width: 250px;
}

#TopRight:hover
{
    background: url("../Images/MenuPage_PrintableMenuBtn_Hover.jpg") no-repeat scroll 0 0 transparent;
}

#TopMiddle
{
    width: 250px;
    height: 60px;
    float: left;
    background: url("../Images/NutritionFactBtn.jpg") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    margin-right: 20px;
}

#TopMiddleContent
{
    width: 250px;
    height: 60px;
}

#TopMiddle:hover
{
    background: url("../Images/NutritionFactBtn_Hover.jpg") no-repeat scroll 0 0 transparent;
}

.aboutusaspx #ContactUsMenu
{
    /* display:none;*/
}
/*.aboutusaspx #ContactUsContent
{
    width:770px !important;
    margin:0px !important;
    border:none !important;
}
*/
.aboutusaspx #ContactUSContainer
{
    width: 940px !important;
    padding: 5px !important;
}



/* Gallery Page */
/*#tdPictureGalleryContainer
{
    text-align: left;
    padding-left: 5px;
}

#tblGallery
{
    
    margin: 0;
    padding: 0;
}

#tdGallery
{
    padding-top: 5px;
}

#divGalleryNavigation
{
    
    height: 100px;
    display: block;
    text-align: center;
    width: 665px;
}

.divSelectedGallery, .divUnSelectedClassGallery:hover
{
    
    background-color: transparent; 
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 

.ItemStyleCss
{
    background: rgba(16, 16, 16, 0.66);
    padding: 10px;
    border: Solid 1px #916c1e;
}

.lkbtnGallery
{
    text-decoration: none;
    color: #FFFFFF;
}

.lkbtnSelectedGallery
{
    color: White;
    text-decoration: none; 
}

.divUnSelectedClassGallery
{
    
    width: 115px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}

#tdPhotoGalleryContent
{
    width: 600px;
}

#SocialMediaMarketingControl
{
    display: block !important;
}

.divUnSelectedClassGallery a
{
    color: #fff !important;
    font-weight: bold;
    white-space: nowrap;
    margin-top: 2px;
}

.divSelectedGallery a
{
    color: #ef3924;
    font-weight: bold;
    white-space: nowrap;
}

.divSelectedGallery .divGalleryimg
{
    border: 2px solid red;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: 0;
    padding: 0;
    width: 89px;
    height: 66px;
}

.divUnSelectedClassGallery .divGalleryimg
{
    border: 2px solid tranparent;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: 0;
    padding: 0;
    width: 89px;
    height: 66px;
}

.divSelectedGallery
{
}

    .divSelectedGallery a img, .divUnSelectedClassGallery a img
    {
        border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
    }

.tdGalleryCategory
{
    text-align: center;
    margin: 0 auto;
    padding-left: 10px;
}*/

.divUnSelectedClassGallery:hover a
{
    color: #ef3924 !important;
    font-weight: bold;
    white-space: nowrap;
}
/*********** ColorBox Changes*******/
#cboxClose
{
    top: 0px !important;
    background: url(../images/close.png) no-repeat top right !important;
    right: 0px !important;
}

#cboxPrevious, #cboxNext
{
    top: 45% !important;
    background: url(../images/ArrowLeft.png) top right !important;
}

#cboxNext
{
    left: inherit !important;
    right: 0 !important;
    background: url(../images/ArrowRight.png) top right !important;
}
/*********** ColorBox Changes Ended*******/

/* End of Gallery Page */

.orderinvoiceaspx, .giftpaypalreturnaspx, .giftinvoiceaspx, .paypalreturnaspx
{
}




/*  START NEWS LETTER */
.newsLetterSubmit
{
    background: url(../Images/Submit.png) no-repeat;
    height: 34px;
    width: 98px;
    border: none;
    cursor: pointer;
}

.Newsletterbody form
{
    margin: auto;
    width: auto !important;
}

.divNewsLetterSubscription
{
    background: url(../Images/newsletterpopupBG.jpg) no-repeat;
}

/*  END NEWS LETTER */

#divHeaderContactDetail #divPhoneNumber, #divContactUsContactDetail #divPhoneNumber
{
    background: url("../Images/PhoneIcon.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 17px;
    padding-left: 20px;
    text-align: left;
    margin: 3px 0px;
}

#divHeaderContactDetail #divEmailImage
{
    width: 154px;
    margin: 0 auto;
    float: none;
    padding-left: 20px;
}

#divHeaderContactDetail #divPhoneNumber, #divHeaderContactDetail #divFaxNumber
{
    margin: 0 auto;
    float: none;
}

#divHeaderContactDetail #divPhoneNumber
{
    width: 100px;
}

#divHeaderContactDetail #divFaxNumber
{
    width: 94px;
}

#divHeaderContactDetail
{
    background: url(../Images/Ornaments_1.png) no-repeat center bottom;
    padding-bottom: 13px;
}

#receiveNews
{
    background-image: url(../Images/ReciveNewsLetters.gif);
    width: 142px;
    height: 19px;
    margin-left: 52px;
}




.divCateringInquiryOnCateringPage
{
    background: url("../Images/CateringInquiry.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 60px;
    width: 275px;
    float: right;
    display: none;
}

    .divCateringInquiryOnCateringPage:hover
    {
        background: url("../Images/CateringInquiry_Hover.jpg") no-repeat scroll 0 0 transparent;
        border: medium none;
        cursor: pointer;
        height: 60px;
        width: 275px;
        float: right;
        display: none;
    }

#gallery
{
    background: transparent !important;
    padding-top: 0px !important;
}

/********** vertical Image Category ***************/

.RadRotator_Default .rrClipRegion
{
    border: none !important;
}

.tdArrowup, .tdArrowDown
{
    margin: 0 auto;
    text-align: center;
}

.tdArrowup
{
    padding-top: 2px;
}

.ad-gallery
{
    width: 560px !important;
    height: 420px !important;
    margin-top: 5px !important;
}

    .ad-gallery .ad-image-wrapper
    {
        height: 420px !important;
    }

#divPictureGallerypageContainer
{
    background: rgba(0,0,0,0.7);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 650px;
    margin: 0 auto;
    text-align: center;
    clear: both;
}
/*--- NEW Header STARTS ---*/


#tdGPlus a:hover .divGPlus
{
    width: 32px;
    height: 32px;
    background: url(../Images/SocialMediaIcons.png) no-repeat;
    background-position: -38px -110px;
}

.divGPlus
{
    width: 32px;
    height: 32px;
    background: url(../Images/SocialMediaIcons.png) no-repeat;
    background-position: -2px -110px;
}

.tblHeaderSocialMedia
{
    width: 144px;
    padding-right: 16px;
    float: right;
}

#divSocialMedia iframe
{
    padding-top: 5px;
    padding-right: 10px;
    float: left;
}

#___plusone_0
{
    width: 80px !important;
}

.tblHeaderSocialMedia a
{
    border: medium none;
    outline: medium none;
    height: 32px;
    width: 32px;
}

#divFloaterTop, #divFloaterBottom
{
    width: 350px;
    height: 35px;
}

#divLogin
{
    text-align: center;
    width: 190px;
    outline: none;
    border: 0;
    margin-top: 5px;
    padding-left: 10px;
    float: left;
}

    #divLogin a
    {
        outline: none;
        border: 0;
    }

        #divLogin a:hover
        {
            color: #D3251C;
        }

#divFBGPlusContainer
{
    float: right;
    height: 35px;
    margin-top: 10px;
    width: 150px;
}

#divFBLikeContainer
{
    width: 80px;
    float: left;
}

#divGPlusContainer
{
    margin-left: 10px;
    text-align: left;
    width: 60px;
    float: right;
}

#divOnlineOrder
{
    width: 200px;
    height: 35px;
    float: left;
}

    #divOnlineOrder a
    {
        border: none;
        width: 132px;
    }

#btnOrderOnline
{
    width: 132px;
    height: 34px;
    background: url(../Images/OrderOnline.gif) no-repeat;
}

.OnlineOrder
{
    height: 34px;
    width: 132px;
    margin: 1px 28px 0px 40px;
    vertical-align: top;
}

#WelcomeNote
{
    display: none;
}

/*--- NEW Header ENDS ---*/

#prev_home, #next_home
{
    text-indent: -9999em;
    height: 0;
}

.slider_wrapper
{
    height: 430px;
    margin: 0 auto;
    position: relative;
    width: 1600px;
}

#HomeMiddleContainer
{
    padding: 10px 0px;
    margin: 0 auto;
    width: 1600px;
    position: relative;
    display: none;
}

#home_pager
{
    /*margin: 0 auto;     width: 950px;     -moz-border-radius: 10px 10px 10px 10px;     height: 16px;     padding: 6px 8px 0;     position: relative;*/
}

    #home_pager a
    {
        background: url(../Images/NonSelectedBtn.png) no-repeat;
        height: 12px;
        margin: 0 3px;
        text-indent: -9999em;
        width: 13px;
        outline: none;
        border: 0;
        display: inline-block;
    }

        #home_pager a.activeSlide
        {
            background: url(../Images/SelectedBtn.png) no-repeat;
        }

#HeaderRightFlotter
{
    width: 350px;
    float: right;
    height: 70px;
}

#divTableReservationHeaderLine1
{
    font-weight: bold;
    color: #fff;
    background-color: #AE8A3C;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding-top: 5px;
}

.HeaderText
{
    padding: 10px 0px 10px 0px;
}

#TableBookingConiner [id*="divTableReservationHeaderMessage"]
{
    color: #fff;
    background-color: #AE8A3C;
    /*border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;*/
    border-radius: 2px;
    padding-bottom: 5px;
}




#divAboutUsContent
{
    margin-right: 15px !important;
    width: 615px !important;
}

#divAboutUsFlash
{
    padding-left: 10px !important;
}


/******** (START) Accordion Header *************/

#sitenav-bar
{
    /*background-color: #646464;*/
    background: transparent;
    background-image: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 60px;
    line-height: 35px;
    margin-bottom: 0px; /*margin-left: 298px; margin-right: 299px;*/
    margin-left: 5px; /*margin-right: 10px;*/
    margin-right: 10px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px; /*padding-right: 23px;*/
    padding-right: 0px;
    padding-top: 0px;
    position: absolute; /*width: 85%;*/
    width: 76%;
    text-align: right;
}


#toggle-link
{
    position: absolute;
    top: 0; /*left: 85%;*/
    left: 96%;
    margin: 0 0 0 -10px;
    padding-left: 4px;
    margin-bottom: 0px;
    height: 60px;
    line-height: 60px;
    color: #646464;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 9999;
}

.accordion-close .toggle-link
{
    background-image: url(../Images/Up_Down_Arrow.png);
    background-position: 0px -4px;
    background-repeat: no-repeat;
    margin-left: 5px;
    width: 46px;
    height: 60px;
    z-index: 9999;
}

.accordion-open .toggle-link
{
    background-image: url(../Images/Up_Down_Arrow.png);
    background-position: -50px -4px !important;
    background-repeat: no-repeat;
    width: 46px;
    height: 60px;
    margin-left: 0px;
    z-index: 9999;
}

    .accordion-open .toggle-link:hover
    {
        background-position: -50px 0px !important;
    }

.headersection, .accordion .accordion-close
{
    height: 60px !important;
}

#headersection
{
    display: none;
}

.picturegalleryaspx #headersection
{
    display: block;
    font-family: Rockwell;
    color: #D3251C;
    font-weight: bold;
    font-size: 16px;
}

#toggle-header_Hide, #toggle-header_Show
{
    padding-right: 35px;
    vertical-align: top;
    cursor: pointer;
    display: none;
}

.accordion-close #toggle-header_Hide
{
    display: none;
}

.accordion-close #toggle-header_Show
{
    display: inline-block;
    display: none;
}

.accordion-open #toggle-header_Show
{
    display: none;
}

.accordion-open #toggle-header_Hide
{
    display: inline-block;
    display: none;
}
/******** (END) Accordion Header *************/
#PrintableLogo
{
    display: none;
}


/************* Footer by Happpy **********/

#tblFooterNavigation
{
    height: 30px;
    text-align: left;
}

#tblFooterCompanyLink
{
    width: 350px;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

#divLinkContainer
{
}

#divPrivacyPolicy
{
    width: 90px;
    float: left;
    text-align: left;
}

#divLinkSeperator
{
    width: auto;
    float: left;
    text-align: left;
    color: #646464;
}

#divRestLogo
{
    height: 77px;
    width: 214px;
    background-image: url("../Images/Footerlogo.jpg");
    background-repeat: no-repeat;
}

#tblHeaderRight
{
    width: 100%;
}

#divSocialMedia
{
    float: right;
    padding-top: 10px;
    text-align: left;
    width: 80px;
}

#divFacebookContainer, #divTwitterContainer, #divYelpContainer, #divGooglePlusContainer
{
    float: left;
    height: 32px;
    width: 32px;
    padding-right: 5px;
}

.divFacebook:hover
{
    width: 32px;
    height: 32px;
    background: url(../Images/SocialMediaIcons.png) no-repeat;
    background-position: -38px -2px;
}

.divFacebook
{
    width: 32px;
    height: 32px;
    background: url(../Images/SocialMediaIcons.png) no-repeat;
    background-position: -2px -2px;
}

.divTwitter:hover
{
    width: 32px;
    height: 32px;
    background: url(../Images/SocialMediaIcons.png) no-repeat;
    background-position: -38px -38px;
}

.divTwitter
{
    width: 32px;
    height: 32px;
    background: url(../Images/SocialMediaIcons.png) no-repeat;
    background-position: -2px -38px;
}

.divGooglePlus:hover
{
    width: 32px;
    height: 32px;
    background: url(../Images/SocialMediaIcons.png) no-repeat;
    background-position: -38px -110px;
}

.divGooglePlus
{
    width: 32px;
    height: 32px;
    background: url(../Images/SocialMediaIcons.png) no-repeat;
    background-position: -2px -110px;
}

.divYelp:hover
{
    width: 32px;
    height: 32px;
    background: url(../Images/SocialMediaIcons.png) no-repeat;
    background-position: -38px -74px;
}

.divYelp
{
    width: 32px;
    height: 32px;
    background: url(../Images/SocialMediaIcons.png) no-repeat;
    background-position: -2px -74px;
}

/*****************************************


/* -------  HOME PAGE GALLERY STARTS ------- */
#HomePageGalleryWrapper #slider
{
    background: url("../Images/loading.gif") no-repeat scroll 50% 50% transparent !important;
    height: 400px !important;
    position: relative !important;
    width: 950px !important;
    margin: 0 auto;
}

#HomePageGalleryWrapper .slider-wrapper
{
    padding-top: 5px;
}

#HomePageGalleryWrapper #slider a.nivo-imageLink
{
    z-index: 1;
    width: 950px !important;
    height: 400px !important;
}

#HomePageGalleryWrapper #slider img
{
    width: 950px !important;
    height: 400px !important;
}

#HomePageGalleryWrapper
{
    width: 950px;
}

    #HomePageGalleryWrapper .nivo-controlNav
    {
        background-color: Transparent !important;
        margin: 0 auto;
        overflow: hidden;
        padding: 23px 0 0;
        position: relative;
        text-align: center;
        width: 210px !important;
    }
        /* Control nav styles (e.g. 1,2,3...) */

        #HomePageGalleryWrapper .nivo-controlNav a
        {
            cursor: pointer;
        }

            #HomePageGalleryWrapper .nivo-controlNav a.active
            {
                font-weight: bold;
            }

    #HomePageGalleryWrapper .nivo-prevNav
    {
        left: 0px;
    }

    #HomePageGalleryWrapper .nivo-nextNav
    {
        right: 0px;
    }

    #HomePageGalleryWrapper .nivoSlider
    {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        #HomePageGalleryWrapper .nivoSlider img
        {
            position: absolute;
            top: 0px;
            left: 0px;
            max-width: none;
        }

    #HomePageGalleryWrapper .nivo-main-image
    {
        display: block !important;
        position: relative !important;
        width: 100% !important;
    }

    /* If an image is wrapped in a link */
    #HomePageGalleryWrapper .nivoSlider a.nivo-imageLink
    {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        z-index: 6;
        display: none;
        cursor: pointer;
    }
    /* The slices and boxes in the Slider */
    #HomePageGalleryWrapper .nivo-slice
    {
        display: block;
        position: absolute;
        z-index: 0;
        height: 100%;
        top: 0;
    }

    #HomePageGalleryWrapper .nivo-box
    {
        display: block;
        position: absolute;
        z-index: 5;
        overflow: hidden;
    }

        #HomePageGalleryWrapper .nivo-box img
        {
            display: block;
        }

    /* Caption styles */
    #HomePageGalleryWrapper .nivo-caption
    {
        position: absolute;
        left: 0px;
        bottom: 0px;
        background: #000;
        color: #fff;
        width: 100%;
        z-index: 8;
        padding: 5px 10px;
        opacity: 0.8;
        overflow: hidden;
        display: none;
        -moz-opacity: 0.8;
        filter: alpha(opacity=8);
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

        #HomePageGalleryWrapper .nivo-caption p
        {
            padding: 5px;
            margin: 0;
        }

        #HomePageGalleryWrapper .nivo-caption a
        {
            display: inline !important;
        }

    #HomePageGalleryWrapper .nivo-html-caption
    {
        display: none;
    }
    /* Direction nav styles (e.g. Next & Prev) */
    #HomePageGalleryWrapper .nivo-directionNav a
    {
        position: absolute;
        top: 45%;
        z-index: 9;
        cursor: pointer;
    }
    /*
Skin Name: Nivo Slider Default Theme
*/

    #HomePageGalleryWrapper .theme-default .nivoSlider
    {
        position: relative;
        background: #fff url(../Images/loading.gif) no-repeat 50% 50%;
        margin-bottom: 10px;
    }

        #HomePageGalleryWrapper .theme-default .nivoSlider img
        {
            position: absolute;
            top: 0px;
            left: 0px;
            display: none;
        }

        #HomePageGalleryWrapper .theme-default .nivoSlider a
        {
            border: 0;
            display: block;
        }

    #HomePageGalleryWrapper .theme-default .nivo-controlNav
    {
        padding: 10px 0 5px 25px;
        text-align: center;
    }

        #HomePageGalleryWrapper .theme-default .nivo-controlNav a
        {
            display: inline-block;
            width: 13px;
            height: 12px;
            background: url("../Images/Bullets.jpg") no-repeat scroll 0 -12px transparent;
            text-indent: -9999px;
            border: 0;
            margin: 0 2px;
        }

            #HomePageGalleryWrapper .theme-default .nivo-controlNav a.active
            {
                background: url("../Images/Bullets.jpg") no-repeat scroll 0 0 transparent;
                width: 13px;
                height: 12px;
            }

    #HomePageGalleryWrapper .theme-default .nivo-directionNav a
    {
        display: block;
        width: 44px;
        height: 44px;
        background: url(../Images/Next_Previous.png) no-repeat;
        text-indent: -9999px;
        border: 0;
        opacity: 1;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    #HomePageGalleryWrapper .theme-default:hover .nivo-directionNav a
    {
        opacity: 1;
    }

    #HomePageGalleryWrapper .theme-default a.nivo-nextNav
    {
        background-position: -44px 0;
    }

    #HomePageGalleryWrapper .theme-default a.nivo-prevNav
    {
    }

    #HomePageGalleryWrapper .theme-default .nivo-caption
    {
        font-family: Helvetica, Sans-Serif, sans-serif;
    }

        #HomePageGalleryWrapper .theme-default .nivo-caption a
        {
            color: #fff;
            border-bottom: 1px dotted #fff;
        }

            #HomePageGalleryWrapper .theme-default .nivo-caption a:hover
            {
                color: #fff;
            }

    #HomePageGalleryWrapper .theme-default .nivo-controlNav.nivo-thumbs-enabled
    {
        width: 100%;
    }

        #HomePageGalleryWrapper .theme-default .nivo-controlNav.nivo-thumbs-enabled a
        {
            width: auto;
            height: auto;
            background: none;
            margin-bottom: 5px;
        }

        #HomePageGalleryWrapper .theme-default .nivo-controlNav.nivo-thumbs-enabled img
        {
            display: block;
            width: 120px;
            height: auto;
        }
/* -------  HOME PAGE GALLERY ENDS ------- */
#toTop
{
    position: fixed;
    bottom: 3%;
    right: 20px;
    cursor: pointer;
    display: block;
    width: 73px;
    height: 73px;
    background: url(../Images/topbg.png) no-repeat 0 0;
    text-indent: 666em;
    z-index: 666; /*display:none !important;*/
}

    #toTop:hover
    {
        background-position: bottom;
    }

.menuBottomStaticSelectedStyle
{
    color: #646464;
}

.menuBottomStaticMenuItemStyle
{
    padding-left: 5px;
    padding-right: 5px;
}

.menuBottomNavigation a
{
    color: #646464;
}

    .menuBottomNavigation a:hover
    {
        color: #AE8A3C;
    }

.menuBottom tr td img
{
    margin-top: 2px;
}

#divMiddleContainer
{
    width: 950px;
    float: left;
    padding: 10px 5px;
    background-image: url("../Images/MiddleSeperatorLine.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

#divJoinOurClubContainer
{
    float: left;
    padding-left: 10px;
    width: 260px;
}

#tblJoinOurClubContainer
{
    width: 100%;
}

#divVIPImage
{
    background: url("../Images/JoinVIPClub.jpg") no-repeat scroll 0 0 transparent;
    height: 59px;
    width: 190px;
    margin-left: 25px;
    float: left;
}

.divVIPText
{
    font-family: Arial;
    font-size: 12px;
    color: #646464;
}

#divVIPContent
{
    padding-left: 40px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}


#divVIPLink
{
    float: right;
    padding-right: 10px;
    padding-top: 4px;
}



#divTableBookingContainer
{
    float: left;
    padding-left: 10px;
    width: 280px;
}

#tblHomeTableBookingContainer
{
    width: 100%;
}

#divTableBookingImage
{
    background: url("../Images/TableReservation.jpg") no-repeat scroll 0 0 transparent;
    height: 59px;
    width: 247px;
    float: left;
}

.divTableBookingText
{
    font-family: Arial;
    font-size: 12px;
    color: #646464;
}

#divTableBookingContent
{
    padding-left: 20px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}

#divTableBookingLink
{
    float: right;
    padding-left: 10px;
    padding-top: 4px;
}

#divWeCaterContainer
{
    float: left;
    padding-left: 10px;
    width: 290px;
}

#tblWeCaterContainer
{
    width: 100%;
}

#divCateringLink
{
    float: right;
    padding-right: 20px;
    padding-top: 6px;
}

#divCateringImage
{
    background: url("../Images/WeCater.jpg") no-repeat scroll 0 0 transparent;
    height: 59px;
    width: 237px;
    float: left;
}

#divCateringContent
{
    text-align: justify;
    padding-left: 20px;
    width: 100%;
}

.divGo
{
    background: url("../Images/ArrowNew.jpg") no-repeat scroll 0 0 transparent;
    float: right;
    height: 27px;
    vertical-align: top;
    width: 28px;
}

    .divGo:hover
    {
        background: url("../Images/ArrowNew.jpg") no-repeat scroll 0 -29px transparent;
        float: right;
        height: 27px;
        vertical-align: top;
        width: 28px;
    }

.divSepearator
{
    height: 150px;
    width: 1px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url("../Images/SeparatorLine.jpg");
    background-repeat: no-repeat;
}

#slide1
{
    background-image: url("../Images/HomePageGalleryImages/OrderNow.jpg");
    background-repeat: no-repeat;
    height: 400px;
    width: 950px;
}

.OrderOnline
{
    background-image: url("../Images/OrderOnline.gif");
    background-repeat: no-repeat;
    height: 34px;
    width: 13;
}

.divLeftLoginCurve
{
    background-image: url("../Images/LoginBgLeft.jpg");
    background-repeat: no-repeat;
    height: 37px;
    width: 11px;
    float: left;
}

.divMiddleLoginCurve
{
    background-image: url("../Images/LoginBg.jpg");
    background-repeat: repeat-x;
    float: left;
    height: 27px;
    padding-top: 10px;
}

.divRightLoginCurve
{
    background-image: url("../Images/LoginBgRight.jpg");
    background-repeat: no-repeat;
    height: 37px;
    width: 11px;
    float: left;
}

#divFooterMenu
{
    background-image: url("../Images/FooterSaperatorLine1.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    float: left;
    height: 15px;
    margin-bottom: 6px;
    padding-bottom: 8px;
    padding-top: 5px;
}
/*#divCreditCard
{
    float: left;
    text-align: left;
    width: 160px;
}*/
#divFooterLinkContainer
{
    height: 35px;
    padding-bottom: 5px;
    padding-left: 20px;
    float: left;
}

#divFranchiseInquiry
{
    background: url("../Images/InvestorInquiry.jpg") no-repeat scroll right top transparent;
    display: block;
    float: left;
    height: 62px;
    position: relative;
    text-indent: -9999px;
    top: -24px;
    right: 6px;
    width: 120px;
}

.tdMenuManagementMessage
{
    padding-top: 10px !important;
}

.tblMenuManagement .ViewOrderGridView
{
    width: 670px !important;
}

a.imageEnlarge
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-width: 0;
    display: block;
    float: left;
    height: 154px;
    text-decoration: none;
    width: 205px;
}

    a.imageEnlarge img
    {
        border-width: 0;
        display: block;
    }

    a.imageEnlarge b
    {
        -moz-border-radius: 8px 8px 8px 8px;
        -moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
        display: block;
        height: 401px;
        left: -9999px;
        opacity: 0;
        padding: 10px;
        position: absolute;
        width: 401px;
    }

a.imageEnlargeHover
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-width: 0;
    display: block;
    float: left;
    height: 154px;
    text-decoration: none;
    width: 205px;
}

    a.imageEnlargeHover img
    {
        border-width: 0;
        display: block;
    }

    a.imageEnlargeHover:hover
    {
        background-color: #FFFFFF;
        color: #000000;
        position: relative;
        text-decoration: none;
        z-index: 500;
    }

    a.imageEnlargeHover b
    {
        -moz-border-radius: 8px 8px 8px 8px;
        -moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
        display: block;
        height: 400px;
        left: -9999px;
        opacity: 0;
        padding: 10px;
        position: absolute;
        width: 533px;
    }

    a.imageEnlargeHover:hover b
    {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #AAAAAA;
        height: 400px;
        left: 110px;
        opacity: 1;
        padding: 10px;
        top: -85px;
        width: 533px;
    }

#thumbPopup
{
    border: #646464 5px solid;
    -o-border-radius: 8px;
    -icab-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
    padding: 10px;
    background: #ffffff;
    height: 400px;
    width: 533px;
    left: 205px;
    top: -110px;
    position: relative;
}

#DrpBDateMonth
{
    text-decoration: none;
}

#divBottomContainer
{
    width: 950px;
    float: left;
    padding: 10px 0px;
    /*margin: 10px 0px;*/
}

#divPromotionWrapper
{
    float: left;
    margin-right: 15px;
    width: 470px;
}

#tblPromotionWrapper
{
    width: 470px;
    padding-top: 10px;
}

#divPromotionHeaderImage
{
    background-image: url("../Images/Promotions.jpg");
    background-repeat: no-repeat;
    height: 46px;
    width: 266px;
    float: left;
    cursor: pointer;
}

#divPromotionTextImage
{
    background-image: url("../Images/LatestOffersAndPromotions.jpg");
    background-repeat: no-repeat;
    width: 181px;
    height: 62px;
    margin-bottom: 30px;
}

#divJITPromo
{
    height: 200px;
    width: 240px;
    float: left;
    padding-top: 10px;
}

#divPromoContent
{
    float: right;
    margin-top: 40px;
    padding-bottom: 5px;
    width: 175px;
}

#divPromotionText
{
    padding-top: 5px;
}

#divHomePromoLeft
{
    float: left;
    margin-right: 32px;
}

#divPromoContent #tblDisplayBusinessHours
{
    margin-left: 30px;
}

#DisplayBusinessHoursTitle
{
    font-family: 'gnuolane_rg';
    font-size: 22px;
    color: #C9A85B;
}

#divPromoContent #DisplayBusinessHoursTitle
{
    text-align: center;
    color: red;
    font-weight: bold;
}

#divPromoContent .divBusinessHourDay
{
    padding-top: 10px;
}

.bottomText
{
    font-family: Arial;
    font-size: 12px;
    color: #646464;
    text-align: left;
}

#divPromoNutriSeperator
{
    background-image: url("../Images/PromotionSeparatorLine.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 260px;
    margin-left: 2px;
    margin-right: 2px;
    width: 2px;
}

#divPromoHourSeperator
{
    background-image: url("../Images/BusinessSeparatorLine.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 200px;
    margin-left: 2px;
    margin-right: 2px;
    width: 2px;
    margin-top: 25px;
}

#divTestimonialWrapper
{
    float: right; /*padding-right: 5px;*/
    width: 430px;
}

#tblTestimonialWrapper
{
}

#divTestimonialHeaderImage
{
    background-image: url("../Images/Testimonial.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 52px;
    width: 278px;
}

#divHeaderTesimonialContainer
{
    height: 200px;
    overflow-y: scroll;
    padding: 5px 5px 5px 0px; /* width: 380px;*/
    float: right;
}

#divTestimonialsContent
{
    color: #646464;
    text-align: left;
    padding-right: 5px;
}

#divEditor
{
    border-bottom: 1px dotted #646464;
    color: #646464;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    text-align: right;
}

#divPromoLink
{
    padding-top: 40px;
    float: left;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.divNutritionRow2
{
    width: 445px;
    float: left;
}

.divPromoRow2
{
    width: 460px;
    float: left;
    padding-top: 5px;
}


.divMenuCategoryTitleContainer .itemDetailName
{
    padding-left: 5px !important;
    vertical-align: top !important;
    width: 100% !important;
    padding-top: 5px !important;
}


.divMenuCategoryTitleContainer .tdItemDescription
{
    padding-top: 5px !important;
    font-weight: normal !important;
    width: 508px !important;
}

.ad-slideshow-startslideshow
{
    background: url("../Images/inner_slideshow_startslideshow.png") no-repeat scroll 0 0 transparent !important;
    cursor: pointer !important;
    display: inline-block !important;
    height: 14px !important;
    text-indent: -3000px !important;
    white-space: nowrap !important;
    width: 84px !important;
}



.itemOuterContainer a.imageEnlarge
{
    position: relative;
    float: left;
}

    .itemOuterContainer a.imageEnlarge span
    {
        background-image: url("../Images/zoom.png");
        background-repeat: no-repeat;
        display: block;
        height: 30px;
        left: 175px;
        position: absolute;
        top: 124px;
        width: 30px;
        z-index: 1px;
    }

#divFranchiseContainer
{
    width: 950px;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 60px 0px;
}

#divFranchiseImage
{
    width: 485px;
    height: 197px;
    background-image: url("../Images/ComingSoon.jpg");
    background-repeat: no-repeat;
    margin: 0 auto;
}


/**************** Careers.aspx Page stylesheet starts *******************/
#divCareersControlContainer
{
    font-family: Verdana;
    padding: 20px 40px;
    text-align: left;
}

#divCareerHeaderContain
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 1.5;
    text-align: center; /*width: 840px;*/
}

    #divCareerHeaderContain > div:first-child
    {
        background-color: #AE8A3C;
        padding: 10px;
        color: #fff;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

.btnDownloadPdf
{
    background: url("../Images/DownloadForm.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: none;
    margin-left: 380px;
    margin-top: 10px;
}

#divCareerApplyOnline
{
    font-size: 13px;
    font-weight: bold; /*    padding-top: 10px;*/
}

#tblCareerApplyOnline
{
    margin-left: 150px;
    margin-top: 10px;
}

.tdLeftCareer
{
    text-align: right;
}

.tdRightCareer
{
    padding-left: 3px;
    text-align: left;
}

.txtCareerSend
{
    background: url("../Images/Send.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 34px;
    width: 98px;
    margin-top: 10px;
}

.lblCareerMessage
{
    color: Red;
}

#divFranchiseButtonConaienr
{
    float: left;
    margin-left: 10px;
}

.btnFranchise
{
    background-image: url("../Images/FranchiseInquiry1.gif");
    background-repeat: no-repeat;
    color: #646464;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 20px;
    padding-left: 12px;
    padding-top: 5px;
    text-decoration: none;
    width: 128px;
}
/**************** Careers.aspx Page stylesheet ends ********************/

/*** Franchising Request version 2 START ***/

#divFranchisingInformationContainer
{
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 50px;
    text-align: center;
}

.FranchisingInformationContainer
{
}

.FranchisingInformationHeaderContainer
{
    line-height: 18px;
    padding: 20px 0;
}

table#tblFranchisingInformationDetail
{
    width: 100%;
    margin: 0 auto;
}

.tdTblFranchisingInformationLeft
{
    text-align: right;
    padding: 0px 2px 0px 0px;
    margin: 0px;
    line-height: 25px;
}

.tdTblFranchisingInformationRight
{
    text-align: left;
    margin: 0px;
    line-height: 25px;
    width: 520px;
}

.FranchisingInformationButtonSubmit
{
    background: url(../Images/Submit.png) no-repeat;
    height: 34px;
    width: 98px;
    border: none;
    cursor: pointer;
}
/*** Franchising Request version 2 END ***/


#divContainer .giftinvoiceaspx
{
    background-color: #fff;
}

#divGetDirections tr
{
    line-height: 30px;
}

#PrintableLogo
{
    display: none;
}


/******************** printablemenudinein Start **********************/
.printablemenudinein form
{
    margin: 0 !important;
}

.printablemenudinein #restaurantmenu
{
    width: auto !important;
}

.printablemenudinein, .printablemenudinein .bodyFormContainer
{
    background: #fff;
}

    .printablemenudinein .divCatHeader
    {
        color: #000 !important;
        font-family: Arial !important;
        width: 700px !important;
    }

    .printablemenudinein .DataLinkContainer
    {
        display: none !important;
    }

    .printablemenudinein #restaurantmenu .rest_menu_full .itemcolumn_col2, .printablemenudinein #restaurantmenu .rest_menu_full .itemcolumn_col1
    {
        width: 325px !important;
    }

    .printablemenudinein #divHeader
    {
        background: #fff;
        padding: 0px;
        height: auto;
        position: relative;
        margin: 0px;
    }

    .printablemenudinein #PrintableLogo
    {
        display: block !important;
        font-family: Verdana;
        font-size: 54px;
        text-align: left;
        width: 750px;
        border: 2px solid #8b8b8b;
        border-bottom: none;
        background: #000;
    }

#divPrintLink .printIconDataMenu img
{
    width: 16px;
    height: 16px;
}

#PrintableLogo img
{
    position: relative;
    left: 0% !important;
    width: 248px;
    height: 100px;
    margin: 0 auto;
}

.printablemenudinein #tdtablesearch,
.printablemenudinein #PageFooter,
.printablemenudinein #subcategories,
.printablemenudinein .menu_item_value > img,
.printablemenudinein #divMasterPageHeader,
.printablemenudinein #divMenuNavigation,
.printablemenudinein #divFranchiseInquiry
{
    display: none;
}

.printablemenudinein #divContainer
{
    font-family: Verdana;
    font-size: 12px;
    border: 2px solid #8b8b8b;
    width: 750px;
    float: left;
}

.printablemenudinein #categories a
{
    font-size: 11px;
    font-weight: bold;
    height: 21px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #000;
}

.printablemenudinein #categories .category:hover, .printablemenudinein #categories .selected
{
    /*height: 15px;*/
    height: 21px;
    background: #000 !important;
    color: #fff;
}

    .printablemenudinein #categories .category:hover a, .printablemenudinein #categories .category a:hover
    {
        /*color: #F37811;*/
        background: #000;
        color: #fff;
        height: 21px;
        cursor: pointer;
    }

    .printablemenudinein #categories .selected a
    {
        color: #fff;
        height: 21px;
        cursor: pointer;
    }

.printablemenudinein #categories a:hover
{
    text-decoration: underline; /*color: #F37811;*/
    height: 21px;
    cursor: pointer;
    color: #fff;
}

.printablemenudinein .menu_category a
{
    color: #000 !important;
    display: block;
    padding-left: 50px;
    font-family: arial;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-left: 0px;
    text-decoration: none;
    width: 910px;
}

.printablemenudinein .menu_item span
{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    text-decoration: none;
    font-family: Arial;
}

.printablemenudinein #restaurantmenu .rest_menu_full .itemcolumn
{
    width: 290px;
    float: left;
}

.printablemenudinein .menu_item p
{
    clear: both;
    color: #444444;
    font-size: 13px;
    margin: 0;
    font-family: Arial;
    padding: 2px 2px 2px 0px;
}

.printablemenudinein .item_desc
{
    color: #555555;
    float: left;
    padding-bottom: 5px;
    padding-left: 25px;
    text-align: left;
    width: 100%;
}

.printablemenudinein #menuCategoryContainer .menu_category
{
    /* background: url('../Images/CategoryBG_All.png') no-repeat scroll 0 0 transparent !important;*/
    background: none !important;
    border: none !important;
}

.printablemenudinein #menuCategoryContainer
{
    margin-top: 0px;
    padding: 0px;
    border: none;
    background: #fff;
    color: #000;
}

.printablemenudinein .menu_category.lvl2 a
{
    color: #000 !important;
    margin-top: 0px;
}

.printablemenudinein .menu_category lvl2
{
    background: url('../Images/CategoryBGgreenremovePrintthismenu.png') no-repeat scroll 0 0 transparent !important;
}

.printablemenudinein #restdetails
{
    background: none !important;
}

.printablemenudinein .menu_category h3
{
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

.printablemenudinein #divSocialMediaLinksLeftSide
{
    display: none;
}
/*------------For Print Preview------------*/
@media print
{
    .itemprice
    {
        display: none !important;
    }

    .PrintThisMenu
    {
        display: none !important;
    }
}
/************** Printable Menu Page Stylesheet Ends Here ******************/


#divcontainer .giftinvoiceaspx
{
    background-color: #fff;
    margin: 3px 0px;
}

.divBusinessHourDay

{
    color: #C9A85B;
}

/*********** Stylesheet for Resend Activation Link **********/

#MessageContainer
{
    color: #ccc;
    padding: 10px;
    width: 500px;
    text-align: center;
    margin-left: 150px;
    margin-top: 43px;
    margin-bottom: 50px;
    border: solid 1px #FB9901;
}

#divContainer .resendactivationaspx
{
    color: #ccc;
    padding: 10px;
    width: 500px;
    text-align: center;
    margin-left: 150px;
    margin-top: 43px;
    margin-bottom: 50px;
    border: solid 1px #FB9901;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    #divContainer .resendactivationaspx p, #divContainer .resendactivationaspx table h3
    {
        text-align: left;
    }

#VerifyContainer
{
    margin: 0 auto;
    width: 500px;
    border: solid 1px #FB9901;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0px;
    color: #ccc;
}

    #VerifyContainer .content h2, #VerifyContainer .content p
    {
        margin: 10px 0px;
    }

.content
{
}
/*********** Ends Stylesheet for Resend Activation Link **********/

.senddirectiontomeaspx #tdGetDirectionsthrough strong
{
    font-weight: normal;
}

.divRULInfoContent
{
    background-color: #eee !important;
}


#divSpecialRemark
{
    color: #AE8A3C;
    font-weight: bold;
    font-size: 14px;
    font-family: Cambria;
}

/********* Menu page switching control stylesheet starts here *************/

.MenuPageSwitchingControl
{
    float: right;
    height: 43px;
    padding-top: 15px;
    text-align: left;
}

.SwitchButtonListView
{
    background: url("../Images/SwitchIcons1.jpg") no-repeat scroll -146px 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 41px;
    width: 145px;
}

    .SwitchButtonListView:hover
    {
        background: url("../Images/SwitchIcons1.jpg") no-repeat scroll 0 0 transparent;
        border: medium none;
        cursor: pointer;
        height: 41px;
        width: 145px;
    }

/*.pnlCateringPagePrintableMenu {
    width: 300px;
    float: left;
}*/


/********** (START) Easy Pay ***************/
.easypayrequestaspx #AdminContent
{
    border: 1px solid #222;
    margin-bottom: 10px;
    color: #ccc;
    /* margin-left: 5px; */
    width: 900px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(0,0,0,0.7);
    min-height: 500px;
}

#divEasyPaySendToInformationContainer, #divEasyPayItemCartInformationContainer, #divEasyPayFromInformationContainer, #divEasyPayInvoiceInformationContainer
{
    padding-top: 20px;
    padding-left: 20px;
    width: 722px;
    margin: 0px;
    text-align: left;
}

    #divEasyPaySendToInformationContainer .tdGiftCardInformationHeaderM, #divEasyPayItemCartInformationContainer .tdGiftCardInformationHeaderM, #divEasyPayFromInformationContainer .tdGiftCardInformationHeaderM, #divEasyPayInvoiceInformationContainer .tdGiftCardInformationHeaderM
    {
        width: 870px;
    }

#divEasyPaySendToInformationHeader, #divEasyPayItemCartInformationHeader, #divEasyPayFromInformationHeader, #divEasyPayInvoiceInformationHeader
{
    margin: 0px;
    width: 870px;
    height: 30px;
    padding-top: 0px;
    text-align: left;
}

#divEasyPaySendToInformationBody, #divEasyPayItemCartInformationBody, #divEasyPayFromInformationBody, #divEasyPayInvoiceInformationBody
{
    background: #d5d5d5 url(../Images/GiftCardReciepientBody.jpg) repeat-x;
    width: 870px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    margin-left: 0px;
    color: #000;
}

#divEasyPayContactInformationBody
{
    background: #d5d5d5 url(../Images/GiftCardReciepientBody.jpg) repeat-x;
    width: 400px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    margin-left: 0px;
}

#divEasyPaySendToInformationBody .divContainer
{
    padding-left: 2px;
}

.EasyPayButtonSend
{
    border: none;
    background: url(../Images/Send.gif) no-repeat;
    height: 34px;
    width: 98px;
    cursor: pointer;
}

.EasyPayButtonCancel
{
    border: none;
    background: url(../Images/cancel.gif) no-repeat;
    height: 34px;
    width: 98px;
    cursor: pointer;
}

.EasyPaycollapsePanel
{
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

.EasyPayButtonContinue
{
    border: none;
    background: url(../Images/Continue.gif) no-repeat;
    height: 34px;
    width: 98px;
    cursor: pointer;
}


#SettingMasterPage
{
    padding-left: 5px !important;
    margin-top: 10px;
    width: 802px;
}

#divEmailInformationBody, #divInvoiceInformationBody
{
    background: #d5d5d5 url(../Images/GiftCardReciepientBody.jpg) repeat-x;
    width: 750px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    margin-left: 0px;
}

#divEmailInformationHeader, #divCartInformationHeader, #divinvoiceInformationHeader, #divInvoiceInformationHeader
{
    margin: 0px;
    width: 750px;
    height: 30px;
    padding-top: 0px;
    text-align: left;
}

#divCartInformationContainer, #divInvoiceInformationContainer, #divInvoiceInformationContainer
{
    padding-top: 20px;
    padding-left: 20px;
    width: 600px;
    margin: 0px;
    text-align: left;
}

#divEasyPayBody #divPaymentOptionHeader
{
    float: left;
    background: #E49A3A;
    border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    color: white;
    height: 22px;
    padding: 10px;
    font-size: 14px;
}

#divEasyPayBody #divPaymentOptionList
{
    float: left;
    margin: 0px;
    margin-left: 2px;
    background: #F4BB6C;
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    height: 28px;
    margin-right: 5px;
    padding: 7px;
    padding-left: 2px;
    min-width: 180px;
    width: auto !important;
}

#divEasyPayRequestContainerPage .tdGiftCardInformationHeaderM,
#divEasyPayContainer .tdGiftCardInformationHeaderM
{
    background: url(../Images/GiftCertificateTitleRepeat.jpg) repeat-x;
    height: 30px;
    font-weight: bold;
    font-size: larger;
    padding-left: 15px;
    color: #000;
}

#divEasyPayRequestContainerPage
{
    background: #FFFFFF;
    padding-bottom: 10px;
}

.easypayinvoiceaspx #divContainer
{
    /*background: #ffffff;*/
    background: none;
}

#divEasyPayBody
{
    width: 834px;
    background-color: #fff;
}

#divEasyPayFooter
{
    margin-bottom: 20px !important;
}

#divEasyPayBody #divviewPendingCheckoutBody
{
    width: auto !important;
}

#divEasyPayContainer
{
    color: #333;
}

/********** (END) Easy Pay ***************/



/********* Updated Home Page *************/

#divLinksWrapper
{
    float: left;
    width: 440px;
    padding-left: 10px;
}

#divMasalaClub
{
    float: left;
    padding: 0px 3px;
}

#divMasalaIcon
{
    background-image: url("../Images/JoinMasalaClub_Icon.jpg");
}

.divIcon
{
    height: 60px;
    width: 75px;
    background-repeat: no-repeat;
    padding-right: 10px;
    background-position: center top;
}

#divMasalaHeaderImage
{
    width: 184px;
    background-repeat: no-repeat;
    background-image: url("../Images/JoinMasalaClub.jpg");
    background-position: center top;
    height: 25px;
    float: left;
}

#divMasalaLink
{
    float: right;
}

#divMasalaDetails
{
    width: 230px;
}

#divMasalaRow
{
}

.divBottomText
{
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    color: #646464;
    padding-top: 5px;
}

.divLinkRow
{
    width: 350px;
    float: left;
}

.divLinkRow2
{
    width: 350px;
    float: left;
    padding-bottom: 5px;
}

#divCaterIcon
{
    background-image: url("../Images/Catering_icon.jpg");
}

#divCaterHeaderImage
{
    width: 289px;
    background-repeat: no-repeat;
    background-image: url("../Images/Catering.jpg");
    background-position: center top;
    height: 25px;
    float: left;
}

#divCaterLink
{
    float: right;
}

#divCaterDetails
{
    width: 270px;
}

#divSocialIcon
{
    background-image: url("../Images/Social_icon.jpg");
}

#divSocialHeaderImage
{
    width: 145px;
    background-repeat: no-repeat;
    background-image: url("../Images/Social.jpg");
    background-position: center top;
    height: 25px;
    float: left;
}

#divSocialLink
{
    float: right;
}

#divSocialDetails
{
    width: 250px;
}

.divLinkSeperator
{
    background-image: url("../Images/LinkSeperator.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 281px;
    margin: 10px 0px 0px;
    float: left;
    height: 2px;
}

.divLinkOuter
{
    width: 100%;
    float: left;
    padding-top: 15px;
}

#divPromoLink
{
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    padding-top: 10px;
}


#divHomeImage
{
    margin-top: 10px;
    height: 400px;
    width: 950px;
    float: left;
    background-image: url("../Images/HomePageGalleryImages/AugSpecial.jpg");
    background-repeat: no-repeat;
}

#MyYelp
{
    float: right;
    padding-right: 50px;
    padding-top: 35px;
}



#divHeaderLogoRJT
{
    background-image: url("../Images/RJT_Logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 145px;
    width: 232px;
    float: left;
    display: block;
}
#divHeaderLogoRJTF
{
    background-image: url("../Images/RJTF_Logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 145px;
    width: 232px;
    float: left;
    display: block;
}



#divHeaderLeft
{
    float: left;
    text-align: left;
    margin-top: 2px;
    margin-left: 1px;
    margin-right: 1px;
}

.divHeaderAddress
{
    color: #ddd;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.012em;
    background: url(../Images/Ornaments_1.png) no-repeat center 0px;
    padding-top: 12px;
    float: none;
    clear: both;
    padding-bottom: 7px;
}

    .divHeaderAddress #divRestaurantTiming1
    {
        display: none;
    }

#divRestaurantTiming1
{
    margin-top: 10px;
    border-top: 1px dotted #4A3508;
    padding-top: 5px;
}

#divMenuNavigation
{
    margin-top: 10px;
    margin-left: 15px;
    width: 211px;
    float: left;
    display: block;
}

#divLoginMenu
{
    margin-left: 10px;
    margin-top: 0px;
    /* float: left; */
    color: #ccc;
    margin-bottom: 13px;
}
.storeRJT #divSocialMediaOuter
{
}
#divSocialMediaOuter
{
    float: none;
    width: 95px;
    margin-top: 10px;
    margin: 0 auto;
    padding-left: 10px;
    height: 52px;
    background: url("../images/Ornaments_1.png") no-repeat scroll center 36px rgba(0, 0, 0, 0);
}

.socialImage
{
    background-image: url(../Images/SocialMediaIcons.png);
    background-position: 0px 0px;
    height: 33px;
    width: 33px;
    float: left;
    margin-right: 7px;
    background-repeat: no-repeat;
}

#divFacebookImage
{
    background-position: 0px 0px;
}

    #divFacebookImage:hover
    {
        background-position: 0px -36px;
    }

#divTwitterImage
{
    background-position: -52px 0px;
}

    #divTwitterImage:hover
    {
        background-position: -52px -36px;
    }

#divInstagram
{
    background-position: -207px 0px;
}

    #divInstagram:hover
    {
        background-position: -207px -36px;
    }

#divGplusImage
{
    background-position: -103px 0px;
}

    #divGplusImage:hover
    {
        background-position: -103px -36px;
    }

#divYelpImage
{
    background-position: -155px 0px;
}

    #divYelpImage:hover
    {
        background-position: -155px -36px;
    }

#divFourSquareImage
{
    background-position: -152px 0px;
    display: none;
}

.InvoicePromotional div + div + div
{
    padding-left: 115px !important;
}

#divOrderInvoiceMarketingContainer
{
    width: 640px !important;
    margin-left: 50px !important;
}

#orderCheckout .tdlblErrorMessages
{
    text-align: left !important;
}

.myprofileaspx #ctl00_ctl00_ContentPlaceHolder1_SettingsContentPlaceHolder_tblSocialConnect
{
    width: 100%;
}

.divRULInfoContent table.tblHeading td h3, .divRULInfoContent table .divRULDesc
{
    color: #000 !important;
}

#ctl00_ContentPlaceHolder1_CreateUser1_CreateUserWizard1 table b:first-child
{
    color: #C9A85B !important;
}







/********************(START) Mercury Hosted Checkout Iframe ***********/

#fancybox-close
{
    background: url("../Images/fancybox-close.png") no-repeat scroll 0 0 transparent !important;
    width: 36px !important;
    height: 36px !important;
}

.CustomfancyboxContent1 #fancybox-content
{
    background: url("../Images/loadingAnimationMHC_server.gif") no-repeat scroll 0 0 transparent;
}

.CustomfancyboxContent1
{
    /*top: 850px !important;*/
}

    .CustomfancyboxContent1 #fancybox-content
    {
        border: solid 1px black;
    }


/********************(END) Mercury Hosted Checkout Iframe ***********/




/***(START) Credit Card Tokenization *******/
.spnexpired
{
    font-weight: bold;
    color: Red;
}

.tdrptCreditCardsHeading
{
    text-align: left;
    font-weight: bold;
    padding: 3px;
}

.divrptCreditCards
{
    padding: 2px;
    width: 580px;
    margin: 0 auto;
    padding-bottom: 5px;
}

.tdrptCreditCardsitems
{
    text-align: left;
    padding-left: 2px;
}

.tdimgcardType
{
    width: 45px;
}

.pnlCreateCreditCards
{
    padding-left: 100px;
}

.divexistingCreditCardleft
{
    float: left;
    width: 420px;
    padding: 5px;
}

.divexistingCreditCardRight
{
    float: right;
    width: 250px;
    padding: 5px;
}

.OrderCheckoutaddnewcard
{
    background: url("../Images/AddNewCard.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 25px;
    width: 140px;
}

.OrderCheckoutUseExistingCard
{
    /*background: url("../Images/UseExistingCard.gif") no-repeat scroll 0 0 transparent;*/
    border: medium none;
    cursor: pointer;
    height: 25px;
    width: 140px;
}

#tblexistingCreditCard
{
    width: 90%;
}

.tdexistingCreditCardbottom
{
    padding-bottom: 6px;
}
/***(END) Credit Card Tokenization *******/

/***********(START) Save Addresses ********/

.tdrptAddressesitems, .tdrptAddressesbuttons
{
    text-align: left;
}

.tdrptAddressesbuttons
{
    padding: 5px;
    padding-left: 20px;
}

.divrptAddresses
{
    padding: 2px;
    width: 580px;
    margin: 0 auto;
    padding-bottom: 5px;
}

.datalstAddresses .chkSetDefaultAddress
{
    padding: 5px;
    padding-left: 12px;
}

.chkSetAsDefaultAddressActive label
{
    font-weight: bold !important;
    color: Green;
}
/***(END) Save Addresses *******/



.accordionContent
{
    color: #000 !important;
}

.tblPersonalInfoDetailSelection a
{
    color: #fff !important;
    text-decoration: underline;
}

.RadTabStrip_EasyTabs .rtsLevel1 .rtsLI, .RadTabStrip_EasyTabs .rtsLevel1 .rtsLink
{
}

div.RadTabStrip_EasyTabs .rtsUL
{
    color: #000 !important;
    background-color: #f5f2e6 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 15px -10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 10px 15px -10px rgba(0,0,0,0.3);
    box-shadow: 0 10px 15px -10px rgba(0,0,0,0.3);
    background-color: #f5f2e6;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

#divviewProfile, #divviewCreditCards, #divSaveAddresses, #divviewChangePassword
{
    color: #000 !important;
}

.divAddressPopupContainer
{
    background: #fff !important;
}


.myaccountaspx .tblSaveAddressesContainer
{
    background: #fff !Important;
}

.filterPanelHeaderTitle
{
    color: #ccc !important;
}

.divExpandDetailstext
{
    color: #3DA8C4 !important;
}

#PaypalContainer
{
    background-color: #ffffff;
}

.myaccountaspx .style_Myprofile .tdRightMyprofile
{
    display: none;
}

.viewordersaspx .RadComboBox
{
    width: 130px !important;
}

.eventsaspx #PageFooter
{
    margin-top: 5px;
}

#supersized li.prevslide img, #supersized li.activeslide img
{
    top: 0px !important;
    right: 0px !important;
}

#supersized
{
    right: 0px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.loginControl div.divLoginControlContent
{
    color: #000;
}

.tablebookingaspx textarea
{
    width: 250px;
    height: 58px;
}

#tblCateringConiner .RadPicker .RadInput, #tblCateringConiner .rcInputCell, #ReservationContent .RadPicker .RadInput, #ReservationContent .rcInputCell
{
    width: 110px !important;
}

.RadPanelBar_WebBlue
{
    width: 800px !important;
}

.RadGrid_Vista
{
    width: 790px !important;
}

.ajax__validatorcallout div, .ajax__validatorcallout td
{
    color: #222;
}

.RadListBox_Default
{
    width: 690px !important;
}
/**********Social Media Right Strip***********/
#divSocialMediaLinksLeftSide
{
    position: fixed;
    top: 30%;
    right: 0%;
    z-index: 9999;
    background: #252525;
    border-radius: 10px 0px 0px 10px;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

    #divSocialMediaLinksLeftSide #leftButton
    {
        float: right;
        margin-top: 105px;
        cursor: pointer;
        width: 11px;
        height: 14px;
        background: url('../Images/LeftSideSocialIcon/LeftSideArrow.png');
        background-position: -12px 0px;
        margin-right: 1px;
    }

    #divSocialMediaLinksLeftSide.scrollLeft #leftButton
    {
        background-position: 0px 0px;
    }

    #divSocialMediaLinksLeftSide .social-icon-container
    {
        margin: 6px;
        padding-left: 10px;
    }

    #divSocialMediaLinksLeftSide .social-icon
    {
        float: none;
        margin: 0px;
        width: 38px;
        height: 38px;
        box-shadow: 1px 1px 2px #000;
        -moz-box-shadow: 1px 1px 2px #000;
        -webkit-box-shadow: 1px 1px 2px #000;
        border-radius: 50%;
        transition: all 0.1s;
        -moz-transition: all 0.1s;
        -webkit-transition: all 0.1s;
    }

    #divSocialMediaLinksLeftSide #leftButton
    {
        float: left;
        margin-top: 105px;
        cursor: pointer;
        width: 11px;
        height: 14px;
        background: url('../Images/SocialMediaIcons/LeftSideArrow.png');
        background-position: -12px 0px;
        margin-right: 1px;
    }

    #divSocialMediaLinksLeftSide.scrollLeft
    {
        right: -48px;
    }

    #divSocialMediaLinksLeftSide .social-icon:hover
    {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

#divLeftSlideFacebook
{
    background: url('../Images/SocialMediaIcons/Facebook.png');
}

#divLeftSideGPlus
{
    background: url('../Images/SocialMediaIcons/GooglePlus.png');
}

#divLeftSideYouTube
{
    background: url('../Images/SocialMediaIcons/Youtube.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#divLeftSideTwitter
{
    background: url('../Images/SocialMediaIcons/twitter.png');
}

#divLeftSlidePinterest
{
    background: url('../Images/SocialMediaIcons/pinterest.png');
}
/**********End Social Media Right Strip***********/
.divHomeContent
{
    background: rgb(0, 0, 0);
    background: rgba(0,0,0,0.5);
    width: 750px;
    color: #C9A85B;
    position: fixed;
    padding-top: 50px;
    padding-bottom: 50px bottom: 0px;
    font-size: 25px;
}


.divAboutUsContent
{
    font-family: Segoe UI,sans-serif,Helvetica,Arial;
    font-size: 14px;
}

.divWelcomeImageContainer
{
    background-color: #f2f2f2;
}




/****************Order Checkout Page************/
.lblMinimumDeliveryTime
{
    color: #fff;
}
/****Contact US Page******/
/*.aboutusaspx #ContactUsMenu, .contactusaspx td[title="Feedback"], .contactusaspx td[title="Reviews Page"], .surveyfeedbackaspx td[title="Contact Us"], .surveyfeedbackaspx td[title="Directions Page"] {
    display: none;
}*/


/*BUsiness Hours*/
.directionsaspx .divBusinessHourTitle
{
    color: #FFFFFF;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.directionsaspx .divBusinessHourDay
{
    color: #C9A85B;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.directionsaspx .divBusinessHourTime
{
    color: #ffffff;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}

.senddirectiontomeaspx .divBusinessHourTitle
{
    color: #FFFFFF;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.senddirectiontomeaspx .divBusinessHourDay
{
    color: #C9A85B;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.senddirectiontomeaspx .divBusinessHourTime
{
    color: #ffffff;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}


.contactusaspx .divBusinessHourTitle
{
    color: #FFFFFF;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.contactusaspx .divBusinessHourDay
{
    color: #C9A85B;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.contactusaspx .divBusinessHourTime
{
    color: #ffffff;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}


/*Admin Gallery */
.PhotoAdminTitle h3
{
    font-size: 16px;
    text-decoration: underline;
    text-align: center;
}

.photogallerymanagementaspx .divPhotoAdminCreateLink
{
    width: 155px;
    margin-left: 500px;
    text-align: center;
    padding: 5px;
    color: #ccc !important;
}

.divPhotoAdminCreateLink a
{
    color: #ccc;
    font-weight: bold;
}

a
{
    outline: none;
    border: 0;
    text-decoration: none;
}

.photogallerymanagementaspx .divPictureGalleryContent
{
    width: 720px;
    margin: 0 auto;
}

    .photogallerymanagementaspx .divPictureGalleryContent table
    {
        border: 1px solid #876400;
        font-weight: bold;
        width: 700px;
        margin-bottom: 11px;
        padding: 8px 11px 17px 8px;
    }

    .photogallerymanagementaspx .divPictureGalleryContent table
    {
        border: 1px solid #876400;
        font-weight: bold;
        width: 700px;
        margin-bottom: 11px;
        padding: 8px 11px 17px 8px;
    }

.photogallerymanagementaspx .tdPhotoAdminRptGalleryTitleName
{
    width: 300px;
    padding: 5px;
    background-color: #AE8A3C;
    color: White;
    font-weight: bold;
}

.photogallerymanagementaspx .tdPhotoAdminRptGalleryTitleImage
{
    width: 150px;
    padding: 5px;
    background-color: #AE8A3C;
    color: White;
    font-weight: bold;
}

.photogallerymanagementaspx .tdPhotoAdminRptGalleryTitleEdit
{
    width: 50px;
    padding: 5px;
    background-color: #AE8A3C;
    color: White;
    font-weight: bold;
}

.photogallerymanagementaspx .tdPhotoAdminRptGalleryTitleDelete
{
    width: 50px;
    padding: 5px;
    background-color: #AE8A3C;
    color: White;
    font-weight: bold;
}

.photogallerymanagementaspx .tdPhotoAdminRptGalleryItemImage
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.photogallerymanagementaspx .PhotoAdminUploadButton
{
    background: url(../Images/Upload.png);
    background-repeat: no-repeat;
    width: 98px;
    height: 34px;
    border: none;
}

.photogallerymanagementaspx .tdPhotoAdminRptGalleryItemEdit a
{
    color: #fff;
}

.photogallerymanagementaspx .tdPhotoAdminRptGalleryItemDelete a
{
    color: #fff;
}



/*Admin Gallery */



/************Start Style of Events Page *****************/
#divEventsContainer
{
    text-align: left;
    padding: 10px;
    border-top: none;
}

#divAnnouncementItemTemplate
{
}

#divAnnouncementTitleContainer
{
    clear: both;
    text-align: left;
    padding: 10px 20px 15px;
    background: rgba(0, 0, 0, 0.7);
    /* border: 1px solid #d9d9d9; */
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    font-family: verdana;
}

.lnkAnnouncementTitle
{
    font-size: 16px;
    font-weight: bold;
    color: #361d00;
    text-decoration: none;
}

.lnkAnnouncement
{
    text-decoration: none;
}

.lnkAnnouncementTitle:hover
{
    text-decoration: underline;
}

.lblAnnouncementTiming
{
    font-size: 12px;
    color: #ccc;
}

.imgAnnouncement
{
    width: 250px;
    height: 150px;
}

#divAnnouncementImageAndDescriptionContainer
{
    padding-top: 5px;
}

#divAnnouncementDescriptionContainer
{
    height: 110px;
    overflow: hidden;
}

    #divAnnouncementDescriptionContainer img
    {
        max-height: 110px;
        max-width: 120px;
    }

#divAnnouncementContainer, #divPastAnnouncementContainer
{
    text-align: left;
}


#divAnnouncementNavigationContainer
{
    height: 34px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #4A3508;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
    padding-bottom: 3px;
}

#divPastAnnouncementTitle, #divAnnouncementTitle
{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    padding-top: 10px;
    height: 25px;
    padding-left: 30px;
    color: #ccc;
    font-weight: bold;
    margin-bottom: 5px;
}

#tblAnnouncementItemTemplate
{
    width: 100%;
    margin: 10PX 0px;
    border-bottom: 1px dotted gray;
}

.tdAnnouncementImage
{
    text-align: center;
    vertical-align: top;
    width: 250px;
}

#tdAnnouncementContent
{
    text-align: left;
    vertical-align: top;
    width: 100%;
}

#divAnnouncementSeperator
{
    width: 100%;
}

#tblAnnouncementTitle
{
    width: 100%;
}

#EventLeft
{
    vertical-align: top;
}

#divEventCategory
{
    border: solid 1px #d7af5b;
    width: 200px;
}

#EvetRight
{
    vertical-align: top;
    width: 700px;
}

#tdEventDateLeftCurve
{
    background: url(../Images/LeftDateCurve.jpg) no-repeat;
    height: 28px;
    width: 12px;
}

#tdEventDateContent
{
    background: url(../Images/DateBg.jpg) repeat-x;
    font-weight: bold;
    color: Black;
}

#tdEventDateRight
{
    background: url(../Images/RightDateCurve.jpg) no-repeat;
    height: 28px;
    width: 12px;
}

#tdEventTopLeft
{
    background: url(../Images/EventTopLeftCorner.jpg) no-repeat;
    width: 46px;
}

#tdEventTop
{
    background: url(../Images/EventTopBg.jpg) repeat-x;
    height: 38px;
}

#tdEventTopRight
{
    background: url(../Images/EventTopRightCorner.jpg) no-repeat;
    width: 46px;
}

#tdEventLeft
{
    background: url(../Images/EventLeftBg.jpg) repeat-y;
    width: 46px;
}

#tdEventRight
{
    background: url(../Images/EventRightBg.jpg) repeat-y right;
    width: 46px;
}

#tdEventBottomLeft
{
    background: url(../Images/EventBottomLeftCorner.jpg);
    width: 46px;
}

#tdEventBottom
{
    background: url(../Images/EventBottomBg.jpg);
    height: 38px;
}

#tdEventBottomRight
{
    background: url(../Images/EventBottomRightCorner.jpg);
    width: 46px;
}

#tdEventContainer
{
    background: white;
}

.tdEventLeft
{
    text-align: right;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
}

.tdEventRight
{
    text-align: left;
    padding-left: 3px;
}

#tdEventcontent
{
    padding-left: 30px;
}

.tblEventDescription
{
    border: solid 1px #e3ba69;
}

.tdEventDescriptionTitle
{
    background: url(../Images/EventDescriptionBg.jpg) no-repeat top left;
    text-align: left;
    color: White;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 10px;
}

.tdEventDescription
{
    text-align: left;
}

#tblEventDate
{
    margin-left: 30px;
}

#tblEvent
{
    width: 650px;
    margin-left: 30px;
    border: solid 1px white;
}

.divEventDate
{
    text-align: left;
}

.divEvent
{
    text-align: left;
    margin-bottom: 15px;
}

.divEventDescription
{
    height: 50px;
    overflow: auto;
    padding: 10px;
    padding-right: 0px;
}

.imgEventImage
{
    width: 175px;
    height: 100px;
}

.imgEventImageNone
{
    display: none;
}

.divNoEventFound
{
    font-size: 15px;
    font-weight: bold;
    padding-top: 20px;
}

.NoEventFound
{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding-top: 15px;
    display: none;
}

.Annmenu-left
{
    height: 14px;
    width: 8px;
    display: block;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.Annmenu-mid
{
    float: left;
    cursor: pointer;
    float: left;
    height: 14px;
    margin-top: 1px;
    padding: 4px 10px 5px;
}

.Annmenu-right
{
    height: 26px;
    width: 8px;
    display: block;
    float: left;
    cursor: pointer;
}

.Annmenu-left-active
{
    height: 14px;
    width: 8px;
    display: block;
    float: left;
    cursor: pointer;
    margin-left: 10px;
}

.Annmenu-mid-active
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #AE8A3C;
    color: #ccc;
    cursor: pointer;
    float: left;
    height: 14px;
    margin-top: 1px;
    padding: 4px 10px 5px;
}

.Annmenu-right-active
{
    height: 14px;
    width: 8px;
    display: block;
    float: left;
    cursor: pointer;
}


.hlnkAnnouncementLink
{
    margin-top: 2px;
    color: #ccc;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

    .hlnkAnnouncementLink:hover
    {
        color: #9BFF00;
        display: block;
    }

        .hlnkAnnouncementLink:hover .Annmenu-left
        {
            height: 14px;
            width: 8px;
            display: block;
            float: left;
            cursor: pointer;
            color: Black;
        }

        .hlnkAnnouncementLink:hover .Annmenu-mid
        {
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-color: #AE8A3C;
            color: white;
            cursor: pointer;
            float: left;
            height: 14px;
            margin-top: 1px;
            padding: 4px 10px 5px;
        }

        .hlnkAnnouncementLink:hover .Annmenu-right
        {
            height: 14px;
            width: 8px;
            display: block;
            float: left;
            cursor: pointer;
            color: Black;
        }

#tdAnnouncementIconImage
{
    vertical-align: top;
    text-align: center;
    width: 140px;
    padding-top: 10px;
}

#tdAnnouncementTitle
{
    vertical-align: top;
    text-align: left;
    width: 500px;
}

.divAnnouncementTitle
{
    padding-top: 10px;
    padding-bottom: 5px;
}

.divAnnouncementTiming
{
    width: 280px;
    background-image: url(../Images/Timings.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    min-height: 26px;
    background-position: 0px 1px;
}

.lblAnnouncementTitle:hover
{
    text-decoration: underline;
}

.lblAnnouncementTitle
{
    font-size: 16px;
    font-weight: bold;
    color: #c9a85b;
    text-decoration: none;
}

#divAnnouncementDesc
{
    padding-bottom: 10px;
}

.lblAnnouncementDescription
{
    font-size: 14px;
    color: #ccc;
    text-decoration: none;
}

.announcementIcon
{
    background: url(../Images/Announcement.png) no-repeat;
    float: left;
    width: 28px;
    height: 28px;
}

.eventsIcon
{
    background-image: url(../Images/EventsDisplayBoard.png);
    background-repeat: no-repeat;
    color: White;
    font-weight: bold;
    height: 120px;
    padding-right: 25px;
    width: 110px;
}

.lblMonth
{
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana;
    text-align: center;
    padding-bottom: 12px;
    color: #fff;
    float: left;
    width: 100%;
    padding-top: 20px;
}

.lblDate, .lblYear
{
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    text-align: center;
    color: #000;
    float: left;
    width: 100%;
    padding-top: 3px;
    line-height: 1.6;
}


.sameDay
{
    font-size: 25px;
}

.newsIcon
{
    background-image: url(../Images/NewsDisplayBoard.png);
    background-repeat: no-repeat;
    color: White;
    font-weight: bold;
    height: 120px;
    padding-right: 25px;
    width: 110px;
}

.hlnkViewMore
{
    text-decoration: none;
    color: #620f19;
}

.divAnnouncementViewMore
{
    clear: both;
    text-align: right;
    padding-bottom: 5px;
}

#divAnnoucementDetailDescriptionContainer
{
    padding: 5px;
}
/************End Style of Events Page *****************/


#divEventDetailContainer
{
    text-align: left;
    width: 756px;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

#divPublicationDetailBreadCrumb
{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    /* background-image: url(../Images/Headerbg.jpg); */
    color: #ccc;
}

.BreadcrumbNode
{
    color: #000;
    /* border-radius: 5px; */
    background: #AE8A3C;
    border: 1px solid #AE8A3C;
    color: #fff;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    height: 27px;
    padding: 2px 5px;
    text-decoration: none;
}

#tblEventDetail
{
    /*padding-left: 13px; */
    margin: 0 auto;
}

#tdErrorMsgSummary
{
    font-size: 13px;
    padding-left: 88px;
    text-align: left;
}


.btnAddNewTestimonial
{
    background: url(../Images/NewTestimonial.png) no-repeat;
    border: none;
    cursor: pointer;
    width: 184px;
    height: 34px;
    margin-bottom: 0px;
}

.btnSaveReOrderTestimonail
{
    background: url(../Images/Save.png) no-repeat;
    width: 97px;
    height: 34px;
    border: none;
    cursor: pointer;
    margin-bottom: 0px;
}




/****************************Start Video Gallery*****************************/
.videogalleryaspx #MediaGalleryMenu, .picturegalleryaspx #MediaGalleryMenu
{
    width: 313px;
}

.videogalleryaspx .ContactMenu, .picturegalleryaspx .ContactMenu
{
    text-align: left;
    /* width: 600px; */
    padding: 10px 10px 8px 10px;
    height: 30px;
    font-family: Verdana;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-image: url(../Images/HeaderBG.jpg);
    width: 430px;
}

#VideoGalleryContent
{
    float: left;
    margin-left: 0px;
}

    #VideoGalleryContent table
    {
        margin: 0 auto;
        text-align: center;
    }

.tblVideoGallery
{
    /*border: 1px solid #edeaea;*/
    padding: 10px;
    float: left;
    background: rgba(0,0,0,0.7);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.tdEmbedVideo
{
    padding-right: 2px;
    vertical-align: top;
}

.repeaterDiv
{
    /*background-image: url(../Images/HeaderBG.jpg);*/
    background-color: #AE8A3C;
    float: left;
    margin: 5px;
    margin: 0px 0px 5px 5px;
    padding: 10px;
    width: 255px;
}

#VideoGalleryContent table
{
    margin: 0 auto;
    text-align: center;
}

.tblVideoGalleryThumbSelected
{
    color: #fff;
    background: #AE8A3C;
}

.divVideoLable a
{
    text-decoration: none;
    color: #fff;
}

.tdThumbText:hover
{
    color: #005979;
    text-decoration: underline;
}

.tdThumbText
{
    text-align: left;
    vertical-align: top;
    width: 255px;
    padding-left: 5px;
    line-height: 15px;
    padding-top: 5px;
}

.tdVideoDescription
{
    width: 10px;
}
/************************End Video Gallery*********************************/


.photogallerymanagementaspx .ItemStyleCss a
{
    color: red !important;
}

.tdRightPhotoAdminGalleryView .PhotoAdminChangeButton
{
    color: #ccc !important;
}

.SubmitOrder .OrderCheckoutCancel
{
    border: none;
    height: 26px !important;
    height: 35px !important;
    cursor: pointer;
    background-repeat: no-repeat !important;
    width: 100px;
}

.SubmitOrder .OrderCheckoutSubmit
{
    border: none;
    height: 35px !important;
    cursor: pointer;
    background-repeat: no-repeat !important;
    width: 102px !important;
}

.hostedcheckoutaspx #divContainer
{
    height: auto !important;
    margin: auto;
    padding: 0px !important;
    padding-top: 0px !important;
    width: 950px !important;
}


/*Admin*/
#AdhocToEmailSpecification, #AdhocToEmaildescription
{
    color: #d8d8d8;
    font-style: italic;
}


/* (START) Added By Jayesh for daily, date and weekly special */
.divSpecialTabs
{
    padding: 3px;    
    border-top: 1px solid #cc9931;
    width: 755px;
    float: left;
    text-align: left;
    margin-top: 16px;
    /* margin-bottom: 0px; */
    background: rgb(0, 0, 0);
    background: rgba(0,0,0,0.7);
    border-right: 1px solid #cc9931;
}

.divSpecialContent
{
    width: 730px;
    float: left;
    padding: 15px;
    background: rgb(0, 0, 0);
    background: rgba(0,0,0,0.7);
    border: 1px solid #cc9931;
    border-top: none;
    /* margin-bottom: 5px; */
    /* min-height: 250px; */
}

.rmpSpecial, .special-panel, .special-body
{
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    float: left;
}

.special-container
{
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
    width: 100%;
    float: left;
}

.special-header
{
    padding-bottom: 5px;
    color: #cc9918;
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.special-header-line1
{
    width: 100%;
    float: left;
    padding-bottom: 5px;
    text-align: left;
    border-bottom: 1px solid #c19b4a;
    margin-bottom: 5px;
}

.special-header-line2
{
    width: 100%;
    float: left;
    padding-bottom: 5px;
    text-align: left;
}

.special-occur
{
    float: right;
    padding-top: 0px;
    text-align: center;
    background-position: center left;
    background-repeat: no-repeat;
    min-height: 16px;
    font-size: 13px;
    color: #fff;
    background-color: #d27204;
    padding: 7px;
    border-radius: 5px;
}

.special-badge
{
    padding: 5px 10px;
    border-radius: 10px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    background: #007CC2;
    color: #fff;
    display: block;
    float: left;
}

.special-title
{
    float: left;
    padding-top: 3px;
    padding-left: 0px;
    font-weight: bold;
}

.special-separator, .special-schedule
{
    float: left;
    padding-top: 3px;
    padding-left: 5px;
    /*font-weight: bold;*/
}

.special-action-separator
{
    float: right;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.special-print
{
    float: right;
    padding-top: 3px;
    padding-left: 20px;
    text-align: left;
    background-image: url('../Images/print_icon.gif');
    background-position: center left;
    background-repeat: no-repeat;
    min-height: 17px;
}

    .special-print a
    {
        text-decoration: none;
        color: #cc9923;
    }

.special-action
{
    float: left;
    margin-right: 10px;
}

.buffetaspx .closedDiv
{
    display: none;
}

.buffetaspx .openDiv
{
    display: block;
}

.buffetaspx .collapsedIcon
{
    font-weight: normal;
    cursor: pointer;
    text-align: left;
    background-image: url('../Images/id-collapse-icon.png');
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    font-size: 0;
}

.buffetaspx .ExpandIcon
{
    font-weight: normal;
    cursor: pointer;
    text-align: left;
    background-image: url('../Images/id-expand-icon.png');
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    font-size: 0;
}

/* (END) Added By Jayesh for daily, date and weekly special */


/* added by jayesh for info-special */


#tblMenuPageContactInfo
{
    display:none;
}
.storeRJT .divGiftCertificateHeader {
    padding-left: 5px;
    background: url(../Images/RJT_GiftCertificateHeader_GiftCertificate.png) no-repeat;
    width: 834px;
    height: 157px;
}
.storeRJTF .divGiftCertificateHeader {
    padding-left: 5px;
    background: url(../Images/RJTF_GiftCertificateHeader_GiftCertificate.png) no-repeat;
    width: 834px;
    height: 157px;
}





/******************Start Our Branches [Location]*************/
.pnlLocationSearchControlContainer
{
}

.tblAddressContainer
{
    height: 60px;
    margin-top: 5px;
}

.tdAddressContainerLeft
{
    width: 10px;
    background-color: #3998DE;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.tdAddressContainerCenter
{
    background: none repeat scroll 0 0 white;
    vertical-align: middle;
    background: rgba(0,0,0,0.7);
}

.tdAddressContainerRight
{
    width: 10px;
    background-color: #3998DE;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.tdtxtAddress, .tdtxtCity, .tdtxtState, .tdtxtZipCode, .tdbtnGo
{
    padding-right: 5px;
    padding-left: 5px;
}

.tdOurBranches
{
        color: #c9a85b;
        text-align:center;
}

.btnGo
{
    cursor: pointer;
    background: url(../Images/ELS/SearchLocation.gif) no-repeat;
    height: 25px;
    width: 141px;
    border: none;
    border-radius: 7px;
}


#divBranchList
{
}

.divLocationSearchResult
{
        color: #c9a85b;
    font-weight: bold;
    padding: 14px 0px 10px 10px;
    font-size: 14px;
    text-align: left;
}

.divLocationInformationListing
{
    margin-left: 5px;
    margin-right: 5px;
}

.DirectionSelectedBranch
{    
}

#tdLeftGmap
{
    width: 400px;
}

.pnlGmapContainer
{
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: solid 1px #dddddd;
    display: block;
    width: 400px;
}

    .pnlGmapContainer > div
    {
        margin-right: -40px;
    }

#OurBranchesContainer input
{
    outline: none;
}

#tdDirectionDisplayBranchDetail
{
   /* background: url(../Images/locAddressSeparatorLine.jpg) no-repeat 100% 0% transparent;*/
    width: 300px;
    padding-top: 25px;
    text-align: left;
    padding-left: 10px;
    padding-right: 5px;
}

#tdDirectionPickupDistance
{
    text-align: left;
    padding-left: 10px;
}

.divStoreRelatedLinkIcon
{
    padding-left: 5px;
    padding-top: 15px;
}

.divShortCutForStoreFeatures
{
    text-align: center;
}

.btnSelectLocation, .btnSeletedSelectLocation
{
    background: url(../Images/SelectLocation.gif) no-repeat scroll 0 0;
    border: none;
    cursor: pointer;
    height: 20px;
    width: 80px;
    float: left;
    border-radius: 6px;
}

.btnOrderNow, .btnSelectedOrderNow
{
    background: url(../Images/ViewMenu.gif) no-repeat;
    border: none;
    cursor: pointer;
    height: 20px;
    width: 80px;
    float: left;
    margin: 0px 0px 0px 15px;
    border-radius: 6px;
}

.divReviews
{
    padding-left: 10px;
    padding-top: 5px;
}

.divReviewsTitle
{
    float: left;
    padding-top: 7px;
}

.divBranchFB
{
    background: url(../images/Fb.png) no-repeat 0 0;
}

.divBranchTW
{
    background: url(../images/twitterLoc.png) no-repeat 0 0;
}

.divBranchTW, .divBranchFB, .divBranchYP, .divBranchGP
{
    height: 15px;
    width: 15px;
    text-decoration: none !important;
    outline: none;
    float: left;
    cursor: pointer;
    margin: 1px;
    margin-left: 2px;
    border-radius: 3px;
}

#tdDirectionBusinessHours
{
    padding-top: 10px;
}

    #tdDirectionBusinessHours b
    {
    }

#tblDisplayBusinessHoursForLocation
{
    width: 100%;    
}

.ourbranchesaspx #BusinessHourHeaderTitle
{
    line-height: 18px;
    text-align: center;
}

.ourbranchesaspx #DisplayBusinessHoursTitleForLocation
{
    display: none;
    text-decoration: underline;
    font-weight: bold;
    color: #9e1400;
    padding-bottom: 10px;
    font-size: 14px;
}

#DisplayBusinessHoursTitleForLocation
{
    text-decoration: underline;
    font-weight: bold;
    color: #9e1400;
    padding-bottom: 10px;
    font-size: 14px;
}

.DirectionBranch
{
    background: rgba(0,0,0,0.7);
    margin-bottom: 5px;
    border: solid 1px #cccccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #c9a85b;
    margin-bottom: 10px;
}
.divPopupMap {
    margin-right: 15px;
    height: 233px;
    width: 362px;
    border: 1px solid #bbb;
}
/******************End Our Branches*************/



/*Home Page Link RJT*/
#divLinkWrapper
{
    display: table;
    align-items: center;
    position: fixed;
    top: 2%;
    left: 53%;
    width: 356px;
    background:#0a0a0a91;
    padding: 1%; 
}
.divLinkWrapperTable
{
    width:100%;border: 1px solid;padding: 5px;border-color: #C9A85B;
}
.divLinkWrapperDoordash
{
    width: 291px;
    background-color: #C9A85B;
    padding: 7%;
    font-family: 'gnuolane_rg';
    border: 1px solid #C9A85B;
    border-radius: 25px;
    background: -webkit-linear-gradient(#e2c267,#856406);
    margin-bottom: 3%;
}
#div-button-content-Header
{
    font-size: 30px;
}
.div-button-content-Header
{
    white-space:nowrap;
    font-size: 22px;
}
.div-button-content-text
{
    white-space:nowrap;
}

#divLinkWrapper2
{
    display: table;
    align-items: center;
    position: fixed;
    top: 30%;
    left: 53%;
    width: 356px;
    background:#0a0a0a91;
    padding: 1%;
}
.divLinkWrapperText
{
    color: Black;
    text-decoration: none;
	font-family: 'gnuolane_rg';
	font-size: 28px;
}
.divLinkWrapperText:hover
{
    color:white;
}
/*Home Page Link RJT*/



#divLinkWrapper1 {
       display: table;
    align-items: center;
    position: absolute;
    top: 2%;
    /* left: 53%; */
    width: auto;
    /* background: #0a0a0a91; */
    padding: 1%;
    right: 1%;
}
#divLinkWrapper3 {
    position: absolute;
    top: 18%;
    background: black;
    width: auto;
    padding: 1%;
    right: 2%;
}

.lblOnlineOrderMessage > div {
    background-color:transparent !important;
    padding-left:5px;
}
/*added by Darshan for gallery*/

/******* Picture gallery and Video Gallrey page ********//* Gallery Page */.GalleryStyle {    padding-left: 17px;}    .GalleryStyle td {        margin-left: 550px;        font-family: Sans-Serif,Arial,Helvetica;        font-weight: bold;        font-size: 16px;        color: white;        text-align: left;    }    .GalleryStyle a {        color: grey;    }#tdPictureGalleryContainer {    text-align: left;}#tblGallery {    float: left;}#tdGallery {    /*background-color: #D7BB68;*/}#divGalleryNavigation {    padding: 20px;    background-color: #C7C7C7;}#divGalleryNavigation img {    padding: 15px;}.divSelectedGallery {    background-color: #072474;    margin: -10px;}.GalleryStyle > table {    width: 100%;    margin-top: -12px;}.photogallerymanagementaspx .GalleryStyle > table {    width: 100%;    margin-top: 13px;}.lkbtnGallery {    color: #D61A0E;    text-decoration: none;    display: block;    padding-bottom: 5px;    text-align: center;}.lkbtnSelectedGallery {    color: #fff;    text-decoration: none;    display: block;    padding-bottom: 5px;    text-align: center;    font-weight: bold;    font-family: Microsoft New Tai Lue;    font-size: 15px;}.divUnSelectedClassGallery {    margin: 5px;    font-size: 15px;    font-weight: bold;    font-family: Microsoft New Tai Lue;}    .divUnSelectedClassGallery:hover {        background-color: #b71115;    }        .divUnSelectedClassGallery:hover .lkbtnGallery {            color: #fff;        }#tdPhotoGalleryContent {    width: 100%;}/* End of Gallery Page */.ui-content ul {    list-style-type: none;    margin: 0;    padding: 0;    overflow: hidden;    padding-left: 16px !important;    background-color: white !important;}
#divGalleryNavigation {
display:none;
}
/*END added by Darshan for gallery*/