﻿/* ================================
    AMZ-Malbec
   ================================
*/
/* ================================ 
	FONTS
   ================================
*/
@import url('https://fonts.googleapis.com/css2?family=Anton');

/* ================================ 
	Framework
   ================================
*/
A:link {
    text-decoration:    none;
    color: #000000;
}
A:visited  {
    text-decoration:    none;
    color: #008b85;
}
A.active  {
    text-decoration:    none;
    color: #008b85;
}
A:hover {
    text-decoration:    none;
    color: #000000;
}
.CommandButton     {
   font-family: Anton, sans-serif; font-size:14px; font-style:normal; font-weight:normal; text-decoration:none;
	margin: 2px; 
	padding: 5px 25px 5px 25px; 
	height: 26px;  
	cursor: pointer; 
	color: #FFFFFF; 
	background-color: #008b85;
	border: 0px #0F354F; 
	border-radius: 3px;
      margin-top:13px;
      letter-spacing:6px;
}
.CommandButton:hover, .CommandButton:visited, .CommandButton:active   {
	color: #0F354F;
	background-color: #C2C2C2;
}
A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active {
   text-decoration:    underline;
	color: #008b85;
	background-color: #FFFFFF;
}
A.CommandButton:hover  {
   text-decoration:    underline;
	color: #000000;
	background-color: #FFFFFF;
}
/* Background and Zone Settings */

H1, H2, H3 {
	color: #252525;
}
/* style for module titles */
.Head   {
    font-family: Anton, sans-serif; font-size:20px; font-style:normal; font-weight:400;
    color: #252525;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: 'Open Sans', sans-serif; font-size:20px; font-style:normal; font-weight:400;
    color: #32393E;
}
A.SubHead:link, A.SubHead:visited, A.SubHead:active {
    font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;
    color: #008b85;
}
A.SubHead:hover {
    font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;
    color: #000000;
}

.HeadL   {
    font-family: Anton, sans-serif; font-size:22px; font-style:normal; font-weight:normal;
    color: #F2F2F2;
}

/* style of item titles on edit and admin pages */
.SubHeadL    {
    font-family: 'Open Sans', sans-serif; font-size:20px; font-style:normal; font-weight:normal;
    color: #F2F2F2;
}
A.SubHeadL:link {
    font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;
    color: #FFFFFF!important;
}
A.SubHeadL:visited {
    font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;
    color: #FFFFFF!important;
}
A.SubHeadL:active {
    font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;
    color: #FFFFFF!important;
}
A.SubHeadL:hover {
    font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;
    color: #000000!important;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: 'Open Sans', sans-serif; font-size:18px; font-style:normal; font-weight:400;
    color: #008b85;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
   font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:normal;
	color: #32393E;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #32393E;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	color: #32393E;
   font-family: Anton, sans-serif; font-size:16px; font-style:normal; font-weight:400;
}
A.NormalBold:link, A.NormalBold:visited, A.NormalBold:active
{
	color: #008b85!important;
   font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;
}
A.NormalBold:hover
{
	color: #000000!important;
   font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;
}

