html
{
    height: 100%;
    margin: 0pt;
    padding: 0pt;
}

body
{
    height: 100%;
    margin: 0pt;
    padding: 0pt;
    color: black;
    font-size: 0.8em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    background-color: silver; /*background-image: url(images/bg_pattern.gif); */
}

.SearchResultSeperator
{
    background-color: #d3e6e1;
    border: solid 1px Gray; color: Black; font-weight:bold;
}


a:link
{
    color: #008080;
    text-decoration: none;
}
a:visited
{
    color: #008080;
    text-decoration: none;
}

.helpCaption
{
    font-family: Verdana; width: 280px; color: #636363;
}

.input
{
    border: 1px solid #7f9db9;
    background: #fffdf7;
    color: #555555;
}
.input:hover
{
    border: 1px solid #3e4d5a;
    background: white;
}

.UserReviewPositive
{
    background-color: #e1eee9;
    border: outset 3px white;
    text-align: left;
}

.UserReviewNegative
{
    background-color: #f6ddbc;
    border: outset 3px white;
    text-align: left;
}

.button
{
    color: White;
    font-weight: bold;
    border: 1px solid #5e7387;
    background: #2bb3b5 url(images/background_pattern.gif);
}
.button:hover
{
    background: #2bb3b5;
}
.button_large
{
    font-family: Arial;
    color: White;
    font-weight: bold;
    font-size: large;
    height: 28px;
    vertical-align: middle;
    border: 1px solid #5e7387;
    background: #2bb3b5 url(images/background_pattern.gif);
}
.button_large:hover
{
    background: #2bb3b5;
}


.bgpattern
{
    background-image: url(images/background_pattern.gif);
    background-repeat: repeat-x;
    color: White;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.4em;
    padding: 0.2em;
    padding-bottom: 0.3em;
    text-align: left;
}

    .paneHeader
    {
      background-image: url(images/background_pattern.gif);
    background-repeat: repeat-x;
    color: White;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.4em;
    padding: 0.2em;
    padding-bottom: 0.3em;
    text-align: left;
    }
    .paneHeader:Hover
    {
    color: #FF8D00;
    cursor: hand;
    
    }


.page_window
{
    width: 95%;
    min-width: 850px;
    max-width: 1199px;
    margin-right: auto;
    margin-left: auto;
}
.page_window .top_left
{
    background: transparent url(images/p_tl.gif) no-repeat 0px 0px;
    margin-right: 25px;
}
.page_window .top_left .top_right
{
    font-size: 1px;
    background: transparent url(images/p_tr.gif) no-repeat right 0px;
    height: 15px;
    margin-right: -25px;
}
.page_window .middle_left
{
    background: transparent url(images/p_ml.gif) repeat-y 0px 0px;
    margin-right: 25px;
}
.page_window .middle_left .middle_right
{
    background: transparent url(images/p_mr.gif) repeat-y right 0px;
    padding-top: 2px;
    padding-left: 15px;
    padding-bottom: 2px;
    margin-right: -25px;
}
.page_window .bottom_left
{
    background: transparent url(images/p_bl.gif) no-repeat 0px 0px;
    margin-right: 25px;
}
.page_window .bottom_left .bottom_right
{
    background: transparent url(images/p_br.gif) no-repeat right 0px;
    font-size: 1px;
    height: 20px;
    margin-right: -25px;
}

.content_window
{
    width: 99%;
}
.content_window .top_left
{
    background: transparent url(images/tl.jpg) no-repeat 0px 0px;
}
.content_window .top_left .top_right
{
    font-size: 1px;
    background: transparent url(images/tr.jpg) no-repeat right 0px;
    height: 15px;
}
.content_window .middle_left
{
    background: transparent url(images/ml.jpg) repeat-y 0px 0px;
}
.content_window .middle_left .middle_right
{
    background: transparent url(images/mr.jpg) repeat-y right 0px;
    padding-top: 2px;
    padding: 2px 15px 2px 15px;
    vertical-align: top;
    min-height: 350px;
}

