﻿/* ================================
    Beckta Dining and Wine styles
   ================================
*/   

/* ================================ 
	Navigation
   ================================
*/

@import url(http://fonts.googleapis.com/css?family=Muli);

/* begin Menu */
/* menu structure */

ul.FSPMenu a, ul.FSPMenu a:link, ul.FSPMenu a:visited, ul.FSPMenu a:hover 
{
   outline: none;
   position: relative;
   z-index: 11;
}

ul.FSPMenu, ul.FSPMenu ul
{
   display: block;
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
}

ul.FSPMenu li
{
   margin: 0;
   padding: 0;
   border: 0;
   display: block;
   float: left;
   position: relative;
   z-index: 5;
   background: none;
}

ul.FSPMenu li:hover{
   z-index: 10000;
   white-space: normal;
}
ul.FSPMenu li li{
   float: none;
   width: auto;
}
ul.FSPMenu li:hover>ul {
   visibility: visible;
   top: 100%;
}
ul.FSPMenu li li:hover>ul {
   top: 0;
   left: 100%;
}
ul.FSPMenu:after, ul.FSPMenu ul:after
{
   content: ".";
   height: 0;
   display: block;
   visibility: hidden;
   overflow: hidden;
   clear: both;
}
ul.FSPMenu, ul.FSPMenu ul {
   min-height: 0;
}

ul.FSPMenu ul
{
   visibility: hidden;
   position: absolute;
   z-index: 10;
   left: 0;
   top: 0;
   background-image: url('images/spacer.gif');
   padding: 10px 30px 30px 30px;
   margin: -10px 0 0 -30px;
}

ul.FSPMenu ul.FSPMenu-left-to-right {
   right: auto;
   left: 0;
   margin: -10px 0 0 -30px;
}
ul.FSPMenu ul.FSPMenu-right-to-left {
   left: auto;
   right: 0;
   margin: -10px -30px 0 0;
}

ul.FSPMenu ul ul
{
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -10px;
}

ul.FSPMenu ul ul.FSPMenu-left-to-right
{
   right: auto;
   left: 0;
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -10px;
}

ul.FSPMenu ul ul.FSPMenu-right-to-left
{
   left: auto;
   right: 0;
   padding: 30px 10px 30px 30px;
   margin: -30px -10px 0 0;
}

ul.FSPMenu li li:hover>ul.FSPMenu-left-to-right {
   right: auto;
   left: 100%;
}
ul.FSPMenu li li:hover>ul.FSPMenu-right-to-left {
   left: auto;
   right: 100%;
}

ul.FSPMenu{
   position:relative;
   padding: 0 0 0 0;
   float: left;
}

/* end menu structure */

/* menu bar */


/* end Menu */

/* begin MenuItem */
ul.FSPMenu>li>a
{
   position: relative;
   display: block;
   height: 45px;
   cursor: pointer;
   text-decoration: none;
   color: #ADADAD;
   padding: 0 3px;
   line-height: 45px;
   text-align: center;
}

ul.FSPMenu>li>a:before, ul.FSPMenu>li>a:after
{
   position: absolute;
   display: block;
   content:' ';
   top: 0;
   bottom:0;
   z-index: -1;
   background-image: url('images/menuitem.png');
}

ul.FSPMenu>li>a:before
{
   left: 0;
   right: 0;
   background-position: top left;
}

ul.FSPMenu>li>a:after
{
   width: 0;
   right: 0;
   background-position: top right;
}

.FSPMenu a, .FSPMenu a:link, .FSPMenu a:visited, .FSPMenu a:hover
{
   font-family: Muli, Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   text-align: left;
   text-decoration: none;
   text-transform: uppercase;
}

ul.FSPMenu>li>a.active:before {
   background-position: bottom left;
} 
ul.FSPMenu>li>a.active:after {
   background-position: bottom right;
}
ul.FSPMenu>li>a.active {
   color: #FFFFFF;
}

ul.FSPMenu>li>a:hover:before, ul.FSPMenu>li:hover>a:before {
   background-position: center left;
}
ul.FSPMenu>li>a:hover:after, ul.FSPMenu>li:hover>a:after {
   background-position: center right;
}
ul.FSPMenu>li>a:hover, ul.FSPMenu>li:hover>a{
   color: #FFFFFF;
}

/* end MenuItem */

/* begin MenuSeparator */
ul.FSPMenu>li:before
{
   position:absolute;
   display: block;
   content:' ';
   top:0;
   left:  -15px;
   width:15px;
   height: 45px;
   background: url('images/menuseparator.png') center center no-repeat;
}

ul.FSPMenu>li {
   margin-left:15px;
}
ul.FSPMenu>li:first-child {
   margin-left:0;
}

ul.FSPMenu>li:first-child:before{
   display:none;
}
/* end MenuSeparator */

/* begin MenuSubItem */
.FSPMenu ul a
{
   display: block;
   white-space: nowrap;
   height: 36px;
   background-image: url('images/subitem.png');
   background-position: left top;
   background-repeat: repeat-x;
   border-width: 0;
   border-style: solid;
   min-width: 7em;
   text-align: left;
   text-decoration: none;
   line-height: 36px;
   color: #ADADAD;
   font-family: Muli, Arial, Helvetica, Sans-Serif;
   font-size: 14px;
   margin:0;
   padding: 0 12px;
   text-transform: uppercase;
}

.FSPMenu ul>li:first-child>a
{
   border-top-width: 0;
}

.FSPMenu ul a:link, .FSPMenu ul a:visited, .FSPMenu ul a:hover, .FSPMenu ul a:active
{
   text-align: left;
   text-decoration: none;
   line-height: 36px;
   color: #ADADAD;
   font-family: Muli, Arial, Helvetica, Sans-Serif;
   font-size: 13px;
   margin:0;
   padding: 0 12px;
}

.FSPMenu ul li a:hover
{
   color: #FEFEFE;
   background-position: left bottom;
   border-top-width: 0 !important;
}

.FSPMenu ul li:hover>a
{
   color: #FEFEFE;
   background-position: left bottom;
   border-top-width: 0 !important;
}

/* end MenuSubItem */

/* ================================ 
	Design
   ================================
*/

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
.main {
	background-color: #FFFFFF;
}
.ControlPanel {
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 90px;
	width: 100%;
	z-index: 5000;
	background-color: #232E30;
	border-bottom: #FFFFFF 4px solid;
	min-width:1250px;
}
.headerNav {
	position:absolute;
	margin-top:13px;
	left:0;
	right:0;
	min-width:800px;
	margin-left:210px;
	margin-right:185px;
}
.logoBlock {
	position: absolute;
	left: 26px;
	top: -5px;
	width: 386px;
	margin-top:9px;
	height: 79px;
}
.WinebarBlock {
	margin-left:185px;
	margin-top:12px;
	background-image: url(images/WinebarLink.png);
	background-repeat: no-repeat;
}
.DiningRoomBlock {
	margin-left:185px;
	padding-top:3px;
	background-image: url(images/DiningRoomLink.png);
	background-repeat: no-repeat;
}
.PrivateDiningBlock {
	margin-left:185px;
	padding-top:3px;
	background-image: url(images/PrivateDiningLink.png);
	background-repeat: no-repeat;
}
.sisterBlock {
	position:absolute;
	right:20px;
	top:18px;
}
.headerPlay {
	position: relative;
	float: left;
	padding-left: 3px;
	width: 59px;
	height: 33px;
}
.headerGezellig {
	position: relative;
	float: left;
	padding-left: 5px;
	width: 158px;
	height: 55px;
}
a.playLink { padding:0; display: block; float: right; background: url(images/play.jpg) no-repeat right; text-indent: -9999px; width: 98px; height: 55px; }
a.playLink:hover { background-image: url(Images/play_hover.jpg); }
a.gezelligLink { padding:0; display: block; float: left; background: url(images/gezellig.jpg) no-repeat right; text-indent: -9999px; width: 158px; height: 55px; }
a.gezelligLink:hover { background-image: url(Images/gezellig_hover.jpg); }

/* socialLink Styles */
.socialBlock {
	position: absolute;
	float: right;
	right: 10px;
	top:3px;
	height: 25px;
	width: 368px;
	text-align: right;
}
.socialFacebook {
	position: relative;
	float: left;
	padding-left: 3px;
	width: 82px;
	height: 25px;
}
.socialTwitter {
	position: relative;
	float: left;
	padding-left: 5px;
	width: 95px;
	height: 25px;
}
.socialTripAdvisor {
	position: relative;
	float: left;
	padding-left: 5px;
	width: 115px;
	height: 25px;
}
.socialUrbanspoon {
	position: relative;
	float: left;
	padding-left: 5px;
	width: 115px;
	height: 25px;
}
.socialInstagram {
	position: relative;
	float: left;
	padding-left: 5px;
	width: 68px;
	height: 25px;
}
/* socialLink Styles */
a.facebookLink { padding:0; display: block; float: right; background: url(images/FacebookNormal.png) no-repeat right; text-indent: -9999px; width: 82px; height: 25px; }
a.facebookLink:hover { background-image: url(Images/FacebookHover.png); }
a.twitterLink { padding:0; display: block; float: left; background: url(images/TwitterNormal.png) no-repeat right; text-indent: -9999px; width: 95px; height: 25px; }
a.twitterLink:hover { background-image: url(Images/TwitterHover.png); }
a.tripAdvisorLink { padding:0; display: block; float: left; background: url(images/tripAdvisorNormal.png) no-repeat right; text-indent: -9999px; width: 115px; height: 25px; }
a.tripAdvisorLink:hover { background-image: url(Images/tripAdvisorHover.png); }
a.urbanspoonLink { padding:0; display: block; float: left; background: url(images/urbanspoonNormal.png) no-repeat right; text-indent: -9999px; width: 115px; height: 25px; }
a.urbanspoonLink:hover { background-image: url(Images/urbanspoonHover.png); }
a.instagramLink { padding:0; display: block; float: left; background: url(images/instagramNormal.png) no-repeat right; text-indent: -9999px; width: 68px; height: 25px; }
a.instagramLink:hover { background-image: url(Images/instagramHover.png); }
.sheet {
	position: relative;
	margin-top: 90px;
	width: 100%;
	background-color: #FFFFFF;
	min-width:1250px;
}
.sheetWrapper {
	position: relative;
	padding: 0px;
}
.navWrapper {
	position: fixed;
	top: 0px;
	bottom: 35px;
	left: 0;
	width: 238px;
	background-color: #000000;
	z-index: 500;
	border-right: #FFFFFF 6px solid;
	margin-top:94px;
	border-bottom:3px solid #FFFFFF;
}
.navPane {
	position: relative;
	width: 100%;
padding-top:30px;
	z-index: 600;
}
.AreaLinks {
	position:fixed;
	text-align:center;
	width:181px;
	bottom:25px;
	left:30px;
	height:150px;
	background-color: #000000;
}
.reservationBlock {
	position: relative;
	width: 100%;
padding-left:20px;
	z-index: 400;
}
.midWrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	right: 0px;
	height: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 10;
}
.contentWrapper {
	position: relative;
	width: 585px;
	padding:10px;
	background-color: #FFFFFF;
	z-index: 300;
	opacity: .9;
}
.contentWrapperWide {
	position: absolute;
	top: 0;
	left: 80px;
	bottom: 0;
	width: 685px;
	padding:10px;
	background-color: #FFFFFF;
	z-index: 300;
	opacity: .9;
	overflow-y: auto;
	overflow-x:hidden;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 35px;
	min-width:1250px;
	width: 100%;
	z-index: 5000;
	background-color: #000000;
	overflow: hidden;
	border-top: 0px solid #FFFFFF;
}
.footerAddress {
	position: relative;
	float: left;
	top:2px;
	left: 0px;
	width: 430px;
	height: 25px;
   font-size: 15px;
	color: #E0E0E0;
   font-family: Muli, Arial, Helvetica, Sans-Serif;
}
.footerCredit {
	position:relative;
	float:right;
	margin-top:8px;
	width: 200px;
	height: 25px;
	line-height: 15px;
	text-align: right;
}
.footerTerms {
	position:relative;
	width: 439px;
	text-align: center;	
}
.footerSister1 {
	position: relative;
	top:5px;
	float: right;
	padding-right: 25px;
	width: 105px;
	height: 50px;
}
.footerSister2 {
	position: relative;
	top:5px;
	float: right;
	padding-right: 25px;
	width: 105px;
	height: 50px;
}
.footerContainer {
	width: 1060px;
}

