@import "TestimonialAdmin.css";
@import "GiftCertificate.css";
@import "EventCalendarV2.css";
@import "WebTelNavigationMenu.css";
@import "VIPClubPopup.css";


@font-face
{
    font-family: "OpenSans-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../Fonts/OpenSans-Regular.ttf");
}

@font-face
{
    font-family: "OpenSans-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../Fonts/OpenSans-Bold.ttf");
}

@font-face
{
    font-family: 'CAMBRIAB';
    src: url('../fonts/CAMBRIAB.TTF');
    src: local('?'), url('../fonts/CAMBRIAB.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: "BebasNeueRegular";
    font-style: normal;
    font-weight: normal;
    src: url("../Fonts/bebasneue-webfont.eot");
    src: url("../Fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/bebasneue-webfont.woff") format("woff"), url("../Fonts/bebasneue-webfont.ttf") format("truetype"), url("../Fonts/bebasneue-webfont.svg#bebasneue") format("svg");
}

@font-face
{
    font-family: 'ALBRW';
    src: url('../fonts/ALBRW.TTF');
    src: local('?'), url('../fonts/ALBRW.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'CANCUNN';
    src: url('../fonts/CANCUNN.TTF');
    src: local('?'), url('../fonts/CANCUNN.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'CAMBRIAB';
    src: url('../fonts/CAMBRIAB.TTF');
    src: local('?'), url('../fonts/CAMBRIAB.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Oleo Script-bold';
    src: url('../fonts/OleoScript-Bold.TTF');
    src: local('?'), url('../fonts/OleoScript-Bold.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Oleo Script';
    src: url('../fonts/OleoScript-Regular.TTF');
    src: local('?'), url('../fonts/OleoScript-Regular.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans.regular.TTF');
    src: local('?'), url('../fonts/pt-sans.regular.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Trade Gothic LT';
    src: url('../fonts/trade-gothic-lt.TTF');
    src: local('?'), url('../fonts/trade-gothic-lt.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Trade Gothic LT Com';
    src: url('../fonts/TradeGothicLTComBold.TTF');
    src: local('?'), url('../fonts/TradeGothicLTComBold.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.cufon
{
    visibility: visible !important;
}

body input, body textarea
{
    color: #000 !important;
    border: 1px solid #bbb;
}

body select
{
    /*background-color: #fff;*/
}

html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default
{
    border-color: none !important;
    color: #000 !important;
}
/*************************/
body input[type="text"], body textarea, input[type="password"], select
{
    border: 1px solid #CCCCCC !important;
    line-height: 20px;
    padding: 4px 5px;
    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: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #575757;
}

.viewordersaspx input[type="text"], .viewordersaspx textarea, .viewordersaspx input[type="password"], .viewordersaspx select
{
    border: inherit !important;
}

#tblCateringConiner input[type="text"],
#tblTableBookingContainer input[type="text"],
.txtContactUsFName,
.txtContactUsEmail,
.txtContactUsTelephone,
#CreateUserContainer input[type="text"],
#CreateUserContainer input[type="password"]
{
    /*width:250px;*/
}

#tblCateringConiner td, #tblTableBookingContainer td
{
    padding-bottom: 4px;
}

#tblCateringConiner .RadPicker .RadInput,
#tblCateringConiner .rcInputCell,
#ReservationContent .RadPicker .RadInput,
#ReservationContent .rcInputCell,
.surveyfeedbackaspx .RadPicker .RadInput,
.surveyfeedbackaspx .rcInputCell,
.tdRightCareer .RadPicker .RadInput,
.tdRightCareer .rcInputCell
{
    width: 110px !important;
}

.cateringaspx .riSingle .riTextBox[type="text"],
.tablebookingaspx .riSingle .riTextBox[type="text"],
.surveyfeedbackaspx .riSingle .riTextBox[type="text"],
.txtCareerBirthdate .riSingle .riTextBox[type="text"]
{
    border-color: #fff;
    height: auto;
    margin: 0;
    padding: 5px;
    width: 140px !important;
}

#tblItemMgmtContentInput .riSingle .riTextBox[type="text"]
{
    width: 120px !important;
}

.tdTableBookingRight select
{
    height: 28px;
    width: 140px;
}

.cateringaspx .tdTableBookingRight
{
    width: 464px;
}

#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: #444 !important;
}

html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default
{
    border-color: none !important;
    color: #000 !important;
}

.CreateUserStyleTextbox select
{
    width: 262px;
}

.CreateUserStyleTextbox .LoginTextBox
{
    margin-bottom: 3px;
}

.divLoginControlContent select
{
    width: 263px !important;
}


/***************************/

/*#ctl00_ctl10_DropDownControlMenu_rptMenuNavigation_ctl01_navLink {
    display:none;
}
#ctl00_ctl00_ctl10_DropDownControlMenu_rptMenuNavigation_ctl01_navLink
{
    display:none;
}
#ctl00_ctl11_DropDownControlMenu_rptMenuNavigation_ctl01_navLink
{
     display:none;
}*/


body.defaultaspx
{
    /*background:url('../Images/PromotionBG.jpg');*/
}

body
{
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #4F4F4F;
    background-color: #fff;
    background-position: center;
}

form
{
    width: 100%;
    margin: 0 auto; /*background:grey;*/
}



.defaultaspx #divWholePage
{
    background: none;
}

#divWholePage
{
    background: url(../Images/Menu_Header.jpg) 0px 174px;
    background-repeat: repeat-x;
}

a
{
    outline: none;
    border: 0;
    text-decoration: none;
}


/*///////////////////////// Master Page //////////////////////*/

/* Header */

/****************** From IVC ***************/




/******************************************/

#objMasterPagePhotoGalleryFlash
{
    width: 434px;
    height: 147px;
    float: left;
}

#divHeaderRightFacebookTwiter
{
    float: right;
    width: 125px;
    height: 26px;
    padding-bottom: 12px;
    padding-top: 12px;
}

#divSocialMediaMarketing
{
    width: 600px;
    text-align: right;
}

.tblSocialMediaMarketingControl
{
    padding-right: 10px !important;
    float: right !important;
}

#divHeaderRightFacebook
{
    cursor: pointer;
    height: 26px;
    width: 26px;
    background-image: url(../Images/Facebook.png);
}

    #divHeaderRightFacebook:hover
    {
        background-image: url(../Images/Facebook_Hover.png);
    }

#divHeaderRightTwiter
{
    cursor: pointer;
    height: 26px;
    width: 26px;
    background-image: url(../Images/Twitter.png);
}

#divHeaderRightYelp
{
    cursor: pointer;
    height: 26px;
    width: 26px;
    background-image: url(../Images/Yelp.png);
}

    #divHeaderRightYelp:hover
    {
        background-image: url(../Images/Yelp_Hover.png);
    }

#divHeaderRightTwiter:hover
{
    background-image: url(../Images/Twitter_Hower.png);
}

#divHeaderFacebook
{
    text-align: left;
    width: 26px;
    height: 26px;
    margin-right: 9px;
    float: left;
}

#divHeaderTwitter
{
    width: 26px;
    height: 26px;
    margin-right: 9px;
    float: left;
}

#divHeaderYelp
{
    width: 26px;
    height: 26px;
    margin-right: 29px;
    float: right;
}


#divAdressTemplate
{
    color: #E5CA88;
    float: right;
    font-size: 12px;
    padding-top: 9px;
    width: 310px;
}

#divTimeOutNewYork
{
    height: 60px;
    width: 205px;
    margin-top: 48px;
    margin-left: 17px;
    cursor: pointer;
}

#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 ///////////////////*/

/* Home Page */
#divHomePageTopLeft
{
    width: 698px;
    height: 279px;
    float: left;
    background: red;
}

#objHomePagePhotoGalleryFlash
{
    width: 662px;
    height: 483px;
}

#divHomePageTopRight
{
    float: right;
    width: 251px;
    margin-left: 1px;
}

#divHomePageLink
{
    border: solid 1px red;
    height: 273px;
    width: 230px;
}

#objHomePagePageLink
{
    height: 150px;
    width: 249px;
}

#divPrintableMenu
{
    width: 249px;
    height: 49px;
    cursor: pointer;
}

    #divPrintableMenu:hover
    {
        width: 249px;
        height: 49px;
        cursor: pointer;
        background: url(../Images/SelectedHomePageBottomLink.gif) no-repeat;
    }

#divTableReservation
{
    width: 249px;
    height: 49px;
    cursor: pointer;
}

    #divTableReservation:hover
    {
        width: 249px;
        height: 49px;
        cursor: pointer;
        background: url(../Images/SelectedHomePageBottomLink.gif) no-repeat;
        background-position: 0px -49px;
    }

#divOrderOnline
{
    width: 207px;
    height: 49px;
    cursor: pointer;
}

    #divOrderOnline:hover
    {
        width: 207px;
        height: 49px;
        cursor: pointer;
        background: url(../Images/SelectedHomePageBottomLink.gif) no-repeat;
        background-position: 0px -99px;
    }

#divHowItWork
{
    width: 33px;
    height: 32px;
    cursor: pointer;
}

#divHomePageBottomLink
{
    height: 51px;
    width: 249px;
    background: url(../Images/HomePageBottomLink.gif) no-repeat;
}

#objHomePageFooterLink
{
    height: 51px;
    width: 249px;
}
/*.divFooterSeparator
{
    width:1px;
    height:113px;
    background:url('../Images/FooterSeprator.jpg');
    background-position:0px -1px;
    background-repeat:no-repeat;
    float:left;
    
}*/
#tblPramotionContainer
{
    float: left;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 11px 0px 0px 16px;
}

.restaurantpromotionsaspx #divSpecialImage
{
    height: 200px;
    position: relative;
    width: 240px;
    border: 1px solid #D7D7D7;
}

#divSpecialImage
{
    height: 200px;
    position: relative;
    width: 240px;
}

.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;
}

.defaultaspx #DisplayBusinessHoursTitle
{
    display: none;
}

/*#DisplayBusinessHoursTitle {
    font-family: "BebasNeueRegular",Arial,sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 40px;
    color: #b76529;
    text-transform: capitalize;
}*/




#divTestimonialHeaderTitle
{
    color: #b76529;
    font-family: "BebasNeueRegular",Arial,sans-serif;
    font-size: 40px;
}

.divBusinessHourDay, .divBusinessHourTime
{
    font-family: "Segoe UI";
}

.divBusinessHourDay
{
    font-size: 20px;
}

.divBusinessHourTime
{
    font-size: 15px;
}

#divTestimonialText
{
    padding-left: 5px;
    padding-right: 5px;
    overflow-y: scroll;
    height: 100px;
    color: #000 !important;
    text-align: left;
    margin-bottom: 5px;
}

#divEditor
{
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

#divHomePageMessage
{
    background: url(../Images/HomepageFlashTag.png);
    height: 87px;
    width: 395px;
    position: absolute;
    display: none;
}




/* About Us Page */
#AboutUsPageContainer
{
    text-align: center;
}
/* End About Us Page */

/* Login Page */
.LoginButton
{
    border: none;
    background: url(../Images/Login.gif) no-repeat;
    height: 35px;
    width: 99px;
    margin-top: 5px;
    cursor: pointer;
}

.LoginCancel
{
    margin-top: 5px;
    border: none;
    background: url(../Images/cancel.gif) no-repeat;
    height: 35px;
    width: 99px;
    cursor: pointer;
}
/* End Login Page */
.CreateUserRegiter
{
    border: none;
    background: url(../Images/register.gif) no-repeat;
    height: 35px;
    width: 99px;
    cursor: pointer;
}

.MyProfileUpdate
{
    border: none;
    background: url(../Images/Update.gif) no-repeat;
    height: 34px;
    width: 98px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

#ViewOrderContainer
{
    text-align: left;
    padding: 10px;
    font-family: Segoe UI;
}

.ViewOrderGridView
{
    font-size: x-small; /*color: #333333;*/
    text-align: left;
    border: 1px solid #bbb !important;
    border-collapse: collapse;
    width: 650px;
}

    .ViewOrderGridView select
    {
        /*background: #fff !important;*/
            border: 1px solid #ddd !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: #1c720f;
    color: White;
}

    .ViewOrderGridViewPagerStyle a
    {
        color: White;
    }

.ViewOrderGridViewSelectedRowStyle
{
    background-color: #FFCC66;
    color: Navy;
    font-weight: bold;
}

.ViewOrderGridViewHeaderStyle
{
    color: #ffffff !important;
    background-color: #900 !important;
    font-weight: bold;
}

.ViewOrderGridViewAlternatingRowStyle
{
    background: none repeat scroll 0 0 #eee !important;
    color: #333;
}

#ChangePassWord
{
    text-align: left;
    padding-left: 300px;
}

    #ChangePassWord tr
    {
        line-height: 25px;
    }

#DirectionBorder
{
    border: 1px solid #D7D7D7;
    height: 452px;
    width: 563px;
}

#orderCheckout
{
    margin-bottom: 0px;
    margin-top: 0px;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 13px !important;
}

.Addons
{
    color: Black;
}

/*.PanelLeft
{
    padding-left: 247px;
}*/

.EditOrder
{
    background: url(../Images/Edit.gif) no-repeat;
    width: 98px;
    height: 35px;
}

.PasswordSubmit
{
    border: none;
    background: url(../Images/confirm.gif) no-repeat;
    width: 98px;
    height: 35px;
    margin-right: 100px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.ChangePasswordButton
{
    border: none;
    background: url(../Images/changePassword.gif) no-repeat;
    width: 184px;
    height: 35px;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    margin-right: 5px;
}

.CancelPasswordButton
{
    border: none;
    background: url(../Images/cancel.gif) no-repeat;
    width: 99px;
    height: 35px;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.defaultaspx #divContainer
{
    width: 100%;
    margin: 0 auto;
    /* margin-top: 1px; */
    padding: 0;
}

#divContainer
{
    clear: both;
    width: 950px;
    margin: 0px auto 20px;
    padding-top: 234px;
}


.menuaspx #divContainer
{
    width: auto !important;
}



#divContainer
{
    height: auto !important;
}

.RadPanelCssClass
{
    width: 200px;
}

.lblDirections
{
    padding-top: 10px;
    text-align: left;
    padding-left: 165px;
}

#DirectionContainer
{
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
}

#divDirectionAddress > #divContactUsContactDetail
{
    display: block;
}

#DirectionContent
{
    float: left;
    padding: 5px;
    width: 950px;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 10px;
    color: Black;
    margin-bottom: 12px;
}

#divDirectionContainer
{
    float: left;
    padding: 5px;
    width: 565px;
}

#divDirectionMap
{
    float: left;
    padding: 10px 0px 10px 10px;
}

#divGetDirections
{
    padding-left: 21px;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 5px;
    width: 537px;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 10px;
}

#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: #1c720f;
    font-weight: bold;
}

.directionTabButtonSelected, .directionTabButtonSelected:hover
{
    border: none;
    background: #311d12;
    cursor: pointer;
    color: Black;
}

#DirectionTitle
{
    font-size: 15px;
    font-weight: normal;
    font-family: Segoe UI;
    color: #9B0707;
    text-align: left;
    padding-bottom: 5px;
}

#DirectionText
{
    text-align: left;
    font-size: 12px;
    line-height: 17px;
}

#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
{
    float: right;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 15px;
    width: 280px;
}

#divDirectionInfo
{
    padding-left: 10px;
    float: left;
    width: 550px;
}

.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: #241100;
    padding-right: 40px;
}

.OrderCheckoutConfirm
{
    border: none;
    background: url(../Images/confirm.gif) no-repeat;
    height: 35px;
    width: 99px;
    cursor: pointer;
}
/*.OrderCheckoutSubmit
{
    border: none;
    background: url(../Images/submit.gif) no-repeat;
    height: 25px;
    width: 87px;
    margin-right: 200px;
    cursor: pointer;
}*/
.OrderCheckoutSubmit
{
    border: none;
    background: url(../Images/continue.gif) no-repeat;
    height: 35px;
    width: 98px;
    margin-right: 200px;
    cursor: pointer;
}

.visacard
{
    font-size: small;
}

.ContactUSAddress
{
    width: 250px;
}

#tdContactUsSubmitbtn
{
    padding-left: 150px;
    text-align: left;
}

#diveditorder
{
    padding-right: 100px;
}

.SubmitOrder
{
    text-align: center;
    padding-top: 15px;
}

#LoginContianer
{
    margin-left: 5px;
    margin-right: 5px;
}

#VerifyContainer
{
    background-color: #e7cc97;
}

#MessageContainer
{
    color: Red;
    padding: 10px;
}

.account_link
{
}

#SettingMasterPage
{
    *padding-left: 37px!important;
    padding-left: 15px!important;
}

#SubMasterPageDiv
{
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 5px;
    text-align: left;
    min-height: 490px;
    border: 1px solid #ccc;
}

#CreateUserContainer
{
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 15px;
}

#RecoverPassWordContainer
{
    margin-left: 5px;
    margin-right: 5px;
}


.surveySubmit
{
    background: url(../Images/Submit.gif) no-repeat;
    width: 99px;
    height: 35px;
    border: none;
    cursor: pointer;
}

.surveyClear
{
    background: url(../Images/clear.gif) no-repeat;
    width: 99px;
    height: 35px;
    border: none;
    cursor: pointer;
}

#tblSurveyFeedbackContactInfo
{
    width: 600px;
    text-align: left;
}

.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 #e62631;
    }

.AdminMenu
{
    border: 1px Solid #333;
    border-bottom: none;
    color: #fff;
    background: #000;
    height: 33px;
}

.AdminStaticMenuItemStyle
{
    /*font: 12px SegoeUI, Segoe UI, sans-serif bold;*/
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 14px;
}

    .AdminStaticMenuItemStyle a
    {
        color: #ccc;
        padding: 9px 5px 9px 5px;
        display: block;
    }

#AdminContent
{
    width: 938px;
    margin-bottom: 10px;
}


#divDirectionSiteMapPath
{
    display: none;
}

#DirectionMenu
{
    float: left;
    text-align: left;
    padding: 10px 10px 8px 10px;
    height: 30px;
    margin-bottom: 10px;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
/*.DirectionMenu
{
    color: White;
}*/

.DirectionStaticMenuItemStyle a
{
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 6px;
    color: #000;
    height: auto;
}

.DirectionStaticSelectedStyle
{
    color: #fff !important;
    font-weight: bold;
    background-color: #5C5C5D;
}

.DirectionStaticHoverStyle
{
    color: #fff !important;
    background-color: #5C5C5D;
}

.DirectionStaticMenuStyle
{
    font-weight: bold;
    color: White;
    font-family: Times New Roman;
    font-size: 14px;
    color: #ccc;
}






.directionsaspx .divContactUsBusinessHours
{
    display: none;
}

#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;
}

    .CreateUserStyleTextbox span
    {
        color: #ccc !important;
    }

.ajax__validatorcallout .ajax__validatorcallout_error_message_cell
{
    color: #000 !important;
}

#divDirectionFlash
{
    width: 726px;
    height: 444px;
    border: 1px solid #8F8F69;
    margin-bottom: 5px;
}

#mainText
{
    width: 950px;
    /*background: none repeat scroll 0 0 rgba(80, 25, 21, 0.1);*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.InvoicePromotional
{
    text-align: right;
    padding-left: 75px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    font-weight: bold;
    margin-left: 95px;
    margin-right: 95px;
    color: #000 !important;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

    .InvoicePromotional a:hover
    {
        text-decoration: underline;
    }

.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;
}

    #tdGetDirectionsthrough strong
    {
        font-weight: normal;
    }

#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: 300px;
    text-align: right;
}

.MyProfileColon
{
    width: 4px;
}

.txtMyProfile
{
    width: 144px;
}

#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;
}


/*Start Stylesheet for Testimonial Page*/
#divTestimonialContainer
{
    /*padding-left: 10px;
    padding-right: 10px;*/
}

#divTestimonialPageTitle
{
    text-align: left;
    font-family: Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 20px;
    color: #9f0000;
}

.TestimonialContainer
{
    margin: 0px 3px 3px 12px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #cf000a;
}



.TestimonialText
{
    text-align: justify;
    font-size: 14px; /*background: url(../Images/testimonialbg.jpg) repeat-y center top;*/
    width: 784px;
    min-height: 40px;
    padding: 0px 50px;
    color: #444;
    line-height: 1.8;
}

.TestimonialSource
{
    color: #cf000a;
    float: right;
    font-family: Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    /* padding-right: 28px; */
    text-align: right;
    width: 28%;
}

/*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;
}

.CartGrid
{
    border: 1px solid #D7D7D7;
}

.trCheckoutHeader
{
    background-color: #F6F6F6;
}

.CartGrid
{
    cellpadding: 5px;
}

.lblBanquetPackageCategory
{
    color: Blue;
    cursor: pointer;
}

.tdBanquetPackage
{
    text-align: left;
    padding-left: 10px;
}
/*************** Style for the ResetPassword ******************/
.forgotPassContainerDiv
{
    width: 75%;
    padding-bottom: 5px;
}

.forgotPassHeaderDiv
{
}

.forgotPassHeaderIconImg
{
}

.forgotPassHeaderIconTick
{
}

.forgotPassHeaderText
{
    font-size: 18px;
    text-align: left;
    padding-top: 8px;
    padding-left: 45px;
    text-decoration: none;
    color: #000;
    background: url(../Images/ForgotPassword.png) no-repeat top left #cccccc;
    border: 1px solid #D7D7D7;
    border-bottom: none;
    font-weight: bold;
    padding-bottom: 8px;
}

.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: 60px;
    border: 1px solid #C7CAC7;
    border-top: none;
}

    .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.gif) no-repeat scroll 0 0;
    background-position: top left;
    width: 186px;
    height: 35px;
    cursor: pointer;
    border: none;
    margin-left: 195px;
}

.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 Events Page *****************/

#divEvents
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.tblEventDate
{
    width: 100%;
}

.tdEventDateLeft
{
    width: 90px;
    background: #c06335;
    color: White;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

.tdEventDateRight
{
    background: #dfdfdf;
    text-align: left;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.divEventDescription
{
    width: 98%;
    text-align: left;
    padding: 10px;
    padding-left: 35px;
}

.tblEventDescription
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tdEventDescriptionText
{
    color: Black;
    text-align: left;
    font-weight: bold;
    width: 90px;
    padding-left: 10px;
}

.tdEventDescription
{
    text-align: left;
}

.EventDateContainer
{
    padding: 0px;
    margin: 0px;
    margin-left: 15px;
}

.lblEventDate
{
    margin-left: 15px;
}

.hyperlinkEventTitle
{
    text-decoration: none;
    color: #FBA5A4;
    font-weight: bold;
}

    .hyperlinkEventTitle:hover
    {
        text-decoration: underline;
    }

#divAnnoucementDetailImageContainer
{
    text-align: center;
    display: none;
}





#tblEventDetail
{
    margin: 0px 20px 20px 20px;
    width: 910px;
}






#divAnnoucementDetailDescriptionContainer
{
    padding: 5px;
}

#divBackToPublication
{
    padding-top: 5px;
    padding-right: 20px;
    text-align: right;
}

.BackToPublication
{
}


.bodyFormContainer
{
    height: 100%;
    /*min-width: 950px;*/
    width: 100%;
    overflow: hidden;
}


/************End Style of Events Page *****************/

/************Start Style of Restaurant Promotion Page *****************/
.divPromotionSpecialOfferControl
{
    width: 240px;
}

#tdPromotionLeftNavigationContainer
{
    vertical-align: top;
    width: 180px;
    display: none;
}

.PromotionLeftNavigationDivSelection
{
    border: 1px solid #469665;
    padding-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#divPromoTitle
{
    color: #000;
    font-family: Segoe UI;
    font-size: medium;
    font-weight: bold;
    padding: 10px 0px;
}

.divPromotionLeftNavigationContainer
{
    margin-top: 10px;
    display: none;
}

.divPromotionContentContainer
{
    text-align: left;
    vertical-align: top;
    color: #484848;
    font-family: Arial;
    font-size: 13px;
}

.ItemSeperateorCssClass
{
    padding: 0px 10px;
}

/************End Style of Restaurant Promotion Page *****************/

#tblTableBookingContainer
{
    width: 700px;
    margin: 0 auto;
    padding-left: 87px;
}

#divTableBookingBusinessHours
{
    width: 273px;
    float: right;
    vertical-align: top;
    display: none;
}

.InvoiceSubmit
{
    background: url(../Images/Submit.gif) no-repeat;
    width: 99px;
    height: 35px;
    border: none;
    cursor: pointer;
}

.InvoiceCancel
{
    background: url(../Images/cancel.gif) no-repeat;
    width: 99px;
    height: 35px;
    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 Events Page *****************/
/*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 Style of Events Page *****************/

#divEventsContainer
{
    padding: 15px;
    text-align: left;
    /*border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;*/
}

#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;
}

#tdEventImage
{
}

.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;
}
/************End Style of Events Page *****************/
/**************Start Style for Announcement **********************/

#divEventsContainer
{
    padding-top: 10px;
    text-align: left;
}

#divAnnouncementItemTemplate
{
}

#divAnnouncementTitleContainer
{
    clear: both;
    text-align: left;
    padding: 10px 20px 15px;
    background-color: #efefef;
    /* border: 1px solid #d9d9d9; */
    display: block;
    text-decoration: none;
    /*margin-bottom: 10px;*/
    font-family: verdana;
}

    #divAnnouncementTitleContainer:hover
    {
        /*border: 1px solid #ddd;*/
        text-decoration: none;
    }

#tblAnnouncementTitle
{
    width: 100%;
}

.lblAnnouncementTitle
{
    font-size: 16px;
    font-weight: bold;
    color: #590505;
    text-decoration: none;
}

    .lblAnnouncementTitle:hover
    {
        text-decoration: underline;
    }

.lblAnnouncementDescription
{
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.lnkAnnouncement
{
    text-decoration: none;
}

.lblAnnouncementTiming
{
    font-size: 12px;
    color: #2A2C2E;
}

.imgAnnouncement
{
    width: 250px;
    height: 150px;
}

#divAnnouncementImageAndDescriptionContainer
{
    padding-top: 5px;
}

.divAnnouncementTiming
{
    width: 280px;
    background-image: url("../Images/Timings.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    min-height: 20px;
}

#divAnnouncementDescriptionContainer
{
    height: 110px;
    overflow: hidden;
}

#divAnnouncementContainer, #divPastAnnouncementContainer
{
    text-align: left;
}

.tdAnnouncementImage
{
    display: none;
}

#divAnnouncementNavigationContainer
{
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#divPastAnnouncementTitle, #divAnnouncementTitle
{
    border: 1px solid #D7D7D7;
    color: #cf000a;
    font-weight: bold;
    /* font-family: verdana,Times New Roman,Helvetica,Arial,sans-serif; */
    height: 25px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 30px;
    padding-top: 10px;
}

#tblAnnouncementItemTemplate
{
    width: 100%;
    border: 1px solid #D7D7D7;
    margin-bottom: 4px;
}

#tdAnnouncementImage
{
    text-align: center;
    vertical-align: top;
    width: 250px;
}

#tdAnnouncementContent
{
    text-align: left;
    vertical-align: top;
    width: 100%;
}

#divAnnouncementSeperator
{
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #adadad;
}

.divAnnouncementContentContainer, .divPastAnnouncementContentContainer
{
    padding-left: 10px;
    padding-right: 10px;
}

.NoEventFound
{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-top: 15px;
    /* color: #666; */
    text-shadow: none !important;
}

.Annnav
{
}


.Annmenu-left
{
    height: 28px;
    width: 9px;
    display: block;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.Annmenu-mid
{
    height: 23px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    cursor: pointer;
    padding-top: 5px;
}

.Annmenu-right
{
    height: 28px;
    width: 9px;
    display: block;
    float: left;
    cursor: pointer;
}

.Annmenu-left-active
{
    height: 28px;
    width: 9px;
    display: block;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.Annmenu-mid-active
{
    height: 23px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    cursor: pointer;
    padding-top: 5px;
    color: #cf000a;
}

.Annmenu-right-active
{
    height: 28px;
    width: 9px;
    display: block;
    float: left;
    cursor: pointer;
}


.hlnkAnnouncementLink
{
    text-decoration: none;
    color: #2A2C2E;
    font-weight: bold;
    display: block;
    font-family: verdana;
}

    .hlnkAnnouncementLink:hover
    {
        color: #D8050E;
        display: block;
    }


        .hlnkAnnouncementLink:hover .Annmenu-left
        {
            height: 28px;
            width: 9px;
            display: block;
            float: left;
            margin-left: 10px;
            cursor: pointer;
        }



        .hlnkAnnouncementLink:hover .Annmenu-mid
        {
            height: 23px;
            padding-left: 10px;
            padding-right: 10px;
            float: left;
            cursor: pointer;
            padding-top: 5px;
        }

        .hlnkAnnouncementLink:hover .Annmenu-right
        {
            height: 28px;
            width: 9px;
            display: block;
            float: left;
            cursor: pointer;
        }

#tdAnnouncementIconImage
{
    vertical-align: top;
    text-align: center;
    width: 140px;
    padding-top: 10px;
}

#tdAnnouncementTitle
{
    vertical-align: top;
    text-align: left;
    width: 500px;
}

.divSocialMediaMarketingEventsSummaryRight
{
    float: left;
    margin-top: 15px;
}

#divAnnouncementDescriptionContainer img
{
    max-height: 110px;
    max-width: 120px;
}

.divAnnouncementTitle
{
    padding-top: 10px;
    padding-bottom: 5px;
}

#divAnnouncementDesc
{
    padding-bottom: 10px;
}

.announcementIcon
{
    background: url(../Images/Announcement.png) no-repeat;
    float: left;
    width: 28px;
    height: 28px;
}

.eventsIcon
{
    background-image: url("../Images/DisplayBord.gif");
    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;
}

.eventsIcon
{
    background-image: url("../Images/EventsDisplayBoard.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;
}
/* START (EventDetails.aspx) START */

#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: #D8050E;
}

#divEventDetailContainer
{
    text-align: left;
    width: 940px;
    background: #F5F5F5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 10px;
    margin-top: 20px;
}

#tblEventDetail
{
    margin: 10px 0;
    width: 910px;
}

#divAnnoucementDetailHeaderTitle
{
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    background-color: #dadada;
}

.lblAnnoucementDetailTitle
{
    font-size: 18px;
    /*font-weight: bold;*/
    color: #080808 !important;
}

#divAnnoucementDetailTimings
{
    /*font-weight: bold;*/
    padding: 5px;
    padding-left: 10px;
    color: #333;
}

#divAnnoucementDetailDescriptionContainer
{
    padding: 5px;
}

#divBackToPublication
{
    padding-top: 5px;
    padding-right: 20px;
    text-align: right;
}

.BackToPublication
{
}



.BreadcrumbCurrentNode
{
    color: #D8050E;
}

#divAnnoucementDetailImageContainer
{
    text-align: center;
}
/* END   (EventDetails.aspx)   End */

.hyperlinkEventTitle
{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

    .hyperlinkEventTitle:hover
    {
        text-decoration: underline;
    }

.tdfacebookLikeV2
{
    padding-right: 5px;
    padding-top: 0 !important;
}
/**************End Style for Announcement **********************/




/************End Style of Events Page *****************/

/************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;
}

.PaymentOptionPanel input
{
    background: #fff;
}

/* start PayPal Page stylesheet */
#PaypalContainer
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.PaypalConfirm
{
    background: url(../Images/Submit.gif) no-repeat;
    cursor: pointer;
    border: none;
    width: 99px;
    height: 35px;
}

.PaypalCancel
{
    background: url(../Images/cancel.gif) no-repeat;
    cursor: pointer;
    border: none;
    width: 99px;
    height: 35px;
}

#divInvoiceConfirmation
{
    padding-bottom: 10px;
}

    #divInvoiceConfirmation table, #divInvoiceConfirmation td
    {
        border-color: #ccc !important;
    }

#OrderDetails table, #OrderDetails td
{
    border-color: #ccc !important;
}
/* end PayPal Page Stylesheet*/

/* SurveyFeedback start (12/12/2009) */
.pnlFeedbackInoformation
{
    padding: 0px 10px 10px 10px;
    font-family: Segoe UI;
    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: 99px;
    height: 35px;
    background: url(../Images/Submit.gif) no-repeat;
    border: none;
}

.SurveyFeedbackClear
{
    width: 99px;
    height: 35px;
    background: url(../Images/clear.gif) 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) #fff;
    font-weight: bold;
    color: Black;
    width: 290px;
    margin-left: 150px;
    margin-top: 10px;
}

.gvwDashboardRowViewed
{
    background-color: White;
    color: #333;
}

.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;
}

.ViewOrderDashBoardGridViewAlternatingRowStyle
{
    background-color: White;
}

.lblMesssageForDashBoard
{
    font-weight: bold; /*color: Black;*/
    width: 100%;
    font-size: 14px;
}

.ViewOrderDashBoardGridViewPagerStyleAmtPaid
{
    padding-left: 10px;
}

.ViewOrderDashBoardGridViewEmptyRowStyle
{
    text-align: center;
}

.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: 90px;
}

.lblfilter
{
    padding-bottom: 2px;
    padding-right: 5px;
}

/* (END) Styles For Reports */


.lblSpecificTimeSlotForOutsideBusinessHours
{
    color: Red;
    font-style: italic;
}

.lblSpecificTimeSlotForInsideBusinessHours
{
    color: Gray;
    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: Segoe UI;
    font-size: 12px;
    vertical-align: text-top;
}

#divTxtOtherTextContainer
{
    display: none;
    padding-left: 15px;
}

.btnApplyForConfirmation
{
    cursor: pointer;
    background: url(../Images/ProcessOrder.gif) no-repeat;
    height: 34px;
    width: 184px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.btnApplyAndPrintForConfirmation
{
    cursor: pointer;
    background: url(../Images/ProcessOrderAndPrint.gif) no-repeat;
    height: 34px;
    width: 184px;
    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;
    text-align: center;
}

#frmConfirmRequestContainer
{
    text-align: left;
}

#frmConfirmRequest
{
    font-size: 12px;
    width: 100%;
    text-align: left;
}

#frmConfirmRequestContent, .confirmationContent
{
    text-align: left;
    color: #000 !important;
}

.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: #FBB939;
}

.pnlViewOnlineOrderContainer
{
    padding-left: 50px;
}

.lblConfirmationHeader
{
    font-weight: bold;
}

.OrderConfirmationClose
{
    cursor: pointer;
    background: url(../Images/OrderConfirmationClose.gif) no-repeat;
    height: 34px;
    width: 98px;
    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.gif) no-repeat;
    height: 35px;
    width: 184px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.btnApplyAndPrintForConfirmationCatering
{
    cursor: pointer;
    background: url(../Images/ProcessOrderAndPrint.gif) no-repeat;
    height: 35px;
    width: 184px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.btnApplyAndPrintForConfirmationTableBooking
{
    cursor: pointer;
    background: url(../Images/ProcessOrderAndPrint.gif) no-repeat;
    height: 35px;
    width: 184px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.btnApplyForConfirmationTableBooking
{
    cursor: pointer;
    background: url(../Images/ProcessRequest.gif) no-repeat;
    height: 34px;
    width: 184px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.btnApplyForConfirmationCatering
{
    cursor: pointer;
    background: url(../Images/ProcessRequest.gif) no-repeat;
    height: 34px;
    width: 184px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.btnApplyForConfirmationContactUs
{
    cursor: pointer;
    background: url(../Images/ProcessRequest.gif) no-repeat;
    height: 34px;
    width: 184px;
    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
{
    /*background: none repeat scroll 0 0 #eee;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    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, #tblItemMgmtContentEditorAndPreview .divCannedMessageHelperContainer a
    {
        color: #e62631;
    }

#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.gif) no-repeat scroll 0 0;
    height: 34px;
    width: 98px;
}

.btnPreviewJIT
{
    cursor: pointer;
    border: none 0px;
    background: url(../Images/Preview.gif) 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 #bbb;
}

    #pnlJITMgmtImageSelectionContent .divTemplateSelectImage:hover
    {
        border: solid 10px #ccc;
    }

#pnlJITMgmtImageSelectionFooter
{
    width: 100%;
    text-align: center;
    padding: 10px;
}

.JITTemplateCancelButton
{
    border: none;
    background: url(../Images/cancel.gif) no-repeat;
    height: 35px;
    width: 99px;
    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;
}

    .divBackToJitSelection a
    {
        text-decoration: none;
        color: #e62631;
    }

        .divBackToJitSelection a:hover
        {
            text-decoration: underline;
        }

.grdJITSelection
{
    text-align: center;
    width: 100%;
}

    .grdJITSelection td, .grdJITSelection th
    {
        padding-top: 8px;
        padding-bottom: 8px;
    }

.hlkbackToJITSelection, .hlkAddNewJIT
{
    font-weight: bold;
}

.JITManagementDLSTPromoList .ItemSeperatorCssClass
{
    width: 15px;
}

.JITManagementDLSTPromoList #divPreviewJIT
{
    border: solid 10px #bbb;
}

    .JITManagementDLSTPromoList #divPreviewJIT:hover
    {
        border: solid 10px #D8050E;
    }

.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: #5ACA48;
    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: #bbb;
    padding: 5px 0 5px 10px;
}

.JITManagementDLSTPromoList #divPreviewJIT:hover table
{
    background-color: #D8050E;
    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
{
    width: 934px;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
}

    .tableRegisterVIC .title
    {
        color: #080808;
        font-family: arial;
        font-size: 18px;
        font-weight: bold;
        padding: 20px;
        text-align: center;
    }

.tdRegisterVICHeader
{
    height: 120px;
    background-color: #dad8d8;
}

.divContent
{
}

.tdRegisterVICHeader .divHeaderContent
{
    float: left;
    width: 500px;
    font-family: verdana;
    font-size: 15px;
    font-weight: bold;
    color: #080808;
    padding-left: 20px;
    margin-top: 40px;
}

.divVicRegisterForm
{
    border-right: dotted 1px #080808;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 10px;
    margin-top: 10px;
    padding-top: 10px;
    width: 460px;
}

.divHeaderImage
{
    background: url(../Images/VICRegisterHeader.jpg) no-repeat;
    height: 109px;
    width: 239px;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.PromotionIcon
{
    background: url(../Images/PromotionIcon.png) no-repeat center center;
    height: 45px;
    width: 45px;
}

.EventIcon
{
    background: url(../Images/EventIcon.png) no-repeat center center;
    height: 45px;
    width: 45px;
}

.CouponsIcon
{
    background: url(../Images/CouponsIcon.png) no-repeat center center;
    height: 45px;
    width: 45px;
}

.divPromotionTitle, .divEventTitle, .divCouponsTitle
{
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
    text-align: left;
}

.VIPDetailButtonSend
{
    background: url("../Images/register.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 35px;
    width: 99px;
}

#divVIPRegistrationPopupContainter .VIPDetailButtonSend
{
    background: url("../Images/SignUp.gif") no-repeat scroll 0 0 transparent;
}

#tdVIPRegistrationSubmitbtn
{
    text-align: center;
}

.divPromotionDetail, .divEventDetail, .divCouponsDetail
{
    font-family: Segoe UI;
    font-size: 12px;
    margin-left: 5px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: left;
}

.tdTblVIPDetailLeft
{
    text-align: right;
}

.tdTblVIPDetailRight
{
    text-align: left;
}

.tableRegisterVICDetail
{
    margin-top: 25px;
    padding-left: 20px;
    border-bottom: dotted 1px #080808;
}

#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;
}



/*#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: 2px;
}

.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;
}



#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;
}



#divBotttomLine
{
    height: 11px;
    min-width: 950px;
    width: 100%;
}




#divFooterAddress
{
    text-align: left;
    color: #fff; /*width: 280px;*/
    margin-right: 20px;
}



.tblFooterBusinessHours
{
    padding-top: 10px;
}





/************************* End Footer **************************/

/*
#ctl00_divContainerOuter
{
    border:solid 8px white;
}*/


#divJITPcontainer
{
    width: 240px;
    height: 200px;
    margin-bottom: 15px;
}

#tdContactNumber
{
}

#tdAddress
{
    padding-right: 10px;
}

.tblAddress
{
    width: 320px;
    *width: 300px;
}

#divMasterPageHeader #divContactUsContactDetail
{
    display: none;
}

#divContactUsAddressDetails #divHeaderContactDetail, #divDirectionAddress #divHeaderContactDetail
{
    display: none;
}

#divAddress #trRestaurantContactUsEmail
{
    display: none;
}

#divAdressTemplate #trRestaurantContactUsEmail
{
    display: none !important;
}

.imgTelephone
{
    padding: 1px;
    vertical-align: middle;
}

.divContactUsBusinessHours
{
    text-align: center;
}
/*********************** Catering Header ********************************/

.CateringHeaderContainer
{
    background-color: #469665;
    /* font-family: 'Segoe UI'; */
    text-align: left;
    /* padding-left: 215px; */
    color: #fff;
    /* font-weight: bold; */
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*padding-left: 50px;*/
    font-size: 13.5px;
    letter-spacing: 0.5px;
    margin: 10px;
}

    .CateringHeaderContainer table
    {
        width: 80% !important;
        margin: 0 auto;
    }

    .CateringHeaderContainer li
    {
        line-height: 18px;
    }



.HeaderComp
{
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    font-family: Trade Gothic LT Com;
}
/*********************** 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
{
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #444; /*font-weight: bold;*/ /*border: 1px solid #AF9240;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*min-height:480px;*/
}


#ReservationContent
{
    width: 935px;
    margin: 0 auto;
}

.tdTableBookingLeft
{
    text-align: right;
    line-height: 30px;
    width: 34% !important;
}

.tdTableBookingRight
{
    text-align: left;
    padding-left: 5px;
}

.ReservationStaticMenuStyle
{
    font-weight: bold;
    color: red;
    font: 12px SegoeUI, Segoe UI, sans-serif bold;
}

#TableBookingConiner
{
    padding: 15px;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-align: center;
    color: #333;
    margin-top: 20px;
}

#CateringConiner
{
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-align: center;
    padding: 14px;
    margin-top: 20px;
}

.cateringaspx #CateringConiner [id*="divCateringInquiryMessage"]
{
    background-color: #dad8d8;
    color: #080808;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 11px;
    border-radius: 2px;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_Panel2
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #AF9240;
}

.btnSubmitQuickContact
{
    background: url(../Images/submit.gif) no-repeat;
    border: none;
    height: 35px;
    width: 99px;
    cursor: pointer;
    margin-right: 87px;
}
/************************************ End Table Booking Page************************************/




/************************************ Start Contact Us Page ************************************/

#divContactUsPage
{
    text-align: left;
    width: 100%;
    font-family: Segoe UI;
    color: #000;
}

#divContactUsCustomerDetail
{
    width: 410px; /*float: left;*/ /*   margin-left: 20px;*/ /*padding: 10px;*/
}

#tdContactUsDetail
{
    vertical-align: top;
    padding-top: 20px;
}

#lblContactUsMessage
{
    font-size: 13px;
}

#tblContactUsDetail
{
    width: 480px;
}

.tdTblContactDetailLeft
{
    text-align: right;
    width: 100px;
}

.tdTblContactDetailRight
{
    text-align: left;
}

#divContactUsAddressDetails
{
    height: 150px;
    margin-top: 30px;
    padding: 0 0 25px 0;
    color: #000;
}

.txtContactUsComments
{
    width: 300px;
}

.ContactDetailButtonSend
{
    border: none;
    background: url(../Images/Submit.gif) no-repeat;
    height: 35px;
    width: 99px;
    cursor: pointer;
}

.ContactDetailButtonCancel
{
    border: none;
    background: url(../Images/cancel.gif) no-repeat;
    height: 35px;
    width: 99px;
}

#ContactUSContainer
{
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    width: 940px;
    padding-right: 5px;
    min-height: 333px;
    padding-bottom: 5px;
}

#ContactUsContent
{
    float: left;
    width: 950px;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#ContactUsMenu
{
    text-align: left;
    /* width: 600px; */
    padding: 10px 10px 8px 10px;
    height: 34px;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 10px;
    /* background-image: url(../Images/HeaderBG.jpg); */
    width: 700px;
    /* font-family: "Verdana"; */
    /* display: none; */
}

#ContactUsMenuBottom
{
    margin-bottom: 20px;
    width: 500px;
}

#DirectionMenuBottom
{
    margin-bottom: 20px;
    width: 300px;
}


.ContactStaticSelectedStyle
{
    color: #fff !important;
    font-weight: bold;
    /* background: none repeat scroll 0 0 #A3248F; */
}

.ContactStaticHoverStyle
{
    color: #1c720f !important;
    font-weight: bold;
    /*background: none repeat scroll 0 0 #F4CD47;*/
}

.ContactStaticMenuStyle
{
    font-weight: bold;
    color: #ccc;
    font-family: Times New Roman;
    font-size: 14px;
}

.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;
}

.ContactStaticSelectedStyle a
{
    color: #fff !important;
    font-weight: bold;
    background-color: #5C5C5D;
}

.ContactStaticMenuItemStyle a
{
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 6px;
    color: #000;
    height: auto;
}

.RestonameContactPage
{
    color: #5C5C5D;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 8px;
}

#divContactUsAddressDetails > #divContactUsContactDetail
{
    display: block;
    line-height: 20px;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.ContactStaticMenuItemStyle a:hover
{
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 6px;
    color: #fff !important;
    background-color: #5C5C5D;
    height: auto;
}




.tdCateringConinerBtn
{
    text-align: center;
    padding-top: 10px;
}
/************************************ End Contact Us Page ************************************/

/******* 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: Segoe UI;
    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;
    text-decoration: none;
}

    #divShowAllTestimonials a
    {
        /*color: #ffa463;*/
        color: #b76529;
        text-decoration: none;
    }

        #divShowAllTestimonials a:hover
        {
            color: #b76529;
            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
{
    width: 900px;
    color: #FFF;
    margin-bottom: 10px;
    margin: 0 auto;
}

.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
{
    text-align: left;
}



.TestimonialControlHeader
{
    background: url(../Images/TestimonialIcon.jpg) no-repeat;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    font-family: Segoe UI; /*color: white;*/
    text-align: left;
    padding-right: 10px;
}

#TestimonialControlHeaderText
{
    border-bottom: 1px dotted black;
    margin-right: 10px;
    width: 440px;
    padding-bottom: 5px;
    font-family: Times New Roman;
}
/***************** 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: Segoe UI;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}

#divHomePageImageAndDiscription
{
    font-family: Segoe UI;
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    height: 60px;
}

.pHomePageDiscription
{
    margin: 0px;
    font-family: Segoe UI;
    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
{
    display:none; /*added by alkesh to hide printable menu button*/
    background: url(../Images/MenuPage_PrintableMenuBtn.jpg) no-repeat scroll transparent;
    background-position: 0px 1px;
    border: medium none;
    cursor: pointer;
    height: 50px;
    width: 226px;
    float: left;
}

    .divPrintableMenuOnMenuPage:hover
    {
        display:none; /*added by alkesh to hide printable menu button*/
        background-position: 0px -59px;
    }
/*.pnlInnerMenuPagePrintableMenu a
{
    border: 0;
    outline: none;
}
.pnlInnerMenuPagePrintableMenu
{
    float: left;
    margin-right: 95px;
}
.pnlMenuPagePrintableMenu
{
}
.pnlCateringPagePrintableMenu
{
    width:228px;
    float:left;
}*/

#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; */
}

#divGMap
{
    float: right;
    border: 1px double #B2412F;
    width: 600px;
    margin: 7px;
}

#divBranchList
{
    border-left: 1px solid green;
    border-right: 1px solid green;
    border-top: 1px solid green;
    border-bottom: none;
    background-color: White;
    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;
    margin-top: 25px;
}

.btnGetDirection
{
    background: url(../Images/GetDirection.png) 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: 16%;
    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-color: #d5f3c6;
    border-bottom: solid 1px Green;
}

/********************************** 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;
    /*border: 1px solid #469665;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;*/
}

#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: Segoe UI;
    width: 76px;
}

.btnReorder_1
{
    background: url("../Images/btnReorderEnable1.png") no-repeat scroll center right transparent;
    border: 0 none;
    color: White;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    margin: 0;
    width: 33px;
    margin: 0px 2px 0px 2px;
}

.btnReorder_2
{
    background: url("../Images/btnReorderEnable2.png") no-repeat scroll center right transparent;
    border: 0 none;
    color: White;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    margin: 0;
    width: 33px;
    padding: 0px 2px 0px 2px;
}

.btnReorder_3
{
    background: url("../Images/btnReorderEnable3.png") no-repeat scroll center right transparent;
    border: 0 none;
    color: White;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    margin: 0;
    width: 33px;
    padding: 0px 2px 0px 2px;
}

.btnReorderDisabled_1
{
    background: url("../Images/btnReorderDisable1.png") no-repeat scroll center right transparent;
    border: 0 none;
    color: White;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    margin: 0;
    text-decoration: line-through;
    width: 33px;
}

.btnReorderDisabled_2
{
    background: url("../Images/btnReorderDisable2.png") no-repeat scroll center right transparent;
    border: 0 none;
    color: White;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    margin: 0;
    text-decoration: line-through;
    width: 33px;
}

.btnReorderDisabled_3
{
    background: url("../Images/btnReorderDisable3.png") no-repeat scroll center right transparent;
    border: 0 none;
    color: White;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    margin: 0;
    text-decoration: line-through;
    width: 33px;
}

.hlReorderLink
{
    text-decoration: none;
    outline: none;
    border: none 0px;
    cursor: pointer;
}

#divReorderLink
{
    background: url(../Images/Reorder.png) no-repeat center center;
    width: 107px;
    height: 50px;
    margin-left: 10px;
    margin-right: 5px;
    outline: none;
}

/*-------------------- Reorder Control Ends -------------------------*/
#PageFooter #divPhoneNumber
{
    background: none;
    padding-left: 0px;
}

#divAdressTemplate #divPhoneNumber
{
    font-weight: bold;
}

#divPhoneNumber
{
    background: url("../Images/Phone.png") no-repeat scroll left center transparent;
    float: left;
    height: 16px;
    padding-left: 19px;
    text-align: left;
    /*font-weight:bold;*/
}

#divFooterAddress #divPhoneNumber
{
    /*background:url("../Images/footericon.png")no-repeat scroll 0px 0px transparent;*/
    float: left;
    height: 16px;
    /*padding-left:24px;*/
    text-align: left;
    line-height: 17px;
}

#divFooterAddress #divFaxNumber
{
    /*background:url("../Images/footericon.png")no-repeat scroll 0px -16px transparent;*/
    float: left;
    height: 16px;
    /*padding-left:24px;*/
    text-align: left;
    line-height: 17px;
}

#divFaxNumber
{
    /*background: url("../Images/Fax.png") no-repeat scroll left top transparent;*/
    float: left;
    height: 16px;
    /*padding-left: 24px;*/
    text-align: left;
    /*font-weight:bold;*/
}

#divAdressTemplate #divFaxNumber
{
    font-weight: bold;
}


#PageFooter #divEmailImage
{
}

#tdPhoneNumber
{
    text-align: left;
}

#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.gif) 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: #b76529;
    font-family: Segoe UI;
    font-size: 16px;
    margin-top: 15px;
}

.divBusinessHourHour
{
    color: #6b3109;
    font-family: Segoe UI;
    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: 0px 0px 0px 0px;
    position: relative;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    -khtml-opacity: 1.0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.tblTestimonialGreetingContainer
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #ACA636;
    background-image: url(../Images/HeaderBG.jpg);
}

.tdTestimonialHeaderText
{
    padding: 10px 40px 10px 40px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0px 25px;
    background-color: #dad8d8;
}

.lblTestimonialText
{
    text-align: center;
    font-family: Segoe UI;
    font-size: 15px;
    font-weight: normal;
    padding-top: 20px;
    color: #080808;
    font-weight: bold;
    line-height: 1.5;
}

.tdTestimonialFeedbackButton
{
    text-align: right;
    padding-right: 33px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.TestimonialFeedbackButton
{
    background: url(../Images/feedback.gif) no-repeat;
    height: 35px;
    width: 99px;
    border: none;
    float: right;
    cursor: pointer;
}

.testimonialsaspx #divTestimonialContainer
{
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.divTestimonialHeaderContainer table
{
    width: 100%;
    padding-top: 20px;
}

.hlTestimonialFeedback
{
    outline: none;
    border: none;
}
/*---------- Testimonial Header Greeting END -----------*/

.content
{
    padding-top: 10px;
}


#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
{
    width: 700px;
    padding: 10px 0px 0px 0px;
    font-weight: normal !important;
    color: #444;
    margin: 0 auto;
}

#SocialMediaMarketingControl
{
    display: block !important;
}





#divHomePageTop
{
    min-width: 950px;
    width: 100%;
    height: 510px;
    margin-bottom: 10px;
}

#divHomePageBottom
{
    min-width: 950px;
    width: 100%;
}

#divHomeOrderOnline
{
    width: 210px;
    height: 76px;
    margin-right: 7px;
}

#divHomeOrderOnlineInner
{
    width: 210px;
    height: 76px;
    cursor: pointer;
    background: url(../Images/OrderOnline.jpg) no-repeat top;
}

    #divHomeOrderOnlineInner:hover
    {
        background: url(../Images/OrderOnline_Hover.jpg) no-repeat top;
    }

#divHomeVIP
{
    width: 240px;
    height: 76px;
    margin-right: 7px;
}

#divHomeVIPInner
{
    width: 240px;
    height: 76px;
    cursor: pointer;
    background: url(../Images/JoinClub.jpg) no-repeat top;
}

    #divHomeVIPInner:hover
    {
        background: url(../Images/JoinClub_Hover.jpg) no-repeat top;
    }

#divHomeGift
{
    width: 240px;
    height: 76px;
    margin-right: 6px;
}

#divHomeGiftInner
{
    width: 240px;
    height: 76px;
    cursor: pointer;
    background: url(../Images/GiftCertificate.jpg) no-repeat top;
}

    #divHomeGiftInner:hover
    {
        background: url(../Images/GiftCertificate_Hover.jpg) no-repeat top;
    }

#divHomeGallery
{
    width: 240px;
    height: 76px;
}

#divHomeGalleryInner
{
    width: 240px;
    height: 76px;
    cursor: pointer;
    background: url(../Images/PhotoGallery.jpg) no-repeat top;
}

    #divHomeGalleryInner:hover
    {
        background: url(../Images/PhotoGallery_Hover.jpg) no-repeat top;
    }


#divHeaderLogoInner
{
    height: 108px;
    width: 250px;
    cursor: pointer; /*background: url(../Images/Logo.png) no-repeat top;*/
}

#mainHeaderLogo
{
    position: absolute;
    z-index: 1;
    width: 110px;
}

#divMasterPageHeaderRight
{
    width: 950px;
    background: url("../Images/main.png") no-repeat scroll 0 0 transparent;
    float: left;
}

#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;
}

.divRULInfoContent
{
    width: 70%;
    margin: 0 auto;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: solid 1px #d5d5d5;
    background-color: #efe7d0;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 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;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    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 #ContactUsContent
{
    width:770px !important;
    margin:0px !important;
    border:none !important;
}
*/





.orderinvoiceaspx, .giftpaypalreturnaspx, .giftinvoiceaspx, .paypalreturnaspx
{
}

    .giftinvoiceaspx #divContainer
    {
        background: #fff !important;
        color: #000 !important;
    }




#divHeaderContactDetail #divPhoneNumber
{
    background: url("../Images/Phone.png") no-repeat scroll left center transparent;
    float: left;
    height: 16px;
    padding-left: 24px;
    text-align: left;
    padding-top: 3px;
    /*padding-bottom: 3px;*/
}

#divHeaderContactDetail #divFaxNumber
{
    background: url("../Images/Fax.png") no-repeat scroll left center transparent;
    float: left;
    height: 16px;
    padding-left: 24px;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
}

#divContactUsContactDetail #divFaxNumber
{
    background: url("../Images/FaxContactUs.png") no-repeat scroll left center transparent;
    float: left;
    height: 16px;
    padding-left: 24px;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
}

#divContactUsContactDetail #divPhoneNumber
{
    background: url("../Images/PhoneContactUs.jpg") no-repeat scroll left center transparent;
    float: left;
    height: 16px;
    padding-left: 24px;
    text-align: left;
    /*padding-top: 3px;*/
    padding-bottom: 3px;
}

#tblHeaderRight #divHeaderContactDetail
{
    font-size: 11px;
    color: #0B4602;
}

#receiveNews
{
    background-image: url(../Images/ReciveNewsLetters.gif);
    width: 142px;
    height: 19px;
    margin-left: 52px;
}


.divPrintableMenuOnCateringPage
{
    background: url(../Images/MenuPage_PrintableMenuBtn.jpg) no-repeat scroll transparent;
    background-position: 0px 1px;
    border: medium none;
    cursor: pointer;
    height: 50px;
    width: 226px;
    float: left;
}

    .divPrintableMenuOnCateringPage:hover
    {
        background-position: 0px -59px;
    }

.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
{
    color: #ccc;
    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
{
    text-align: center;
    font-weight: bold;
    background-color: #C7C7C7;
    color: #590505;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.tablebookingaspx #TableBookingConiner [id*="divTableReservationHeaderMessage"]
{
    background-color: #dad8d8;
    color: #080808;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.reservationaspx #TableBookingConiner [id*="divTableReservationHeaderMessage"]
{
    background-color: #dad8d8;
    color: #080808;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}





#divAboutUsFlash
{
    padding-left: 10px !important;
}


/******** (START) Accordion Header *************/

#sitenav-bar
{
    /*background-color: #ccc;*/
    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: #ccc;
    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
{
    float: left;
    padding-right: 5px;
    text-align: left;
    /*width: 90px;*/
}

#divRestLogo
{
    height: 85px;
    width: 175px;
}

#tblHeaderRight
{
    width: 100%;
    height: 100px;
}



/*****************************************


/* -------  HOME PAGE GALLERY STARTS ------- */
#HomePageGalleryWrapper
{
    /*position:relative;
    top:-130px;*/
    top: 0;
}

#divHomeSlider .slider-wrapper
{
    background: url("../Images/loading.gif") no-repeat scroll 50% 50% transparent !important;
    max-height: 475px !important;
    position: relative !important;
    width: 100% !important;
    height: 550px;
}

#divloadinggifimage
{
    background: url(../Images/loading.gif) no-repeat scroll 50% 50% transparent !important;
    max-height: 475px !important;
    position: relative !important;
    width: 100% !important;
    height: 700px;
}

#HomePageGalleryWrapper #slider
{
    /* background: url(../Images/loading.gif) no-repeat scroll 50% 50% transparent !important; */
    /* height: 387px !important; */
    position: relative !important;
    /* width: 898px !important; */
    margin: 0 auto;
}

#HomePageGalleryWrapper .slider-wrapper
{
    /*padding-top: 5px;*/
    /*width: 950px; /*height: 400px;*/
    /*background: #fff;*/
    /*padding-bottom: 33px;*/
}

#HomePageGalleryWrapper #slider a.nivo-imageLink
{
    /*z-index: 1;
    width: 898px !important;
    height: 387px !important;*/
}

#HomePageGalleryWrapper #slider img
{
    /*width: 898px !important;
    height: 387px !important;*/
    width: 100%;
    height: auto;
    text-align: center;
}

#HomePageGalleryWrapper
{
    /*    background: url(../images/HomePageGalleryBG.png) no-repeat center top;
    position:relative;*/
}

    #HomePageGalleryWrapper .nivo-controlNav
    {
        background-color: Transparent !important;
        margin: 0 auto;
        overflow: hidden; /*padding: 23px 0 0;*/
        margin-top: 8px;
        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%;
        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;
        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 !important;
        -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;*/
        padding: 0px;
        text-align: center;
        margin: 0 auto;
        padding-top: 5px;
        /*width:115px;*/
        margin-top: -26px;
        position: relative;
        top: -15px;
    }




        /***********************Home Page Gallery Bullet************************/
        #HomePageGalleryWrapper .theme-default .nivo-controlNav a
        {
            display: inline-block;
            width: 24px;
            height: 20px;
            background: url(../Images/Bullet.png) no-repeat;
            background-position: -21px 0px;
            text-indent: -9999px;
            border: 0;
            margin: 0 -1px;
            margin-left: 4px;
        }



            #HomePageGalleryWrapper .theme-default .nivo-controlNav a.active
            {
                background: url(../Images/Bullet.png) no-repeat;
                width: 24px;
                height: 20px;
                margin-left: 4px;
                background-position: 3px 0px;
            }
    /***********************End Home Page Gallery Bullet************************/

    #HomePageGalleryWrapper .theme-default .nivo-directionNav a
    {
        display: block;
        width: 31px;
        height: 40px;
        background: url(../Images/Next_Previous.png) no-repeat;
        text-indent: -9999px;
        border: 0;
        opacity: 1;
        margin-left: 35px;
    }

    #HomePageGalleryWrapper .theme-default:hover .nivo-directionNav a
    {
        opacity: 1;
    }

    #HomePageGalleryWrapper .theme-default a.nivo-nextNav
    {
        background-position: -38px 0px;
        margin-right: 35px;
    }

    #HomePageGalleryWrapper .theme-default a.nivo-prevNav
    {
    }

    #HomePageGalleryWrapper .theme-default a.nivo-nextNav:hover
    {
        /*background-position:-43px -61px;*/
    }

    #HomePageGalleryWrapper .theme-default a.nivo-prevNav:hover
    {
        /*background-position:left -61px;*/
    }

    #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 ------- */
/******* Home page Ticker*****/
#divTickerControlContainer
{
    background: url(../Images/Ticker_Img.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 950px;
    marign: 0 auto;
}

.divTickerTitle
{
    width: 950px;
    height: 35px;
    padding-top: 12px;
    margin-bottom: 5px;
    margin: 0 auto;
    color: #b76529;
    text-align: center;
    font: 34px 'BebasNeueRegular',Arial,sans-serif;
    letter-spacing: 1px;
}

#divTickerContentTitle, #divTickerContent1, #divTickerContent2
{
    font-family: Segoe UI;
    padding: 3px 0px;
}

#divTickerContentTitle
{
    font-size: 16px;
    color: #b76529;
    font-weight: bold;
    margin-top: 8px;
}

#divTickerContent1, #divTickerContent2
{
    color: #330000;
    font-size: 15px;
    font-weight: bold;
}

/******* End Home page Ticker*****/

/************************Top to Bottom Button***************************/
#toTop
{
    background: url(../Images/btgotop.jpg) no-repeat scroll 0 0 transparent;
    bottom: 1%;
    cursor: pointer;
    display: block;
    height: 47px;
    position: fixed;
    right: 10px;
    text-indent: 666em;
    width: 55px;
    z-index: 666;
    background-position: center bottom;
}

    #toTop:hover
    {
        background-position: bottom;
    }
/***************************************************/
.menuBottomStaticSelectedStyle
{
    color: #0B4602;
}

.menuBottomStaticMenuItemStyle
{
    padding-left: 2px;
    padding-right: 1px;
}

.menuBottomNavigation a
{
    color: #0B4602;
}

    .menuBottomNavigation a:hover
    {
        color: #9B0707;
    }

.menuBottom tr td img
{
    margin-top: 2px;
}

#divMiddleContainer
{
    width: 100%;
    float: left;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

#divJoinOurClubContainer
{
    float: left;
    padding-left: 10px;
    width: 260px;
}

#tblJoinOurClubContainer
{
    width: 100%;
}

#divVIPImage
{
    background-image: url("../Images/JoinVIPClub.jpg");
    background-repeat: no-repeat;
    height: 60px;
    width: 175px;
    margin-left: 25px;
    float: left;
}

.divVIPText
{
    font-family: Segoe UI;
    font-size: 12px;
    color: #ccc;
}

#divVIPContent
{
    padding-left: 40px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}


#divWeCaterContainer
{
    float: left;
    padding-left: 10px;
    width: 290px;
}

#tblWeCaterContainer
{
    width: 100%;
}

#divCateringImage
{
    background-image: url("../Images/WeCater.jpg");
    background-repeat: no-repeat;
    height: 60px;
    width: 250px;
    float: left;
}

#divCateringContent
{
    text-align: justify;
    padding-left: 10px;
    width: 100%;
}

#divGiftCardContainer
{
    float: left;
    width: 300px;
    margin-top: 5px;
}

#tblGiftCardContainer
{
}

#divGiftMiddle
{
    width: 140px;
    float: left;
}

#divGiftCardTextImage
{
    background-image: url("../Images/BringSmiles.jpg");
    background-repeat: no-repeat;
    width: 140px;
    height: 55px;
}

#divGiftCardContent
{
    margin-left: 5px;
    width: 150px;
    padding-top: 10px;
}

.divGo
{
    text-decoration: none;
    color: #FF4A00;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    underline: none;
    margin-right: 10px;
    background-image: url("../Images/ArrowNew.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
    padding-top: 5px;
}

.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
{
    float: left;
    height: 25px;
    padding-bottom: 5px;
    display: none;
}




#divFranchiseInquiry
{
    background: url("../Images/InvestorInquiry.gif") no-repeat scroll right top transparent;
    display: block;
    float: left;
    height: 105px;
    position: relative;
    text-indent: -9999px;
    top: -51px;
    right: -60px;
    width: 180px;
}

.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: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -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: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -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: #ccc 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
{
    margin: 0 auto;
    width: 1000px;
    margin-bottom: 10px;
    padding-bottom: 35px;
    padding-top: 35px;
}

.promoSep
{
    background-image: url("../Images/separator.png");
    background-repeat: no-repeat;
    float: left;
    height: 220px;
    margin-top: 25px;
    width: 1px;
    background-position: center bottom;
}

#divPromoWrapper
{
    float: left;
    width: 475px;
    color: #000000;
    /*margin-left:10px;*/
}

#tblPromotionWrapper
{
    /*width: 438px;*/
}

    #tblPromotionWrapper a
    {
        text-decoration: none;
        color: White;
        text-align: left;
    }

.row1, .row2
{
    float: left;
    width: 100%;
}

.row2
{
    padding-left: 77px;
}


#divPromoImage
{
    background-image: url(../Images/HomePromotionIcon.jpg);
    float: left;
    height: 66px;
    width: 61px;
}

#divPromotionHeader
{
    /*background-image: url("../Images/PromotionsHeader.png");*/
    font-family: "BebasNeueRegular",Arial,sans-serif;
    font-size: 40px;
    float: left;
    cursor: pointer;
    color: #B76528;
}

#tdPromotionTitle
{
    padding: 0 0 5px 40px;
}

#divPromotionTextImage
{
    /*background-image: url("../Images/LatestOffersAndPromotions.jpg");     background-repeat: no-repeat;*/
    width: 170px;
    height: 60px;
    margin-bottom: 15px;
    font-family: 'CANCUNN', Georgia;
    font-weight: bold;
    font-size: 20px;
    color: #c3a37d;
    text-align: left;
    line-height: 36px;
}


#divPromoWrapper .ReadMore
{
    float: left;
    margin-left: 6px;
}

    #divPromoWrapper .ReadMore:hover
    {
        background-position: 0px -44px;
    }

.ReadMore
{
    display: inline-block;
    background-image: url("../Images/ViewMore.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 36px;
    width: 180px;
    margin-top: 20px;
}

#specialOuter .ReadMore
{
    background-image: url("../Images/DailySpecials.png");
    width: 204px;
    height: 64px;
}

#divPromoContent
{
    background: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    font-family: Segoe UI;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-top: 9px;
    text-align: left;
    width: 180px;
    color: #000000;
    font-weight: 600;
}

#divhomeBusinessHour
{
    float: left;
    width: 42%;
}

#divMiddleContainernewslatter
{
    background-color: #219b50;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    float: left;
    height: 64px;
    padding-bottom: 20px;
    padding-top: 20px;
}

#newslatterInner
{
    margin: 0 auto;
    width: 1000px;
}

#newslatterInnerLeft
{
    float: left;
    width: 45%;
    padding-left: 10px;
    margin-top: 3px;
}

#newslatterhead
{
    font-family: Trade Gothic LT Com;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#newslattermessage
{
    font-size: 15.5px;
}

#newslatterInnerRight
{
    float: right;
    width: 54%;
}


.divpromoSeparator
{
    float: left;
    width: 1px;
    background-image: url(../Images/Promo_Seperator.jpg);
    height: 221px;
    margin-top: 10px;
}

#divHomePromoOuter
{
    float: right;
    width: 55%;
}

#divhomeBusinessHourhead
{
    margin-left: 70px;
}

#divhomeBusinessHourheadLogo
{
    background-image: url(../Images/Clock_ICon.jpg);
    width: 69px;
    height: 67px;
    float: left;
}

#divhomeBusinessHourtext, #divPromoheadtext
{
    color: #219b50;
    font-family: Trade Gothic LT Com;
    font-size: 31px;
    text-transform: uppercase;
    /* font-weight: bold; */
    float: left;
    margin-left: 20px;
    padding-top: 10px;
}






#divPratyRoomTitle
{
    font-family: BebasNeueRegular;
    font-size: 40px;
    color: #ececec;
    text-align: center;
    padding: 20px;
    padding-top: 40px;
}

#divPratyRoomContent
{
    color: #eee;
    font-size: 0px;
    line-height: 35px;
}

.bottomText
{
    font-family: Segoe UI;
    font-size: 12px;
    color: #fff;
    text-align: left;
}

#divNutritionWrapper
{
    float: left; /*padding-right: 5px;*/
    /*width: 450px;*/
    /*padding-left: 10px;*/
}

#divNutritionHeaderImage
{
    background-image: url("../Images/NutritionFacts.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 68px;
    width: 280px;
}

#divNutritionTextImage
{
    background-image: url("../Images/LetsKnowWhatYouEat.jpg");
    background-repeat: no-repeat;
    width: 186px;
    height: 60px;
    margin-bottom: 15px;
}

#divNutritionContent
{
    padding-top: 35px;
    float: left;
    width: 190px;
}

#divNutritionCalcImage
{
    background-image: url("../Images/NutritionCalculator.jpg");
    background-repeat: no-repeat;
    height: 152px;
    width: 195px;
    float: right;
}

#divNutritionLink
{
    padding-top: 35px;
    float: left;
    height: 28px;
    cursor: pointer;
}

#divPromoLink
{
    padding-top: 27px;
}

    #divPromoLink a
    {
        text-align: right;
    }

.divNutritionRow2
{
    width: 445px;
    float: left;
}

.divPromoRow2
{
}


.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: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    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
{
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 15px;
    text-align: left;
    color: #7d7d7d;
    margin-top: 20px;
}

#divCareerHeaderContain
{
    /*width: 810px;*/
}

.btnDownloadPdf
{
    background: url("../Images/DownloadForm.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: none;
    margin-left: 380px;
    margin-top: 10px;
}

#divCareerApplyOnline
{
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

#tblCareerApplyOnline
{
    margin-top: 10px;
    width: 850px;
    margin-left: 45px;
}

.tdLeftCareer
{
    text-align: right;
    width: 35%;
}

.tdRightCareer
{
    padding-left: 3px;
    text-align: left;
}

.txtCareerSend
{
    background: url("../Images/Submit.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 35px;
    width: 99px;
    margin-top: 10px;
}

.lblCareerMessage
{
    color: Red;
}

#divFranchiseButtonConaienr
{
    float: left;
    margin-left: 10px;
}

.btnFranchise
{
    background-image: url("../Images/FranchiseInquiry1.gif");
    background-repeat: no-repeat;
    color: #FFFFFF;
    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: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    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.gif) no-repeat;
    width: 99px;
    height: 35px;
    border: none;
    cursor: pointer;
}
/*** Franchising Request version 2 END ***/
#testtitle
{
    color: #fff;
    font-family: Times New Roman;
    text-align: left;
    vertical-align: middle;
    font-size: 35px;
    padding-left: 71px;
    height: 46px;
    background: url(../images/Testimonial_Icon.png) no-repeat left top;
    padding-top: 20px;
}

#divShowAllTestimonials
{
    text-decoration: none;
    color: #ff4a00;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    underline: none;
    margin-right: 10px;
    /*background-image: url("../Images/ArrowNew.png");
    background-repeat: no-repeat;
    background-position: right center;*/
    padding-right: 10px;
    padding-top: 5px;
}

#divtest a
{
    text-decoration: none;
}

.divOrderOnline
{
    width: 100%;
    height: 50px; /*margin-top: 10px;*/
    margin-left: 50px;
    *margin-left: 35px;
}

.divHomePageMessage
{
    color: #fff;
    font-family: Times New Roman;
    font-size: 25px;
    line-height: 40px;
    text-align: left;
    float: left;
}

.btnOrderOnline
{
    margin-left: 10px;
    height: 47px;
    width: 211px;
    float: left;
    background: url(../images/OrderOnline.png) no-repeat center center;
}

.divReorder
{
}

.divHomeTableReservation
{
    background: url(../images/TableReservation.png) no-repeat center center;
    width: 320px;
    height: 36px;
    margin-right: 5px;
    padding-top: 10px;
}

.divSepearatorBottom
{
    background-image: url(../images/SeparatorLine.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 95px;
    margin-left: 2px;
    margin-right: 2px;
    width: 1px;
}

.divHomePageTitleText
{
    font-family: 'CANCUNN', Georgia;
    font-weight: bold;
    font-size: 18px;
    color: #c3a37d;
    text-align: center;
}

.divLoginControlContent
{
    color: #260000;
}
/************/
.BreadcrumbNode
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #dad8d8;
    color: #080808;
    font-family: Segoe UI;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding: 4px 8px 4px 8px;
    text-decoration: none;
}

#divEventDetailContainer
{
    text-align: left;
    width: 940px; /*    background: #E1DDC4;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 0 20px 5px;
}

.BreadcrumbCurrentNode
{
    /*color: #000;*/
}

/*#divPublicationDetailBreadCrumb {
    background: #469665;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    width: 925px;
    display: block;
    padding-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    color: #fff;
    line-height: 2;
    font-weight: bold;
}*/

/*#divAnnoucementDetailHeaderTitle {
    height: 25px;
    padding-top: 10px;
    padding-left: 10px;
    padding-top: 5px;
    background: #469665;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
}*/

#divAnnoucementDetailTimings
{
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
}

.lblAnnoucementDetailTitle
{
    /*font-size: 18px;*/
    font-weight: bold;
    color: #000;
}

.ad-gallery .ad-thumbs li a img, .ad-gallery .ad-thumbs li a.ad-active
{
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
}

.ad-gallery .ad-image-wrapper .ad-image
{
    z-index: 0 !important;
}

.ad-gallery .ad-forward
{
    background: url(../Images/ad_scroll_forward.png) 0px 22px no-repeat !important;
}

.ad-gallery .ad-back
{
    background: url(../Images/ad_scroll_back.png) 0px 22px no-repeat !important;
}

.ad-slideshow-prev
{
    background: url(../Images/inner_slideshow_previous.png) no-repeat !important;
}

.ad-slideshow-next
{
    background: url(../Images/inner_slideshow_next.png) no-repeat !important;
}

.ad-slideshow-start
{
    background: url(../Images/inner_slideshow_play.png) no-repeat !important;
}

.ad-slideshow-stop
{
    background: url(../Images/inner_slideshow_stop.png) no-repeat !important;
}

.ad-gallery .ad-timer_slider
{
    padding-top: 0px !important;
    color: #000 !important;
}

    .ad-gallery .ad-timer_slider .span_timer_slider
    {
        color: #000 !important;
    }

.reContentCell body
{
    background-color: Transparent;
}

.orderinvoiceaspx, #OrderDetails table, #OrderDetails td, #OrderDetails strong
{
    color: #000 !important;
    /* border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;*/
}

.content div a
{
    /*color: #ddd !important;*/
}

#invoiceBody table
{
    border-color: #ddd;
}

.divFeedback
{
    font-family: Times New Roman !important;
    color: #000 !important;
    font-size: 16px !important;
}

.lblDirections span
{
    color: #1c720f;
}
/****When Slider Images Heigth Small & Big*****/
.nivo-main-image
{
    /*height: 655px;*/
    height: auto !important;
}

.nivo-controlNav
{
    bottom: 0px;
    left: 10px;
    width: 97px;
}
/*.divHeaderText
{
    float:left;
    text-align:center;
    font-size:19px;
    font-weight:bold;
    font-family: 'ALBRW', Trebuchet MS;  
    width:100%;
    padding-bottom:10px;
}*/


#PaypalContainer
{
    background: #fff;
    color: #000;
}

    #PaypalContainer table
    {
    }

    #PaypalContainer center div table tbody tr td
    {
    }


#divmiddleSeparator
{
    background: url(../images/Middal_SeparatorLine.jpg) no-repeat;
    width: 945px;
    height: 17px;
    margin: 0 auto;
}

#divHomePageFacebook
{
    background: url(../images/FacebookTopBg.png) no-repeat;
    width: 240px;
    height: 61px;
    float: left;
}

#divHomePageTwitter
{
    background: url(../images/TwitterTopBg.png) no-repeat;
    width: 240px;
    height: 61px;
    float: right;
}

#divRightFacebookTwitter
{
    float: left;
    width: 490px;
    padding-top: 20px;
}

#Facebook
{
    float: left;
    width: 240px;
}

#Twitter
{
    float: left;
    width: 240px;
    padding-left: 7px;
}

#tabs-1
{
    color: #a4a4a4;
    padding-top: 61px;
}

#twitter
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
}

#facebook
{
    border: 1px solid #55D3FB;
}

#twitter
{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

    #twitter li
    {
        background: url(../Images/twitter_icon.png) top left no-repeat;
        padding-left: 40px;
        margin-bottom: 10px;
        font-size: 8pt;
        font-style: italic;
        line-height: 1.5em;
    }

    #twitter a
    {
        color: #777;
    }

    #twitter span a
    {
        color: #67A089;
    }


#divFooterRight #adivRestLogo, #divFooterRight #adivRestLogoOnWheels
{
    margin-left: 30px;
}

#divFooterRight #divRestLogo
{
    width: 148px;
    height: 90px;
    background: url(../Images/FooterLogo.jpg);
}

#divFooterRight #divRestLogoOnWheels
{
    width: 148px;
    height: 90px;
    background: url(../Images/FooterLogoOnWheels.jpg);
}
/******************** printablemenudinein Start **********************/
.printablemenudinein
{
    background: #fff;
}

    .printablemenudinein #divHeader
    {
        background: url("../images/printablelogo.jpg") no-repeat scroll 0 0 transparent;
        height: 100px;
        width: 948px;
    }

    .printablemenudinein #divMasterPageHeader
    {
        display: none;
    }

    .printablemenudinein #divMenuNavigation
    {
        display: none;
    }

    .printablemenudinein #PrintableLogo
    {
        display: block !important;
        border: 2px solid #000;
        width: 946px;
        text-align: left;
    }

#PrintableLogo img
{
    position: relative;
    left: 0% !important;
    width: 800px;
    height: 100px;
    margin: 0 auto;
}

.printablemenudinein #tdtablesearch
{
    display: none;
}

.printablemenudinein #PageFooter
{
    display: none;
}

.printablemenudinein .bodyFormContainer
{
    font-family: Verdana;
    font-size: 12px;
    margin: 0;
    text-align: center;
    background: #fff;
    width: 950px;
    margin: 0 auto;
}

.printablemenudinein #divHeaderInnerWrapper
{
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
    width: inherit !important;
}

.printablemenudinein #categories a
{
    font-size: 11px;
    font-weight: bold;
    height: 21px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #000;
    padding: 2px 8px;
}

.printablemenudinein #categories .category:hover, .printablemenudinein #categories .selected
{
    /*height: 15px;*/
    height: 21px;
    background: #000;
    color: #fff;
}


    .printablemenudinein #categories .category:hover a, .printablemenudinein #categories .category a:hover
    {
        /*color: #F37811;*/
        color: #fff;
        height: 21px;
        cursor: pointer;
    }

.printablemenudinein #categories .category a:hover, #categories .selected a
{
    /*border-bottom: none !important;*/
     /*border-color: white;*/
    /*border-style: solid;
    border-width: 1px;*/
}

.printablemenudinein #categories .selected a
{
    color: #fff !important;
    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;
    display: block;
    padding-left: 50px;
    font-family: arial;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 0px;
    text-decoration: none;
}

.printablemenudinein #restaurantmenu .rest_menu_full .itemcolumn
{
    width: 275px;
    float: left;
}

.printablemenudinein .menu_item, .printablemenudinein .menu_item:hover
{
    background: none;
    margin-left: 0px !important;
}

.printablemenudinein .DataLinkContainer
{
    display: none;
}

.printablemenudinein .menu_item p
{
    clear: both;
    color: #000;
    font-size: 13px;
    margin: 0;
    font-family: Arial;
}

.printablemenudinein .item_desc
{
    color: #000;
    padding-bottom: 21px;
    padding-top: 3px;
    text-align: justify;
}

.printablemenudinein #menuCategoryContainer .menu_category
{
    background: none repeat scroll 0 0 transparent !important;
    color: #000;
    margin-left: 0px;
    padding-left: 0px;
}


.orderinvoiceaspx #divContainer
{
    color: #000;
}

.paypalreturnaspx #divContainer
{
    background: #fff;
    color: #000;
}

.giftinvoiceaspx #divContainer
{
    background: #fff;
    color: #000;
}


.PaymentOptionPanel
{
    padding-left: 150px;
}

.printablemenudinein .menu_item span table tr td
{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    text-transform: none;
}

.printablemenudinein #restdetails
{
    background: none repeat scroll 0 0 #fff;
    width: 930PX;
}

.printablemenudinein #categories .category:hover a, .printablemenudinein #categories .category a:hover
{
    /*color: #F37811;*/
    color: #fff !important;
    height: 21px;
    cursor: pointer;
}

.printablemenudinein #divWholePage
{
    background: #fff;
    text-align: left;
}

.printablemenudinein #divContainer
{
    margin: auto;
    width: 946px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    background: #fff;
}

.datamenuaspx #PrintableLogo
{
}

#PrintableLogo
{
    display: none;
}

.printablemenudinein #subcategories
{
    display: none;
}

.printablemenudinein .menu_category h3
{
    float: left;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 0px !important;
    width: 100%;
}

.printablemenudinein #menuCategoryContainer
{
    margin-bottom: 15px;
}

.printablemenudinein #divSearchContainer
{
    display: none;
}

.printablemenudinein #divFooter
{
    display: none;
}

.printablemenudinein #divHeaderRight
{
    display: none;
}

.printablemenudinein #divHeader
{
    border: none;
}
/******************** printablemenudinein End **********************/
.category a:hover
{
    color: #fff !important;
}

.bodyFormContainer
{
    height: 100%;
    /*min-width: 950px;*/
    width: 100%;
    overflow: hidden;
    /*background: url(../images/footarbodybg.jpg) no-repeat center bottom;
background-attachment: fixed;*/
}

.ad-image
{
    padding-top: 5px;
}

#divSocialMediaToolbarContainer
{
    width: 325px;
    float: right;
    padding-top: 6px;
}

.tdComments
{
    display: none;
}

.tdsharemiscV2
{
    display: none;
}

#divMiddleRightContainer
{
    float: left;
    width: 700px;
    margin-bottom: 30px;
}

    #divMiddleRightContainer a
    {
        text-decoration: none;
    }

.redirectLink
{
    height: 35px;
    width: 120px;
    background-image: url("../Images/Button.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 7px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.divOuter
{
    float: left;
    height: 220px;
    margin-top: 15px;
    position: relative;
    width: 315px;
}

.divVerticalSeperator
{
    background: url('../Images/ServicesSeprator.jpg');
    width: 1px;
    height: 256px;
    float: left;
    margin: 0 17px;
}

.divTitle
{
    color: #b76529;
    font-family: "BebasNeueRegular",Arial,sans-serif;
    font-size: 24px;
    padding-left: 5px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

#divVIPLogo
{
    width: 58px;
    height: 88px;
    background-image: url("../Images/VIP.png");
    background-repeat: no-repeat;
    margin: 0 auto;
}

#divCateringLogo
{
    background-image: url("../Images/Catering.png");
    background-repeat: no-repeat;
    height: 88px;
    margin: 0 auto;
    width: 92px;
}

.vipregistrationformaspx .divContent
{
    color: #080808;
    position: relative;
    text-align: left;
    font-size: 14px;
    width: 400px;
    float: left;
    margin-left: 20px;
    height: auto;
    display: block;
}

.defaultaspx .divContent
{
    color: #b76529;
    position: relative;
    text-align: center;
    font-family: Segoe UI;
    font-size: 16px;
    padding: 0px 0px 10px 0px;
    width: 216px;
    height: 65px;
    margin: 0 auto;
}

#divHomePageAboutUsText
{
    text-align: left;
    float: left;
    width: 430px;
    padding-top: 24px;
    padding-left: 20px;
    font-family: Arial;
    color: #474747;
}

#divHomePageAboutUsImage
{
    background: url(../Images/HomeAboutUs.png);
    width: 161px;
    height: 47px;
    float: left;
    margin-left: 20px;
    margin-top: 29px;
}
/*.defaultaspx #toTop
{
    display:none !important;
}*/
.CareerHeaderMessage
{
    background-color: #469665;
    border: 1px solid #469665;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding: 20px;
    text-align: center;
    width: 100% !important;
}

.tdfacebookLikeV2
{
    display: none;
}

#divMyFacebook
{
    float: left;
    width: 44px;
    padding-top: 4px;
}

#socialtwittergplus
{
    float: left;
    width: 225px;
}

.rrClipRegion
{
    height: 100px;
}



/*****************************************************************/
#homepageContentContainer
{
    width: 100%;
    margin: 0 auto;
    float: left;
    background: url(../Images/Food_Image_Right.jpg);
    background: url(../Images/Food_Image_Right.jpg) no-repeat right;
}






/* Start JIT Promo Using Nivo Slider */
#JITPromoGalleryWrapper #slider
{
    /*background: url("../Images/loading.gif") no-repeat scroll 50% 50% transparent !important;*/
    height: 300px !important;
    position: relative !important;
    width: 240px !important;
    margin: 0 auto;
}

#JITPromoGalleryWrapper .slider-wrapper
{
    /*padding-top: 5px;*/
    width: 240px;
    height: 200px;
    padding-bottom: 33px; /*background: #fff;*/
}

#JITPromoGalleryWrapper #slider a.nivo-imageLink
{
    z-index: 1;
    width: 240px !important;
    height: 200px !important;
}

#JITPromoGalleryWrapper #slider img
{
    width: 240px !important;
    height: 200px !important;
    width: 100%;
    height: auto;
    text-align: center;
}

#JITPromoGalleryWrapper
{
    /*    background: url(../images/HomePageGalleryBG.png) no-repeat center top;
    position:relative;*/
}

    #JITPromoGalleryWrapper .nivo-controlNav
    {
        background-color: Transparent !important;
        margin: 0 auto;
        overflow: hidden; /*padding: 23px 0 0;*/
        margin-top: 8px;
        position: relative;
        text-align: center; /*width: 210px !important;*/
    }
        /* Control nav styles (e.g. 1,2,3...) */

        #JITPromoGalleryWrapper .nivo-controlNav a
        {
            cursor: pointer;
        }

            #JITPromoGalleryWrapper .nivo-controlNav a.active
            {
                font-weight: bold;
            }

    #JITPromoGalleryWrapper .nivo-prevNav
    {
        left: 0px;
    }

    #JITPromoGalleryWrapper .nivo-nextNav
    {
        right: 0px;
    }

    #JITPromoGalleryWrapper .nivoSlider
    {
        position: relative;
        width: 240px;
        height: 200px;
        overflow: hidden;
    }

        #JITPromoGalleryWrapper .nivoSlider img
        {
            position: absolute;
            top: 0px;
            left: 0px;
            max-width: none;
            width: 240px;
            height: 200px;
        }

    #JITPromoGalleryWrapper .nivo-main-image
    {
        display: block !important;
        position: relative !important;
        width: 240px !important;
    }

    /* If an image is wrapped in a link */
    #JITPromoGalleryWrapper .nivoSlider a.nivo-imageLink
    {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 240px;
        height: 200px;
        border: 0;
        padding: 0;
        margin: 0;
        z-index: 6;
        display: none;
        cursor: pointer;
    }
    /* The slices and boxes in the Slider */
    #JITPromoGalleryWrapper .nivo-slice
    {
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
    }

    #JITPromoGalleryWrapper .nivo-box
    {
        display: block;
        position: absolute;
        z-index: 5;
        overflow: hidden;
    }

        #JITPromoGalleryWrapper .nivo-box img
        {
            display: block;
        }

    /* Caption styles */
    #JITPromoGalleryWrapper .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+ */
    }

        #JITPromoGalleryWrapper .nivo-caption p
        {
            padding: 5px;
            margin: 0;
        }

        #JITPromoGalleryWrapper .nivo-caption a
        {
            display: inline !important;
        }

    #JITPromoGalleryWrapper .nivo-html-caption
    {
        display: none;
    }
    /* Direction nav styles (e.g. Next & Prev) */
    #JITPromoGalleryWrapper .nivo-directionNav a
    {
        position: absolute;
        top: 45%;
        z-index: 9;
        cursor: pointer;
    }
    /*
Skin Name: Nivo Slider Default Theme
*/

    #JITPromoGalleryWrapper .theme-default .nivoSlider img
    {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        width: 240px;
        height: 200px;
    }

    #JITPromoGalleryWrapper .theme-default .nivoSlider a
    {
        border: 0;
        display: block;
    }

    #JITPromoGalleryWrapper .theme-default .nivo-controlNav
    {
        /*padding: 10px 0 5px 25px;*/
        padding: 0px;
        text-align: center;
        margin: 0 auto;
        padding-top: 5px;
        width: 90px;
        margin-top: -26px;
        azimuth;
    }

    #JITPromoGalleryWrapper .nivo-controlNav a
    {
        display: inline-block;
        width: 13px;
        height: 13px;
        background: url('../Images/PromoBullete.png') no-repeat;
        background-position: -14px 0px;
        text-indent: -9999px;
        border: 0;
        margin: 0px 2px;
    }

        #JITPromoGalleryWrapper .nivo-controlNav a.active
        {
            background: url('../Images/PromoBullete.png') no-repeat;
            width: 13px;
            height: 13px;
        }

    #JITPromoGalleryWrapper .theme-default .nivo-directionNav a
    {
        display: block;
        width: 44px;
        height: 44px;
        background: url(../Images/Next_Previous.png) no-repeat;
        background-position: 0px 0px;
        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;
    }

    #JITPromoGalleryWrapper .theme-default:hover .nivo-directionNav a
    {
        opacity: 1;
    }

    #JITPromoGalleryWrapper .theme-default a.nivo-nextNav
    {
        background-position: -44px 0;
    }

    #JITPromoGalleryWrapper .theme-default a.nivo-prevNav
    {
    }

    #JITPromoGalleryWrapper .theme-default .nivo-caption
    {
        font-family: Helvetica, Sans-Serif, sans-serif;
    }

        #JITPromoGalleryWrapper .theme-default .nivo-caption a
        {
            color: #fff;
            border-bottom: 1px dotted #fff;
        }

            #JITPromoGalleryWrapper .theme-default .nivo-caption a:hover
            {
                color: #fff;
            }

    #JITPromoGalleryWrapper .theme-default .nivo-controlNav.nivo-thumbs-enabled
    {
        width: 100%;
    }

        #JITPromoGalleryWrapper .theme-default .nivo-controlNav.nivo-thumbs-enabled a
        {
            width: auto;
            height: auto;
            background: none;
            margin-bottom: 5px;
        }

        #JITPromoGalleryWrapper .theme-default .nivo-controlNav.nivo-thumbs-enabled img
        {
            display: block;
            width: 120px;
            height: auto;
        }

    #JITPromoGalleryWrapper .nivo-directionNav
    {
        display: none;
    }

    #JITPromoGalleryWrapper .nivo-controlNav
    {
        float: right;
        width: auto;
        display: table;
        margin-right: 15px;
    }


/* End JIT Promo Using Nivo Slider */
.tblVideoGalleryThumbSelected
{
    margin-left: 10px;
    background: #F1C6A4;
    padding: 10px;
    border-radius: 3px;
}

.tblVideoGalleryThumb
{
    margin-left: 10px;
    padding: 10px;
    border-radius: 3px;
}

.divVideoLable a
{
    color: #000;
}


#divHeaderEventLink #aHeaderEventLink
{
    height: 108px;
    width: 94px;
    float: left;
    background: url('../Images/Disco2015.gif');
    margin: 13px 0 0 7px;
}




#divContainer .resendactivationaspx
{
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #575757;
    margin-bottom: 50px;
    margin-left: 150px;
    margin-top: 43px;
    padding: 10px;
    text-align: center;
    width: 500px;
}

    #divContainer .resendactivationaspx p, #divContainer .resendactivationaspx table h3
    {
        text-align: left;
    }

.leftArrow, .rightArrow
{
    margin-top: -20px !important;
}

#divEventInquiryHeaderMessage
{
    color: #fff;
    background: #469665;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px;
}

/********* Starts Textbox, TextArea styelsheet **********/
/*.contactusaspx input[type="text"], .cateringaspx input[type="text"], .SurveyTextBox,
.createuseraspx .LoginTextBox,
.tablebookingaspx input[type="text"],
.eventinquiryaspx input[type="text"]
{
    width:250px !important;    
}*/
.txtCareerWorkExperience, .franchisingaspx input[type="text"], .franchisingaspx textarea
{
    width: 250px !important;
}

/*.surveyfeedbackaspx #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ctl00_UpdatePanel1 table
{
    background:#ccc;
}
.surveyfeedbackaspx #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ctl00_UpdatePanel1 table + table,
.surveyfeedbackaspx #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ctl00_UpdatePanel1 table + table + table,
.surveyfeedbackaspx .RadioTable,
.surveyfeedbackaspx #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ctl00_rblName,
.surveyfeedbackaspx #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ctl00_rblemailid,
.surveyfeedbackaspx #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ctl00_rblMayWeContacYouRegardingThisFeedback,
.surveyfeedbackaspx #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ctl00_rblWouldYouLikeToKnowAboutOurOffers
{
    background:none !important;

}*/
.surveyfeedbackaspx #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ctl00_UpdatePanel1 table + table,
.surveyfeedbackaspx #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ctl00_UpdatePanel1 table + table + table
{
    width: 690px !important;
}

.ordercheckoutaspx .tblConfirm.tblUserInfo input[type="text"],
.ordercheckoutaspx .tblConfirm.tblAddressInfo input[type="text"]
{
    width: 250px !important;
}

.ordercheckoutaspx .tblConfirm
{
    width: 620px !important;
}

.txtContactUsComments
{
    width: 250px;
}

#tdErrorMsgSummary ul
{
    text-align: left;
    padding-left: 110px;
}

textarea
{
    width: 250px !important;
    height: 80px;
    margin-right: 10px;
}

.tdRightCareer textarea
{
    margin-right: 0px;
}

.careersaspx
{
    color: #000;
}

.vipregistrationformaspx textarea
{
    width: 300px !important;
}

/********* Ends Textbox, TextArea styelsheet ************/
.tblVideoGallery
{
    margin-left: 100px;
}

.divVideoLable, .divVideoPostedOn
{
    display: none;
}

#divValentine
{
    background-image: url(../Images/Valentine_Header.gif);
    float: left;
    width: 307px;
    height: 87px;
}

/******************Start For Header Message*****************/
#divHomePageDisabledMessage
{
    padding: 4px;
    text-align: center;
    margin: 0 auto;
    /*position:absolute;   */
    color: #FFF;
    min-width: 950px;
    background: #469665;
    width: 100%;
    font-family: Segoe UI;
    /* font-weight: bold; */
    font-size: 15px;
}

    #divHomePageDisabledMessage a
    {
        color: Yellow;
    }


/******************End For Header Message*********************/


/********************************MASTER PAGE FOOTER****************************************/
#divFooter
{
    width: 100%;
    margin: 0 auto;
    background: #CF000A;
}

#PageFooter
{
}

#divPageFooterOuter
{
    margin: 0 auto;
    width: 1000px;
    padding: 15px 0px 15px 0px;
}

#divFooterLeft
{
    float: left;
    width: 230px;
    color: #fff;
    font-family: "OpenSans-Regular";
    font-size: 14px;
}

#divMasterPageCompanyName
{
}

#divFooterRight
{
    float: right;
    width: 400px;
    color: #fff;
    font-family: "OpenSans-Regular";
    font-size: 14px;
}

#divFooterLinkContainer
{
}

.CompanyLink
{
    text-decoration: none;
}

a.CompanyLink
{
    outline: none;
    border: 0;
    color: #fff;
}

    a.CompanyLink:hover
    {
        color: #dadada;
    }

.privacypolicy
{
    text-decoration: none;
    color: #fff;
    margin-left: 0px !important;
}

a.privacypolicy
{
    outline: none;
    border: 0;
}

    a.privacypolicy:hover
    {
        color: #c1c1c1;
    }

.divQuickLinks
{
}

.divFooterQuickLinks
{
    text-align: left;
    padding: 10px;
    padding-top: 5px;
}

    .divFooterQuickLinks a
    {
        color: #6A6A6A;
        text-decoration: none;
        line-height: 1.7;
    }

#divCreditCard
{
    color: #707070;
    float: left;
    padding-top: 5px;
    text-align: left;
    width: 240px;
}



#divLinkSeperator
{
    width: auto;
    float: left;
    text-align: left;
    color: #707070;
}
/***********************************END MASTER PAGE FOOTER***********************************/


.newsLetterSubmit
{
    width: 52px;
    height: 35px;
    border: none;
    cursor: pointer;
    background: transparent;
}

.tblNLSubscription .tdNLInputEmail .txtplaceHolder
{
    width: 355px !important;
    border: none !important;
}

    .tblNLSubscription .tdNLInputEmail .txtplaceHolder:focus
    {
        border-color: lightgray !important;
    }

.tdNLMessage
{
    float: left;
}

    .tdNLMessage > span
    {
        display: block;
        color: white;
        display: block;
        color: white !important;
        font-size: 13px;
        font-family: Segoe UI;
        height: 4px;
    }

#divFooterAddress #divHeaderContactDetail, #divFooterAddress .divContactUsBusinessHoursContainer
{
    display: none;
}

#divFooterAddress #divEmailImage
{
    background: url("../Images/Email.png") no-repeat center left scroll transparent !important;
    float: left;
    text-align: left;
}

#divEmailImage
{
    /* background: url("../Images/Email.png") no-repeat scroll left top transparent;*/
    background: url("../Images/Email.png") no-repeat center left scroll transparent;
    float: left;
    padding-left: 24px;
    text-align: left;
}



/*  START NEWS LETTER */

.Newsletterbody form
{
    margin: auto;
    width: auto !important;
}

.divNewsLetterSubscription
{
    border: none;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

    .divNewsLetterSubscription .tblNewsLetterSubscription
    {
        height: auto;
        width: auto;
        background: #1C1C1C;
        padding: 2px 5px 0px 5px;
        box-shadow: 0px -1px 0px 0px #494949 inset;
        border-radius: 3px;
    }

#divNewLetterHeaderContent
{
    font-family: Segoe UI;
    font-size: 14px;
    color: #666;
}

.divNewsLetterSubscription .tblNewsLetterSubscription input[type='text']
{
    background: transparent;
    border: none !important;
    color: #707070 !important;
    font-family: Segoe UI;
    font-size: 14px;
    font-style: italic;
}

#divNewLetterHeaderTitle
{
    color: #B76529;
    font-family: "BebasNeueRegular",Arial,sans-serif;
    font-size: 24px;
    width: 265px;
    background: url("../Images/EmailSubscription.jpg");
    background-repeat: no-repeat;
    background-position: 0px -3px;
    padding-left: 45px;
    margin: 0 auto;
}

.tdNLInputEmail
{
    width: 382px;
    float: left;
    padding-top: 4px;
}

.tdNLSubmit
{
    float: left;
}

.tblNLSubscription
{
    float: left;
    padding: 5px 0;
    width: 448px;
    background: url(../Images/Subscribe_Bg.png) no-repeat;
    height: 35px;
    background-size: 100% 100%;
}
/*  END NEWS LETTER */
/***********MASTER PAGE HEADER***************/




.divmainHomeMenu
{
}


#tagLine
{
    float: left;
    height: 25px;
    width: 282px;
    padding-top: 25px;
    color: #C79E4C;
    text-transform: uppercase;
    font-family: Times New Roman;
    text-align: center;
    font-size: 21px;
}




#divHeaderRight
{
}
/***************END MASTER PAGE HEADER******************/
#divHomeBoxSlider
{
    width: 997px;
    margin: 0 auto;
    padding-left: 23px;
}








/* Added By Happy */


#divBottomTodaySpecialDetails
{
    color: #444;
    font-family: Segoe UI;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 18px;
    text-align: center;
    width: 300px;
}
/*
#divBottomTodaySpecialDetails {
    background-image: url("../Images/DailySpecial.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #b76529;
    float: left;
    font-family: Segoe UI;
    font-size: 15px;
    height: 75px;
    line-height: 1.5;
    margin-left: 15px;
    padding-bottom: 70px;
    padding-left: 110px;
    padding-top: 10px;
    text-align: left;
}
*/
.lunchTitle
{
    color: #b76529;
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 15px;
    padding-left: 10px;
    text-align: left;
}

.defaultaspx .lunchTitle, .defaultaspx .lunchDetails
{
    width: 290px;
    text-align: center;
    padding-left: 0;
}

.lunchDetails
{
    color: #444;
    font-family: "Segoe UI";
    font-size: 15px;
    line-height: 1.5;
    padding-left: 10px;
    text-align: left;
}

#divFooterContactDetail
{
    width: 385px;
}

element.style
{
    visibility: hidden;
}

#ADMIN .subnav, #Menu.subnav
{
    display: none !important;
}

.nav ul#navigation
{
    list-style: outside none none;
}

.wrapper
{
    text-align: left;
}

.wrapper1
{
    font-size: 15px;
    text-align: left;
}

body
{
    text-align: center;
}

.TestimonialText
{
    color: #444;
    font-size: 14px;
    line-height: 1.8;
    min-height: 40px;
    padding: 0 50px;
    text-align: justify;
    width: 784px;
}

element.style
{
    border-collapse: collapse;
}

#tab-container .panel-container
{
    color: #c1b0a0;
}

body
{
    /*color: #4f4f4f;*/
    text-align: center;
}

#divCareerHeaderContain > div:first-child
{
    background-color: #dad8d8;
    color: #080808;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 25px;
    text-align: center;
}




/* Gallery Page */
.ItemStyleCss
{
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: top;
    width: 160px;
    background: none repeat scroll 0 0 #fff;
    padding: 10px;
}

.GalleryStyle
{
    padding-left: 40px;
    text-align: center;
    padding-left: 45px;
    color: #2F0302;
    font-weight: bold;
}

    .GalleryStyle > table
    {
        width: 100%;
        margin-top: -12px;
    }

    .GalleryStyle td
    {
        margin-left: 550px;
        font-family: Sans-Serif,Arial,Helvetica;
        font-weight: bold;
        font-size: 16px;
        color: #590505;
        text-align: left;
    }

.ItemStyleCss img
{
    background-color: #C7C7C7;
    padding: 3px;
}

.picturegalleryaspx .GalleryStyle table tr:last-child td
{
    display: none;
}

.GalleryStyle td:first-child
{
    color: #080808;
    font-family: Sans-Serif,Arial,Helvetica;
    font-weight: bold;
    font-size: 16px;
    margin-left: 550px;
    text-align: left;
}

.GalleryStyle a
{
    color: #fff;
}

#tdPictureGalleryContainer
{
    text-align: left;
}

#tblGallery
{
    float: left;
}

#tdGallery
{
    /*padding-top: 45px;*/
}


/*#divGalleryNavigation {
    background: none repeat scroll 0 0 #e0d1ba;
    margin-top: 35px;
    padding-top: 20px;
}
.divSelectedGallery
{
    background: url(../Images/PhotoArrow.jpg) no-repeat right top;
    background-color: #d3c4ad;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 150px;
    text-align: left;
    height: 89px;
    margin-bottom: 20px;
    margin-top: 20px;
}*/
#divGalleryNavigation
{
    padding: 10px;
    background-color: #C7C7C7;
}



.lkbtnGallery
{
    color: Black;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

.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
{
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 150px;
    text-align: left;
    height: 89px;
    margin-top: 10px;
    margin-bottom: 10px;
}*/
.divUnSelectedClassGallery
{
    /* padding-right: 5px;     padding-left: 5px;     padding-top: 10px;     padding-bottom: 5px;*/ /*height: 100px;*/
    width: 150px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 5px;
}

#tdPhotoGalleryContent
{
    width: 600px;
}

.GalleryStyle table hr
{
    color: #a78747;
    margin: 0;
}

#MediaGalleryMenu
{
    display: none;
}

.picturegalleryaspx .GalleryStyle table tr:last-child
{
    display: none;
}

.service-title
{
    /*background-position: left top;
    background-repeat: no-repeat;
    color: #b4181c;
    font-family: BebasNeueRegular;
    font-size: 35px;
    height: 44px;
    padding-left: 70px;
    padding-top: 5px;
    text-align: left;*/
}
/* End of Gallery Page */

/* Ended By Happy */



/*Started by Pankaj */
#divMenuNavigationContainer
{
    float: left;
}
/*#divHeaderRestNavlinks {
  float: right;
  padding-right:5px;
 /* margin-top:52px;*/
/*position:absolute;
 bottom:1px;
 right:5px;
  /*width:30%;*/

/*width: 269px;*/

/*}*/
#divPartyRoomLink, #divKickBarLink
{
    /*background-image: linear-gradient(#d60202, #730101);*/
    color: #fff;
    float: right;
    font-family: Segoe UI;
    margin-right: 5px;
    /* padding-bottom: 10px;
  padding-top: 11px;*/
    text-align: center;
    text-decoration: none;
    width: 120px;
    height: 58px;
    /*background-image:url("../Images/RestNKixx_Btn.png")*/
    background-image: url("../Images/NavButtons.png");
    font-size: 15px !important;
}

    #divPartyRoomLink:hover, #divKickBarLink:hover
    {
        background-image: url("../Images/NavButtons.png");
        background-position: 0px -55px;
    }

#divPartyRoomLink
{
    /*background:#E86902;*/
    /*border-radius: 3px 3px 0px 0px;
-webkit-border-radius:3px 3px 0px 0px;
-moz-border-radius:3px 3px 0px 0px;*/
    height: 53px;
    line-height: 19px;
}

#divKickBarLink
{
    /*border-radius: 3px 3px 0px 0px;
-webkit-border-radius:3px 3px 0px 0px;
-moz-border-radius:3px 3px 0px 0px;*/
    /*border-radius: 3px 3px 0px 0px;
-webkit-border-radius:3px 3px 0px 0px;
-moz-border-radius:3px 3px 0px 0px;*/
    height: 53px;
    /*line-height:39px;*/
    font-size: 14px;
    background-position: -140px 0;
}
/*

#divKickBarLink 
{
     background:url('../Images/KixxBar_HeaderBtn.jpg');
    background-repeat: no-repeat;
    height: 45px; 
    width:144px;
}*/
#divHeaderLogo
{
    background: url('../Images/NewHeaderLogo.png');
    background-repeat: no-repeat;
    height: 90px; /*width: 308px;*/
    width: 124px;
}

#divRestTagLine
{
    /*background:url('../Images/RestaurantTagLine.png');
    background-repeat: no-repeat;
    height: 14px; 
    width:374px;
    margin-top:10px;*/
}

#divTopHeader
{
    /*width:818px;
    margin:0 auto;
    padding-left:140px;*/
}

#divMasterPageHeader
{
    /*height: 137px;*/
    width: 100%;
    /*height:123.5px;*/
    margin: 0 auto;
}

#divMenuNavigation a .menu-mid .spanTopTitle, #divMenuNavigation a .menu-mid .spanBottomTitle
{
    /*width:100%;*/ float: left;
}




.wrapper
{
    padding-left: 0px;
}

.wrapper1
{
    width: 100%;
}

#divMenuNavigation
{
    /* background-color: #000; */
    /* height: 97px; */
    float: right;
    text-align: left;
    /* min-width: 400px; */
    /* padding-left: 17px; */
    margin-top: 9px;
    /* margin-right: -15px; */
}



.nav ul#navigation
{
    /*height:37px;*/
    padding-left: 3px;
}

a .menu-mid
{
    /* height:55px;*/
    height: 37px;
    margin-bottom: 0px;
}

a .menu-right
{
    padding-left: 0px;
    width: 0px;
    height: 20px;
}

.nav li a:hover .menu-right, .nav li.active a .menu-right, .nav li:hover a .menu-right
{
    padding-left: 0px;
    width: 0px;
}

.menu_item_middle
{
    width: 180px;
    /*margin-top:10px;*/
    /*border: 1px solid #219b50;*/
    background: #3F3F41;
}

    .menu_item_middle a:hover
    {
        background-color: #010007;
        color: #fff;
    }

    .menu_item_middle a
    {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

.menu_item_separator
{
    width: 180px;
}

.nav li a:hover .menu-mid, .nav li.active a .menu-mid, .nav li:hover a .menu-mid
{
    border-bottom: 0px;
}

#navigation .defaultaspx .menu-mid
{
    padding: 0px !important;
}

.spanBottomTitle, spanTopTitle
{
    text-align: left!important;
}
/********************Menu Navigation************************/


.spanTopTitle
{
    font-size: 13px;
    font-weight: normal;
    font-family: 'CAMBRIAB';
}

.spanBottomTitle
{
    font-size: 16px;
    font-weight: normal !important;
    font-family: 'CAMBRIAB';
}

#navigation li a
{
    float: none !important;
    font: 100 15px/17px 'CAMBRIAB' !important;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold !important;
}
/********************End Menu Navigation************************/
.menu-right
{
    /* width:9px !important;
    height:5px  !important;*/
}

#navigation li:first-child .menu-left
{
    background-image: url(../Images/Home.png);
    background-repeat: no-repeat;
    height: 35px;
    width: 45px;
    background-position: 0px 5px;
}

.menu-mid
{
    /*  background-image : url(../Images/menuBottomArrow.jpg);*/
    background-repeat: no-repeat;
    background-size: 9px 5px;
    background-position: right bottom;
}

#navigation .defaultaspx .menu-mid
{
    background-image: none;
}

#navigation .menuaspx .menu-mid
{
    background-position: 78px 26px;
}

#navigation .picturegalleryaspx .menu-mid
{
    background-position: 58px 26px;
}

#navigation .catering .menu-mid
{
    background-position: 45px 26px;
}

#navigation .services .menu-mid
{
    background-position: 60px 26px;
}

#navigation .contactus .menu-mid
{
    background-position: 50px 26px;
}

#navigation .more .menu-mid
{
    background-position: 65px 26px;
}
/*region for header responsiveness*/
/* ----------- iPad mini ----------- */


/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)
/*and (-webkit-min-device-pixel-ratio: 1) */
{
    #divHeaderMenuRight
    {
        /*width:82% !important;*/
        margin-top: 10px;
    }

    #navigation li .menu-mid
    {
        width: auto !important;
    }

    .spanBottomTitle
    {
        font-size: 13px;
    }

    .spanTopTitle
    {
        font-size: 11px;
    }

    .nav li
    {
        /*padding-bottom:10px;*/
    }

    #navigation .menuaspx .menu-mid
    {
        background-position: 65px 26px;
    }

    #divHeaderRestNavlinks
    {
        margin-top: 10px;
        float: left;
    }

    #divPartyRoomLink, #divKickBarLink
    {
        width: 90px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)
/* and (-webkit-min-device-pixel-ratio: 1) */
{
    #divHeaderMenuRight
    {
        /*width:87% !important;*/
        margin-top: 10px;
    }

    #navigation li .menu-mid
    {
        /*width:80px !important;*/
    }

    .spanBottomTitle
    {
        font-size: 13px;
    }

    .spanTopTitle
    {
        font-size: 11px;
    }

    .nav li
    {
        /*padding-bottom:10px;*/
    }

    #navigation .menuaspx .menu-mid
    {
        background-position: 66px 26px;
    }

    #navigation .picturegalleryaspx .menu-mid
    {
        background-position: 48px 26px;
    }

    #navigation .cateringaspx .menu-mid
    {
        background-position: 38px 26px;
    }

    #navigation .services .menu-mid
    {
        background-position: 55px 26px;
    }

    #navigation .more .menu-mid
    {
        background-position: 55px 26px;
    }

    #navigation .contactus .menu-mid
    {
        background-position: 44px 26px;
    }

    #navigation .administrationaspx .menu-mid
    {
        background-position: 45px 26px;
    }

    #divHeaderRestNavlinks
    {
        margin-top: 68px;
        float: right;
    }

    #divPartyRoomLink, #divKickBarLink
    {
        width: 90px;
    }
}

/* ----------- iPad 1 and 2 ----------- */

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1)
{
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1)
{
}

/* ----------- iPad 3 and 4 ----------- */

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2)
{
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2)
{
}
/*End Region*/
/*(END) by pankaj*/

.imgSpeciality
{
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 227px;
    height: 220px;
    margin-left: 11px;
}

    .imgSpeciality:hover
    {
        /*-webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    -ms-transform: scale(1.0, 1.0);
    -o-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
    background-image:url("../Images/BXSlider/Table_hover.png")*/
    }



#JitControls
{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    width: 43px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.jitText
{
    font-size: 14px;
    font-family: Segoe UI;
    color: #fff;
}

#showJIT
{
    height: 50px;
    width: 43px;
    /*background-image:url("../Images/ribbonDownArrow.png");*/
    background-repeat: no-repeat;
    background-position: center -15px;
    display: block;
}

#hideJIT
{
    height: 22px;
    width: 22px;
    background-image: url("../Images/cancelstrip.png");
    background-repeat: no-repeat;
    background-position: center -15px;
    display: block;
    margin-top: 5px;
    cursor: pointer;
}

#JITNavigationOuter
{
    position: relative;
    width: 100%;
    background-color: #000;
    display: none;
}

#JitControls
{
    z-index: 1;
}

#divJITWrapper
{
    border-top: 1px solid #222;
    background: rgba(0,0,0,0.5);
    padding: 8px 0;
    padding-bottom: 3px;
}

#divJITWrapper
{
}



/******** (START) Lunch Buffet ****************/
.printablespecialmenulunchbuffet, .printablespecialmenudinnerbuffet, .printablespecialmenuspecialsbuffet
{
    background: #fff;
}

    .printablespecialmenulunchbuffet #divHeader, .printablespecialmenudinnerbuffet #divHeader, .printablespecialmenuspecialsbuffet #divHeader
    {
        background: #fff;
    }

    .printablespecialmenulunchbuffet #divMasterPageHeader, .printablespecialmenudinnerbuffet #divMasterPageHeader, .printablespecialmenuspecialsbuffet #divMasterPageHeader
    {
        display: none;
    }

    .printablespecialmenulunchbuffet #divMenuNavigation, .printablespecialmenudinnerbuffet #divMenuNavigation, .printablespecialmenuspecialsbuffet #divMenuNavigation
    {
        display: none;
    }

    .printablespecialmenulunchbuffet #PrintableLogo, .printablespecialmenudinnerbuffet #PrintableLogo, .printablespecialmenuspecialsbuffet #PrintableLogo
    {
        background: none;
        display: block !important;
        font-family: Segoe UI;
        font-size: 54px;
        margin: 0 auto;
        padding-bottom: 10px;
        padding-top: 5px;
        text-align: center;
        width: 290px;
    }

    .printablespecialmenulunchbuffet #PageFooter, .printablespecialmenudinnerbuffet #PageFooter, .printablespecialmenuspecialsbuffet #PageFooter
    {
        display: none;
    }

    .printablespecialmenulunchbuffet #divContainer, .printablespecialmenudinnerbuffet #divContainer, .printablespecialmenuspecialsbuffet #divContainer
    {
        background: #fff;
        font-family: Segoe UI;
        font-size: 12px; /*  border: 5px solid #38100E;*/
        width: 940px;
    }

    .printablespecialmenulunchbuffet .bodyFormContainer, .printablespecialmenudinnerbuffet .bodyFormContainer, .printablespecialmenuspecialsbuffet .bodyFormContainer
    {
        background: #fff;
    }

.divhplbuttonPrintMenu
{
    float: right;
    padding: 12px;
}

.hplbuttonPrintLunchMenu
{
    font-weight: bold;
    text-decoration: none;
    background-color: #BA0202;
    color: #ffffff !important;
    padding: 5px 20px 5px 20px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-radius: 10px;
}

.divlblMenuDate
{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

.divBuffetConsumerControlPageContainer
{
    padding-bottom: 20px;
    margin: 0 auto;
    width: 950px;
}

.restaurantpromotionsaspx .restaurantpromotionsaspx, .giftcertificateaspx .giftcertificateaspx
{
    width: 950px;
    margin: 0 auto;
}

.pnlBuffetConsumerControl .RadTabStrip .rtsLink
{
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.pnlBuffetConsumerControl .RadTabStrip_Default .rtsLink
{
    color: black !important;
}

.pnlBuffetConsumerControl .RadTabStripTop_Default .rtsSelected, .pnlBuffetConsumerControl .RadTabStripTop_Default .rtsSelected:hover
{
    color: white !important;
}

.pnlBuffetConsumerControl .RadTabStripTop_Default .rtsLevel1 .rtsLI .rtsSelected
{
    background-color: #BA0202;
}

.pnlBuffetConsumerControl .RadTabStripTop_Default .rtsLevel1 .rtsLI:hover, .pnlBuffetConsumerControl .RadTabStripTop_Default .rtsLink:hover
{
    background-color: #BA0202;
    color: White !important;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.pnlBuffetConsumerControl .RadTabStripTop_Default .rtsLevel1 .rtsLink, .pnlBuffetConsumerControl .RadTabStripTop_Default .rtsLevel1 .rtsOut, .pnlBuffetConsumerControl .RadTabStripBottom_Default .rtsLevel1 .rtsLink, .pnlBuffetConsumerControl .RadTabStripBottom_Default .rtsLevel1 .rtsOut, .pnlBuffetConsumerControl .RadTabStripTop_Default_Baseline .rtsLevel1, .pnlBuffetConsumerControl .RadTabStripBottom_Default_Baseline .rtsLevel1
{
    background-image: none;
}

.divrtsBuffetView
{
    background-color: #DFDFDF;
    height: 40px;
    padding-top: 10px;
    padding-left: 20px;
}

.LunchFileContent, .DinnerFileContent
{
    padding: 5px; /*width: 600px;*/
    margin-left: auto;
    margin-right: auto;
}

.collapsePanelHeaderWebeditor
{
    height: 30px;
    color: White;
    font-weight: bold;
    cursor: pointer;
    padding: 0px;
    vertical-align: bottom;
    margin: 5px;
    font-size: 14px;
    background: #00b7ea; /* Old browsers */ /*background: rgb(167,207,223); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3Y2ZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzUzOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-8 */
}

.collapsePanelWebeditor
{
    margin: 0px;
    overflow: auto;
    padding: 5px;
}

.lblmenuDetails
{
    font-weight: bold;
    font-size: 14px;
}

.tdrightaddmenu
{
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
}

.tdleftaddmenu
{
    padding-top: 3px;
    padding-left: 5px;
    padding-bottom: 3px;
}

.divUpdateLunchBuffetMenu
{
    padding: 20px;
}

.divlunchmenubuttons
{
    padding: 5px;
    padding-bottom: 0px;
}

.tdSelectTemplateRequestLeft
{
    text-align: right;
    padding-top: 3px;
    line-height: 30px;
}

.tdSelectTemplateRequestRight
{
    text-align: left;
    padding-left: 5px;
    padding-top: 3px;
    line-height: 30px;
}

.txtSTAdditionalInformation
{
    width: 220px;
    height: 50px;
}

.divsaveasTemplateContainer
{
    margin: 0 auto;
    padding-left: 190px;
}

.divlblmessageLunch
{
    padding: 5px;
    color: Red;
}

.tdbtnSaveLunchTemplate
{
    padding-top: 5px;
    padding-left: 132px;
}

.tddivlblmessageLunch
{
    padding-left: 50px;
    padding-left: 132px;
}

.divBuffetMenuContainer .RadTabStrip .rtsLink
{
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.divBuffetMenuContainer .RadTabStrip_Default .rtsLink
{
    color: black !important;
}

.divBuffetMenuContainer .RadTabStripTop_Default .rtsSelected, .divBuffetMenuContainer .RadTabStripTop_Default .rtsSelected:hover
{
    color: white !important;
}

.divBuffetMenuContainer .RadTabStripTop_Default .rtsLevel1 .rtsLI .rtsSelected
{
    background-color: #9D0D0D;
}

.divBuffetMenuContainer .RadTabStripTop_Default .rtsLevel1 .rtsLink, .divBuffetMenuContainer .RadTabStripTop_Default .rtsLevel1 .rtsOut, .divBuffetMenuContainer .RadTabStripBottom_Default .rtsLevel1 .rtsLink, .divBuffetMenuContainer .RadTabStripBottom_Default .rtsLevel1 .rtsOut, .divBuffetMenuContainer .RadTabStripTop_Default_Baseline .rtsLevel1, .divBuffetMenuContainer .RadTabStripBottom_Default_Baseline .rtsLevel1
{
    background-image: none;
}

.divrtsBuffetMenuTabView
{
    background-color: #e6e6e6;
    height: 35px;
    padding-top: 10px;
    padding-left: 10px;
}

.FileContent
{
    text-align: left;
    margin: 0 auto;
    padding-left: 20px;
}

.divBackToMenuSelection
{
    padding: 10px;
    text-align: right;
}

.divBuffetMenuContainer
{
    padding: 10px;
}

.tblMenuInfo
{
    padding: 5px;
    padding-top: 8px;
}

.divMenuDetailsHeader
{
    -moz-border-radius: 5px;
    border-radius: 10px;
    -webkit-border-radius: 5px 5px;
    border: solid 1px #ccc;
    clear: both;
    padding: 5px;
    margin-bottom: 5px;
}

.divtabstripcontainer
{
    padding: 6px;
}

.pnlDisplayNameBuffetTypeLunch
{
    padding-top: 0px;
}

.pnlDisplayNameBuffetTypeDinner
{
    padding-top: 25px;
}

.pnlDisplayNameBuffetTypeSpecials
{
    padding-top: 50px;
}

.divEditFormMenu
{
    padding-top: 5px;
}

#tblEditFormMenuEffectiveDates
{
    padding-top: 5px;
}

.tdchkpublish
{
    padding-left: 112px;
}

.tdLastUpdatedDate
{
    padding-left: 120px;
}

.tdlblmenuDetails, .tdMenuDetailsHeader
{
    text-align: center;
}

.divtabstripcontainer .RadTabStrip_Default .rtsLink
{
    font-size: 14px;
    text-align: center;
}

.divPanelHeaderEditorContainer
{
    padding: 0px;
    margin: 5px;
}

    .divPanelHeaderEditorContainer .RadPanelBar_WebBlue a.rpLink
    {
        color: White;
        font-weight: bold;
        font-size: 16px;
    }

        .divPanelHeaderEditorContainer .RadPanelBar_WebBlue a.rpLink:hover
        {
            color: White;
        }

    .divPanelHeaderEditorContainer .RadPanelBar .rpRootGroup
    {
        border-width: 0px;
    }

.divPopup
{
    visibility: hidden;
}

.infospecials .pnlBuffetConsumerControl
{
    border: 1px solid #C1B0A0;
}

.divtabstripcontainer.ui-widget-header
{
    background: ##DDDDDD !important;
    border: 1px solid #C1B0A0 !important;
}

.divpnlBuffetConsumerControlBody
{
    background: none !important;
}

/******** (END) Lunch Buffet ****************/

.tag-line
{
    /*background-image:url("../Images/Tagline.jpg");
    border-radius: 0 0 10px 10px;
    color: #e86902;
    float: left;
    font-family: "Comic Sans MS";
    font-size: 18px;
    font-weight: 500;
    margin-left: 58px;
    padding: 5px;
    padding-top:13px;*/
    background-image: url("../Images/Tagline.jpg");
    background-repeat: no-repeat;
    border-radius: 0 0 10px 10px;
    color: #e86902;
    float: left;
    font-family: "Comic Sans MS";
    font-size: 18px;
    font-weight: 500;
    height: 44px;
    margin-left: 42px;
    margin-top: 10px;
    padding: 13px 5px 0;
    width: 241px;
    padding-top: 0px;
    display: none;
}

.tdTblContactDetailRight textarea
{
    margin-right: 0px;
}

.picturegalleryaspx .pp_pic_holder .ppt
{
    display: none !important;
}

.divUnSelectedClassGallery a
{
    color: #469665;
    font-weight: normal;
    white-space: nowrap;
    margin-top: 2px;
}

    .divUnSelectedClassGallery a:hover
    {
        color: #B8181C;
    }

.divSelectedGallery a
{
    color: #fff;
    font-weight: normal;
    white-space: nowrap;
    letter-spacing: 1px;
}

.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;
}

#MediaGalleryContainer
{
    text-align: left;
    padding-top: 5px;
    padding: 15px;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.divSelectedGallery
{
    background-color: #3f3f41;
    margin: 5px;
}

#divGalleryNavigation img
{
    padding: 10px;
}


.tdGalleryCategory
{
    text-align: center;
    margin: 0 auto;
    padding-left: 10px;
}

/*.divUnSelectedClassGallery:hover a {
    color: #ef3924;
    font-weight: bold;
    white-space: nowrap;
}*/
/**** Start Home Page Header on Gallery Overlay *****/



/**************************Master Page Header******************************/
.defaultaspx .divMenuLeftRightContainer
{
    /*background-color: transparent;
    background-image: url("../Images/transperantbg.png") !important;
    background-repeat: repeat-x;*/
}

.defaultaspx #divHeader
{
}

#divHeader
{
    margin: 0 auto;
    width: 100%;
    /*border-top: 2px solid #219b50;*/
    /*border-bottom: 2px solid #219b50;*/
}

.divMenuLeftRightContainer
{
    position: relative;
    min-width: 880px;
}


#divHeaderWrapper
{
    width: 100%;
    margin: 0 auto;
    background-color: #000;
}

.MainMasterPage #divContactUsContactDetail
{
    display: none;
}

#divHeaderInnerWrapper
{
    margin: 0 auto;
    width: 1000px;
    padding: 10px 0px 10px 0px;
}

#divHeaderTopBandLeft
{
    float: left;
    font-size: 14px;
    color: #fff;
    font-family: "OpenSans-Regular";
    margin-top: 13px;
}

#divHeaderTopBandMiddle
{
    float: right;
    width: 150px;
}

.socialMedia
{
    float: left;
    height: 45px;
    width: 45px;
    margin-right: 9px;
}

.socialImage
{
    background-image: url(../Images/Header_Social_Media.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 45px;
    width: 45px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#divFacebook
{
    background-position: 0px 0px;
}

    #divFacebook:hover
    {
        background-position: 0px -49px;
    }

#divTwitter
{
    background-position: -48px 0px;
}

    #divTwitter:hover
    {
        background-position: -48px -49px;
    }

#divHeaderTopBandRight
{
    float: right;
    margin-top: 13px;
}

#divLoginMenu a
{
    color: #fff;
}

#divLoginMenu
{
    color: #fff;
    font-size: 14px;
    font-family: "OpenSans-Regular";
    width: auto;
}

.bgTransperant
{
    margin: 0 auto;
    /*width: 1000px;*/
    width: 1090px;
    padding: 15px 0px 15px 0px;
}

#divHeaderMenuLeft
{
    float: left;
}
/**************************End Master Page Header******************************/

/**************************Home Page CSS******************************/
/*************************About us Top Middle Wrapper************************/
#divMiddleWrapper
{
    width: 100%;
    /* margin: 0 auto; */
    margin: 25px 0px 25px 0px;
}

#divMiddleWrapperTop
{
    width: 1000px;
    margin: 0 auto;
}

.WelcomeText
{
    text-transform: uppercase;
    text-align: center;
    font-family: "BebasNeueRegular";
    font-size: 36px;
    color: #cf0009;
}

#divMiddleWrapperAboutContent
{
    text-align: center;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #232323;
    margin: 25px 0px 0px 0px;
}
/******************Service Box Middle Wrapper*******************************/
#divMiddleServiceWrapper
{
    margin: 0 auto;
    width: 100%;
    background-color: #000;
}

#divMiddleServiceInnerWrapper
{
    margin: 0 auto;
    width: 1000px;
    padding: 50px 0px 30px 0px;
}

.ServiceBox
{
    float: left;
    width: 220px;
    border: 3px solid #797979;
    height: 170px;
    background-color: #ffffff;
    cursor: pointer;
}
    /***********Hover On Box Effect****************/

    /**Service BOX 1**/
    .ServiceBox:hover #ServiceBox1
    {
        background-position: 0px -70px;
    }

    .ServiceBox:hover .ServiceTitle
    {
        color: #cf0009;
    }

    .ServiceBox:hover #ServiceBoxButton1
    {
        background-position: 0px -44px;
    }

    /**Service BOX 2**/
    .ServiceBox:hover #ServiceBox2
    {
        background-position: -68px -70px;
    }

    .ServiceBox:hover #ServiceBoxButton2
    {
        background-position: -188px -44px;
    }


    /**Service BOX 3**/
    .ServiceBox:hover #ServiceBox3
    {
        background-position: -139px -70px;
    }

    .ServiceBox:hover #ServiceBoxButton3
    {
        background-position: -376px -44px;
    }

    /**Service BOX 4**/
    .ServiceBox:hover #ServiceBox4
    {
        background-position: -208px -70px;
    }

    .ServiceBox:hover #ServiceBoxButton4
    {
        background-position: -564px -44px;
    }
/***********End Hover On Box Effect****************/

.ServiceBoxSepearator
{
    float: left;
    width: 0px;
    margin: 0px 30px 1px 0px;
}

.ServiceBoxImages
{
    background-image: url(../Images/Services_Icons.png);
    background-repeat: no-repeat;
    height: 61px;
    margin: 0 auto;
    width: 62px;
    position: relative;
    top: -32px;
}

.ServiceTitle
{
    font-family: "BebasNeueRegular";
    font-size: 26px;
    color: #5A5A5A;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: -10px;
}

.ServiceTitle2
{
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #A7A7A7;
    text-align: center;
    margin: 8px 0px 8px 0px;
    position: relative;
    top: -6px;
}

#ServiceBox1
{
    background-position: 0px 0px;
}

#ServiceBox2
{
    background-position: -68px 0px;
}

#ServiceBox3
{
    background-position: -139px 0px;
}

#ServiceBox4
{
    background-position: -208px 0px;
}

.ServiceImagesButton
{
    background-image: url(../Images/Inquiry_Button.jpg);
    background-repeat: no-repeat;
    height: 36px;
    margin: 0 auto;
    width: 180px;
}

#ServiceBoxButton1
{
    background-position: 0px 0px;
}

#ServiceBoxButton2
{
    background-position: -188px 0px;
}

#ServiceBoxButton3
{
    background-position: -376px 0px;
}

#ServiceBoxButton4
{
    background-position: -564px 0px;
}
/******************Promotion Bottom Wrapper**************************/
#divPromotionBottomWrapper
{
    width: 100%;
    margin: 0 auto;
}

#divPromotionInnerWrapper
{
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0px 10px 0px;
}

.divPromotionSepearator
{
    background-image: url(../Images/Promotion_Seperator.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 217px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 30px;
    width: 1px;
}

#divPromotionLeft
{
    float: left;
    width: 32%;
}

#divJITPromo
{
    float: left;
    height: 200px;
    width: 240px;
}

#divPromotionMiddle
{
    float: left;
    width: 32%;
}

#divPromotionRight
{
    float: right;
    width: 32%;
}

#PromotImg
{
    background-image: url(../Images/Promotion_Icon.jpg);
    background-repeat: no-repeat;
    width: 45px;
    height: 61px;
    background-position: 0px 0px;
}

.PromotionText
{
    font-family: "BebasNeueRegular";
    font-size: 36px;
    color: #D00009;
    height: 61px;
}

#tblDisplayBusinessHours
{
    margin: 0 auto;
    text-align: center;
}

.tdDisplayBusinessHours .divDay
{
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #505050;
    margin: 3px 0px 3px 0px;
}

.tdDisplayBusinessHours .divBusinessSepearator
{
    height: 1px;
    width: 168px;
    background-image: url(../Images/Business_Hours_Seperator.jpg);
    background-repeat: no-repeat;
    margin: 8px 0px 8px 0px;
}

.tdDisplayBusinessHours .divTime
{
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #505050;
    margin: 3px 0px 3px 0px;
}

#divHomePageAddress
{
    text-align: left;
    color: #505050;
    font-family: "OpenSans-Regular";
    font-size: 16px;
    float: left;
    padding-left: 50px;
}

    #divHomePageAddress #divPhoneNumber
    {
        background: url(../Images/Phone_Fax_Icon.jpg) no-repeat transparent;
        float: left;
        height: 20px;
        padding-left: 23px;
        background-position: 0px 4px;
    }

    #divHomePageAddress #divFaxNumber
    {
        background: url(../Images/Phone_Fax_Icon.jpg) no-repeat transparent;
        float: left;
        height: 20px;
        padding-left: 23px;
        background-position: 0px -23px;
    }

/*****************Image Section CSS********************************************/
#divMiddleImageWrapper
{
    margin: 0 auto;
    width: 100%;
}

#divMiddleImageInnerWrapper
{
    margin: 0 auto;
    width: 1000px;
}

#divImageWrapper
{
    margin: 25px 0px 25px 0px;
}
/*****************Testimonial Middle Wrapper********************************************/
#divMiddleTestimonialWrapper
{
    margin: 0 auto;
    width: 100%;
    background-color: #010008;
}

#divMiddleTestimonialInnerWrapper
{
    margin: 0 auto;
    width: 1000px;
    padding: 20px 0px 0px 0px;
}

.TestimonialTitle
{
    font-family: "OpenSans-Regular";
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    /*font-weight: bold;*/
}

.divLeftQuatationImg
{
    background: url(../Images/Testimonial_Quotes.jpg) no-repeat;
    width: 145px;
    height: 120px;
    float: left;
}

.divRightQuatationImg
{
    background: url(../Images/Testimonial_Quotes.jpg) no-repeat;
    width: 145px;
    height: 120px;
    float: right;
    background-position: -169px 0px;
}

/****************Testimonial Custom CSS**********************/
#divTestimonialsOuter
{
    width: 70%;
    float: left;
    padding: 20px 0px 0px 0px;
}

    #divTestimonialsOuter .bx-wrapper .bx-viewport
    {
        height: auto;
    }

.bxslider
{
    height: 160px;
    padding-left: 0px;
}

    .bxslider li
    {
        position: relative !important;
        height: 160px;
        padding-left: 0px;
        text-align: center;
    }

.homeReviewWrapper
{
    height: 160px;
    color: #fff;
}

.homeReviewText
{
    font-family: "OpenSans-Regular";
    font-size: 16px;
    padding-top: 22px;
    padding-bottom: 20px;
}

.homeReviewDetail
{
    font-family: "OpenSans-Regular";
    font-size: 16px;
    /* font-weight: bold; */
    width: 135px;
    margin: 0 auto;
    position: relative;
    top: 16px;
}
/**************Next - Prev Button**********/
.bx-wrapper .bx-prev
{
    left: -40px;
    background: url(../Images/BXSlider/controls.png) no-repeat 0 -32px;
    display: none;
}

.bx-wrapper .bx-next
{
    right: -35px;
    background: url(../Images/BXSlider/controls.png) no-repeat -43px -32px;
    display: none;
}
/********************************/
.bx-wrapper .bx-viewport
{
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    left: 3px !important;
}

.bx-wrapper .bx-pager
{
    text-align: center;
    font-size: .85em;
    font-family: Open Sans;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    display: block !important;
    position: absolute !important;
    bottom: 95% !important;
}

    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active
    {
        background: #000 !important;
        border: 1px solid #fff !important;
    }

    .bx-wrapper .bx-pager.bx-default-pager a
    {
        background: white !important;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important;
        border: 1px solid #fff !important;
    }
/**************************End Home Page CSS******************************/
#divHeaderLeft
{
    display: inline-block;
    left: 0;
    /*margin-top: 15px;*/
    text-align: left;
    float: left;
}

#divHeaderMenuRight
{
    /*display: inline-block;
    left: 117px;
    margin-bottom: 22px;
    text-align: left;
    top: 0;
    width: auto;*/
    float: right;
}

#divHeaderRestNavlinks
{
    display: inline-block;
    margin-bottom: 22px;
    right: 0;
    top: 22px;
}

.divMenuLeftRightContainer #divMenuNavigationContainer a .menu-mid
{
    height: 45px;
    margin-bottom: 0;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 8px;
}

#divHeaderMenuRight .menuTopNavigation #navigation .navli, #divHeaderMenuRight .menuTopNavigation #navigation .active
{
    background-color: #3F3F41;
    /*background-image: url("../Images/BtnBg.png") !important;*/
    height: 48px;
    margin-right: 16px !important;
}

.divMenuLeftRightContainer
{
    /*background-image: url("../Images/transperantbg.png") !important;
    background-repeat: repeat-x;
    min-height: auto;*/
}

#divHeaderMenuRight #divMenuNavigation .nav li
{
    padding-left: 0px;
}

#divHomeIcon
{
    background: url("../images/homeicon.png");
    background-position: center left;
    background-repeat: no-repeat;
    width: 53px;
    height: 53px;
    float: left;
    /*margin-top:22px;*/
    background-position: center;
    background-color: red;
    margin-top: 4px;
    cursor: pointer;
}

    #divHomeIcon a
    {
        height: 53px;
        position: absolute;
        width: 53px;
    }

#divHeaderMenuRight #divMenuNavigationContainer .nav ul#navigation
{
    padding-left: 0px;
}

#divMenuNavigationContainer #navigation .defaultaspx a
{
    background: #1B1917;
    background: -moz-linear-gradient(top, #1B1917 0%, #2A2824 70%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1B1917), color-stop(70%,#2A2824), color-stop(100%,#f9f9f9));
    background: -webkit-linear-gradient(top, #1B1917 0%,#2A2824 70%,#f9f9f9 100%);
    background: -o-linear-gradient(top, #1B1917 0%,#2A2824 70%,#f9f9f9 100%);
    background: -ms-linear-gradient(top, #1B1917 0%,#2A2824 70%,#f9f9f9 100%);
    background: linear-gradient(to bottom, #1B1917 0%,#2A2824 70%,#f9f9f9 100%);
    background-image: url("../images/homeicon.png") !important;
    height: 53px;
    width: 53px;
    padding: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

#divMenuNavigationContainer #navigation .active a
{
    /*background-color: #010007 !important;*/
}

#divMenuNavigationContainer #navigation .defaultaspx .menu-mid
{
}



.loginControl div.divLoginControlContent
{
    width: 615px;
}

.giftcertificateaspx .tdGiftCardInformationHeaderReceipentM
{
    padding-top: 2px !important;
    font-size: 14px;
}

/***********(START) CENTRALIZED FEEDBACK *******/
#divFeedbackButtonContainer
{
    position: fixed;
    top: 40%;
    width: 20px;
    left: 0;
    padding: 12px 3px 20px;
    z-index: 1000;
    background-image: url("../Images/feedback-tab-bg-dark.png");
    background-color: rgb(51, 51, 51);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    height: 100px;
}

#divfeedbackbutton
{
    width: 20px;
    height: 87px;
    margin: 0px;
    padding: 0px;
    background-image: url("../Images/feedback.png");
    cursor: pointer;
}
/***********(END)  CENTRALIZED FEEDBACK *******/

/*Admin Gallery */
.PhotoAdminTitle h3
{
    font-size: 16px;
    text-decoration: underline;
    text-align: center;
}

.photogallerymanagementaspx .divPhotoAdminCreateLink
{
    width: 192px;
    margin-left: 695px;
    text-align: center;
    padding: 5px;
}

.divPhotoAdminCreateLink a
{
    color: #333;
    font-weight: bold;
}

a
{
    outline: none;
    border: 0;
    text-decoration: none;
}

.photogallerymanagementaspx .tdLeftPhotoAdminGalleryView
{
    width: 200px;
    text-align: right;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: top;
}

.photogallerymanagementaspx .tdRightPhotoAdminGalleryView
{
    width: 200px;
    padding: 3px;
    text-align: left;
}

.photogallerymanagementaspx .divPictureGalleryContent
{
    width: 720px;
    margin: 0 auto;
}

.photogallerymanagementaspx .GalleryStyle a
{
    color: #000;
}

.divPhotoAdminUploadButton
{
    text-align: center;
    width: 700px;
    padding-top: 5px;
}

.photogallerymanagementaspx .GalleryStyle > table
{
    width: 100%;
    margin-top: 13px;
}

.photogallerymanagementaspx .GalleryStyle table tr:last-child
{
    /*display: block;*/
}


    .photogallerymanagementaspx .GalleryStyle table tr:last-child td
    {
        /* display: none; */
        font-size: 16px;
    }

.photogallerymanagementaspx .divPictureGalleryContent table
{
    border: 1px solid #ddd;
    font-weight: bold;
    width: 700px;
    margin-bottom: 10px;
    padding: 10px;
}



.photogallerymanagementaspx .tdPhotoAdminRptGalleryTitleName
{
    width: 300px;
    padding: 5px;
    background-color: #d10003;
    color: White;
    font-weight: bold;
}

.photogallerymanagementaspx .tdPhotoAdminRptGalleryTitleImage
{
    width: 150px;
    padding: 5px;
    background-color: #d10003;
    color: White;
    font-weight: bold;
}

.photogallerymanagementaspx .tdPhotoAdminRptGalleryTitleEdit
{
    width: 50px;
    padding: 5px;
    background-color: #d10003;
    color: White;
    font-weight: bold;
}

.photogallerymanagementaspx .tdPhotoAdminRptGalleryTitleDelete
{
    width: 50px;
    padding: 5px;
    background-color: #d10003;
    color: White;
    font-weight: bold;
}

.photogallerymanagementaspx .tdPhotoAdminRptGalleryItemImage
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.photogallerymanagementaspx .PhotoAdminUploadButton
{
    background: url(../Images/Upload.gif);
    background-repeat: no-repeat;
    width: 98px;
    height: 34px;
    border: none;
}
/*Admin Gallery */


#ctl00_ContentPlaceHolder1_ctl00_ctl00_rptAnnouncementsList_ctl01_divAnnouncementName
{
    margin-top: 17px !important;
}
/*#fancybox-wrap
{
   width:590px !important; 
   height:650px !important;
    top:10px !important;
    left:25% !important;
}*/
.tdchkAutoPopupConfirmation
{
    display: none;
}

#ConfirmDialogBox
{
    display: none;
}

#fancybox-close
{
}

#fancybox-outer
{
    /*height:59% !important;
        height: 75% !important;*/
    /*Remove From Regular Popup
        width: 87% !important;*/
}


/************** Gift Certificate******************/
#divPaymentOptionHeader
{
    float: left;
    /* background: #990002 url(../Images/LeftPaymentCurve.jpg) no-repeat left; */
    color: White;
    height: 22px;
    padding: 10px;
    font-size: 14px;
    background: #cf000a !important;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

#divPaymentOptionList
{
    float: left;
    margin: 0px;
    margin-left: 5px;
    background: #cf000a !important;
    height: 28px;
    margin-right: 5px;
    padding: 7px;
    padding-left: 5px;
    min-width: 180px;
    width: auto !important;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

/**************End Gift Certificate**************************/

/************************Custom CSS*******************************/
/***********Admin Desc..********/
.AdminFeatureDesc
{
    color: #fff;
    font-family: Calibri;
    font-size: 15px;
    padding: 3px 0 0 10px;
    text-align: left;
    width: 189px;
    float: left;
}

/***************Ordre Checkout Page*******************/
.tblPersonalInfoDetailSelection a
{
    color: #000 !important;
    text-decoration:underline;
}

/********************Coupons Print on Over*********************************/
.couponImage
{
    cursor: pointer;
}

.HeaderText
{
    color: #D4000F;
    text-align: left;
    /* margin-top: 25px; */
    /* padding-left: 35px; */
    /* background-image: url(../images/Title_Bullet.png); */
    background-position: left;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 17px;
}

/******************Discount Coupons CSS*********************/
.lblSlabHeaderText
{
    font-size: 18px;
    font-weight: bold;
}

.CouponList
{
    margin-top: 6px;
}

.divCouponDescriptionInfo
{
    color: #D9A728;
    font-weight: bold;
}

#divCouponContainer
{
    background-color: #2B0102;
    border: 1px solid #440205;
}

.divCouponBoxContainer
{
    background-color: #2B0102;
    border: 1px solid #440205;
}

.lblYourCoupn
{
    color: #D9A728;
    font-weight: bold;
}

.printCoupon
{
    text-align: right;
    cursor: pointer;
}



.divFreeTitle
{
    width: 100%;
    margin-top: 9px;
    font-size: 15px;
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}

#divCouponDiscriptionOnCart
{
    position: absolute;
    width: 275px;
    height: 140px;
    background-color: rgba(255,255,255,0.90);
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin-left: -146px;
    margin-top: 26px;
    display: none;
    z-index: 1;
}

.divCouponDiscriptionParent
{
    height: 100%;
    border-radius: 10px;
    border: 1px dashed black;
    margin-top: 0px;
}

.divFreeItemName
{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 18px;
}

.divItemName
{
    color: Orange;
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
    padding-left: 3px;
}

.divHeaderText
{
    width: 100%;
    font-weight: normal;
    margin-bottom: 9px;
    font-weight: normal;
    font-size: 14px;
}

.questionImage
{
    background-image: url("../Images/CouponCartQuestion.png");
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    overflow: visible;
    margin-left: 9px;
    margin-top: 4px;
}

    .questionImage:hover
    {
        cursor: pointer;
    }

.couponSuccessImage
{
    background-image: url("../Images/CouponTickMarkIcon.png");
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    overflow: visible;
    margin-left: 9px;
    margin-top: 4px;
}

    .couponSuccessImage:hover
    {
        cursor: pointer;
    }

.coupoErrorImage
{
    background-image: url("../Images/CouponWarnningIcon.png");
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    overflow: visible;
    margin-left: 9px;
    margin-top: 4px;
}

    .coupoErrorImage:hover
    {
        cursor: pointer;
    }

.divDisplayCouponArrow
{
    position: absolute;
    /* margin-left: 136px; */
    margin-top: 17px;
    height: 9px;
    width: 17px;
    background-image: url("../Images/CouponArrow.png");
    display: none;
}


.freeItemText
{
    color: red;
}

.divSuccessArrow
{
    background-image: url("../Images/CouponArrow.png");
    height: 9px;
    margin-left: 136px;
    margin-top: -76px;
    position: absolute;
    width: 17px;
}

#divSuccessCouponDiscriptionOnCart
{
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    display: none;
    margin-left: -146px;
    margin-top: 26px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 275px;
    z-index: 1;
}

#divCouponDiscriptionWithoutFreeItem
{
    position: absolute;
    width: 275px;
    background-color: rgba(255,255,255,0.90);
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin-left: -146px;
    margin-top: 26px;
    display: none;
    z-index: 1;
}

#divCouponAppliedError
{
    position: absolute;
    width: 275px;
    background-color: rgba(255,255,255,0.90);
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin-left: -146px;
    margin-top: 26px;
    display: none;
    z-index: 1;
}

.divCouponDescription
{
    width: 98%;
    color: #000;
}

#Coupons1
{
    display: none;
}

/*
 #divMenuNavigationContainer #navigation .defaultaspx a:nth-child(1) {
display : none;
} */

/* ============================================================================================== */
/* ===================  Start Custom changes for checkout page desinging  ======================= */
/* ============================================================================================== */
.OrderCheckoutaddnewcard {           
    /*padding: 6px;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    background-image: linear-gradient(#B81115, #610607);
color: #fff !important;
border:none;
width: 87px;*/

}
.OrderCheckoutaddnewcard:hover {
     /*background-image: linear-gradient(#610607, #B81115);
        color: #fff !important;*/
}
.OrderCheckoutaddnewcard {
    float:right;
    padding-right:5px;
}
.Loginusercardpanel {
    background:#DADADA;
}
.Loginusercardpaneltable {
    width:90%;margin:auto;
}
.PanelLeft {
    width:80%;
    margin:auto;
}
.tblConfirm,.tblOrderType {
margin:auto;
}
.tblPersonalInfoDetailSelection {
    margin:auto;
}
.tdOrderCheckoutValue {
width:auto !important;
}
.tblAddressInfo,.tblUserInfo {
min-width:550px;
}
.pnlexistingCreditCard {
        padding: 0px 40px !important;
    padding-top: 5px;
    /*margin: 18px 0px;*/
}
.ui-radio {
    top: -5px;
}
.existingcreaditcarddetail {
    margin-bottom:15px;
}
.tblexistingCreditCard {
margin-bottom: 15px;}

.divHostedMessage
{
    text-align: center !important;
}

/* ============================================================================================== */
/* ====================  End Custom changes for checkout page desinging  ======================== */
/* ============================================================================================== */




td.tcTipText {
    font-size: 19px;
    color: red;
}
/*added by rutvik for hide tip selection box*/
select#ctl00_ContentPlaceHolder1_ctl00_GridView1_ctl03_DDLTipAmount {
    display: none;
}

/*END*/
#ctl00_ContentPlaceHolder1_ctl00_GridView1_ctl03_lblTipMessage {
    animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}