.content_window .bottom_left
{
    background: transparent url(images/bl.jpg) no-repeat 0px 0px;
}
.content_window .bottom_left .bottom_right
{
    background: transparent url(images/br.jpg) no-repeat right 0px;
    font-size: 1px;
    height: 20px;
}
.page_window .middle_left .middle_right .header
{
    /* background-image: url(images/bm_logo.jpg); 	background-repeat: no-repeat; 	background-position: left; */
    height: 152px;
    margin-right: 25px;
}
.menu
{
    text-align: center;
}
.footer
{
    text-align: center;
}
#menuViewer_MenuViewerUserControlDiv #Header
{
    text-align: right;
}
.listHeader
{
    font-weight: bold;
    text-decoration: underline;
    font-size: larger;
}
.listItemName
{
    font-weight: bold;
}
.listItemDescription
{
    font-size: smaller;
}

#menuViewer_MenuViewerUserControlDiv #Footer
{
    text-align: right;
}

.Popup
{
    position: absolute;
    display: none;
    background-color: White;
    width: 275px;
    height: 125px;
    border-style: outset;
    border-color: Gray;
    border-width: 3px;
    overflow: visible;
    text-decoration: none;
}
.PopupTitle
{
}


.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: .50;
}

.modalPopup
{
    background-color: #FFFFDD;
    border: 3px solid Gray;
    padding: 3px;
    width: 250px;
    z-index: 500;
}

.modalPopup_large
{
    background-color: #FFFFDD;
    border: 3px solid Gray;
    padding: 3px;
    width: 450px;
    z-index: 500;
}

.modalPopupTitle
{
    cursor: move; background-color: #d3e6e1;
    border: solid 1px Gray; color: Black
}


.aspTable
{
    margin-bottom: 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}


.aspTable_top_left
{
    background: transparent url(images/p_tl.png) no-repeat;
}
.aspTable_middle_left
{
    background: transparent url(images/p_ml.png) no-repeat;
    background-repeat: repeat-y;
    width: 15px;
    height: 15px;
}
.aspTable_bottom_left
{
    background: transparent url(images/p_bl.png) no-repeat;
}

.aspTable_top_middle
{
    background: transparent url(images/p_tm.png);
    background-repeat: repeat-x;
    height: 15px;
}

.aspTable_middle_sidebar
{
    background-color: White;
    vertical-align: top;
    width: 150px; text-align:center;
}

.aspTable_middle_logo
{
    background-color: White;
    width: 150px;
    text-align:center;
}
.aspTable_middle_banner
{
    background-color: White;
}

.aspTable_middle_middle
{
    background-color: White;
    text-align: left;
}

.aspTable_bottom_middle
{
    background: transparent url(images/p_bm.png);
    background-repeat: repeat-x;
    height: 15px;
}

