@import "TestimonialAdmin.css";
@import "GiftCertificate.css";
@import "WebTelNavigationMenu.css";

body
{
    font-family: Verdana;
    font-size: 12px;
    text-align: center;
    margin-top: 0px;
    margin: 0px;
    background: url(../Images/BodyBg1.jpg) repeat-x bottom;
}
form
{
    width: 950px;
    margin: auto;
}


body.itemdetailsaspx .bodyFormContainer
{
    background-image: url(../Images/FimgMenuPage.png);
    min-width: 950px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; /*border: 2px solid blue;*/
    overflow: hidden;
}
body.surveyfeedbackaspx .bodyFormContainer
{
    background-image: url(../Images/FimgSurveyFeedback.png);
    min-width: 950px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; /*border: 2px solid blue;*/
    overflow: hidden;
}
body.eventdetailsaspx .bodyFormContainer
{
    background-image: url(../Images/FimgEvents.png);
    min-width: 950px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; /*border: 2px solid blue;*/
    overflow: hidden;
}
body.senddirectiontomeaspx .bodyFormContainer
{
    background-image: url(../Images/FimgDirection.png);
    min-width: 950px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; /*border: 2px solid blue;*/
    overflow: hidden;
}

body.ordercheckoutaspx .bodyFormContainer
{
    background-image: url(../Images/FimgMenuPage.png);
    min-width: 950px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; /*border: 2px solid blue;*/
    overflow: hidden;
}
body.defaultaspx .bodyFormContainer
{
    background-image: url(../Images/FimgHome.png);
    min-width: 950px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; /*border: 2px solid blue;*/
    overflow: hidden;
}

body.menuaspx .bodyFormContainer
{
    min-width: 950px;
    height: 100%;
    background-image: url(../Images/FimgMenuPage.png);
    background-position: center bottom;
    background-repeat: no-repeat; /*border: 2px solid red;*/
    overflow: hidden;
}
body.vipregistrationformaspx .bodyFormContainer
{
    min-width: 950px;
    height: 100%;
    background-image: url(../Images/FimgVIPRegistration.png);
    background-position: center bottom;
    background-repeat: no-repeat; /*border: 2px solid red;*/
    overflow: hidden;
}
body.contactusaspx .bodyFormContainer
{
    min-width: 950px;
    height: 100%;
    background-image: url(../Images/FimgContactUs.png);
    background-position: center bottom;
    background-repeat: no-repeat; /* border: 2px solid red;*/
    overflow: hidden;
}
body.picturegalleryaspx .bodyFormContainer
{
    min-width: 950px;
    height: 100%;
    background-image: url(../Images/FimgGallery.png);
    background-position: center bottom;
    background-repeat: no-repeat; /*  border: 2px solid red;*/
    overflow: hidden;
}

body.eventsaspx .bodyFormContainer
{
    min-width: 950px;
    height: 100%;
    background-image: url(../Images/FimgEvents.png);
    background-position: center bottom;
    background-repeat: no-repeat; /* border: 2px solid red;*/
    overflow: hidden;
}
body.testimonialsaspx .bodyFormContainer
{
    min-width: 950px;
    height: 100%;
    background-image: url(../Images/FimgTestimonial.png);
    background-position: center bottom;
    background-repeat: no-repeat; /* border: 2px solid red;*/
    overflow: hidden;
}

body.directionsaspx .bodyFormContainer
{
    min-width: 950px;
    height: 100%;
    background-image: url(../Images/FimgDirection.png);
    background-position: center bottom;
    background-repeat: no-repeat; /* border: 2px solid red;*/
    overflow: hidden;
}
body.cateringaspx .bodyFormContainer
{
    min-width: 950px;
    height: 100%;
    background-image: url(../Images/FimgCateringInquiry.png);
    background-position: center bottom;
    background-repeat: no-repeat; /* border: 2px solid red;*/
    overflow: hidden;
}
body.reservationaspx .bodyFormContainer
{
    min-width: 950px;
    height: 100%;
    background-image: url(../Images/FimgTableReservation.png);
    background-position: center bottom;
    background-repeat: no-repeat; /* border: 2px solid red;*/
    overflow: hidden;
}
body.aboutusaspx .bodyFormContainer
{
    min-width: 950px;
    height: 100%;
    background-image: url(../Images/FimgAboutUs.png);
    background-position: center bottom;
    background-repeat: no-repeat; /* border: 2px solid red;*/
    overflow: hidden;
}
body.loginaspx .bodyFormContainer
{
    min-width: 950px;
    height: 100%;
    background-image: url(../Images/FimgLogin.png);
    background-position: center bottom;
    background-repeat: no-repeat; /* border: 2px solid red;*/
    overflow: hidden;
}
body.createuseraspx .bodyFormContainer
{
    min-width: 950px;
    height: 100%;
    background-image: url(../Images/FimgRegistration.png);
    background-position: center bottom;
    background-repeat: no-repeat; /* border: 2px solid red;*/
    overflow: hidden;
}
body.recoverpasswordaspx .bodyFormContainer
{
    min-width: 950px;
    height: 100%;
    background-image: url(../Images/FimgForgotPassword.png);
    background-position: center bottom;
    background-repeat: no-repeat; /* border: 2px solid red;*/
    overflow: hidden;
}
div.defaultaspx div#divContainer
{
    background: none;
}
div.defaultaspx div#divContainer, div.menuaspx div#divContainer, div.cakesaspx div#divContainer
{
    border: none;
}
#logo
{
    height: 161px;
    width: 4cm;
    cursor: Pointer;
    float: left;
}
/*///////////////////////// Master Page //////////////////////*/

/* Header */

#divMasterPageHeader
{
    background: url(../Images/HeaderBg.jpg) right no-repeat;
    height: 161px;
}

#objMasterPagePhotoGalleryFlash
{
    height: 161px;
    width: 350px;
    cursor: Pointer;
}
#divHeaderRight
{
    float: right;
    text-align: left;
    margin-right: 8cm;
}

#divLoginMenu
{
    font-size: 13px;
    width: 100%;
    text-align: right;
    font-family: Verdana;
    color: #000000;
    margin-right: 50px;
}
#divLoginMenu a
{
    color: #000000;
}
#divTimeOutNewYork
{
    height: 60px;
    width: 205px;
    margin-top: 48px;
    margin-left: 17px;
    cursor: pointer;
}
#divAddress
{
    color: #805927;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    text-align: left;
    float: left;
    padding: 40px 0px 0px 20px;
    width: 160px;
}
#divAddress #trRestaurantContactUsEmail
{
    display: none;
}
#divPhoneNumber
{
    background: url("../Images/telephone.png") no-repeat scroll left top transparent;
    float: left;
    height: 20px;
    padding-left: 23px;
    text-align: left;
    width: 135px;
}

#divFaxNumber
{
    background: url("../Images/Fax.png") no-repeat scroll left top transparent;
    float: left;
    height: 20px;
    padding-left: 23px;
    text-align: left;
    width: 135px;
}

#divEmailImage
{
    background: url("../Images/Email.png") no-repeat scroll left top transparent;
    height: 20px;
    padding-left: 23px;
}


#tdPhoneImage
{
    background: url(../Images/PhoneIcon.gif) no-repeat;
    width: 20px;
    height: 20px;
}
#tdFaxImage
{
    background: url(../Images/FaxIcon.gif) no-repeat;
    width: 20px;
    height: 20px;
}
#lblPhoneNumber
{
    font-size: 15px;
    color: #800000;
}
#lblFaxNumber
{
    font-size: 14px;
}
#divAddress1
{
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    margin-left: 15px;
    margin-top: 15px;
    padding: 0px;
    color: #800000;
    text-align: center;
    font-family: Arial;
}
/*End Header */
/* Navigation */
#divMenuNavigation
{
    clear: both;
    text-align: left; /*background: url(../Images/MenunavigationImages.jpg) 0px -99px;*/
    padding: 0px;
    height: 35px;
}
#menuback
{
    background: #ffffff;
    padding: 0px;
    height: 35px;
}
.divMenuContainer
{
    height: 80px; /* background-color: #000;*/
}
/*End Navigation */

/* Footer */

.divCC
{
    width: 100px;
    text-align: center;
    margin: auto;
    clear: both;
}


.menuBottom
{
    float: left;
    margin-left: 10px; /*padding-top: 7px;*/
}
#divMasterPageFooterLink, #divCompanyNameFooter .td1
{
    color: #6c2e05;
    width: 350px; /* font-size: 10px; 	padding:10px 135px 0px; 	height:46px; 	margin-top:10px;*/
}
#divCompanyNameFooter .td2
{
    text-align: center;
    width: 0px;
}
#divCompanyNameFooter .td3
{
    width: 400px;
}

#divCompanyNameFooter .td4
{
    width: 100px;
}

#divExtraImageLink
{
    margin-right: 5px; /*margin-top: 10px;*/
    float: right;
}
#privacypolicy
{
    float: right;
    text-decoration: none;
    color: #6c2e05;
    font-size: 10px;
    padding-top: 6px;
    margin-right: 5px;
    cursor: Pointer;
}
#divMasterPageFooter
{
    /* background: #fff;*/
    color: #908782;
    width: 4cm;
    float: right;
    margin-right: 60px; /* margin-top: 10px;*/
}

#divMasterPageFooter td.col1
{
    width: 0px;
}
#divMasterPageFooter td.col2
{
    width: 498px;
}
#divMasterPageFooter td.col3
{
    width: 107px;
}
#divMasterPageFooter td.col4
{
    width: 350px;
}
/*.MenuPagelGalleryContent
{
    height: 179px;
    width: 940px;
}*/
#divBottomPageNavigation
{
    display: none;
    float: left;
    width: 800px;
}
.menuBottomStaticSelectedStyle
{
    color: white;
}
/*.tdCorners
{
    width: 7px;
    height: 35px;
    background: url('../Images/menu_corner.jpg') no-repeat scroll 0 0;
}
.tdCornersRight
{
    width: 7px;
    height: 35px;
    background: url('../Images/menu_corner_flip.jpg') no-repeat scroll 0 0;
}*/
.menuBottomStaticMenuItemStyle
{
    padding-left: 4px;
    padding-right: 3px;
    font-size: 10px;
}
.menuBottomNavigation a, .menuBottomNavigation a:hover
{
    color: white;
}
#divMasterPageCompanyName
{
    float: right;
    font-size: 11px;
    margin-right: 15px; /*margin-top: 17px;*/
    color: #535353;
}
.CompanyLink
{
    text-decoration: none;
    color: #C8E45B;
    font-size: 11px;
    float: left; /*padding-top:15px;*/
    margin-left: 25px;
    width: 100%;
}
#divBottom
{
    /*background-color: #F9F0DF;     border-bottom: 1px solid #E6D4BD;     border-left: 1px solid #E6D4BD;     border-right: 1px solid #E6D4BD;     height: 6px;     width: 946px;*/
}