/* ================================ 
	Framework
   ================================
*/

A:link {
    text-decoration:    none;
    color: #AF5614;
}
A:visited  {
    text-decoration:    none;
    color: #AF5614;
}
A.active  {
    text-decoration:    none;
    color: #AF5614;
}
A:hover {
    text-decoration:    none;
    color: #000000;
}
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	 color: #000000;
}
    
A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active {
    text-decoration:    underline;
	 color: #AF5614;
}
A.CommandButton:hover  {
    text-decoration:    underline;
	 color: #000000;
}

/* Background and Zone Settings */

H1, H2, H3 {
	color: #232E30;
}

/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #232E30;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #232E30;
}
A.SubHead:link;A.SubHead:visited;A.SubHead:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #AF5614;
	TEXT-DECORATION: none
}
A.SubHead:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
	TEXT-DECORATION: none;
}

.HeadL   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: #A9A9A9;
}

/* style of item titles on edit and admin pages */
.SubHeadL    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #A9A9A9;
}
A.SubHeadL:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #A9A9A9!important;
	TEXT-DECORATION: none
}
A.SubHeadL:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #A9A9A9!important;
	TEXT-DECORATION: none
}
A.SubHeadL:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #A9A9A9!important;
	TEXT-DECORATION: none
}
A.SubHeadL:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #A9A9A9!important;
	TEXT-DECORATION: none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #232E30;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color: #575656;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #575656;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	 color: #AF5614;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}