/* text style used for error messages */
.NormalRed
{
    font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;
    color: #008b85;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
   font-family: 'Open Sans', sans-serif; font-size:15px; font-style:normal; font-weight:normal; letter-spacing:1px;
	color:#000000;
	font-size: 15px;
}
.NormalL,.NormalDisabledL
{
   font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal;letter-spacing:4px;
	color: #F2F2F2;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabledL
{
    color: #F2F9FC;
}

A.NormalL:link
{
	color: #FFFFFF;
   font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; 2font-weight:400;
}
A.NormalL:visited
{
	color: #FFFFFF;
   font-family:  'Open Sans', sans-serif; font-size:16px; font-style:normal; 2font-weight:400;
}
A.NormalL:active
{
	color: #FFFFFF;
   font-family:  'Open Sans', sans-serif; font-size:16px; font-style:normal; 2font-weight:400;
}
A.NormalL:hover
{
	color: #000000!important;
   font-family:  'Open Sans', sans-serif; font-size:16px; font-style:normal; 2font-weight:400;
}

/* text style used for rendered text which requires emphasis */
.NormalBoldL
{
	color: #000000;
   font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;
}
A.NormalBoldL:link
{
	color: #FFFFFF;
   font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;
}
A.NormalBoldL:visited
{
	color: #FFFFFF;
   font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;
}
A.NormalBoldL:active
{
	color: #FFFFFF;
   font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;
}
A.NormalBoldL:hover
{
	color: #000000;
   font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;
}

/* text style used for error messages */
.NormalRedL
{
   color: #008b85;
   font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;	 
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBoxL
{
	color:#000000;
   font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:normal;	
}

/* Skin Objects */

.SkinObject {
	color: #000000!important;
	font-family: 'Open Sans', sans-serif; font-size:12px; font-style:normal; line-height:15px; text-transform:uppercase; text-decoration:none; text-align:left; 
	padding: 2px 2px 2px 2px;
}
A.SkinObject:link {
	color: #000000!important;
	font-family: 'Open Sans', sans-serif; font-size:12px; font-style:normal; line-height:15px; text-transform:uppercase; text-decoration:none; text-align:left; 
}
A.SkinObject:visited {
	color: #000000!important;
	font-family: 'Open Sans', sans-serif; font-size:12px; font-style:normal; line-height:15px; text-transform:uppercase; text-decoration:none; text-align:left; 
}
A.SkinObject:active {
	color: #000000!important;
	font-family: 'Open Sans', sans-serif; font-size:12px; font-style:normal; line-height:15px; text-transform:uppercase; text-decoration:none; text-align:left; 
}
A.SkinObject:hover {
	color: #008b85!important;
	font-family: 'Open Sans', sans-serif; font-size:12px; font-style:normal; line-height:15px; text-transform:uppercase; text-decoration:none; text-align:left; 
}
A.footer:link, A.footer:visited, A.footer:active {
	color:#000000;
}
A.footer:hover {
	color:#008b85;
}
/*___________________________________________________________________________________________*/
/*   The new dependancies for the Reservation Module                                         */
/*___________________________________________________________________________________________*/
.GridHeader
{
	white-space: nowrap;
   font-family: Anton, sans-serif; font-size:16px; font-style:normal; font-weight:400;
	color: #32393E;
}
.GridItem
{
	white-space: nowrap;
   font-family: 'Open Sans', sans-serif; font-size:13px; font-style:normal; font-weight:normal;
	color: #F2F2F2;
}
.HSS_FSPAdminContent td.GridItem {
	overflow: hidden;
	display: block; 
	float: left; 
}
.GridItemWrap
{
   font-family: 'Open Sans', sans-serif; font-size:13px; font-style:normal; font-weight:normal;
   color: #F2F2F2;
}
.GridItemError
{
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif; font-size:13px; font-style:normal; font-weight:normal;
	color: #B22222;
	overflow: hidden;
	display: block; 
	float: left; 
}
.GridItemCancel
{
	font-family: 'Open Sans', sans-serif; font-size:13px; font-style:normal; font-weight:normal;
	color: #F2F2F2;
}
.GridItemChange
{
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif; font-size:13px; font-style:normal; font-weight:400;
	color: #F2F2F2;
}
/* text style for buttons and link buttons used in the portal admin pages */
.WizCommandButton     {
	font-size: 16px;
	text-transform: uppercase;
	line-height:@@f-co-te-he@@;
	padding: 5px;
	border-radius: 8px;
	background-color: #F2F2F2;
	color:#252525;
}
.WizCommandButton:hover {
	background-color: #F2F2F2;
}
.WizCommandButton:disabled {
    opacity:0.2
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.WizCommandButton:link {
    text-decoration:    underline;
	color:#FFFFFF;
}
A.WizCommandButton:visited  {
    text-decoration:    underline;
	color:#FFFFFF;
}
A.WizCommandButton:active   {
    text-decoration:    underline;
	color:#FFFFFF;
}
A.WizCommandButton:hover    {
	text-decoration:    underline;
	background-color: #C2C2C2;
	color:#0F354F;
}
A.WizCommandButton:disabled    {
   text-decoration:    underline;
	background-color: #C2C2C2;
   color: #0F354F;
}
/* styles used in the Wizard Framework */
.Wizard
{
	border-right: #0F354F 1px solid;
	border-top: #0F354F 1px solid;
	border-left: #0F354F 1px solid;
	border-bottom: #0F354F 1px solid;
	height:400px;
	width:650px;
	border-radius: 5px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.WizardMessage
{
	color: #F2F2F2;
	font-family: 'Open Sans', sans-serif; font-size:13px; font-style:normal; font-weight:400;
	font-size: 18px;
	padding-right: 20px;
}
.WizardHeader
{
	background: #252525;
	border-bottom: #0F354F 1px solid;
	height:40px;
	border-top-left-radius: 10px;
   border-top-right-radius: 10px;
}
.WizardHeader .Head
{
	color: #F2F2F2;
	font-size: 20px;
}
.WizardHeader img, .WizardHeader input {display:none;}
.WizardHeader td:first-child {width:1px!important;}
.WizardFooter .Normal
{
	color: #F2F2F2;
	font-size: 13px;
}
.WizardFooter
{
	border-top: #0F354F 1px solid;
	background: #252525;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
	background: #FFFFFF;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 16px;
	padding-bottom: 5px;
	border-left: #0F354F 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #252525;
}
.WizardHelpTextHeader
{
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif; font-size:14px; font-style:normal; font-weight:400;
}
.WizardHelpText
{
	overflow: auto;
	width: 180px;
	color: #EDEEED;
	font-family: 'Open Sans', sans-serif; font-size:12px; font-style:normal; font-weight:normal;
	height: 300px;
}
.WizardText
{
	color: #F2F2F2;
	font-family: 'Open Sans', sans-serif; font-size:12px; font-style:normal; font-weight:normal;
}
.CalRes
{
	font-family:  'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:normal;
	color: #32393E;
	border: 1px solid #0F354F;
	width:370px;
}
.CalResOtherMonthDay
{
	border: 1px solid #0F354F;
	cursor: pointer;
}
.CalResOldDate
{
	background: Transparent;
	border: 1px solid #0F354F;
}
.CalResDay
{
	background: Transparent;
	border: 1px solid #0F354F;
	cursor: pointer;
}
.CalResDayAvailable
{
	color: #0F354F;
	background: #C2C2C2;
	font-weight: bold;
	border: 1px solid #0F354F;
	cursor: pointer;
}
.CalResSelectedDay
{
	font-weight: bold;
	background: transparent;
	border: 1px solid #0F354F;
	cursor: pointer;
	color: #32393E;
}
.CalResSelectedDayAvailable
{
	color: #FFFFFF;
	background: #008b85;
	font-weight: bold;
	border: 1px solid #0F354F;
	cursor: pointer;
}
.CalResToday
{
	font-weight: bold;
	background: transparent;
	border: 1px solid #0F354F;
	cursor: pointer;
}
.CalResTodayAvailable
{
	color: #0F354F;
	background: #C2C2C2;
	font-weight: bold;
	border: 1px solid #0F354F;
	cursor: pointer;
}
.CalResSelector
{
	color: #32393E;
	background: transparent;
}
.CalResSelector A:link,.CalResSelector A:Visited,.CalResSelector A:active
{
	color: #32393E!important;
	text-decoration: none;
}
.CalResSelector A:hover
{
	color: #32393E!important;
	text-decoration: none;
}
.CalResNextPrev
{
	font-family: 'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:normal;
	color: #32393E;
	font-size: 16px;
	width: 15%;
}
.CalResNextPrev A:link,.CalResNextPrev A:Visited,.CalResNextPrev A:active
{
	color: #32393E!important;
	text-decoration: none;
}
.CalResNextPrev A:hover
{
	color: #32393E!important;
	text-decoration: none;
}
.CalResDayHeader
{
	color: #32393E;
	font-family: Anton, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: transparent;
	border: 1px solid #0F354F;
	width: 40px;
	text-align: center;
}
.CalResTitle
{
	color: #32393E;
	font-family: Anton, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: transparent;
	width: 100%;
}

/* Menu Display tags */

.MenuHeader {
   font-family: Anton, sans-serif; font-size:16px; font-style:normal; font-weight:400;
	color: #32393E;
}
.MenuFooter {
   font-family: Anton, sans-serif; font-size:16px; font-style:normal; font-weight:400;
	color: #32393E;
}
.MenDisplayHeading
{
   font-family: 'Anton';
   font-size:  30px;
   font-weight:    normal;
	color: #252525;
letter-spacing:2px;
}
.MenDisplayHeadingDesc
{
   font-family: 'Open Sans', sans-serif;
   font-size:  13px;
   font-weight:    normal;
   color: #008b85;
}

/* New Menu Editting tags */

.MenItemsList 
{
	width: 100%;
	height: 215px;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
}
.MenHeading, A.MenHeading
{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
	 color:Black;
}
A.MenHeading:hover
{
	 color:red!important;
}

.MenHeadingSelected, A.MenHeadingSelected:link, A.MenHeadingSelected:visited, A.MenHeadingSelected:active
{
	 color: white;
	 background-color: Blue;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.MenHeadingSelected:hover
{
	 color: white!important;
	 background-color: Blue;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.MenItem, A.MenItem
{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
	 color:Black;
	padding-left: 10px;
}
A.MenItem:hover
{
	 color:red!important;
}
.MenItemSelected, A.MenItemSelected:link, A.MenItemSelected:visited, A.MenItemSelected:active
{
	 color: white;
	 background-color: Blue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
	padding-left: 10px;
}
A.MenItemSelected:hover
{
	 color: white!important;
	 background-color: Blue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	padding-left: 10px;
}
/* styles used in the Admin Template Framework */
.PageHeader
{
	2height:400px;
}
.PageHeaderMessage
{
	color: #32393E;
	font-family:'Open Sans', sans-serif; font-size:16px; font-style:normal; font-weight:400;
}
.PageHeaderButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.PageHeaderHeader
{
	padding: 3px 3px 3px 3px;
	display:none;
}
.PageHeaderBody
{
	height: 0px;
}
.PageHeaderHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: #0F354F 1px solid;
	border-right: #0F354F 1px solid;
	border-bottom: #0F354F 1px solid;
	border-top: #0F354F 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #252525;
}
.PageHeaderHelpTextHeader
{
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif; font-size:13px; font-style:normal; font-weight:400;
}
.PageHeaderHelpText
{
	overflow: auto;
	width: 180px;
	color: #EDEEED;
	font-family:'Open Sans', sans-serif; font-size:12px; font-style:normal; font-weight:normal;
	height: 300px;
}
.PageHeaderText
{
	color: #F2F2F2;
	font-family: 'Open Sans', sans-serif; font-size:13px; font-style:normal; font-weight:400;
}
.BusinessAddress {
	color: #000000;
	font-family: 'Open Sans', sans-serif; font-size:20px; font-style:normal; font-weight:400;
}
A.BusinessAddress:link, A.BusinessAddress:visited, A.BusinessAddress:active {
	color: #000000;
	font-family: 'Open Sans', sans-serif; font-size:20px; font-style:normal; font-weight:400;
}
A.BusinessAddress:hover {
	color: #000000;
	font-family: 'Open Sans', sans-serif; font-size:20px; font-style:normal; font-weight:400;
}
.LocationSwitch {
	font-family: Anton, sans-serif; 	
	font-weight: normal;
	font-size: 12px; 
	text-decoration: none;	
	color: #000000;
	padding: 2px 2px 2px 2px;
	border: 0px;
}
A.LocationSwitch:link,A.LocationSwitch:visited,A.LocationSwitch:active,A.LocationSwitch:hover {
	font-family: Anton, sans-serif; 	
	font-weight: normal;
	font-size: 12px; 
	text-decoration: none;	
	color: #000000;
	padding: 2px 2px 2px 2px;
	border: 0px;
} 

/* Calendar interface for Admin */

.CalARes
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
	color: #32393E;
	border: 1px solid #0F354F;
}
.CalAResOtherMonthDay
{
	border: 1px solid #0F354F;
	cursor: pointer;
}
.CalAResDay
{
	background: Transparent;
	border: 1px solid #0F354F;
	cursor: pointer;
}
.CalAResOldDate
{
	background: Transparent;
	border: 1px solid #0F354F;
}
.CalAResDayAvailable
{
	color: #0F354F;
	background: #C2C2C2;
	border: 1px solid #0F354F;
	cursor: pointer;
}
.CalAResSelectedDay
{
   font-weight: bold;
	background: transparent;
	border: 1px solid #0F354F;
	cursor: pointer;
}
.CalAResSelectedDayAvailable
{
	color: #FFFFFF;
   font-weight: bold;
	background: #008b85;
	border: 1px solid #0F354F;
	cursor: pointer;
}
.CalAResToday
{
	background: transparent;
	border: 1px solid #0F354F;
	cursor: pointer;
}
.CalAResTodayAvailable
{
	color: #0F354F;
	background: #C2C2C2;
	border: 1px solid #0F354F;
	cursor: pointer;
}
.CalAResSelector
{
	color: #32393E;
	background: transparent;
}
.CalAResSelector A.link,.CalAResSelector A:Visited,.CalAResSelector A:active
{
	color: #32393E!important;
	text-decoration: none;
}
.CalAResSelector A:hover
{
	color: #32393E!important;
	text-decoration: none;
}
.CalAResNextPrev
{
   font-family: Arial, Helvetica, sans-serif;
	color: #32393E;
   font-size: 12px;
	width: 15%;
}
.CalAResNextPrev a:hover
{
	color: #32393E!important;
	text-decoration: none;
}
.CalAResDayHeader
{
	color: #32393E;
	background: transparent;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
	width: 65px;
	border: 1px solid #0F354F;
}
.CalAResTitle
{
	color: #32393E;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
	background: transparent;
	width: 100%;
}
.LookupItem
{
	cursor: pointer;
	background-color: #252525;
}
.LookupItemAlt
{
	cursor: pointer;
	background-color: #252525;
}
.LookupItemSelected
{
	cursor: pointer;
	background-color: #252525;
	border: 2px solid #0F354F;
}
.LookupItemAltSelected
{
	cursor: pointer;
	background-color: #252525;
	border: 2px solid #0F354F;
}
.LookupItemBreak
{
	cursor: pointer;
	background-color: #252525;
	border-top: thin double #0F354F;
}
.LookupItemAltBreak
{
	cursor: pointer;
	background-color: #252525;
	border-top: thin double #0F354F;
}
.MealSelected
{
	border-top: 1px solid #461E1E;
	border-right: none;
	border-bottom: 1px solid #461E1E;
	border-left: 1px solid #461E1E;
	padding: 3px 3px 3px 0px;
}
A.MealEntrySelected:link, A.MealEntrySelected:visited, A.MealEntrySelected:active, A.MealEntrySelected:hover
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
	color: black;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}
.Meal
{
	border-top: none;
	border-right: 1px solid #461E1E;
	border-bottom: none;
	border-left: none;
	padding: 3px 3px 3px 3px;
}
A.MealEntry:link, A.MealEntry:visited, A.MealEntry:active
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: normal;
	color: black;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}
.MealEntry:hover
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: normal;
	padding: 3px 3px 3px 3px;
	color: red;
}
.MealTimes
{
	border-top: 1px solid #461E1E;
	border-right: 1px solid #461E1E;
	border-bottom: 1px solid #461E1E;
	border-left: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
	color: black;
}
.WaitList
{
	border: 2px solid #0F354F;
	background-color: #C2C2C2;
}
.WaitListOff
{
	background-color: transparent;
}
A.Navbar:link, A.Navbar:visited, A.Navbar:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color: #008b85!important;
}
A.Navbar:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color: #000000!important;
}
A.NavbarSel:link, A.NavbarSel:visited, A.NavbarSel:hover, A.NavbarSel:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color: #000000!important;
}
A.NavbarL:link, A.NavbarL:visited, A.NavbarL:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color: #FFFFFF;
}
A.NavbarL:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color: #000000!important;
}
A.NavbarSelL:link, A.NavbarSelL:visited, A.NavbarSelL:hover, A.NavbarSelL:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color: #000000!important;
}
.TutorialVideo {
	border: thin groove black;
	background: black;
}
.WizardHeader .Head {
	color: #F2F2F2;
}
.WizardFooter .Normal {
	color: #F2F2F2;
}
A.WizardMessage:link, A.WizardMessage:visited, A.WizardMessage:active  {
	color: #F2F2F2;
}
A.WizardMessage:hover  {
	color: #FFFFFF;
}
.GridItem A.CommandButton {
	color: #F2F2F2!important;
}
.LookupItem A.CommandButton {
	color: #F2F2F2!important;
}
.LookupItemAlt A.CommandButton {
	color: #F2F2F2!important;
}
.LookupItem .Normal {
	color: #F2F2F2;
}
.LookupItem .NormalBold {
	color: #F2F2F2;
}
.LookupItemAlt .Normal {
	color: #F2F2F2;
}
.LookupItemAlt .NormalBold {
	color: #F2F2F2;
}
td.GridItem span.GridItem A {color:#F2F2F2;}
td.GridItem span.GridItem A.GridHeader {color:#32393E;}
td.ProfileTop span.ProfileNN {
	color: #32393E;
	background-image: url(images/ProfileNN.jpg);
	background-repeat: repeat-x;
}
/* adjusting spacing between lines in the menus */
.HSS_CatalogContent .NormalBold { line-height: 30px; }

/* controlling the positioning of the blocks on the left pane */
.HSS_ReservationSummaryContent { width:180px; float:left; }
.HSS_FSPNewsletterContent {  width:200px; float:left; }
.HSS_FSPCertificateQuickContent { width:180px; float:left;}
.SQB .pleaseContact {float: left; }
.SQB .pleaseContact .NormalL, .SQB .CommandButton {margin-left:13px;}
.SQB .NormalTextBox{float:left;}
.slideshow ul {
	margin-top:0;
}
.Wizard {
  border-color: transparent;
}
UL LI {
  list-style-type: none;
}
/* ================================ */
.cleared {
  display: block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height: 0;
  overflow: hidden;
}
.reset-box {
  overflow: hidden;
  display: table;
}
ul {
  list-style-type: none;
}
/* begin Footer */
.fsp-footer {
  width: 100%;
  z-index: 125;
}
.fsp-footer-body {
  position: relative;
  min-height: 225px;
  background-repeat: repeat;
  background-color: #000000;
}
.footerCredit, a.footerCredit, a.footerCredit:hover {
  color: #000000  !important;
  font-size: 12px !important;
  font-family: 'Anton'sans-serif;
  text-transform: uppercase;
}
.fsp-footer-copyright {
  min-height: 40px;
  background-color: #000000;
  background-image: url(/images/TransWhite35.png);
  background-repeat: repeat;
}
.fsp-footer-rights {
  text-align: left;
  padding: 8px;
  padding-top: 11px;
  padding-left: 25px;
}
.fsp-footer-hours {
  padding: 8px;
  text-align: center;
}
.fsp-footer-powered {
  text-align: right;
  padding: 8px;
  padding-right: 25px;
}
@media (max-width: 991px) {
  .fsp-footer-rights {
    text-align: center;
    padding: 8px;
    padding-top: 11px;
  }
  .fsp-footer-powered {
    text-align: center;
    padding: 8px;
  }
}
/* end Footer */
.reservationPane {
  float: left;
  width: 275px;
  height: 300px;
  padding: 25px;
  margin: 5vw;
  text-align: center;
  background-image: url(/images/Trans50.png);
  background-repeat: repeat;
}
.reservationPane .CommandButton {
  margin-top: 8px;
}
.contentPaneText {
  float: left;
  width: 50%;
  min-height: 40vh;
  padding-top: 50px;
  padding-left: 25px;
}
.contentPaneGC {
  width: 250px;
  padding: 25px;
  margin: auto;
  text-align: center;
  background-image: url(/images/TransWhite50.png);
  background-repeat: repeat;
}
/* ================================ 
	Custom
   ================================
*/
.contentHeader {
  background-position: center;
}
.pdfPageNumbers {
  display: none;
}
.pdfImageDetail {
  display: block !important;
}
.pdfImage {
  list-style-type: none;
  padding-bottom: 10px;
}
.CommandButton {
  font-size: 15px;
  text-transform: uppercase;
  height: 35px;
  padding: 5px;
  width: 185px !important;
  border: #000000 solid 2px!important;
  background-color: #ffffff;
  color: #000000;
  margin-bottom:50px;
}
.SQB .NormalTextBox, .NormalTextBox {
  margin-top: 13px;
  font-size: 15px;
  padding: 4px;
  border-radius: 4px;
}
.SQB .CommandButton, .SQB .pleaseContact, .SQB .NormalTextBox {
  width: 185px !important;
}
.fsp-header-reservation .CommandButton {
  font-size: 15px;
  text-transform: none;
  margin-top: 5px;
  padding: 11px;
  line-height: 8px;
  height: 27px;
}
a.fspAddress, a.fspAddress:hover, a.fspPhone, a.fspPhone:hover, a.fspEmail, a.fspEmail:hover {
  color: #000000;
  font-size: 16px;
}
.HSS_FSPCertificateQuickContent .NormalTextBox, .HSS_FSPCertificateQuickContent .CommandButton {
  width: 185px !important;
}
.BusinessAddress, A.BusinessAddress:link, A.BusinessAddress:visited, A.BusinessAddress:active, .businessAddress, A.businessAddress:link, A.businessAddress:visited, A.businessAddress:active {
  font-size: 20px;
  font-style: normal;
  line-height: @@f-he-te-he@@;
  font-weight: normal;
  color: #000000 !important;
  border-style: none;
}
A.BusinessAddress:hover, A.businessAddress:hover {
  font-size: 20px;
  color: #000000 !important;
}
.fsp-footer div.display-5 {
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  font-weight: 400;
  color: #000000 !important;
}
.WizCommandButton {
  font-size: 15px;
}
.PrivateReservation {
  width: 230px;
}
.PrivateReservation .NormalL {
  font-size: 25px;
  line-height: 31px;
}
.PrivateReservation a.NormalL {
  font-size: 25px;
  text-decoration: underline;
}
.bioHeader {
  width: 400px;
  height: 100px;
  position: relative;
}
.bioDetails {
  float: left;
  padding-left: 20px;
  text-align: left;
  width: 275px;
}
.bioImage {
  float: left;
  width: 100px;
}
.aboutDescription {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.fsp-announcements-section .containerR2 {
  text-align: left !important;
}
.rzTitleWrap {
  text-align: center;
  display:none;
}
.reviewBlock {
  position: relative;
  max-width: 400px;
  width: 90vw;
  height: 150px;
  padding: 8px;
  margin: 8px;
  margin: auto auto;
  margin-top: 25px;
  background-image: url(/images/TransWhite50.png);
  background-repeat: repeat;
}
.reviewBlock p {
  font-size: 12px;
}
.reviewSignature {
  position: absolute;
  bottom: 8px;
  right: 8px;
  height: 15px;
  width: 100px;
  font-size: 12px;
  text-align: right;
}
#dnn_ctr35052_FSPCRMFeedback_PageHeader {
  margin: auto auto;
  width: 600px;
}
.fsp-footer {
  z-index: 50;
}
.navbar.opened {
  background: none !important;
  background-color: #FFFFFF !important;
}
.fsp-hours, .fsp-sitemap {
  text-align: center;
  padding-top: 20px;
}
.SPBlock {
  margin: auto;
  text-align: center;
  width: 500px;
}
@media (max-width: 550px) {
  .fsp-sitemap {
    display: none;
  }
  .carousel-item {
    height: 300px;
  }
  .welcomePaneText {
    background-image: url(/images/TransWhite50.png);
    width: 100vw;
    padding-right: 50px;
  }
}
.SPItem {
  font-family: Anton, sans-serif; font-size:14px; font-style:normal; font-weight:400;
  color: #000000;
  width: 250px;
  height: 30px;
  text-align: center;
  float: left;
}
.RZhoursHeader {
  display: none;
}
.RZhoursBlock {
  margin: auto;
  margin-top: -5px;
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .RZhoursBlock {
    width: 90%;
  }
}
.RZdayRow {
  padding-top: 5px;
  position: relative;
  width: 100%;
  clear: both;
}
.RZdayLabel, .RZhourBlock, A.RZdayLabel, A.RZhourBlock {
  font-family: Anton, sans-serif; font-size:14px; font-style:normal; font-weight:400;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}
.RZdayLabel {
  font-weight: normal;
}
.RZdayLabel, A.RZdayLabel {
  position: relative;
  font-weight: normal;
  float: left;
  text-align: right;
}
.RZhourBlock, A.RZhourBlock {
  position: relative;
  float: right;
  text-align: left;
  2width: 150px;
}
.pdfImage img {
  width: 95vw;
  max-width: 800px;
}
.rzNavButton {
  width: auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
  height: 35px;
  background-color: #008b85 !important;
  color: #FFFFFF !important;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #008b85;
}
.rzNavButton:hover {
  background-color: #55626A !important;
  color: #FFFFFF !important;
}
.GCPane, .ResvPane {
  margin: auto;
}
.ResvPane .NormalTextBox {
  width: 185px !important;
}
.footerCredit, a.footerCredit, a.footerCredit:hover {
  border-style: none;
}
.WizardBody {
  border-right: 1px solid black;
  border-left: 1px solid black;
}
.foodMenu-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.foodMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.foodMenu-tabs .foodMenu-item.open .foodMenu-link:focus, .foodMenu-tabs .foodMenu-link.active:focus {
  outline: none;
}
.foodMenu-tabs .foodMenu-item {
  height: 48px;
  padding: 0;
}
.foodMenu-tabs .foodMenu-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #ffffff;
  transition: all .5s;
  padding: 8px;
  text-decoration: none;
}
.foodMenu-tabs .foodMenu-link:hover {
  cursor: pointer;
  background-color: #008b85;
}
.foodMenu-tabs .foodMenu-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #008b85;
}
.foodMenu-tabs .foodMenu-link.active:hover {
  background-color: #008b85;
}
.foodMenu-tab-content .foodMenu-tab-pane {
  display: none;
}
.foodMenu-tab-content .foodMenu-tab-pane.active {
  display: block;
}
.pdfImage img {
  width: 100%
}
.pdfImageList {
  margin-left: -50px margin-right:-50px;
}
.ResvPane {
  margin-top: -336px;
  margin-left: 50px;
  background: whitesmoke;
  width: 250px;
}
a.BusinessAddress {
  text-decoration: none !important;
}
.rzCart {
  2position: fixed;
  width: 40px;
  height: 40px;
  background-image: url(/images/rzShoppingCart-blk.png);
  background-size: contain;
  background-position: bottom center;
  2padding: 2px;
  bottom: 108px;
  margin-left: auto;
  margin-right: auto;
margin-top:6px;
}
.rzCartLink {
  2position: fixed;
  width: 40px;
  height: 40px;
  background-image: url(/images/rzShoppingCart-blk.png);
  background-size: contain;
  background-position: bottom center;
  2padding: 2px;
  bottom: 130px;
  margin-left: auto;
  margin-right: auto;
}
.rzCartQuantity {
  width: 30px;
  height: 30px;
  margin: auto;
  background-color: #000000;
  border-radius: 20px;
  border: 1px solid #000000;
  font-size: 18px;
  line-height: 30px;
  font-family: Helvetica, Arial;
  text-align: center;
  color: #FFFFFF;
  margin-top: 5px;
  margin-left: 30px;
}
A.CommandButton.AddToCart {
  2background-color: #008b85;
  color: #000000;
}
A.CommandButton.AddToCart:hover, A.CommandButton.AddToCart:visited, A.CommandButton.AddToCart:active {
  2background-color: #C2C2C2;
  color: #0F354F;
}
A.CommandButton.AddToCart {
  font-family: 'Anton', sans-serif;
  font-style: normal;
  letter-spacing: 0px;
  font-weight: 300;
  text-decoration: none;
  margin: 2px;
  font-size: 14px;
  padding: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 500ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
  -moz-transition: all 500ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
  -o-transition: all 500ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
  border: 2px solid #0F354F;
  white-space: nowrap;
}
.rzTips .rzCmdSecondary {
  background-image: none;
}
.HSS_CatalogContent .PageHeader {
  width: 95vw !important;
  max-width: 800px !important;
  margin: auto;
  padding:0!important;
}
.SkinObject {
  text-align: center;
  font-family: 'Anton'sans-serif !important;
  letter-spacing: 3px !important;
}
.rzMenuItem {
  position:relative;
  2min-height:125px;
}