/*End Footer */
/*////////////////// Container ///////////////////*/

/*Start Stylesheet for the Event Control */

.EventContainerHeader
{
    background: url(../Images/ControlHeaderBg.jpg) repeat-x;
    height: 33px;
    vertical-align: middle;
    font-size: 15px;
    padding-top: 7px;
    display: none;
}

.divEventContentContainer
{
    /* background: url(../Images/EventBg.jpg);*/
    background-position: top;
    height: 100px;
    width: 213px;
    overflow-y: scroll;
}
.EventContentContainer
{
    text-align: left;
    overflow: auto; /* padding-top: 5px;*/
    margin-top: 0px;
}
.EventContentContainer ul
{
    list-style-type: none;
}
.EventContentItem
{
    margin-left: 0px;
}

.EventContainerFooter
{
    text-align: right;
    padding-right: 10px; /*background: #faedd5;*/
    width: 203px;
}
.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;
}

/*End Stylesheet for the Event Control */





/* Home Page */
#divHomePageleft
{
    width: 240px;
    float: left;
}
#divHomePageright
{
    background: url(../Images/birthday_card.jpg) no-repeat;
    width: 656px;
    height: 378px;
    float: right;
    margin-right: 15px;
}

#divHomePageTopLeft
{
    width: 240px;
    float: left;
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 4px;
}

.imagefooter
{
    background: url(../images/footer.png) no-repeat bottom left;
    width: 224px;
    height: 130px;
    float: left;
    position: absolute;
    bottom: -10px;
}
.containertopleft
{
    /*background: url(../images/sandwichndpastry.jpg) no-repeat;*/
    height: 200px;
    width: 240px;
    float: left;
}
#objHomePagePhotoGalleryFlash
{
    width: 654px;
    height: 368px;
}
.containerbottomleft
{
    background: url(../images/event_header.jpg) no-repeat top left;
    width: 242px;
    height: 34px;
    float: left;
    margin-top: 4px;
}
#diveventtext
{
    height: 116px;
    margin-top: 34px;
    background-color: #ddf597;
    border-left: 1px solid #3a6a3c;
    border-right: 1px solid #3a6a3c;
    border-bottom: 1px solid #3a6a3c;
    margin-left: 1px;
    margin-right: 1px;
    padding: 9px 9px 0px 0px;
    font-family: Arial;
}
#diveventtextlink
{
    float: right;
    padding: 10px 16px 0 0;
}
#diveventtextlink a
{
    text-decoration: none;
}
#divHomePageTop
{
}
#divHomePageTopRight
{
    /*background: url(../Images/birthday_card.jpg) no-repeat top left;*/
    float: right;
    width: 656px;
    margin-left: 20px;
    height: 385px; /*  margin-top: 3px; */ /*margin-right: 11px;*/
}
.event_bg
{
    background-color: #ddf597;
    height: 116px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    height: 116px;
    margin-left: 1px;
    margin-right: -1px;
    margin-top: 34px;
}
.tdControl1
{
    padding-left: 10px;
    padding-right: 3px;
    vertical-align: top;
    float: left;
}
#giftgal
{
    height: 186px;
    width: 270px;
    background: url(../Images/rightgalimg.jpg) no-repeat;
    margin-left: 6px;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: Pointer;
}
#divHomePageLink
{
    height: 181px;
    width: 249px;
    background: url(../Images/HomePageLink.gif) no-repeat;
}
#objHomePagePageLink
{
    height: 150px;
    width: 249px;
}
#divPrintableMenu
{
    width: 249px;
    height: 59px;
    cursor: pointer;
}
#divPrintableMenu:hover
{
    width: 249px;
    height: 59px;
    cursor: pointer;
    background: url(../Images/SelectedHomePageBottomLink.gif) no-repeat;
}
#divTableReservation
{
    width: 250px;
    height: 60px;
    cursor: pointer;
}
#divTableReservation:hover
{
    width: 250px;
    height: 60px;
    cursor: pointer;
    background: url(../Images/SelectedHomePageBottomLink.gif) no-repeat;
    background-position: 0px -59px;
}
#divOrderOnline
{
    width: 249px;
    height: 59px;
    cursor: pointer;
}
#divOrderOnline:hover
{
    width: 249px;
    height: 59px;
    cursor: pointer;
    background: url(../Images/SelectedHomePageBottomLink.gif) no-repeat;
    background-position: 0px -119px;
}
#divHowItWork
{
    width: 33px;
    height: 32px;
    cursor: pointer;
}

#divHomePageBottomLink
{
    height: 51px;
    width: 249px;
    cursor: pointer;
    background: url(../Images/HomePageBottomLink.jpg) no-repeat;
}
#divHomePageBottomLink:hover
{
    height: 51px;
    width: 249px;
    cursor: pointer;
    background: url(../Images/HomePageBottomLink_Hover.jpg) no-repeat;
}
#PageFooter
{
    /*background:#399929;*/
}

#objHomePageFooterLink
{
    height: 21px;
    width: 249px;
}
#divROrder
{
}
.tblRorder
{
    height: 45px;
    width: 100%;
    color: White;
    text-align: left;
    background: #c3b39c;
    padding-top: 5px;
    padding-left: 20px;
}
.tdRorder
{
    font-family: Verdana;
    color: White;
    width: 83px;
}

.btnReorder_1
{
    cursor: pointer;
    background: url(../Images/btnReorder1.jpg) no-repeat;
    height: 37px;
    width: 37px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}
.btnReorder_2
{
    cursor: pointer;
    background: url(../Images/btnReorder2.jpg) no-repeat;
    height: 37px;
    width: 37px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}
.btnReorder_3
{
    cursor: pointer;
    background: url(../Images/btnReorder3.jpg) no-repeat;
    height: 37px;
    width: 37px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}
.divPromoLeftCorner
{
    background-image: url("../Images/TimingTital_LeftImg.jpg");
    background-repeat: repeat;
    float: left;
    height: 31px;
    width: 6px;
}




.divPromoCenter
{
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../Images/TimingTital_CenterImg.jpg");
    background-repeat: repeat-x;
    float: left;
    height: 33px;
    text-align: center;
    width: 203px;
}
.sphead
{
    height: 33px;
    width: 215px;
}




.spanPromoHeader
{
    color: White;
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding-top: 7px;
}


#promohead
{
    color: White;
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding-top: 7px;
}




.divPromoRightCorner
{
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../Images/TimingTital_RightImg.jpg");
    background-repeat: repeat;
    float: left;
    height: 31px;
    width: 6px;
}
.tdControl2
{
    padding-left: 10px;
    padding-right: 5px;
    vertical-align: top;
    float: left;
}
.ControlHeader1
{
    background: url("../Images/PromotionBg.jpg") repeat-x scroll 0 0 transparent;
    color: White;
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    vertical-align: middle;
    width: 236px;
}






/**/
.promohead
{
    width: 256px;
    height: 32px;
    margin-left: 12px;
}
.promoleft
{
    float: left;
    height: 31px;
    width: 8px;
    background: url('../Images/TimingTital_LeftImg.jpg');
}
.promoright
{
    background: url('../Images/TimingTital_RightImg.jpg');
    float: left;
    height: 31px;
    width: 8px;
}
.promotext
{
    color: #000;
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}
.promocenter
{
    border-left: medium none;
    border-right: medium none;
    border-top: 1px solid #E0E0E0;
    float: left;
    height: 30px;
    text-align: center;
    width: 90%;
    background: url('../Images/TimingTital_CenterImg.jpg') repeat;
}
.btnReorderDisabled_1
{
    background: url(../Images/btnReorderDisable1.jpg) no-repeat;
    height: 37px;
    width: 37px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
    text-decoration: line-through;
}
.btnReorderDisabled_2
{
    background: url(../Images/btnReorderDisable2.jpg) no-repeat;
    height: 37px;
    width: 37px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
    text-decoration: line-through;
}
.btnReorderDisabled_3
{
    background: url(../Images/btnReorderDisable3.jpg) no-repeat;
    height: 37px;
    width: 37px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
    text-decoration: line-through;
}
#divHomePageBottom
{
    /*border-bottom: solid 1px white;*/ /* margin-top: 1px;*/
}
#divHomePageSpecialOffer
{
    float: left;
    width: 237px;
    height: 200px;
    margin: 0px 0px 0px 0px;
}
#divSpecialImage
{
    /* border: 2px solid #808080;*/
    width: 240px;
    height: 200px;
}

.tdControl
{
    padding-left: 8px;
    padding-right: 4px;
    vertical-align: top;
}

.ControlHeader
{
    background-position: url(../Images/ControlHeaderBg.jpg) repeat-x;
    background: url(../Images/ControlHeaderBg.jpg) repeat-x;
    height: 33px;
    vertical-align: middle;
    font-size: 15px;
    padding-top: 7px;
    font-weight: bold;
}