A.NormalBold:link; A.NormalBold:visited; A.NormalBold:active
{
	 color: #AF5614!important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}
A.NormalBold:hover
{
	 color: #000000!important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1px;
    font-weight: bold;
    color: #A60000}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color:#000000;
}

.NormalL,.NormalDisabledL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color: #A9A9A9;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabledL
{
    color: #A9A9A9;
}

A.NormalL:link
{
	 color: #A9A9A9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}
A.NormalL:visited
{
	 color: #A9A9A9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}
A.NormalL:active
{
	 color: #A9A9A9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}
A.NormalL:hover
{
	 color: #A9A9A9!important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}

/* text style used for rendered text which requires emphasis */
.NormalBoldL
{
	 color: #A9A9A9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}
A.NormalBoldL:link
{
	 color: #A9A9A9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}
A.NormalBoldL:visited
{
	 color: #A9A9A9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}
A.NormalBoldL:active
{
	 color: #A9A9A9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}
A.NormalBoldL:hover
{
	 color: #A9A9A9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRedL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #A9A9A9;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBoxL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color:#000000;
}

/* Skin Objects */

.SkinObject {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px; 
	color: #BABABA!important;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	padding: 2px 2px 2px 2px;
}
A.SkinObject:link; {
	color: #BABABA!important;
	TEXT-DECORATION: none
}
A.SkinObject:visited {
	color: #BABABA!important;
	TEXT-DECORATION: none
}
A.SkinObject:active {
	color: #BABABA!important;
	TEXT-DECORATION: none
}
A.SkinObject:hover {
	COLOR: #FFFFFF!important;
	TEXT-DECORATION: none;
}


/*___________________________________________________________________________________________*/
/*   The new dependancies for the Reservation Module                                         */
/*___________________________________________________________________________________________*/
.GridHeader
{
	white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	 color: #AF5614;
}
.GridItem
{
	white-space: nowrap;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: normal;
	color: #FFFFFF;
}
.HSS_FSPAdminContent td.GridItem {
	overflow: hidden;
	display: block; 
	float: left; 
}
.GridItemWrap
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: normal;
	color: #FFFFFF;
}
.GridItemError
{
	white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color: #FFFFFF;
	overflow: hidden;
	display: block; 
	float: left; 
}
.GridItemCancel
{
	white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	 color: #000000;
}
.GridItemChange
{
	white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	 color: #FFFFFF;
}
/* text style for buttons and link buttons used in the portal admin pages */
.WizCommandButton     {
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.WizCommandButton:link {
    text-decoration:    underline;
    color: #AF5614;
}
A.WizCommandButton:visited  {
    text-decoration:    underline;
    color: #AF5614;
}
A.WizCommandButton:active   {
    text-decoration:    underline;
    color: #AF5614;
}
A.WizCommandButton:hover    {
    text-decoration:    underline;
    color: #000000;
}
/* styles used in the Wizard Framework */
.Wizard
{
	border-right: #232E30 1px solid;
	border-top: #232E30 1px solid;
	border-left: #232E30 1px solid;
	border-bottom: #232E30 1px solid;
	height:400px;
	width:650px;
}
.WizardMessage
{
   font-size:  12px;
   font-weight:    bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.WizardHeader
{
	background: #232E30;
	border-bottom: #232E30 1px solid;
	height:40px;
}
.WizardHeader .Head
{
	color: #FFFFFF;
}
.WizardFooter .Normal
{
	color: #FFFFFF;
}
.WizardFooter
{
	border-top: #232E30 1px solid;
	background: #232E30;
	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: 9pt;
	padding-bottom: 5px;
	border-left: #232E30 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #232E30;
}
.WizardHelpTextHeader
{
   font-size:  13px;
   font-weight:    bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.CalRes
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #575656;
	border: 1px solid #232E30;
	width:370px;
}
.CalResOtherMonthDay
{
	border: 1px solid #232E30;
	cursor: pointer;
}
.CalResOldDate
{
	background: Transparent;
	border: 1px solid #232E30;
}
.CalResDay
{
	background: Transparent;
	border: 1px solid #232E30;
	cursor: pointer;
}
.CalResDayAvailable
{
	color: #000000;
	background: #D9D9D9;
	font-weight: bold;
	border: 1px solid #232E30;
	cursor: pointer;
}
.CalResSelectedDay
{
	font-weight: bold;
	background: transparent;
	border: 1px solid #232E30;
	cursor: pointer;
	color: #575656;
}
.CalResSelectedDayAvailable
{
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
	border: 1px solid #232E30;
	cursor: pointer;
}
.CalResToday
{
	font-weight: bold;
	background: transparent;
	border: 1px solid #232E30;
	cursor: pointer;
}
.CalResTodayAvailable
{
	color: #000000;
	background: #D9D9D9;
	font-weight: bold;
	border: 1px solid #232E30;
	cursor: pointer;
}
.CalResSelector
{
	color: #575656;
	background: transparent;
}
.CalResSelector A:link,.CalResSelector A:Visited,.CalResSelector A:active
{
	color: #575656!important;
	text-decoration: none;
}
.CalResSelector A:hover
{
	color: #575656!important;
	text-decoration: none;
}
.CalResNextPrev
{
	font-family: Arial, Helvetica, sans-serif;
	color: #575656;
	font-size: 12px;
	width: 15%;
}
.CalResNextPrev A:link,.CalResNextPrev A:Visited,.CalResNextPrev A:active
{
	color: #575656!important;
	text-decoration: none;
}
.CalResNextPrev A:hover
{
	color: #575656!important;
	text-decoration: none;
}
.CalResDayHeader
{
	color: #575656;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	border: 1px solid #232E30;
	width: 40px;
	text-align: center;
}
.CalResTitle
{
	color: #575656;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	width: 100%;
}

/* Menu Display tags */

.MenuHeader {
   font-family: Arial, Helvetica, sans-serif;
   font-size:  13px;
   font-weight:    normal;
	color: #575656;
	text-align: center;
}
.MenuFooter {
   font-family: Arial, Helvetica, sans-serif;
   font-size:  13px;
   font-weight:    normal;
	color: #575656;
}
.MenDisplayHeading
{
   font-family: Arial, Helvetica, sans-serif;
   font-size:  20px;
   font-weight:    normal;
	color: #232E30;
}
.MenDisplayHeadingDesc
{
   font-family: Arial, Helvetica, sans-serif;
   font-size:  13px;
   font-weight:    normal;
   color: #232E30;
}

/* 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: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.MenHeadingSelected:hover
{
	 color: white!important;
	 background-color: Blue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.MenItem, A.MenItem
{
    font-family: Arial, Helvetica, 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
{
	height:400px;
}
.PageHeaderMessage
{
   font-size:  12px;
   font-weight:    bold;
	color: #AF5614;
	font-family: Arial, Helvetica, sans-serif;
}
.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;
	height: 35px;
}
.PageHeaderBody
{
	height: 325px;
}
.PageHeaderHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: #232E30 1px solid;
	border-right: #232E30 1px solid;
	border-bottom: #232E30 1px solid;
	border-top: #232E30 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #232E30;
}
.PageHeaderHelpTextHeader
{
   font-size:  13px;
   font-weight:    bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.PageHeaderHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 300px;
}
.PageHeaderText
{
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.BusinessAddress {
   font-size:  13px;
   font-weight:    bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
A.BusinessAddress:link, A.BusinessAddress:visited, A.BusinessAddress:active {
   font-size:  13px;
   font-weight:    bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
A.BusinessAddress:hover {
   font-size:  13px;
   font-weight:    bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.LocationSwitch {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px; 
	color: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	padding: 2px 2px 2px 2px;
	border: 0px;
}
A.LocationSwitch:link,A.LocationSwitch:visited,A.LocationSwitch:active,A.LocationSwitch:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px; 
	color: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	padding: 2px 2px 2px 2px;
	border: 0px;
} 

/* Calendar inteface for Admin */

.CalARes
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
	color: #575656;
	border: 1px solid #232E30;
}
.CalAResOtherMonthDay
{
	border: 1px solid #232E30;
	cursor: pointer;
}
.CalAResDay,
{
	background: Transparent;
	border: 1px solid #232E30;
	cursor: pointer;
}
.CalAResOldDate
{
	background: Transparent;
	border: 1px solid #232E30;
}
.CalAResDayAvailable
{
	color: #000000;
	background: #D9D9D9;
	border: 1px solid #232E30;
	cursor: pointer;
}
.CalAResSelectedDay
{
   font-weight: bold;
	background: transparent;
	border: 1px solid #232E30;
	cursor: pointer;
}
.CalAResSelectedDayAvailable
{
	color: #FFFFFF;
   font-weight: bold;
	background: #000000;
	border: 1px solid #232E30;
	cursor: pointer;
}
.CalAResToday
{
	background: transparent;
	border: 1px solid #232E30;
	cursor: pointer;
}
.CalAResTodayAvailable
{
	color: #000000;
	background: #D9D9D9;
	border: 1px solid #232E30;
	cursor: pointer;
}
.CalAResSelector
{
	color: #575656;
	background: transparent;
}
.CalAResSelector A.link,.CalAResSelector A:Visited,.CalAResSelector A:active
{
	color: #575656!important;
	text-decoration: none;
}
.CalAResSelector A:hover
{
	color: #575656!important;
	text-decoration: none;
}
.CalAResNextPrev
{
   font-family: Arial, Helvetica, sans-serif;
	color: #575656;
   font-size: 12px;
	width: 15%;
}
.CalAResNextPrev a:hover
{
	color: #575656!important;
	text-decoration: none;
}
.CalAResDayHeader
{
	color: #575656;
	background: transparent;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
	width: 65px;
	border: 1px solid #232E30;
}
.CalAResTitle
{
	color: #575656;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
	background: transparent;
	width: 100%;
}
.LookupItem
{
	cursor: pointer;
	background-color: #232E30;
}
.LookupItemAlt
{
	cursor: pointer;
	background-color: #232E30;
}
.LookupItemSelected
{
	cursor: pointer;
	background-color: #232E30;
	border: 2px solid #232E30;
}
.LookupItemAltSelected
{
	cursor: pointer;
	background-color: #232E30;
	border: 2px solid #232E30;
}
.LookupItemBreak
{
	cursor: pointer;
	background-color: #232E30;
	border-top: thin double #232E30;
}
.LookupItemAltBreak
{
	cursor: pointer;
	background-color: #232E30;
	border-top: thin double #232E30;
}
.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 #232E30;
	background-color: #D9D9D9;
}
.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: #AF5614!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: #A9A9A9;
}
A.NavbarL:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color: #A9A9A9!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: #A9A9A9!important;
}
.TutorialVideo {
	border: thin groove black;
	background: black;
}
.WizardHeader .Head {
	color: #FFFFFF;
}
.WizardFooter .Normal {
	color: #FFFFFF;
}
A.WizardMessage:link, A.WizardMessage:visited, A.WizardMessage:active  {
	color: #FFFFFF;
}
A.WizardMessage:hover  {
	color: #FFFFFF;
}
.GridItem A.CommandButton {
	color: #FFFFFF!important;
}
.LookupItem A.CommandButton {
	color: #FFFFFF!important;
}
.LookupItemAlt A.CommandButton {
	color: #FFFFFF!important;
}
.LookupItem .Normal {
	color: #FFFFFF;
}
.LookupItem .NormalBold {
	color: #FFFFFF;
}
.LookupItemAlt .Normal {
	color: #FFFFFF;
}
.LookupItemAlt .NormalBold {
	color: #FFFFFF;
}
td.GridItem span.GridItem A {color:#FFFFFF;}
td.GridItem span.GridItem A.GridHeader {color:#AF5614;}
td.ProfileTop span.ProfileNN {
	color: #AF5614;
	background-image: url(images/ProfileNN.jpg);
	background-repeat: repeat-x;
}

/* ================================ 
	Custom
   ================================
*/
.PageHeaderBody .SubHead {
   color:#AF5614;
}
.HSS_FSPNewsletterContent { width:180px;}
.HSS_ReservationSummaryContent {width:180px;}
.HSS_CustomPageHomeContent {width:765px;}
.HSS_CustomPageHomeContent table {width:auto;}
.BusinessAddress {
   font-size:  15px;
   font-weight: 500;
   font-family: Muli, Arial, Helvetica, Sans-Serif;
   text-transform: uppercase;
   }
A.BusinessAddress:link, A.BusinessAddress:visited, A.BusinessAddress:active {
   font-size:  15px;
   font-weight: 500;
   color:#FFFFFF;
   font-family: Muli, Arial, Helvetica, Sans-Serif;
}
A.BusinessAddress:hover {
   font-size:  15px;
   font-weight: 500;
   color:#FFFFFF;
   font-family: Muli, Arial, Helvetica, Sans-Serif;
}
.HSS_FSPCertificateQuickContent {width:178px;}

.Head, .HeadL {
   font-family: Muli, Arial, Helvetica, Sans-Serif;
    font-size:18px;
    text-transform: uppercase;
}
input.CommandButton {
	margin: 2px; padding: 0px 25px 0px 15px; border: 0px #194766; height: 26px; color: #FFFFFF; text-decoration: none; cursor: pointer; background-color: #232E30;
}
input.CommandButton:hover {
	background-color: #194766;
	color: #FFFFFF;
}
.Normal,.NormalDisabled, .NormalBold, A.NormalBold:link; A.NormalBold:visited; A.NormalBold:active, A.NormalBold:hover, .NormalTextBox, 
.NormalL,.NormalDisabledL, .NormalBoldL, A.NormalBoldL:link; A.NormalBoldL:visited; A.NormalBoldL:active, A.NormalBoldL:hover, .NormalTextBoxL {
	line-height: 18px;
}
.footer A:link, .footer A:visited, .footer A:active {
   color:#BABABA!important;
}
.footer A:hover {
   color:#FFFFFF!important;
}
.HSS_CustomPageContent A.NormalBold {
	font-size:18px!important;
}
.MyImages {margin-bottom:10px;};
.sideShow {overflow:hidden; }
.blackout {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: .75;
	z-index: -1;
}
.blackout.splashImage {
	z-index: 10000;
	display: none;
	opacity: 1;
	background: rgba(0,0,0,.7);
}
.PopUpPane {
	position: absolute;
	top:25px;
	bottom:100px;
	margin-top:25px;
	margin-bottom:80px;
	width: 565px;
	min-height: 200px;
	overflow-y:auto;
	overflow-x:hidden;
	background-color: #FFFFFF;
	border: 2px solid #232E30;
	padding: 20px;
}
.fixedFooter {
	position: fixed;
	bottom: 0;
	height: 35px;
	width: 100%;
	background-color: #000000;
	border-top: 5px solid #FFFFFF;
	z-index: 1000;
	min-width:1250px;
}
/* ================================ 
	sliders for home page
   ================================
*/

.SliderContainer {
	display: block;
	width: 120%;
	height: 550px;
	left: -10%;
	background-color: black;
	position: relative;
	margin-top: 6px;
	margin-bottom: 100px;
}
.SliderContainer .leftHover, .SliderContainer .rightHover {
	overflow: hidden;
	display: inline-block;
	position: relative;
	width: 50%;
	height: 550px;
}
.SliderContainer .leftHover {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-15deg);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}
.SliderContainer .leftHover .leftContent {
	position: absolute;
	width: 1400px;
	height: 100%;
	top: 0;
	right: 0px;
	z-index: 200;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	background-color: #194766;
}
.SliderContainer .leftHover .leftContent .contentContainer {
	float: right;
	margin-right: 30px;
	position: relative;
	height: 550px;
	width: 400px;
	top: 100px;
	text-align: center;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	-ms-transform: skew(15deg);
	-transform: skew(15deg);
}
.SliderContainer .leftHover .leftContent .contentContainer .smallHeader {
	font-family: Muli, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: white;
	text-transform: uppercase;
}
.SliderContainer .leftHover .leftContent .contentContainer .hr {
	width: 40px;
	border-bottom: 1px solid white;
	height: 1px;
	margin: auto;
	position: relative;
	top: 8px;
}
.SliderContainer .leftHover .leftContent .contentContainer p {
	color: white;
	font-size: 16px;
	font-family: Muli, Arial, Helvetica, Sans-Serif;
	line-height: 24px;
	font-style: italic;
	font-weight: 300;
}
.SliderContainer .leftHover .leftContent .contentContainer a.smallButton {
	position: relative;
	cursor: pointer;
	background: url(images/viewMenu.png) no-repeat 0 0;
	width: 162px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	margin: auto;
	z-index: 20900009;
	margin-top: 10px;
}
.SliderContainer .leftHover .leftContent .contentContainer a.smallButton:hover {
	background-position: 0 -30px;
}
.SliderContainer .leftHover .leftContent img.panel {
	left: -12%;
	width: 100%;
	position: relative;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
}
.SliderContainer .leftHover .leftPanel {
	box-shadow: 2px 2px 2px 0px #222222;
	background-color: #000000;
	position: absolute;
	right: 0px;
	z-index: 300;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	overflow-x: hidden;
}
.SliderContainer .leftHover .leftPanel img.panel {
	left: 65px;
	top: -160px;
	width: 1500px;
	float: right;
	position: relative;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
	-webkit-transform-origin: inherit;
	-moz-transform-origin: inherit;
	-o-transform-origin: inherit;
	-ms-transform-origin: inherit;
	transform-origin: inherit;
}
.SliderContainer .rightHover {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	-webkit-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-15deg);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}
.SliderContainer .rightHover .rightContent {
	position: absolute;
	width: 1000px;
	height: 100%;
	top: 0;
	z-index: 200;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	background-color: #af5614;
}
.SliderContainer .rightHover .rightContent .contentContainer {
	left: 130px;
	left: 50px;
	position: relative;
	height: 260px;
	width: 400px;
	top: 100px;
	text-align: center;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	-ms-transform: skew(15deg);
	-transform: skew(15deg);
}
.SliderContainer .rightHover .rightContent .contentContainer .smallHeader {
	font-family: Muli, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: white;
	text-transform: uppercase;
}
.SliderContainer .rightHover .rightContent .contentContainer .hr {
	width: 40px;
	border-bottom: 1px solid white;
	height: 1px;
	margin: auto;
	position: relative;
	top: 8px;
}
.SliderContainer .rightHover .rightContent .contentContainer p {
	color: white;
	font-size: 16px;
	font-family: Muli, Arial, Helvetica, Sans-Serif;
	line-height: 24px;
	font-style: italic;
	font-weight: 300;
}
.SliderContainer .rightHover .rightContent .contentContainer a.smallButton {
	position: relative;
	cursor: pointer;
	background: url(images/viewMenu.png) no-repeat 0 0;
	width: 162px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	margin: auto;
	z-index: 20900009;
	margin-top: 10px;
}
.SliderContainer .rightHover .rightContent .contentContainer a.smallButton:hover {
	background-position: 0 -30px;
}
.SliderContainer .rightHover .rightContent img.panel {
	left: -12%;
	width: 100%;
	position: relative;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
}
.SliderContainer .rightHover .rightPanel {
	box-shadow: 2px 2px 2px 0px #222222;
	background-color: #000000;
	width: 100%;
	position: absolute;
	left: 0px;
	z-index: 300;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	overflow-x: hidden;
}
.SliderContainer .rightHover .rightPanel img.panel {
	left: -95px;
	top: -160px;
	width: 1500px;
	float: left;
	position: relative;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
	-webkit-transform-origin: inherit;
	-moz-transform-origin: inherit;
	-o-transform-origin: inherit;
	-ms-transform-origin: inherit;
	transform-origin: inherit;
}

/* ================================ 
	Customize for Beckta (NEW)
   ================================
*/

.SQB .title {
	display:none;
}
.SQB .CommandButton, .SQB .NormalTextBox, .SQB .submit, .SQB .pleaseContact{
	width:170px!important;
	padding:4px;
	margin-bottom:4px;
}
.SQB .CommandButton {
	margin-left:10px;
}
.SQB .day, .SQB .groupsize, .SQB .time, .SQB .submit {
	text-align:center;
}
.SQB .NormalL {
	color:#A9A9A9;
	text-align:center;
}

/* ================================ 
	further refinements
   ================================
*/

.PageHeader, .PageHeaderBody {
	height:0;
	max-width:936px;
	margin:auto auto;
}
span.Head {
	font-size:28px;
}
.PageHeaderHeader td {
	text-align:center;
}
.PageHeader {
	padding-top:15px;
	width:900px!important;
	margin: auto auto!important;
	padding-left: 0!important;
	padding-right: 0!important;
}
.HSS_CatalogContent .PageHeaderBody a.Normal,
.HSS_CustomPageContent .PageHeaderBody td.Normal {
	font-size: 18px!important;
}
.MenuHeader {
	line-height:26px!important;
	font-size:18px!important;
}
A.Normal, A.NormalBold {
	line-height:26px!important;
	font-size:16px!important;
}
.Normal, .NormalBold, .SubHead {
	line-height:26px;
	font-size:16px;
}
.ProfileName {
	font-size:18px!important;
	line-height: 18px!important;
}
.WizardHeader .Head {
	font-size:16px!important;
	line-height: 16px!important;
	width: 450px;
}
.WizardFooter .Normal {
	font-size:13px!important;
	line-height: 20px!important;
}
.WizardBody .SubHead {
	width: 500px!important;
}
.contentHeader {
	background-position: center;
}


.HeadL {
	display:block!important;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  18px;
	color: #A9A9A9;
	margin-left:16px;
	padding-bottom:3px;
}
.HSS_FSPCertificateQuickContent, HSS_ReservationSummaryContent {margin-left:10px;}
.HSS_FSPCertificateQuickContent .NormalTextBox, .HSS_FSPCertificateQuickContent .CommandButton{
	width:170px!important;
	padding:4px;
	margin-bottom:4px;
}

.switchDiningRoom {
	position: relative;
	width: 181px;
	height: 60px;
}
.switchWinebar {
	position: relative;
	width: 181px;
	height: 60px;
}
.switchPrivateDining {
	position: relative;
	width: 181px;
	height: 60px;
}
a.switchDiningRoomLink {
	padding: 0;
	display: block;
	float: right;
	background: url(images/DiningRoomLink.png) no-repeat right;
	text-indent: -9999px;
	width: 181px;
	height: 60px;
}
a.switchDiningRoomLink:hover {
	background-image: url(Images/DiningRoomLink_hover.png);
}
a.switchWinebarLink {
	padding: 0;
	display: block;
	float: right;
	background: url(images/WinebarLink.png) no-repeat right;
	text-indent: -9999px;
	width: 181px;
	height: 60px;
}
a.switchWinebarLink:hover {
	background-image: url(Images/WinebarLink_hover.png);
}
a.switchPrivateDiningLink {
	padding: 0;
	display: block;
	float: right;
	background: url(images/PrivateDiningLink.png) no-repeat right;
	text-indent: -9999px;
	width: 181px;
	height: 60px;
}
a.switchPrivateDiningLink:hover {
	background-image: url(Images/PrivateDiningLink_hover.png);
}
.contentPaneWrapper {
	min-height:300px;
	margin-bottom:50px;
	right:0;
	left:235px;
	margin-left:242px;	
}
.reservationBlock .Head {
	display:block!important;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  18px;
	color: #A9A9A9;
	margin-left:16px;
	padding-bottom:3px;
}

/* ================================ 
	dining
   ================================
*/


.LeftPane {
	width:200px;
}
.reservationBlock {
	width:200px;
}
.SubHeadL a:hover {
	color:#FFFFFF;
}
#pdfPageNumbers {display: none;}#pdfImageDetail {display: block!important;}#pdfImage {list-style-type: none;padding-bottom: 10px;}.pdfImage img{display:block!important;}