.rzMenuItemImage {
  width: 150px;
  height: 150px;
  float: left;
  left: 0;
  margin-right: 30px;
  2margin-bottom: 30px;
}
.rzMenuItemBuy {
  position:relative;
  margin-top:30px;
}
.rzMenuItemDesc {
  position:relative;

  margin-left: 0px;
  
}
.rzMenuItemName {
  position:relative;
  margin-left: 0px;
  margin-top:10px;
}
.rzMenuItemPrice {
position:relative;
  margin-top:20px;
}
.NormalBold {
  color: #32393E;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.Normal, .NormalDisabled {
  font-size: 14px;
}
.HSS_CatalogContent .NormalBold {
  line-height: 20px;
}
@media (max-width: 767px) {
  A.CommandButton.AddToCart {
    font-size: 12px;
    padding: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .PageHeader {
    2height: 600px;
  }
.rzMenuItemImage {
  position:relative;
  width: 125px;
  height: 125px;
  float: left;
  margin-left: 5px;
  margin-right: 10px;
  2margin-bottom: 30px;
}

  .rzMenuItem {
    position:relative;
    margin-top: 10px;
  }
  .rzMenuItemDesc {
    
    position:relative;
    margin-left: 0px;
    margin-top:0px;
  }
  .rzMenuItemPrice {
    position:relative;
    2margin-left: 275px;
    margin-top:0px;
    
  }
.rzMenuItemBuy {
  position:relative;
  padding-top: 0px;
  margin-left: 0px;
  margin-top: 20px;
}
button, html [value="UnSubscribe"] {
margin-left: -6px;}
}

.rzDateOfVisit  {
   display:none;}

.rzResponseRequested {
   display:none;}

.rzCopyToSelf  {
   display:none;}

.rzMenuGroupName {
text-align:center;
margin-bottom: 18px;
}

.HSS_FSPCRMFeedbackContent .PageHeaderHeader{display:none;}

rzMenuGroupWrapper {

margin-top:-100px;
padding-top:100px;}


.rzMenuGroupDesc {
text-align:center;
}