#divTimeTable
{
    width: 213px;
    height: 190px;
    background: url(../Images/TimeTableBg.jpg) no-repeat;
    text-align: left;
    padding-top: 10px;
}
#tblDisplayBusinessHours
{
    margin-left: 45px;
}
#tdTestimonialImage
{
    background: url(../Images/HomeTestimonial.jpg) no-repeat;
    width: 214px;
    height: 69px;
}
#divTestimonialContenet
{
    width: 213px;
    height: 190px;
    background: #f9edd5;
}
#divHomeTestimonials
{
    height: 150px;
    text-align: left;
}
#divTestimonialText
{
    padding-left: 5px;
    padding-right: 5px;
    height: 3.2cm;
}
#divEditor
{
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
#divShowAllTestimonials
{
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
    background-color: #faedd5;
}
#tblEventAndTestimonials
{
}
#divShowAllTestimonials a
{
    color: Red;
    text-decoration: none;
}
#divShowAllTestimonials a:hover
{
    text-decoration: underline;
}
/* End Home Page */
/* About Us Page */
#AboutUsPageContainer
{
    text-align: center;
}
/* End About Us Page */
/* Contact Us Page */
#divContactUsPage
{
    text-align: left;
    width: 100%;
}
#divContactUsCustomerDetail
{
    width: 410px;
    float: left;
    margin-left: 20px;
    padding: 10px;
}
#tdContactUsDetail
{
    vertical-align: top;
    padding-top: 20px;
}
#lblContactUsMessage
{
    font-size: 13px;
}
#tblContactUsDetail
{
    width: 400px;
}
.tdTblContactDetailLeft
{
    text-align: right;
    width: 100px;
}
.tdTblContactDetailRight
{
    text-align: left;
}
#divContactUsAddressDetails
{
    float: right;
    vertical-align: top;
    width: 245px;
    padding: 25px 0px 25px 20px; /* background: url(../Images/Contact.jpg) no-repeat bottom right;     background-position: 10px 150px;*/
    height: 100px;
}
.txtContactUsComments
{
    width: 300px;
}
.ContactDetailButtonSend
{
    border: none;
    background: url(../Images/Send.gif) no-repeat;
    height: 25px;
    width: 87px;
    cursor: pointer;
}
.ContactDetailButtonCancel
{
    border: none;
    background: url(../Images/cancel.gif) no-repeat;
    height: 25px;
    width: 83px;
}
#ContactUSContainer
{
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px; /*background: #f9ffe9;     border: 1px solid #58d000;*/
    margin-bottom: 10px;
}
#ContactUsContent
{
    /*  border: 1px solid #8F8F69;*/
    width: 725px;
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
    border: solid 1px #6FBB48;
}

/* End Contact Us Page */
/* Login Page */
.LoginButton
{
    border: none;
    background: url(../Images/login.gif) no-repeat;
    height: 25px;
    width: 87px;
    margin-top: 5px;
}
.LoginCancel
{
    margin-top: 5px;
    border: none;
    background: url(../Images/cancel.gif) no-repeat;
    height: 25px;
    width: 95px;
}
/* End Login Page */
.CreateUserRegiter
{
    border: none;
    background: url(../Images/register.gif) no-repeat;
    height: 25px;
    width: 87px;
}
.MyProfileUpdate
{
    border: none;
    background: url(../Images/update.gif) no-repeat;
    height: 25px;
    width: 95px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#ViewOrderContainer
{
    text-align: left;
    padding: 20px;
    font-family: Verdana;
}
.ViewOrderGridView
{
    font-size: x-small;
    color: #333333;
}
.ViewOrderGridViewFooterStyle
{
    color: White;
    background-color: #990000;
    font-weight: bold;
}
.ViewOrderGridViewRowStyle
{
    color: #333333;
    background-color: #FFFBD6;
}
.ViewOrderGridViewCommandFieldItemStyle
{
    color: Blue;
}
.ViewOrderGridViewPagerStyle
{
    background-color: #FFCC66;
    color: #333333;
}
.ViewOrderGridViewSelectedRowStyle
{
    background-color: #FFCC66;
    color: Navy;
    font-weight: bold;
}
.ViewOrderGridViewHeaderStyle
{
    color: White;
    background-color: #990000;
    font-weight: bold;
}
.ViewOrderGridViewAlternatingRowStyle
{
    background-color: White;
}
#ChangePassWord
{
    text-align: left;
    padding-left: 200px;
}
#divDirectionSiteMapPath
{
    display: none;
}
#DirectionBorder
{
    height: 452px;
    width: 562px;
    border: 1px solid #8F8F69;
    margin-bottom: 20px;
}
#orderCheckout
{
    margin-left: 5px;
    margin-right: 5px; /*background:#EDFDBD;*/
}
.Addons
{
    color: Black;
}
.PanelLeft
{
    padding-left: 157px; /*background: #edfdbd;     border: 1px solid #618864;*/
}
.EditOrder
{
    background: url(../Images/Edit.gif) no-repeat;
    width: 76px;
    height: 28px;
}
.PasswordSubmit
{
    border: none;
    background: url(../Images/confirm.gif) no-repeat;
    width: 83px;
    height: 25px;
    margin-right: 100px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.ChangePasswordButton
{
    border: none;
    background: url(../Images/changePassword.gif) no-repeat;
    width: 140px;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.CancelPasswordButton
{
    border: none;
    background: url(../Images/cancel.gif) no-repeat;
    width: 95px;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
}
#divContainer
{
    /*background: #fff;*/
    float: left;
    width: 1059px; /*  background-color: #F9FFE9;*/ /* border: solid 1px #6FBB48;*/
    margin-bottom: 13px;
}

.RadPanelCssClass
{
    width: 200px;
}
.lblDirections
{
    padding-top: 10px;
    text-align: center;
}
#DirectionContainer
{
    text-align: left;
    padding-top: 20px;
    margin-left: 5px;
    margin-right: 5px; /*background: #f9ffe9;*/ /*border: 1px solid #6fbb48;*/
    margin-bottom: 10px;
}
#DirectionContent
{
    float: right;
    width: 725px;
}
#divDirectionContainer
{
}

#divDirectionMap
{
    float: left;
    padding: 10px 0px 10px 10px;
}
#divGetDirections
{
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border: solid 1px #6FBB48;
    margin-bottom: 5px;
    width: 565px;
}
#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: #500405;
    font-weight: bold;
}
.directionTabButtonSelected, .directionTabButtonSelected:hover
{
    border: none;
    background: #311d12;
    cursor: pointer;
    color: Black;
}
#DirectionTitle
{
    font-size: 12px;
    font-weight: bold;
    color: #241100;
    text-align: left;
}
#DirectionText
{
    color: #241100;
    text-align: left;
    font-size: 12px;
}
#divIdirection
{
    text-align: left;
    padding-left: 130px;
}
#getDirectionFlashPath
{
    height: 445px;
    width: 550px;
    text-align: left;
    padding-left: 5px;
}
#divMapDirection
{
    text-align: left;
    padding-top: 150px;
    padding-left: 50px;
}
#divDirectionAddress
{
    padding-bottom: 5px;
}
.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: 25px;
    width: 87px;
    cursor: pointer;
}
.OrderCheckoutSubmit
{
    border: none;
    background: url(../Images/confirm.gif) no-repeat;
    height: 25px;
    width: 87px;
    margin-right: 200px;
    cursor: pointer;
}
.OrderCheckoutSubmitSSL
{
    border: none;
    background: url(../Images/continue.gif) no-repeat;
    height: 25px;
    width: 87px;
    margin-right: 200px;
    cursor: pointer;
}
.visacard
{
    font-size: small;
}
.ContactUSAddress
{
    width: 250px;
}
#tdContactUsSubmitbtn
{
    padding-left: 150px;
}
#diveditorder
{
    padding-right: 100px;
}
.SubmitOrder
{
    text-align: center;
    padding-top: 15px;
}
#LoginContianer
{
    margin-left: 5px;
    margin-right: 5px;
}
#VerifyContainer
{
    background-color: #e7cc97;
}
#MessageContainer
{
    background: black;
    color: Yellow;
    padding: 10px;
}
.account_link
{
    text-decoration: none; /*   font-weight: bold;*/
}

#SubMasterPageDiv
{
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}
#CreateUserContainer
{
}

#RecoverPassWordContainer
{
    margin-left: 5px;
    margin-right: 5px;
}
#ContactUsMenu
{
    float: left;
    background: #f6e4ab;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #e7a944;
    margin-left: 5px;
    width: 190px;
}
.ContactStaticSelectedStyle a
{
    width: 190px;
    font-weight: bold;
    color: White; /* background-color: #932929; /* background:url("../Images/SelectedCategoryBg.jpg") repeat-x scroll 0 0 transparent;*/
}
.ContactStaticSelectedStyle
{
    width: 190px;
    font-weight: bold;
    color: White;
    background-color: #ffaa46; /*  background:url("../Images/SelectedCategoryBg.jpg") repeat-x scroll 0 0 transparent;*/
}
.ContactStaticHoverStyle
{
    width: 190px;
    font-weight: bold; /* background:url("../Images/SelectedCategoryBg.jpg") repeat-x scroll 0 0 transparent;*/
    background-color: #ffaa46;
}
.ContactStaticMenuStyle
{
    width: 190px;
    font-weight: bold;
    color: Black;
    font: 12px SegoeUI, Arial, sans-serif bold;
}
.ContactMenu
{
    color: White;
}
.ContactStaticMenuItemStyle a
{
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 98px;
}
.ContactStaticMenuItemStyle a:hover
{
    color: White;
    background: #ffaa46;
}
.ContactStaticMenuItemStyle
{
    font-size: 13px;
    font-weight: bold;
    color: Black;
    padding-top: 5px;
    padding-bottom: 10px; /* border-top: solid 1px #8f6d2b;*/
}






.surveySubmit
{
    background: url(../Images/submit.gif) no-repeat;
    width: 87px;
    height: 25px;
    border: none;
    cursor: pointer;
}
.surveyClear
{
    background: url(../Images/clear.gif) no-repeat;
    width: 87px;
    height: 25px;
    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
{
    background: #FFAA46;
}
.AdminStaticSelectedStyle a, .AdminStaticHoverStyle a:hover
{
    color: White;
}
.AdminMenu
{
    background-position: #fee3d8;
    color: #571a17;
    background: #F6E4AB;
    height: 33px;
    border-top: solid 1px #DD8100;
    border-left: solid 1px #DD8100;
    border-right: solid 1px #DD8100;
}
.AdminStaticMenuItemStyle
{
    font: 12px SegoeUI, Arial, sans-serif bold;
    padding: 5px;
    padding-bottom: 9px;
    padding-top: 9px;
    font-weight: bold;
    color: Black;
}
#AdminContent
{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    width: 938px;
    float: left;
    -moz-border-radius: 0px10px10px10px;
    -webkit-border-radius: 0px10px10px10px;
    border-radius: 0px10px10px10px;
}



#DirectionMenu
{
    background: #f6e4ab;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 200px;
    margin-left: 5px;
    border: 1px solid #dd8100;
}
.DirectionMenu
{
    color: White;
}
.DirectionStaticMenuItemStyle
{
    font-weight: bold;
    color: Black;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 1px;
    line-height: 20px;
    width: 190px; /*  border-top: solid 1px #a7833d;*/
    padding-left: 5px;
    float: left;
}
.DirectionStaticSelectedStyle
{
    /*  background:url("../Images/SelectedCategoryBg.jpg") repeat, scroll 0 0 transparent;*/
    color: White;
    background-color: #ffaa46;
    width: 190px;
}
.DirectionStaticHoverStyle
{
    /*background:url("../Images/SelectedCategoryBg.jpg") repeat ,repeat-y scroll 0 0 transparent;*/
    font-weight: bold;
    background-color: #ffaa46;
    color: White;
    width: 190px;
}
.DirectionStaticMenuStyle
{
    font: 12px SegoeUI, Arial, sans-serif bold;
    font-weight: bold;
    color: Black; /*padding-left: 5px;*/
}
.DirectionStaticSelectedStyle a
{
    font-weight: bold;
    color: White;
}
.DirectionStaticMenuItemStyle a
{
    font-weight: bold;
}
.DirectionStaticMenuItemStyle a:hover
{
    color: White;
}

#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;
}
.btnSubmitQuickContact
{
    background: url(../Images/submit.gif) no-repeat;
    border: none;
    height: 25px;
    width: 87px;
    cursor: pointer;
}
#CateringConiner
{
    text-align: left;
    padding: 25px;
}
#tblCateringConiner
{
    /*text-align: center;     float: left;     margin-left: 100px;*/
    margin-top: 20px;
}
.tdTableBookingRight
{
    padding-left: 5px;
    padding-bottom: 2px;
    float: left;
    width: 10cm;
    text-align: left;
    vertical-align: top;
}
#TableBookingConiner
{
    text-align: left;
    padding: 25px;
    background: url(../Images/TableBooking.jpg) no-repeat right;
    padding-left: 80px;
}
.ReservationStaticSelectedStyle
{
    color: White;
    background: url(../Images/SelectedNavBg.jpg) repeat-x;
}
.ReservationStaticHoverStyle
{
    color: white;
    background: url(../Images/SelectedNavBg.jpg) repeat-x;
}
.ReservationStaticMenuItemStyle
{
    color: White;
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.ReservationMenu, #ReservationMenu a
{
    color: White;
    display: none;
}
#ReservationMenu
{
    text-align: left;
    display: none;
}
#ReservationContent
{
}
.tdTableBookingLeft
{
    text-align: right;
    line-height: 30px;
    vertical-align: top;
    width: 169px; /*     text-align: right;     padding-right: 3px;     vertical-align: top;     padding-top: 2px;     width:169px;*/
}
.CalenderImage
{
    background: url(../Images/Calendar.png) no-repeat;
    border: none;
    width: 16px;
    height: 16px;
}
#tdCateringBtnSubmit
{
    padding-top: 10px;
    width: 500px;
    text-align: center;
}

#tdCateringBtnSubmit1
{
    padding-top: 10px;
    text-align: center;
}
.CreateUserStyleLabel
{
    width: 150px;
    text-align: right;
    padding-left: 200px;
}
.CreateUserStyleTextbox
{
    text-align: left;
}
#divDirectionFlash
{
    width: 669px;
    height: 704px;
    border: 1px solid #8F8F69;
    margin-bottom: 5px;
}
#mainText
{
}
.InvoicePromotional
{
    text-align: right;
    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: 10px;
}
.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: 320px;
    height: 80px;
    margin-right: 10px;
}

#tdGetDirectionsthrough
{
    height: 30px;
    padding-left: 3px;
}
#td1DirectionspnlEmail, #td1DirectionsYourMsg
{
    text-align: right;
    padding-right: 3px;
}
#td1DirectionsSMSType, #td1DirectionsMobile
{
    text-align: right;
    padding-right: 3px;
}
#LoginInnerContainer
{
    padding-top: 10px;
}
.style_Myprofile
{
    width: 100%;
}
.tdMyProfileWidth
{
    width: 39px;
}
.lblMyProfile
{
    width: 187px;
    text-align: right;
}
.MyProfileColon
{
    width: 4px;
}
.txtMyProfile
{
    width: 144px;
}
#tdMyProfileMsg
{
    text-align: left;
}
.optsms
{
    background: url(../Images/Mobile.jpg) no-repeat right;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.optemail
{
    background: url(../Images/mail.jpg) no-repeat right;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#td2DirectionsSMSType
{
    padding-bottom: 7px;
}
.lblCountryCode
{
    display: none;
}
#td2DirectionsYourMsg
{
    padding-top: 5px;
}
#divPriavcyPolicy
{
    cursor: Pointer;
}
.PrivacyPolicy
{
    text-decoration: none;
    color: #c8e45b;
    cursor: Pointer;
}
#divSurveyErrorMessage
{
    margin-top: 10px;
    text-align: center;
}
.lblSurveyErrorMessage
{
    color: red;
}
.lblTableBookingErrorMessage
{
    color: Red;
}
.lblCateringErrorMessage
{
    color: Red;
}
.ContactUsMessage
{
    color: Red;
    margin-left: 80px;
}


/*Start Stylesheet for Testimonial Page*/
#divTestimonialContainer
{
    padding-left: 20px;
    padding-right: 20px;
}
#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 3px;
    padding-bottom: 10px;
    border-bottom: dotted 2px #d4d4d4;
}
.TestimonialTitle
{
    text-align: left;
    color: #00507d;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.TestimonialText
{
    text-align: justify;
    font-size: 12px;
    padding-bottom: 6px;
    padding-left: 30px;
    padding-right: 30px; /*padding-top: 20px;*/
    font-size: 17px;
    font-style: normal; /*font-family: 'Lucida Handwriting;*/
    font-family: Arial;
}

.TestimonialSource
{
    text-align: right;
    padding-top: 10px;
    padding-right: 70px;
    color: #404040;
    font-size: 16px;
    width: 28%;
    float: right;
    font-family: Sans-Serif;
    font-weight: bold;
}

/*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: #a36966;
}
.CartGrid
{
    border: solid 1px #dd8100;
    background: #fff3cc;
}
.lblBanquetPackageCategory
{
    color: Blue;
    cursor: pointer;
}
.tdBanquetPackage
{
    text-align: left;
    padding-left: 10px;
}
/*************** Style for the ResetPassword ******************/
.forgotPassContainerDiv
{
    width: 75%;
    background-color: White;
    padding-bottom: 25px;
}
.forgotPassHeaderDiv
{
}

.forgotPassHeaderIconImg
{
}
.forgotPassHeaderIconTick
{
}

.forgotPassHeaderText
{
    font-size: 18px;
    text-align: left;
    padding-top: 8px;
    padding-left: 45px;
    text-decoration: underline;
    color: #fff;
    background: url(../Images/ForgotPassword.png) no-repeat top left #6FBB48;
    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;
    background-color: White;
    border: 1px solid #8F8F69;
    margin-top: 10px;
    padding-bottom: 30px;
    text-align: left;
    padding-left: 60px;
}
.forgotPasswordContentDiv a:hover
{
    color: Orange;
}
.forgotPasswordContentDivTableContainer
{
    padding-top: 20px;
    text-align: left;
}

.forgotPasswordContentDivTable
{
    border: solid 1px black;
}
.spnEmailLabel
{
    font-weight: bold;
    padding-left: 60px;
}
#CakeText
{
    color: Red;
    font-weight: bold;
}
.txtChangePasswordEmailAddress
{
    width: 300px;
}
.btnGetEmail
{
    background: transparent url(../images/GetPasswordLink.gif) no-repeat scroll 0 0;
    background-position: top left;
    width: 150px;
    height: 27px;
    cursor: pointer;
    border: none;
    margin-left: 150px;
}
.divBtnGetEmail
{
    padding-top: 10px;
    text-align: left;
    width: 100%;
}
.dicChangePasswordControlContainer
{
    padding-top: 25px;
    padding-bottom: 25px;
}
.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 *****************/
/*#divEventsContainer
{
    padding-bottom: 10px;
}
#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;
}*/
/************End Style of Events Page *****************/


.hlReorderLink
{
    cursor: pointer;
}
#divReorderLink
{
    background: url(../Images/ReorderText.jpg) no-repeat;
    width: 90px;
    height: 25px;
    margin-left: 10px;
    padding-right: 10px;
}


/************Start Style of Restaurant Promotion Page *****************/
.divPromotionSpecialOfferControl
{
    width: 241px;
}
/************End Style of Restaurant Promotion Page *****************/

#tblTableBookingContainer
{
    width: 550px;
    float: left;
}
#divTableBookingBusinessHours
{
    width: 273px;
    float: right;
    vertical-align: top;
}

.InvoiceSubmit
{
    background: url(../Images/submit.gif) no-repeat;
    width: 87px;
    height: 25px;
    border: none;
    cursor: pointer;
}
.InvoiceCancel
{
    background: url(../Images/cancel.gif) no-repeat;
    width: 95px;
    height: 25px;
    border: none;
    cursor: pointer;
}
.RNTClass
{
    text-align: right;
}
#divCompanyNameFooter
{
    /*background:#399929;*/
    vertical-align: top; /*margin-top:20px;*/
    height: 67px;
}
#divCompanyNameFooter td
{
    vertical-align: middle;
}
#divSubwayAndBuses
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.ifrmSubwayAndBuses
{
    width: 100%;
    height: 320px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}



.hlReorderLink
{
    cursor: pointer;
}
#divReorderLink
{
    background: url(../Images/ReorderText.jpg) no-repeat;
    width: 90px;
    height: 25px;
    margin-left: 10px;
    padding-right: 10px;
}


/************Start Style of Restaurant Promotion Page *****************/
.divPromotionSpecialOfferControl
{
    width: 241px;
}
/************End Style of Restaurant Promotion Page *****************/

#tblTableBookingContainer
{
    width: 550px;
    float: left;
}
#divTableBookingBusinessHours
{
    vertical-align: top;
    background: none repeat scroll 0 0 #F5EBD2;
    border: 1px solid #D8AD9C;
    height: 123px;
    margin-left: 2px;
    margin-top: 5px;
    padding-top: 10px;
}

.InvoiceSubmit
{
    background: url(../Images/submit.gif) no-repeat;
    width: 87px;
    height: 25px;
    border: none;
    cursor: pointer;
}
.InvoiceCancel
{
    background: url(../Images/cancel.gif) no-repeat;
    width: 95px;
    height: 25px;
    border: none;
    cursor: pointer;
}
.RNTClass
{
    text-align: right;
}
#divCompanyNameFooter
{
    /*background:#399929;*/
    vertical-align: top; /*margin-top:20px;*/
    height: 67px;
}
#divCompanyNameFooter td
{
    vertical-align: middle;
}
#divSubwayAndBuses
{
    width: 562px;
    height: 452px;
    margin-bottom: 20px;
    border: solid 1px #DD8100;
}
.ifrmSubwayAndBuses
{
    width: 562px;
    height: 452px;
    padding: 0px;
    margin: 0px;
}




/************Start Style of Events Page *****************/
#divEventsContainer
{
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}
#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 of WebTelEventByDate Control *****************/
#tblEventByDateHeader
{
    background: url(../Images/EventByDateBg.jpg) repeat-x;
    height: 36px;
    width: 100%;
    text-align: left;
    color: #84011f;
    padding-left: 10px;
    font-size: 15px;
}
#divEventByTypeHeader
{
    background: url(../Images/EventByDateBg.jpg) repeat-x;
    height: 36px;
    width: 100%;
    text-align: left;
    color: #84011f;
    padding-left: 10px;
    font-size: 15px;
    border-top: solid 1px #d2a549;
    border-bottom: solid 1px #d2a549;
}
.tdhlkEventName
{
    text-align: left;
}
.inactiveDateEvent
{
    background: url(../Images/EventByTypeBg.jpg) repeat-x;
    text-align: left;
    color: Black;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    border-bottom: solid 1px #fadae1;
    cursor: pointer;
    text-decoration: none;
}
.activeDateEvent
{
    background: #7c2c25;
    text-align: left;
    color: White;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    border-bottom: solid 1px #fadae1;
    cursor: pointer;
    text-decoration: none;
}
.inactiveDateEvent a
{
    text-decoration: none;
    color: Black;
    cursor: pointer;
}
.inactiveDateEvent:hover
{
    text-decoration: none;
    color: white;
    background: #7c2c25;
    cursor: pointer;
}
.activeDateEvent a
{
    text-decoration: none;
    color: White;
    font-weight: bold;
}
.hlkEventName
{
}
/************End Style of WebTelEventByDate Control *****************/



/************Start Style of Restaurant Promotion Page *****************/


#divLoginMessage
{
    font-size: 10px;
    color: Red;
}
#divRegiserUserMessage
{
    font-size: 10px;
    color: Red;
    padding-bottom: 10px;
}
.lblOrderConfirmationMessage
{
}
#divOrderConfirmationMessage
{
    color: Red;
    margin-bottom: 15px;
    margin-top: 5px;
    margin-right: 100px;
}


/* start PayPal Page stylesheet */
#PaypalContainer
{
}
.PaypalConfirm
{
    background: url(../Images/submit.gif) no-repeat;
    cursor: pointer;
    border: none;
    width: 87px;
    height: 25px;
}
.PaypalCancel
{
    background: url(../Images/cancel.gif) no-repeat;
    cursor: pointer;
    border: none;
    width: 95px;
    height: 25px;
}
#divInvoiceConfirmation
{
    padding-bottom: 10px;
}
/* end PayPal Page Stylesheet*/

/* SurveyFeedback start (12/12/2009) */
.pnlFeedbackInoformation
{
    padding: 0px 10px 10px 10px;
    font-family: Arial;
    color: #212121;
    font-size: 13px;
}
#SurveyFeedbackTitleContainer
{
    width: 100%;
    text-align: center;
}
#SurveyFeedbackTitle
{
    padding-top: 6px;
    height: 28px;
    width: 230px;
    text-align: center;
    background: url(../Images/SurveyFeedback/SurveyFeedBackTitle.jpg);
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

.SurveyFeedbackStatement
{
    padding: 10px 10px 0px 10px;
    font-size: 13px;
    color: #212121;
}

#SurveyFeedbackConfidentialStatement
{
    padding: 10px 10px 10px 10px;
    font-weight: bold;
}

#SurveyFeedbackSectionSeperator
{
    border-top: solid 1px #cccccc;
}

#SurveyFeedbackCommonInformation
{
    padding-top: 10px;
}

.SurveyFeedbackUserEmailTextBox
{
    width: 250px;
}

#SurveyFeedbackOrderTime
{
    padding-left: 20px;
}

#SurveyFeedbackMayWeContactDiv
{
    padding: 10px;
}

.SurveyFeedbackQuestion
{
    font-size: 11px;
    font-weight: bold;
}

.RadioButtonList label
{
    display: inline-block;
    width: 50px;
}

.SurveyFeedbackSubTitleContainer
{
    background-color: #f5f5f5;
    border: solid 1px #cccccc;
    margin-bottom: 10px;
}

.SurveyFeedbackSubTitle
{
    padding-top: 6px;
    height: 27px;
    width: 143px;
    text-align: center;
    background: url(../Images/SurveyFeedback/SurveyFeedBackSubTitle.jpg);
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

.SurveyFeedbackContent
{
    padding: 10px;
}

#SurveyFeedbackOpinionAnswer
{
    padding-left: 25px;
}

#SurveyFeedbackSuggestion
{
    background-color: #f5f5f5;
    border: solid 1px #cccccc;
    padding: 10px;
    margin-bottom: 5px;
}

#FeedbackButtonDiv
{
    padding-top: 10px;
    text-align: center;
}

.SurveyFeedbackSubmit
{
    width: 83px;
    height: 25px;
    background: url(../Images/submit.gif) no-repeat;
    border: none;
}

.SurveyFeedbackClear
{
    width: 83px;
    height: 25px;
    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);
    font-weight: bold;
    color: Black;
    width: 290px;
    margin-left: 150px;
    margin-top: 10px;
}
.gvwDashboardRowViewed
{
    background-color: White;
}
.ViewOrderDashBoardGridView
{
    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: #FFCC66;
    color: #333333;
}
.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;
}
#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) 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;
}
.lblSpecificTimeSlotForOutsideBusinessHoursBlink
{
    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: Verdana;
    font-size: 12px;
    vertical-align: text-top;
}
#divTxtOtherTextContainer
{
    display: none;
    padding-left: 15px;
}
.btnApplyForConfirmation
{
    cursor: pointer;
    background: url(../Images/ProcessOrder.gif) no-repeat;
    height: 25px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}
.btnApplyAndPrintForConfirmation
{
    cursor: pointer;
    background: url(../Images/ProcessOrderAndPrint.gif) no-repeat;
    height: 25px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}
.divSendCopyForOnlineOrder
{
    padding-top: 10px;
}
.txtSendCopyForOnlineOrder, .txtSendCopyForContactUsTo
{
    width: 272px;
}
.txtSendCopyToForCateringTo
{
    width: 283px;
}
.txtSendCopyForTableBookingTo
{
    width: 283px;
}
.pnlOrderAlreadyAck
{
    background: #fdf7e6;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#frmConfirmRequestContainer
{
    text-align: left;
}
#frmConfirmRequest
{
    font-size: 12px;
    width: 100%;
    text-align: left;
}
#frmConfirmRequestContent
{
    text-align: left;
}
.lblConfirmRequestMessage
{
    color: red;
    font-weight: bold;
}
.pnlOrderConfirmationInstructionsFirstDiv
{
    display: block;
    padding-top: 25px;
    color: Red;
    font-weight: bold;
}
.pnlOrderConfirmationInstructionsSecondDiv
{
    display: block;
    padding-top: 15px;
    font-weight: bold;
    color: Blue;
}
.pnlViewOnlineOrderContainer
{
    padding-left: 50px;
}
.lblConfirmationHeader
{
    font-weight: bold;
}
.OrderConfirmationClose
{
    cursor: pointer;
    background: url(../Images/OrderConfirmationClose.gif) no-repeat;
    height: 25px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}
.OrderConfirmationWaterMark
{
    color: Gray;
    font-style: italic;
    width: 200px;
}
.txtComment
{
    width: 200px;
}
.btnApplyAndPrintForConfirmationContactUs
{
    cursor: pointer;
    background: url(../Images/ProcessOrderAndPrint.gif) no-repeat;
    height: 25px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}
.btnApplyAndPrintForConfirmationCatering
{
    cursor: pointer;
    background: url(../Images/ProcessOrderAndPrint.gif) no-repeat;
    height: 25px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}
.btnApplyAndPrintForConfirmationTableBooking
{
    cursor: pointer;
    background: url(../Images/ProcessOrderAndPrint.gif) no-repeat;
    height: 25px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}
.btnApplyForConfirmationTableBooking
{
    cursor: pointer;
    background: url(../Images/ProcessRequest.gif) no-repeat;
    height: 25px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}
.btnApplyForConfirmationCatering
{
    cursor: pointer;
    background: url(../Images/ProcessRequest.gif) no-repeat;
    height: 25px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}
.btnApplyForConfirmationContactUs
{
    cursor: pointer;
    background: url(../Images/ProcessRequest.gif) no-repeat;
    height: 25px;
    width: 150px;
    margin: 0px;
    border: none 0px;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.divlblOrderAckMsgOther
{
    padding-top: 5px;
    padding-bottom: 5px;
}
#divContactUsConfirmationContainer
{
    padding-left: 10px;
}
#divTableBookingConfirmationContainer
{
    padding-left: 10px;
}
#divCatringConfirmationContainer
{
    padding-left: 10px;
}
/*********** END OF STYLESHEET FOR ORDER CONFIRMATION ************/



/*********** Stylesheet For Media Gallery ************************/
#MediaGalleryContainer
{
}

#MediaGalleryMenu
{
    float: left;
    background: #f7a88c;
    padding-top: 10px;
    padding-bottom: 10px; /*   width: 196px;*/
    margin-top: 20px;
}

#VideoGalleryContent
{
    /*float: left;      margin-top: 0px;     width: 700px;     margin-right: 10px;     margin-bottom: 0px;*/
}

#tblGallery
{
    float: left;
}
#tdVdGalleryContainer
{
    padding-top: 50px;
    text-align: left;
    width: 110px;
    padding-left: 60px;
    text-align: center;
    vertical-align: top;
}

#divVdGallery
{
    font-weight: bold;
    font-family: Arial;
}

.VdGalleryLink
{
    text-decoration: none;
    color: #853A30;
}

#divVdGalleryIcon
{
    width: 23px;
    height: 23px;
    cursor: pointer;
}

#divVdGalleryIconContainer
{
    margin-top: 5px;
    margin-left: 45px;
    text-align: left;
    margin-right: 45px;
}

.VdGalleryLink #divVdGallery:hover
{
    text-decoration: underline;
}

.VdGalleryLink:hover
{
    text-decoration: underline;
}

.tblVideoGalleryThumb
{
    background: #ffffff;
    border: solid 1px black;
}
.tblVideoGalleryThumbSelected
{
    background: #c89f50;
    border: solid 1px black;
}

.tblVideoGalleryThumbSelected .divVideoLable a
{
    color: White;
}


.divVideoLable
{
    font-weight: bold;
    text-align: left;
}

.divVideoLable a
{
    color: #000;
}

.tdVideoDescription
{
    padding: 3px;
}

.tdThumbText
{
    text-align: left;
    vertical-align: top;
    width: 255px;
    padding-left: 5px;
    line-height: 15px;
}

/*********** End of Stylesheet For Media Gallery *************/


/**************Start Style for Announcement **********************/
#divEventsContainer
{
    padding-top: 10px;
    text-align: left;
}

#divAnnouncementItemTemplate
{
    text-align: left;
    width: 100%;
}
#divAnnouncementTitleContainer
{
    clear: both;
    text-align: left;
    width: 100%;
}
#tblAnnouncementTitle
{
    width: 100%;
}
.lnkAnnouncementTitle
{
    font-size: 16px;
    font-weight: bold;
    color: #5e0d14;
    text-decoration: none;
}

.lnkAnnouncementTitle:hover
{
    text-decoration: underline;
}


.lblAnnouncementTiming
{
    color: #81200d;
}
.imgAnnouncement
{
    width: 250px;
    height: 150px;
}
#divAnnouncementImageAndDescriptionContainer
{
    padding-top: 5px;
}
#divAnnouncementDescriptionContainer
{
    padding: 5px;
    font: left;
}
#divAnnouncementContainer, #divPastAnnouncementContainer
{
    text-align: left;
}

#divAnnouncementNavigationContainer
{
    margin-left: 10px;
    margin-right: 10px;
    background-color: #6fbb48;
}

#divPastAnnouncementTitle, #divAnnouncementTitle
{
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #FBC275;
    padding-top: 5px;
    height: 23px;
    padding-left: 30px;
    color: #591721;
    font-weight: bold;
}

#tblAnnouncementItemTemplate
{
    padding: 10px;
    width: 100%;
}

#tdAnnouncementImage
{
    text-align: center;
    vertical-align: top;
    width: 250px;
}

#tdAnnouncementContent
{
    padding-left: 5px;
    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: 12px;
    padding-top: 15px;
}

.Annnav
{
}
.hlnkAnnouncementLink
{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
}

.hlnkAnnouncementLink:hover
{
    color: #CCCCCC;
    display: block;
}
.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: #000000;
}
.Annmenu-right-active
{
    height: 28px;
    width: 9px;
    display: block;
    float: left;
    cursor: pointer;
}
.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: left;
    width: 28px;
}
#tdAnnouncementTitle
{
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}
.divAnnouncementTitle
{
}

.announcementIcon
{
    background: url(../Images/Announcement.png) no-repeat;
    float: left;
    width: 28px;
    height: 28px;
}
.eventsIcon
{
    background: url(../Images/Events.png) no-repeat;
    height: 28px;
    width: 28px;
    float: left;
}
.newsIcon
{
    background: url(../Images/News.png) no-repeat;
    height: 28px;
    width: 28px;
    float: left;
}
.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: #6fbb48;
}

#divEventDetailContainer
{
    text-align: left;
    width: 950px;
}

#tblEventDetail
{
    margin: 0px 20px 20px 20px;
    width: 910px;
}

#divAnnoucementDetailHeaderTitle
{
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    background-color: #F5FCE1;
}

.lblAnnoucementDetailTitle
{
    font-size: 18px;
    font-weight: bold;
    color: #800000;
}

#divAnnoucementDetailTimings
{
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
    color: #35434c;
}

#divAnnoucementDetailDescriptionContainer
{
    padding: 5px;
}

#divBackToPublication
{
    padding-top: 5px;
    padding-right: 20px;
    text-align: right;
}

.BackToPublication
{
}

.BreadcrumbNode
{
    color: #fff;
    text-decoration: none;
}

.BreadcrumbCurrentNode
{
    color: #000;
}

#divAnnoucementDetailImageContainer
{
    text-align: center;
}

/* END   (EventDetails.aspx)   End */

.hyperlinkEventTitle
{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.hyperlinkEventTitle:hover
{
    text-decoration: underline;
}

/**************End Style for Announcement **********************/




/*Footer*/
#imgTwitterIcon
{
    background: url("../Images/TwitterImage.jpg") no-repeat;
    height: 26px;
    width: 26px;
    margin-left: 6px;
}
#divImgDescription
{
    display: none;
}
#divFoodTypeVegetarian
{
    display: none;
}

.tdimgVideoThumb
{
    padding-top: 4px;
    padding-left: 4px;
}
#tdPromotionLeftNavigationContainer
{
    height: 5cm;
    width: 6cm;
}

.GalleryStyle p
{
    text-align: center;
}
.GalleryStyle
{
    float: right;
}
.divVideoPostedOn
{
    font-size: 10px;
}
#divJITPcontainer
{
    width: 240px;
    height: 200px;
}
.divSelectedGallery
{
    background: url("../Images/arrow.jpg") no-repeat scroll right top #ffaa46;
    height: 89px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: left;
    width: 128px;
}

#divGalleryNavigation
{
    /* background: none repeat scroll 0 0 #f6e4ab;     border: 1px solid #ffaa46;     margin-top: 35px;*/
}
.ItemStyleCss
{
    background-color: #6fbb48;
    padding: 10px;
    border: Solid 1px #B9B6AA;
}
.lkbtnGallery
{
    margin-bottom: 10px;
    color: #000;
}
.lkbtnSelectedGallery
{
    color: #fff;
}
.divUnSelectedClassGallery
{
    margin-top: 20px;
    margin-bottom: 10px;
}

#tdGallery
{
    padding-left: 100px;
}

#OrderFormContainer
{
    /*background-color: #f9ffe9;*/
    float: left;
    width: 950px;
    text-align: left; /*border: 1px solid #6fbb48;*/
    margin-bottom: 10px;
}

.tdCakeOrderright
{
    padding-top: 5px;
    padding-bottom: 5px;
}
.tdCakeOrderLeft
{
    text-align: right;
    padding-right: 3px;
    vertical-align: top;
    padding-top: 9px;
}
.txtDecoration
{
    width: 400px;
}
#tblCakeOrderFormContainer
{
    float: left;
    width: 540px;
    margin-left: 10px;
}
.divText
{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: medium;
}

.spanStyle
{
    margin-left: 10px;
    color: Gray;
}
.btnSubmitOrder
{
    background: url(../Images/Submit.gif) no-repeat;
    border: none;
    height: 31px;
    width: 95px;
    cursor: pointer;
    margin-bottom: 10px;
}
.divContinue
{
    background: url("../Images/continue.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 31px;
    margin: 25px auto;
    width: 95px;
}
.ContinueLabel
{
    margin-top: 20px;
}

#tdCakeOrderBtnSubmit
{
    padding-top: 10px;
    padding-left: 400px;
}
.Address
{
    width: 215px;
}
#tblCustomerInfo
{
    width: 100%;
    margin: 0 auto;
    float: left;
}
.WaterMarkClass
{
    color: #cbcbcb;
    font-weight: bold;
}
#CakeOrder
{
    background: transparent url(../Images/CakeBGnew.jpg) no-repeat scroll right bottom;
    float: right;
    height: 530px;
    margin-left: 20px;
    width: 370px;
}
/*end of cake order info page.*/
/********** START OF STYLESHEET FOR JIT-ADMINISTRATION ***********/



#imgJitImage
{
    display: none;
}
#divSpecialTitle
{
    display: none;
}
.pnlJITMgmtContent
{
    background-color: #f0e8d1;
    border: solid 1px #898962;
    margin: 25px;
    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;
}
#radEditorJITContent
{
    height: 340px;
}
#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
{
}
#divPreviewJIT
{
    width: 98%;
    text-align: center;
}
#tblItemMgmtContentEditorAndPreview #divPreviewJIT
{
    margin-left: 40px;
}
div.clear
{
    clear: both;
    display: block;
}
.btnSaveJIT
{
    cursor: pointer;
    border: none 0px;
    background: url(../Images/save2.gif) no-repeat scroll 0 0;
    height: 25px;
    width: 96px;
}
.btnPreviewJIT
{
    cursor: pointer;
    border: none 0px;
    background: url(../Images/preview.gif) no-repeat scroll 0 0;
    height: 25px;
    width: 96px;
}
#divbtnSaveJIT
{
    margin-top: 20px;
}
.trJITTitle
{
    /* display:none;*/
}

.dlImageSelection td
{
    vertical-align: top;
}

#pnlJITMgmtImageSelectionContent .divTemplateSelectImage
{
    border: solid 10px #dcceac;
}

#pnlJITMgmtImageSelectionContent .divTemplateSelectImage:hover
{
    border: solid 10px #c8af70;
}
#pnlJITMgmtImageSelectionFooter
{
    width: 100%;
    text-align: center;
    padding: 10px;
}
.JITTemplateCancelButton
{
    border: none;
    background: url(../Images/cancel.gif) no-repeat;
    height: 25px;
    width: 95px;
    cursor: pointer;
}
.divlblActiveStatus
{
    width: 6cm;
    padding: 5px;
    padding-top: 10px;
    text-align: center;
}
.lblJITActiveStatus
{
    font-weight: bold;
    color: Red;
}
.pnlJITMgmtContent .divLblMessage
{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px; /*border:solid 1px #c8af70; */
}
.pnlJITMgmtContent .divLblMessage .lblMessage
{
    font-weight: bold;
    color: Red;
}
.pnlJITMgmtContent h3
{
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}
.divBackToJitSelection
{
    padding: 10px;
    text-align: right;
}
.grdJITSelection
{
    text-align: center;
    width: 100%;
}
.grdJITSelection td, .grdJITSelection th
{
    padding-top: 8px;
    padding-bottom: 8px;
}
.hlkbackToJITSelection, .hlkAddNewJIT
{
    font-weight: bold;
}
.JITManagementDLSTPromoList .ItemSeperatorCssClass
{
    width: 15px;
}
.JITManagementDLSTPromoList #divPreviewJIT
{
    border: solid 10px #dcceac;
}
.JITManagementDLSTPromoList #divPreviewJIT:hover
{
    border: solid 10px #c8af70;
}
.JITManagementDLSTPromoList .divPromoTitle
{
    text-align: center;
    padding: 5px;
    min-height: 14px;
    color: White;
    font-weight: bold;
    padding-top: 20px;
}
.JITManagementDLSTPromoList .divJITDate
{
    text-align: center;
    padding: 3px;
    padding-top: 8px;
    font-weight: normal;
    border-top: dotted 1px gray;
}
.reContentCell
{
    height: 340px;
}
.JITManagementDLSTPromoList .left .active
{
    color: Green;
    font-weight: bold;
}
.JITManagementDLSTPromoList .left .inactive
{
    color: Red;
    font-weight: bold;
}
.JITManagementDLSTPromoList .left
{
    float: left;
    padding-top: 5px;
    width: 65%;
}
.JITManagementDLSTPromoList .right
{
    float: right;
}
.JITManagementDLSTPromoList .divJITActions
{
    padding: 3px 0px 0 10px;
}
.JITManagementDLSTPromoList .hlkEditJIT
{
    background: url(../images/icon_edit.gif) no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 16px;
    width: 16px;
}
.JITManagementDLSTPromoList .hlkCopyJIT
{
    background: url(../images/icon_copy.gif) no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.JITManagementDLSTPromoList .btnDeleteJIT
{
    background: url("../Images/icon_delete.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.JITManagementDLSTPromoList table.tblJITActions td
{
    padding-right: 7px;
}
.JITManagementDLSTPromoList table
{
    background-color: #dcceac;
    padding: 5px 0 5px 10px;
}
.JITManagementDLSTPromoList #divPreviewJIT:hover table
{
    background-color: #c8af70;
    padding: 5px 0 5px 10px;
}

/*********** END OF STYLESHEET FOR JIT-ADMINISTRATION ************/

/*VIP Registration*/

#divVIPRegistrationPage
{
    width: 382;
    height: 482;
}
/*End*/



/*himu*/

.tableRegisterVIC
{
    width: 950px;
}

.tableRegisterVIC .title
{
    color: #580000;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    background: #edf5e9;
}
.tdRegisterVICHeader
{
    height: 120px;
    background-color: #6fbb48;
}

.tdRegisterVICHeader .divHeaderContent
{
    width: 500px;
    font-family: arial;
    font-size: 15px;
    float: left;
    font-weight: bold;
    color: #201414;
    padding-left: 20px;
    margin-top: 30px;
}

.divVicRegisterForm
{
    width: 482px;
    border-right: dotted 1px #4f4f4f;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 20px;
}
.divHeaderImage
{
    float: right;
    margin-right: 100px;
    background: url('../Images/VICRegisterHeader.jpg') no-repeat;
    height: 109px;
    width: 146px;
    margin: 5px;
    margin-right: 90px;
}
.PromotionIcon
{
    background: url(../Images/PromotionIcon.png) no-repeat;
    height: 37px;
    width: 39px;
}
.EventIcon
{
    background: url(../Images/EventIcon.png) no-repeat;
    height: 37px;
    width: 33px;
}
.CouponsIcon
{
    background: url(../Images/CouponsIcon.png) no-repeat;
    height: 37px;
    width: 45px;
}
.divPromotionTitle, .divEventTitle, .divCouponsTitle
{
    font-family: arial;
    font-size: 15px;
    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: 32px;
    width: 92px;
}
#tdVIPRegistrationSubmitbtn
{
    text-align: center;
}
.divPromotionDetail, .divEventDetail, .divCouponsDetail
{
    font-family: arial;
    font-size: 12px;
    margin-left: 5px;
    padding-right: 20px;
    border-bottom: dotted 1px #bcad85;
    padding-bottom: 10px;
    text-align: left;
}
.tdTblVIPDetailLeft
{
    text-align: right;
}
.tdTblVIPDetailRight
{
    text-align: left;
}
.tableRegisterVICDetail
{
    margin-top: 25px;
    padding-left: 20px;
}

#DrpAnnMonth
{
    text-decoration: none;
}
#DrpBDateMonth
{
    text-decoration: none;
}
/*himu*/
#lblError
{
    text-align: center;
}





/************Resources Page****************************/


.ResourcesTitle
{
    color: Orange;
    font: 14px;
    font-weight: bold;
    text-decoration: none;
    width: 98%;
    margin-top: 13px;
}

.ResourcesTitle a
{
    color: Orange;
    font: 14px;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 10px;
}


.ResourcesTitle a:hover
{
    color: Orange;
    font: 14px;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 10px;
}

.tdResourcesDescription
{
    /* padding-bottom: 10px;*/
}
.Diffline
{
    width: 100%;
    border-top: solid 1px #d3d1cf;
}


.ResourcesContainer
{
    width: 700px;
}
.ResourcesContainer1
{
    width: 950px;
}

.ResourcesContainer1 .Icon
{
    background: url("../Images/bullet_arrow.jpg") no-repeat;
    height: 11px;
    width: 15px;
    float: left;
    margin-top: 2px;
}

.partline
{
    border-bottom: 1px dotted #000000;
    float: left;
}
.IconAdmin
{
    background: url("../Images/bullet_arrow.jpg") no-repeat;
    height: 11px;
    width: 15px;
    float: left;
    margin-top: 15px;
}
.ResourcesDescription
{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
}


#ResourcesTitle
{
    background: url("../Images/title_bkg.jpg") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-weight: bold;
    height: 28px;
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
    font-size: 14px;
}


.btnAddNewResources
{
    background: url("../Images/AddResources.gif");
    border: medium none;
    cursor: pointer;
    height: 25px;
    margin-bottom: 5px;
    width: 140px;
}

.lnkReOrderResources
{
    background: url("../Images/ChangeOrder.gif");
    border: medium none;
    cursor: pointer;
    height: 25px;
    margin-bottom: 5px;
    width: 140px;
}


#tblViewResources
{
    margin: 30px;
}
.btnPublishResources
{
    background: url("../Images/Add.gif");
    border: medium none;
    cursor: pointer;
    height: 25px;
    margin-bottom: 5px;
    margin-left: 80px;
    width: 87px;
}

.btnPublishResourcesCancel
{
    background: url("../Images/Cancel.gif");
    border: medium none;
    cursor: pointer;
    height: 25px;
    margin-bottom: 5px;
    width: 95px;
    margin-top: 5px;
}
.tdPTLabels
{
    color: Green;
    text-align: right;
    font-weight: bold;
}

.tdPTControls
{
    padding-top: 5px;
}



.ResourcesAdminDescription
{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}


.ResourcesAdminTitle
{
    color: Orange;
    font: 14px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    width: 95%;
    margin-top: 12px;
}

.ResourcesAdminTitle a
{
    color: Orange;
    font: 14px;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 10px;
}
.DiffAdminline
{
    /*    background:none repeat scroll 0 0 #000000; float:left; margin-top:20px; width:1048%; height:1px;*/
}
.Rdesc1
{
    text-align: left;
    width: 100%;
    float: left;
    padding-bottom: 20px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #000;
}

.Rdesc
{
    text-align: left;
    width: 80%;
    float: left;
    margin-bottom: 4px;
}
.RTitle
{
    text-align: right;
    width: 30%;
    color: Orange;
    font-weight: bold;
    padding-left: 100px;
    padding-right: 5px;
}
#txtEditTitle
{
    width: 10cm;
}
.btnSaveReOrderResources
{
    background: url("../Images/Save.gif");
    border: medium none;
    cursor: pointer;
    height: 25px;
    margin-bottom: 5px;
    width: 87px;
    margin-top: 5px;
}




#ResourcesheaderAdmin
{
    width: 100%;
    height: 20px;
    background: green;
}


#addheading
{
    color: Orange;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
}


.ResourcesMore
{
    float: right;
    text-align: right;
    color: Red;
    text-decoration: none;
}
.OrderCheckoutDistanceMessage
{
    color: Red;
}
#divCateringInquiryMessage
{
    text-align: left;
}
.JITTemplateUploadButton
{
    background: url('../Images/Upload.gif') no-repeat;
    height: 25px;
    width: 87px;
    border: none;
}
.tdJITUploadTemplate
{
    padding: 5px 0px 5px 0px;
}
.aHeaderLogoLink
{
    outline: none;
    border: none;
}
#divHeaderLogo
{
    float: left;
    height: 161px;
    width: 350px;
}
#ReservationContainer
{
    float: left;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 10px;
    width: 950px;
}

/*-------- Printable Menu on menu page START --------- */
.divPrintableMenuOnMenuPage
{
    background: url("../Images/PrintableMenu.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    margin-top: 5px;
    width: 140px;
    height: 15px;
    padding-bottom: 10px;
    margin-left: 22px;
}
.lnkPrintableMenuOnMenuPage
{
    text-decoration: none;
    outline: none;
    border: none 0px;
}
.pnlMenuPagePrintableMenu
{
    text-align: center;
    width: 140px;
    height: 25px;
    padding-bottom: 8px;
    float: left;
}
.pnlMenuPagePrintableMenu a
{
    border: 0;
    outline: none;
    width: 140px;
    height: 25px;
    cursor: pointer;
}
/*-------- Printable Menu on menu page END --------- */

.hlkClearLoginList
{
    color: #000;
}
.LinkHref
{
    color: #000;
}


.PaymentOptionPanel
{
    padding-left: 180px;
}
.divPayByPhoneSubmitButtonContainer
{
    padding-left: 200px;
}
.divPayByPhoneLabelContainer
{
    padding: 10px 0px 10px 0px;
    padding-left: 30px;
}

#divExtraImageLink a
{
    outline: none;
    border: none;
}
/*---------------------------*/
#tdPromotionContentContainer
{
    text-align: left;
    width: 75%;
}
.divPromotionContentContainer table
{
    margin-left: 75px;
}

.ItemSeperateorCssClass
{
    height: 290px;
    width: 20px;
}

.divPromotionLeftNavigationContainer
{
    background: none repeat scroll 0 0 #F6E4AB;
    padding: 10px 0 20px;
}
#divPromoTitle
{
    color: White;
    font-weight: bold;
    padding-top: 20px;
}
.lblAllPromoTitle
{
    font-size: 13px;
    color: Black;
}
.PromotionLeftNavigationDivSelection #divlinkPromoAll, .PromotionLeftNavigationDivSelection #divlinkPromo
{
    background: none repeat scroll 0 0 white;
}

#divlinkPromo, #divlinkPromoAll
{
    border: 1px solid #BA2F16;
    height: 107px;
    margin-top: 5px;
    padding-top: 9px;
    width: 128px;
}
#divlinkPromo, #divlinkPromoAll a
{
    border: medium none;
    outline: medium none;
}
#divMapLocationImg
{
    height: 60px;
    width: 85px;
    background-color: Yellow;
    background: url(../Images/MapLocation.gif) no-repeat top center transparent;
}
#MapLocation
{
    height: 60px;
    width: 85px;
    float: left;
    padding-top: 45px;
}
.hnkMap
{
    outline: none;
    border: 0;
    cursor: pointer;
}
/********************(START) Mercury Hosted Checkout Iframe ***********/

#fancybox-close
{
    background: url("../Images/fancybox-close.png") no-repeat scroll 0 0 transparent !important;
    width: 36px !important;
    height: 36px !important;
}
.CustomfancyboxContent1 #fancybox-content
{
    background: url("../Images/loadingAnimationMHC_server.gif") no-repeat scroll 0 0 transparent;
}
.CustomfancyboxContent1
{
    /*top: 850px !important;*/
}
.CustomfancyboxContent1 #fancybox-content
{
    border: solid 1px black;
}


/********************(END) Mercury Hosted Checkout Iframe ***********/




/***(START) Credit Card Tokenization *******/
.spnexpired
{
    font-weight: bold;
    color: Red;
}
.tdrptCreditCardsHeading
{
    text-align: left;
    font-weight: bold;
    padding: 3px;
}
.divrptCreditCards
{
    padding: 2px;
    width: 580px;
    margin: 0 auto;
    padding-bottom: 5px;
}
.tdrptCreditCardsitems
{
    text-align: left;
    padding-left: 2px;
}
.tdimgcardType
{
    width: 45px;
}
.pnlCreateCreditCards
{
    padding-left: 100px;
}
.divexistingCreditCardleft
{
    float: left;
    width: 420px;
    padding: 5px;
}
.divexistingCreditCardRight
{
    float: right;
    width: 250px;
    padding: 5px;
}

.OrderCheckoutaddnewcard
{
    background: url("../Images/AddNewCard.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 25px;
    width: 140px;
}
.OrderCheckoutUseExistingCard
{
    /*background: url("../Images/UseExistingCard.gif") no-repeat scroll 0 0 transparent;*/
    border: medium none;
    cursor: pointer;
    height: 25px;
    width: 140px;
}
#tblexistingCreditCard
{
    width: 90%;
}
.tdexistingCreditCardbottom
{
    padding-bottom: 6px;
}
/***(END) Credit Card Tokenization *******/

/***********(START) Save Addresses ********/

.tdrptAddressesitems, .tdrptAddressesbuttons
{
    text-align: left;
}
.tdrptAddressesbuttons
{
    padding: 5px;
    padding-left: 20px;
}
.divrptAddresses
{
    padding: 2px;
    width: 580px;
    margin: 0 auto;
    padding-bottom: 5px;
}
.datalstAddresses .chkSetDefaultAddress
{
    padding: 5px;
    padding-left: 12px;
}
.chkSetAsDefaultAddressActive label
{
    font-weight: bold !important;
    color: Green;
}
/***(END) Save Addresses *******/

#divContactUsContactDetail
{
    display: none;
}
#toTop
{
    position: fixed;
    bottom: 48%;
    right: 10px;
    cursor: pointer;
    display: block;
    width: 43px;
    height: 43px;
    background: url(../Images/btgotop.png) no-repeat 0 0;
    text-indent: 666em;
    z-index: 666;
    display: none;
}
#toTop:hover
{
    background-position: bottom;
}
.tblPersonalInfoDetailSelection a
{
    color: #000 !important;
}

/***********(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");
    height: 100px;
    background-color: rgb(51, 51, 51);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    display: none;
}
#divFeedbackButtonContainer a
{
    text-decoration: none !important;
}
#divfeedbackbutton
{
    width: 20px;
    height: 96px;
    margin: 0px;
    padding: 0px;
    background-image: url("../Images/feedback.png");
    cursor: pointer;
}
.contactusaspx #divFeedbackButtonContainer, .surveyfeedbackaspx #divFeedbackButtonContainer, .ordercheckoutaspx #divFeedbackButtonContainer
{
    display: block;
}
#divfeedbackbuttonText
{
    width: 1em;
    font-size: 13px;
    letter-spacing: 13px; /* arbitrarily large letter-spacing for safety */
    color: White;
    font-weight: bold;
    padding-left: 2px;
}

/***********(END)  CENTRALIZED FEEDBACK *******/

.vipregistrationformaspx .VIPRegistrationMessage
{
    color: Red;
}

/* Add this CSS in Stylesheet.css */
/* -------  HOME PAGE GALLERY STARTS ------- */

#divHomepageContainer #slider
{
    background: url("../Images/loading.gif") no-repeat scroll 50% 50% transparent !important;
    position: relative !important;
    width: 100%;
    margin: 0 auto;
}

.nivo-controlNav A
{
    position: relative;
    z-index: 10px;
    cursor: pointer;
}

.nivo-controlNav A
{
    font-weight: bold;
}

#divHomepageContainer .slider-wrapper
{
    padding-top: 0px;
    position: relative;
}

#divHomepageContainer #slider a.nivo-imageLink
{
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
}

#divHomepageContainer #slider img
{
    text-align: center;
    border-style: none;
}

#divHomepageContainer
{
}

#divHomepageContainer .nivo-controlNav
{
    background-color: Transparent !important;
    margin: 0 auto;
    overflow: hidden;
    padding: 23px 0 0;
    position: absolute;
    text-align: center; /*width: 210px !important;*/
}
/* Control nav styles (e.g. 1,2,3...) */

#divHomepageContainer .nivo-controlNav a
{
    cursor: pointer;
}

#divHomepageContainer .nivo-controlNav a.active
{
    font-weight: bold;
}

#divHomepageContainer .nivo-prevNav
{
    left: 0px;
}

#divHomepageContainer .nivo-nextNav
{
    right: 0px;
}

#divHomepageContainer .nivoSlider
{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#divHomepageContainer .nivoSlider img
{
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

#divHomepageContainer .nivo-main-image
{
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
#divHomepageContainer .nivoSlider a.nivo-imageLink
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    cursor: pointer;
}
/* The slices and boxes in the Slider */
#divHomepageContainer .nivo-slice
{
    display: block;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
}

#divHomepageContainer .nivo-box
{
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

#divHomepageContainer .nivo-box img
{
    display: block;
}

/* Caption styles */
#divHomepageContainer .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+ */
}

#divHomepageContainer .nivo-caption p
{
    padding: 5px;
    margin: 0;
}

#divHomepageContainer .nivo-caption a
{
    display: inline !important;
}

#divHomepageContainer .nivo-html-caption
{
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
#divHomepageContainer .nivo-directionNav a
{
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
/*
Skin Name: Nivo Slider Default Theme
*/

#divHomepageContainer .theme-default .nivoSlider
{
    position: relative;
    background: #fff url(../Images/loading.gif) no-repeat 50% 50%; /*margin-bottom: 10px;*/
}

#divHomepageContainer .theme-default .nivoSlider img
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    height: auto !important;
}

#divHomepageContainer .theme-default .nivoSlider a
{
    border: 0;
    display: block;
}

#divHomepageContainer .theme-default .nivo-controlNav
{
    padding: 0;
    text-align: center;
    margin-top: -20px;
    width: 100%;
}

#divHomepageContainer .theme-default .nivo-controlNav a
{
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url(../Images/Dots.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px;
    background-position: -12px 0;
}

#divHomepageContainer .theme-default .nivo-controlNav a.active
{
    background: url(../Images/Dots.png) no-repeat;
    width: 11px;
    height: 10px;
    background-position: 0px 0px;
    margin: 0 2px;
}

#divHomepageContainer .theme-default .nivo-directionNav a
{
    display: block;
    width: 42px;
    height: 100%;
    background: url(../Images/Arrow.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -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;
}

.sliderBottom
{
    background-image: url("../Images/SlideBottum.jpg");
    height: 11px;
}

#divHomepageContainer .theme-default:hover .nivo-directionNav a
{
    /*opacity: 1;*/
}

#divHomepageContainer .theme-default a.nivo-nextNav
{
    background-position: -44px 0;
    opacity: 0.5;
    margin-right: 10px;
}

#divHomepageContainer .theme-default a.nivo-nextNav:hover
{
    background-position: -44px 0;
    opacity: 1;
}

#divHomepageContainer .theme-default a.nivo-prevNav
{
    opacity: 0.5;
    margin-left: 10px;
}

#divHomepageContainer .theme-default a.nivo-prevNav:hover
{
    opacity: 1;
}

#divHomepageContainer .theme-default .nivo-caption
{
    font-family: Helvetica, Sans-Serif, sans-serif;
}

#divHomepageContainer .theme-default .nivo-caption a
{
    color: #fff;
    border-bottom: 1px dotted #fff;
}

#divHomepageContainer .theme-default .nivo-caption a:hover
{
    color: #fff;
}

#divHomepageContainer .theme-default .nivo-controlNav.nivo-thumbs-enabled
{
    width: 100%;
}

#divHomepageContainer .theme-default .nivo-controlNav.nivo-thumbs-enabled a
{
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}

#divHomepageContainer .theme-default .nivo-controlNav.nivo-thumbs-enabled img
{
    display: block;
    width: 120px;
    height: auto;
}

#divImageAlternative
{
    float: left;
    width: 693px;
    height: 400px;
    margin-left: 5px;
}
.OrderOnlineBtn
{
    z-index:1;
    margin-top:280px;
    margin-left:166px;
    display: block;
    width: 170px;
    height: 50px;
    background: url(../Images/Order_Online_Btn.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    position:absolute;   
}
.GiftBtn
{
    z-index:1;
    margin-top:60px;
    margin-left:6px;
    display: block;
    width: 170px;
    height: 50px;
    background: url(../Images/Gift_Certy_Btn.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    position:absolute;   
}
.GiftBtn:hover
{
    z-index:1;
    margin-top:60px;
    margin-left:6px;
    display: block;
    width: 170px;
    height: 50px;
    background: url(../Images/Gift_Certy_Btn.png) no-repeat;
    background-position-y:-53px;
    text-indent: -9999px;
    border: 0;
    position:absolute;   
}
.VipBtn
{
    z-index:1;
    margin-top:120px;
    margin-left:6px;
    display: block;
    width: 170px;
    height: 50px;
    background: url(../Images/Join_Ashoka_Club_Btn.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    position:absolute;   
}
.VipBtn:hover
{
    z-index:1;
    margin-top:120px;
    margin-left:6px;
    display: block;
    width: 170px;
    height: 50px;
    background: url(../Images/Join_Ashoka_Club_Btn.png) no-repeat;
    background-position-y:-51px;
    text-indent: -9999px;
    border: 0;
    position:absolute;   
}
/* -------  HOME PAGE GALLERY ENDS ------- */

.MercuryHostedButton {
    width: 160px !important;
    height: 46px;
    border-radius: 30px;
}
.PayPalButton {
    border-radius: 30px;
    display:none;
}