.aspTable_top_right
{
    font-size: 1px;
    background: transparent url(images/p_tr.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
}

.aspTable_middle_right
{
    background: transparent url(images/p_mr.png);
    background-repeat: repeat-y;
    width: 20px;
    height: 15px;
}

.aspTable_bottom_right
{
    font-size: 1px;
    background: transparent url(images/p_br.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
}


.cssButton
{
    display: block;
    width: 50px;
    height: 20px;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 20px;
    overflow: hidden;
    float: left;
    margin-right: 1px;
    background-color: #FDF6D9;
}
.cssButton:hover
{
    background: White;
}

.lastSubItemDiv
{
    height: 100px;
    width: 75px;
    position: absolute;
    text-align: center;
}


.subItemDiv
{
    height: 100px;
    width: 100px;
    position: absolute;
    text-align: center;
}


.nextSubItemDiv
{
    height: 100px;
    width: 75px;
    position: absolute;
    text-align: center;
}

.currentCell
{
    border: solid thin gray;
}

.currentContainer
{
    height: 100px;
    width: 100px;
    font-size: 11px;
    font-weight: bold;
}

.lastNextContainer
{
    height: 100px;
    width: 75px;
    font-size: 9px;
}

.lastNextCell
{
    border: solid thin #ececec;
    width: 75px;
    height: 100px;
}











h2
{
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    text-align: left;
    margin: 0.5em 1em;
}
h3
{
    font-size: 0.9em;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    margin-top: 3px;
    margin-bottom: 7px;
    padding-left: 3px;
    border-bottom: 1px solid #ff8d00;
}
h4
{
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 8px;
}

h5
{
    font-size: 0.8em;
    font-weight: bold;
    margin: 0.5em 0;
    padding-left: 24px;
}

h6
{
    font-size: 0.75em;
    line-height: 2em;
    text-align: center;
    margin: 0 0 1em 0;
}


#container
{
    background-image: url(images/full_page_mid.gif);
    width: 893px;
    height: 100%;
}

#header
{
    padding: 6px;
    width: 885px; /* actual value */
}

#header_name
{
    background-image: url(images/banners/by_name_header.jpg);
    background-repeat: no-repeat;
    background-position: 212px top;
    padding: 6px;
    width: 885px;
    height: 152px;
}

#header_today
{
    background-image: url(images/banners/todays_header.jpg);
    background-repeat: no-repeat;
    background-position: 212px top;
    padding: 6px;
    width: 885px;
    height: 152px;
}

#header_map
{
    background-image: url(images/banners/by_location_header.jpg);
    background-repeat: no-repeat;
    background-position: 212px top;
    padding: 6px;
    width: 885px;
    height: 152px;
}

#header_cuisine
{
    background-image: url(images/banners/by_cuisine_header.jpg);
    background-repeat: no-repeat;
    background-position: 230px 18px;
    padding: 6px;
    width: 885px;
    height: 152px;
}

#header_coupons
{
    background-image: url(images/banners/Coupons.jpg);
    background-repeat: no-repeat;
    background-position: 230px 18px;
    padding: 6px;
    width: 885px;
    height: 152px;
}
#header_hours
{
    background-image: url(images/banners/Hours.jpg);
    background-repeat: no-repeat;
    background-position: 230px 18px;
    padding: 6px;
    width: 885px;
    height: 152px;
}

#header_location
{
    background-image: url(images/banners/Location.jpg);
    background-repeat: no-repeat;
    background-position: 230px 18px;
    padding: 6px;
    width: 885px;
    height: 152px;
}

#header_menus
{
    background-image: url(images/banners/Menus.jpg);
    background-repeat: no-repeat;
    background-position: 230px 18px;
    padding: 6px;
    width: 885px;
    height: 152px;
}

#header_profiles
{
    background-image: url(images/banners/Profiles.jpg);
    background-repeat: no-repeat;
    background-position: 230px 18px;
    padding: 6px;
    width: 885px;
    height: 152px;
}

#header_reviews
{
    background-image: url(images/banners/Reviews.jpg);
    background-repeat: no-repeat;
    background-position: 230px 18px;
    padding: 6px;
    width: 885px;
    height: 152px;
}

#header_specials
{
    background-image: url(images/banners/Specials.jpg);
    background-repeat: no-repeat;
    background-position: 230px 18px;
    padding: 6px;
    width: 885px;
    height: 152px;
}

#header_summary
{
    background-image: url(images/banners/Summary.jpg);
    background-repeat: no-repeat;
    background-position: 230px 18px;
    padding: 6px;
    width: 885px;
    height: 152px;
}

#header_facilities
{
    background-image: url(images/banners/Facilities.jpg);
    background-repeat: no-repeat;
    background-position: 230px 18px;
    padding: 6px;
    width: 885px;
    height: 152px;
}

#header_policies
{
    background-image: url(images/banners/Policies.jpg);
    background-repeat: no-repeat;
    background-position: 230px 18px;
    padding: 6px;
    width: 885px;
    height: 152px;
}

.float
{
    float: left;
}
.float_right
{
    float: right;
}
.tab
{
    background-image: url(images/tab_middle.jpg);
    background-repeat: repeat-x;
    background-position: 0 top;
    vertical-align: middle;
    height: 50px;
}
html > body #header
{
    width: 885px;
}

#top_form
{
    text-align: center;
    float: left;
}

#navigation
{
    text-align: center;
    vertical-align: middle;
    width: 220px;
    height: auto;
    float: left;
    padding-left: 6px;
}

#navigation li
{
    color: #fff;
    text-decoration: none;
    width: 212px;
    height: 56px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navigation a:link
{
    color: #fff;
    font-weight: bold;
    font-variant: small-caps; /*background-image: url(images/nav_btn.jpg);  	background-repeat: no-repeat;  	background-position: center;  	text-decoration: none; */
    width: 212px;
    height: 56px;
}

#navigation a:hover
{
    /*background-image: url(images/nav_btn_over.jpg);  	background-repeat: no-repeat;  	background-position: center;  	text-decoration: none; */
    text-align: center;
    vertical-align: middle;
    width: 212px;
    height: 56px;
}

#content
{
    background-image: url(images/content_mid.jpg);
    background-repeat: repeat-y;
    position: relative;
    float: left;
    width: 649px; /* actual value */
}
.content_menu
{
    background-image: url(images/content_mid.jpg);
    background-repeat: repeat-y;
    position: relative;
    width: 649px;
    float: left;
}
#content_center
{
    background-image: url(images/content_mid.jpg);
    background-repeat: repeat-y;
    position: relative;
    left: 125px;
    width: 649px;
    clear: both;
}
#content_index
{
    width: 850px; /* actual value */
    padding: 0 24px;
    text-align: center;
    clear: both; /*clear: both;*/
}

#content_index ul ul
{
    /*margin-top: 0;  	margin-bottom: 0;  	margin-left: -24px;*/
    list-style-type: none;
    list-style-position: outside;
    display: block;
    white-space: normal;
}

#content_left
{
    vertical-align: middle;
    width: auto;
    height: auto;
    float: left;
    padding-left: 6px; /*border: silver 1px solid;*/
}

#content_right
{
    position: relative;
    height: auto;
    float: left;
    width: auto; /* actual value */ /*border: red 1px solid;*/
}

#content p
{
    padding: 0px 24px;
    text-align: justify;
}


#AZ_results
{
    padding: 0 24px;
    text-align: left;
}

#search_form, #search_form dl
{
    padding: 8px;
}

dt
{
    text-align: left;
    padding-left: 48px;
}

#browse_by
{
    width: 850px; /* actual value */
    padding: 0 24px;
    text-align: center;
    clear: both;
}


#footer
{
    clear: both;
    padding: 6px;
    width: 885px; /*border-top: silver 1px solid;*/
}

.submenu
{
    text-align: center;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
a:link, a:visited
{
    color: #008080;
    text-decoration: none;
}

a:hover
{
    color: #FF6633;
    text-decoration: none;
}
.menu
{
}
/*.menu h2 { font-size: 1.5em; font-weight: bold; line-height: 1em; background-color: #c0c0c0; text-align: left; margin: 0.5em 1em; }*/

th
{
    background-image: url(images/background_pattern.gif);
    background-repeat: repeat-x;
    color: White;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.4em;
    padding: 0.2em;
    padding-bottom: 0.3em;
    text-align: left;
}
.critic
{
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
    vertical-align: middle;
    float: left;
    padding: 24px;
}
.review
{
    font-style: italic;
    clear: both;
    margin: 36px;
}
caption
{
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
    text-align: left;
    margin: 0.5em 1em;
}

.LocationMap 
{
background-color:#E9E7D4;
border:3px solid #555555;
margin:0pt auto;
overflow:hidden;
}

.MainLayoutTable 
{
text-align:center;
width:99%;
}

.SummaryRestaurantName {
}
.SummaryHoursOfOperation {
text-align:center;
vertical-align:top;
width:50%;
}
.SummaryTodaysHours {
}
.SummaryLocation {
text-align:center;
vertical-align:top;
}
.SummaryAddress {
}
.SummaryMap {
background-color:#E9E7D4;
border:3px solid #555555;
height:200px;
overflow:hidden;
position:relative;
top:0px;
width:300px;
}
.SummarySpecials {
text-align:center;
vertical-align:top;
}
.SummaryTodaysSpecials {
}
.SummaryFacilities {
text-align:left;
vertical-align:top;
}
.SummaryFacilitiesAvailable {
}
.HoursMainLayoutTable {
}
.HoursText {
text-align:center;
}
.HoursDay {
padding-bottom:15px;
padding-right:20px;
vertical-align:middle;
}

.LocationMainLayoutTable 
{
text-align:center;
width:100%;
}

.FacilitiesMainLayoutTable 
{
border:0px none;
width:99%;
}

.FacilitiesAttributeDescription 
{
}

.FacilitiesAttributeCell 
{
width:300px;
}

.SpecialsMainLayoutTable 
{
width:99%;
}