/* ================================
    The Standard Tavern styles
   ================================
*/   

/* ================================ 
	Navigation
   ================================
*/

/* ================================ 
	Design
   ================================
*/

#fsp-main
{
   font-family: Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
}

ul
{
   list-style-type: none;
}

ol
{
   list-style-position: inside;
}

html, body
{
   height:100%;
}

#fsp-main
{
   position: relative;
   z-index: 0;
   width: 100%;
   min-height: 100%;
   left: 0;
   top: 0;
   cursor:default;
   overflow:hidden;
}

body
{
   padding: 0;
   margin:0;
   min-width: 885px;
   color: #282829;
   background-color: #751E0B;
   background-image: url('images/Bottom_texture.jpg');
   background-repeat: repeat;
   background-attachment: fixed;
   background-position: top left;
}

.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;
}

/* Start Box */
.fsp-box, .fsp-box-body {
   margin:0 auto;
   position:relative;
}
.fsp-box:before, .fsp-box:after, .fsp-box-body:before, .fsp-box-body:after {
   position:absolute;
   top:0;
   bottom:0;
   content:' ';
   background-repeat: no-repeat;
   line-height:0;
}
.fsp-box:before,.fsp-box-body:before{
   left:0;
}
.fsp-box:after,.fsp-box-body:after{
   right:0;
}
.fsp-box:before {
   overflow:hidden;
   background-position: bottom left;
   direction: ltr;
   z-index:-3;
}
.fsp-box:after {
   background-position: bottom right;
   z-index:-3;
}
.fsp-box-body:before, .fsp-box-body:after {
   background-repeat:repeat-y;
}
.fsp-box-body:before {
   background-position: top left;
   z-index:-3;
}
.fsp-box-body:after {
   background-position: top right;
   z-index:-3;
}

.fsp-box .fsp-box:before, .fsp-box .fsp-box:after, .fsp-box-body .fsp-box-body:before, .fsp-box-body .fsp-box-body:after {
   z-index:-2;
}
.fsp-box .fsp-box .fsp-box:before, .fsp-box .fsp-box .fsp-box:after, .fsp-box-body .fsp-box-body .fsp-box-body:before, .fsp-box-body .fsp-box-body .fsp-box-body:after {
   z-index:-1;
}
/* End Box */

/* Start Bar */
.fsp-bar {
   position:relative;
}
.fsp-bar:before, .fsp-bar:after {
   position:absolute;
   top:0;
   bottom:0;
   content:' ';
   background-repeat:repeat;
   z-index:-1;
}
.fsp-bar:before {
   left:0;
   background-position: top left;
}
.fsp-bar:after {
   right:0;
   background-position: top right;
}
/* End Bar */

/* begin Header */
div.fsp-header
{
   margin: 0 auto;
   position: relative;
   z-index: -5;
   width:100%;
   height: 500px;
   margin-top: 0;
   margin-bottom: 0;
}
.fsp-header-position
{
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
} 

.fsp-header-wrapper 
{
   position: relative;
   top:0;
   width:885px;
   margin:0 auto;
}
.fsp-header-inner 
{
   position: relative;
   margin: 0 23px;
}

.fsp-header:after
{
   position: absolute;
   z-index:-1;
   display:block;
   content:' ';
   top: 0;
   width:100%;
   height: 500px;
}
/* end Header */

/* begin HeaderObject */
div.fsp-header-content
{
   display: block;
   position: absolute;
   top: 75px;
   width: 100%;
   height: 107px;
}
div.fsp-header-left {
	width: 200px;
	float: left;	
}
div.fsp-logo {
	float:left;
	width:480px;	
}
div.fsp-header-right {
	float:right;
	width: 200px;
}
/* end HeaderObject */

/* begin Box, Sheet */
.fsp-sheet
{
   max-width:885px;
   margin-top: -315px;
   margin-bottom: -21px;
   cursor:auto;
   width: 885px;
}
.fsp-sheet-body 
{
   padding:22px;
   min-width:136px;
   min-height:136px;
   padding-top:22px;
   padding-bottom:26px;
}
.fsp-sheet:before, .fsp-sheet:after 
{
   content: url('images/sheet_t.png');
   font-size: 0;
   background-image: url('images/sheet_b.png');
}
.fsp-sheet:after{
   clip:rect(auto, auto, auto, 795px);
}
.fsp-sheet:before,.fsp-sheet-body:before{
   right:90px;
}
.fsp-sheet-body:after{
   width: 90px;
   top:90px;
   bottom:90px;
   background-image:url('images/sheet.png');
}
.fsp-sheet-body:before{
   top:90px;
   bottom:90px;
   background-image:url('images/sheet.png');
}

/* end Box, Sheet */


/* begin Menu */
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 5px 0 5px;
   float: left;
}

/* end menu structure */

/* menu bar */

.fsp-nav
{
   margin:0 auto;
   min-height: 49px;
   z-index: 100;
   margin-top: 0;
   margin-bottom: 0;
}

.fsp-nav:before, .fsp-nav:after{
   background-image: url('images/nav.png');
}
.fsp-nav:before{
   right: 5px;
}
.fsp-nav:after{
   width: 5px;
}
/* end menu bar */
.fsp-nav-outer{
   position:absolute;
   width:100%;
}

/* end Menu */

/* begin MenuItem */
ul.FSPMenu>li>a
{
   position: relative;
   display: block;
   height: 49px;
   cursor: pointer;
   text-decoration: none;
   color: #D9D9D9;
   padding: 0 20px;
   line-height: 49px;
   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
{
   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: #DBDBDC;
}

/* end MenuItem */

/* begin MenuSeparator */
ul.FSPMenu>li:before
{
   position:absolute;
   display: block;
   content:' ';
   top:0;
   left:  -1px;
   width:1px;
   height: 49px;
   background: url('images/menuseparator.png') center center no-repeat;
}

ul.FSPMenu>li {
   margin-left:1px;
}
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: 37px;
   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: 37px;
   color: #FFFFFF;
   margin:0;
   padding: 0 12px;
   width: 220px;
}

.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: 37px;
   color: #FFFFFF;
   margin:0;
   padding: 0 12px;
}

.FSPMenu ul li a:hover
{
   color: #E3E3E3;
   background-position: left bottom;
   border-top-width: 0 !important;
}

.FSPMenu ul li:hover>a
{
   color: #E3E3E3;
   background-position: left bottom;
   border-top-width: 0 !important;
}

/* end MenuSubItem */

/* begin Layout */
.fsp-layout-wrapper
{
   position:relative;
   margin:0 auto 0 auto;
}

.fsp-content-layout
{
   display: table;
   width:100%;
   table-layout: fixed;
   border-collapse: collapse;
	background-image:url(images/StandardLogoBg.png);
	background-repeat:no-repeat;
}

.fsp-content-layout-row {
   display: table-row;
}

.fsp-layout-cell
{
   display: table-cell;
   vertical-align: top;
}
/* end Layout */

/* begin Footer */
.fsp-footer
{
   position: relative;
   margin-top:20px;
   margin-bottom:0;
   width: 100%;
	background-image: url('images/footer.png');
	background-repeat: repeat;
}

.fsp-footer-body
{
   position:relative;
   color: #CDCED0;
}

.fsp-footer-body:before
{
   position: absolute;
   content:' ';
   z-index:-2;
   left:0;
   right:0;
   top:0;
}

.fsp-footer:before, .fsp-footer:after 
{
   position: absolute;
   content:' ';
   z-index:-2;
   bottom:0;
   height:50px;
}

.fsp-footer:before
{
   left:0;
   right:0;
   background-position: bottom left;
}

.fsp-footer:after
{
   right:0;
   width:0;
   background-position: bottom right;
}

.fsp-footer-text p
{
   padding:0;
   margin:0;
   text-align: center;
}

.fsp-footer-text
{
   min-height: 5px;
   padding-left: 10px;
   padding-right: 10px;
   position: relative;
   float: left;
   left: 50%;
   text-align: center;
}

.fsp-footer-center
{
   position: relative;
   float: right;
   right: 50%;
}

/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.fsp-content-layout .fsp-sidebar1
{
   width: 225px;
}
/* end LayoutCell, sidebar1 */

/* ================================ 
	Framework
   ================================
*/

A:link {
    text-decoration:    none;
    color: #6D1C0A;
}
A:visited  {
    text-decoration:    none;
    color: #6D1C0A;
}
A.active  {
    text-decoration:    none;
    color: #6D1C0A;
}
A:hover {
    text-decoration:    none;
    color: #FFCD25;
}
.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: #6D1C0A;
}
A.CommandButton:hover  {
    text-decoration:    underline;
	 color: #FFCD25;
}

/* Background and Zone Settings */

H1, H2, H3 {
	color: #6D1C0A;
}

/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #6D1C0A;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}
A.SubHead:link;A.SubHead:visited;A.SubHead:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #6D1C0A;
	TEXT-DECORATION: none
}
A.SubHead:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #FFCD25;
	TEXT-DECORATION: none;
}

.HeadL   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: #6D1C0A;
}

/* style of item titles on edit and admin pages */
.SubHeadL    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}
A.SubHeadL:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #6D1C0A!important;
	TEXT-DECORATION: none
}
A.SubHeadL:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #6D1C0A!important;
	TEXT-DECORATION: none
}
A.SubHeadL:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #6D1C0A!important;
	TEXT-DECORATION: none
}
A.SubHeadL:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #FFCD25!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: #000000;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color: #262626;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #262626;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	 color: #6D1C0A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}
A.NormalBold:link; A.NormalBold:visited; A.NormalBold:active
{
	 color: #6D1C0A!important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}
A.NormalBold:hover
{
	 color: #FFCD25!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: #FF0000}

/* 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: #262626;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabledL
{
    color: #C4C4C4;
}

A.NormalL:link
{
	 color: #6D1C0A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}
A.NormalL:visited
{
	 color: #6D1C0A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}
A.NormalL:active
{
	 color: #6D1C0A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}
A.NormalL:hover
{
	 color: #FFCD25!important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}

/* text style used for rendered text which requires emphasis */
.NormalBoldL
{
	 color: #6D1C0A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}
A.NormalBoldL:link
{
	 color: #6D1C0A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}
A.NormalBoldL:visited
{
	 color: #6D1C0A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}
A.NormalBoldL:active
{
	 color: #6D1C0A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}
A.NormalBoldL:hover
{
	 color: #FFCD25;
    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: #FF0000;
}

/* 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: #FFFFFF!important;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	padding: 2px 2px 2px 2px;
}
A.SkinObject:link; {
	color: #FFFFFF!important;
	TEXT-DECORATION: none
}
A.SkinObject:visited {
	color: #FFFFFF!important;
	TEXT-DECORATION: none
}
A.SkinObject:active {
	color: #FFFFFF!important;
	TEXT-DECORATION: none
}
A.SkinObject:hover {
	COLOR: #FFCD25!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: #6D1C0A;
}
.GridItem
{
	white-space: nowrap;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: normal;
	color: #C4C4C4;
	overflow: hidden;
	display: block; 
	float: left; 
}
.GridItemWrap
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: normal;
	color: #C4C4C4;
}
.GridItemError
{
	white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color: #FF0000;
	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: #E6B822;
}
/* 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: #6D1C0A;
}
A.WizCommandButton:visited  {
    text-decoration:    underline;
    color: #6D1C0A;
}
A.WizCommandButton:active   {
    text-decoration:    underline;
    color: #6D1C0A;
}
A.WizCommandButton:hover    {
    text-decoration:    underline;
    color: #FFCD25;
}
/* styles used in the Wizard Framework */
.Wizard
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	height:400px;
	width:650px;
}
.WizardMessage
{
   font-size:  12px;
   font-weight:    bold;
	color: #E6B822;
	font-family: Arial, Helvetica, sans-serif;
}
.WizardHeader
{
	background: #7A200B;
	border-bottom: #000000 1px solid;
	height:40px;
}
.WizardHeader .Head
{
	color: #E6B822;
}
.WizardFooter .Normal
{
	color: #C4C4C4;
}
.WizardFooter
{
	border-top: #000000 1px solid;
	background: #7A200B;
	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: #000000 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #6B1C0A;
}
.WizardHelpTextHeader
{
   font-size:  13px;
   font-weight:    bold;
	color: #E6B822;
	font-family: Arial, Helvetica, sans-serif;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: #C4C4C4;
	font-family: Arial, Helvetica, sans-serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: #C4C4C4;
	font-family: Arial, Helvetica, sans-serif;
}
.CalRes
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #262626;
	border: 1px solid #000000;
	width:370px;
}
.CalResOtherMonthDay
{
	border: 1px solid #000000;
	cursor: pointer;
}
.CalResOldDate
{
	background: Transparent;
	border: 1px solid #000000;
}
.CalResDay
{
	background: Transparent;
	border: 1px solid #000000;
	cursor: pointer;
}
.CalResDayAvailable
{
	color: #000000;
	background: #C0C0C0;
	font-weight: bold;
	border: 1px solid #000000;
	cursor: pointer;
}
.CalResSelectedDay
{
	font-weight: bold;
	background: transparent;
	border: 1px solid #000000;
	cursor: pointer;
	color: #262626;
}
.CalResSelectedDayAvailable
{
	color: #FFFFFF;
	background: #6B1C0A;
	font-weight: bold;
	border: 1px solid #000000;
	cursor: pointer;
}
.CalResToday
{
	font-weight: bold;
	background: transparent;
	border: 1px solid #000000;
	cursor: pointer;
}
.CalResTodayAvailable
{
	color: #000000;
	background: #C0C0C0;
	font-weight: bold;
	border: 1px solid #000000;
	cursor: pointer;
}
.CalResSelector
{
	color: #262626;
	background: transparent;
}
.CalResSelector A:link,.CalResSelector A:Visited,.CalResSelector A:active
{
	color: #262626!important;
	text-decoration: none;
}
.CalResSelector A:hover
{
	color: #262626!important;
	text-decoration: none;
}
.CalResNextPrev
{
	font-family: Arial, Helvetica, sans-serif;
	color: #262626;
	font-size: 12px;
	width: 15%;
}
.CalResNextPrev A:link,.CalResNextPrev A:Visited,.CalResNextPrev A:active
{
	color: #262626!important;
	text-decoration: none;
}
.CalResNextPrev A:hover
{
	color: #262626!important;
	text-decoration: none;
}
.CalResDayHeader
{
	color: #262626;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	border: 1px solid #000000;
	width: 40px;
	text-align: center;
}
.CalResTitle
{
	color: #262626;
	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: #262626;
	text-align: center;
}
.MenuFooter {
   font-family: Arial, Helvetica, sans-serif;
   font-size:  13px;
   font-weight:    normal;
	color: #262626;
}
.MenDisplayHeading
{
   font-family: Arial, Helvetica, sans-serif;
   font-size:  20px;
   font-weight:    normal;
	color: #6D1C0A;
}
.MenDisplayHeadingDesc
{
   font-family: Arial, Helvetica, sans-serif;
   font-size:  13px;
   font-weight:    normal;
   color: #000000;
}

/* 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: #6D1C0A;
	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: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #6B1C0A;
}
.PageHeaderHelpTextHeader
{
   font-size:  13px;
   font-weight:    bold;
	color: #E6B822;
	font-family: Arial, Helvetica, sans-serif;
}
.PageHeaderHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: #C4C4C4;
	font-family: Arial, Helvetica, sans-serif;
	height: 300px;
}
.PageHeaderText
{
	font-size: 9pt;
	color: #E6B822;
	font-family: Arial, Helvetica, sans-serif;
}
.BusinessAddress {
   font-size:  13px;
   font-weight:    bold;
	color: #DBD9DE;
	font-family: Arial, Helvetica, sans-serif;
}
A.BusinessAddress:link, A.BusinessAddress:visited, A.BusinessAddress:active {
   font-size:  13px;
   font-weight:    bold;
	color: #E6B822;
	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: #DBD9DE;
	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: #E6B822;
	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: #262626;
	border: 1px solid #000000;
}
.CalAResOtherMonthDay
{
	border: 1px solid #000000;
	cursor: pointer;
}
.CalAResDay,
{
	background: Transparent;
	border: 1px solid #000000;
	cursor: pointer;
}
.CalAResOldDate
{
	background: Transparent;
	border: 1px solid #000000;
}
.CalAResDayAvailable
{
	color: #000000;
	background: #C0C0C0;
	border: 1px solid #000000;
	cursor: pointer;
}
.CalAResSelectedDay
{
   font-weight: bold;
	background: transparent;
	border: 1px solid #000000;
	cursor: pointer;
}
.CalAResSelectedDayAvailable
{
	color: #FFFFFF;
   font-weight: bold;
	background: #6B1C0A;
	border: 1px solid #000000;
	cursor: pointer;
}
.CalAResToday
{
	background: transparent;
	border: 1px solid #000000;
	cursor: pointer;
}
.CalAResTodayAvailable
{
	color: #000000;
	background: #C0C0C0;
	border: 1px solid #000000;
	cursor: pointer;
}
.CalAResSelector
{
	color: #262626;
	background: transparent;
}
.CalAResSelector A.link,.CalAResSelector A:Visited,.CalAResSelector A:active
{
	color: #262626!important;
	text-decoration: none;
}
.CalAResSelector A:hover
{
	color: #262626!important;
	text-decoration: none;
}
.CalAResNextPrev
{
   font-family: Arial, Helvetica, sans-serif;
	color: #262626;
   font-size: 12px;
	width: 15%;
}
.CalAResNextPrev a:hover
{
	color: #262626!important;
	text-decoration: none;
}
.CalAResDayHeader
{
	color: #262626;
	background: transparent;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
	width: 65px;
	border: 1px solid #000000;
}
.CalAResTitle
{
	color: #262626;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
	background: transparent;
	width: 100%;
}
.LookupItem
{
	cursor: pointer;
	background-color: #7A200B;
}
.LookupItemAlt
{
	cursor: pointer;
	background-color: #6B1C0A;
}
.LookupItemSelected
{
	cursor: pointer;
	background-color: #7A200B;
	border: 2px solid #000000;
}
.LookupItemAltSelected
{
	cursor: pointer;
	background-color: #6B1C0A;
	border: 2px solid #000000;
}
.LookupItemBreak
{
	cursor: pointer;
	background-color: #7A200B;
	border-top: thin double #000000;
}
.LookupItemAltBreak
{
	cursor: pointer;
	background-color: #6B1C0A;
	border-top: thin double #000000;
}
.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 #000000;
	background-color: #C0C0C0;
}
.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: #6D1C0A!important;
}
A.Navbar:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color: #FFCD25!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: #FFCD25!important;
}
A.NavbarL:link, A.NavbarL:visited, A.NavbarL:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color: #6D1C0A;
}
A.NavbarL:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
	 color: #FFCD25!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: #FFCD25!important;
}
.TutorialVideo {
	border: thin groove black;
	background: black;
}
.WizardHeader .Head {
	color: #FFFFFF;
}
.WizardFooter .Normal {
	color: #C4C4C4;
}
A.WizardMessage:link, A.WizardMessage:visited, A.WizardMessage:active  {
	color: #E6B822;
}
A.WizardMessage:hover  {
	color: #FFFFFF;
}
.GridItem A.CommandButton {
	color: #E6B822!important;
}
.LookupItem A.CommandButton {
	color: #E6B822!important;
}
.LookupItemAlt A.CommandButton {
	color: #E6B822!important;
}
.LookupItem .Normal {
	color: #C4C4C4;
}
.LookupItem .NormalBold {
	color: #E6B822;
}
.LookupItemAlt .Normal {
	color: #C4C4C4;
}
.LookupItemAlt .NormalBold {
	color: #E6B822;
}
td.GridItem span.GridItem A {color:#E6B822;}
td.GridItem span.GridItem A.GridHeader {color:#6D1C0A;}
td.ProfileTop span.ProfileNN {
	color: #6D1C0A;
	background-image: url(images/ProfileNN.jpg);
	background-repeat: repeat-x;
}

/* ================================ 
	Custom
   ================================
*/
.PageHeaderBody .SubHead {
   color:#6D1C0A;
}
.fsp-prefooter {
   width: 888px;
   padding-top: 15px;
   margin:0 auto;
   position: relative;
}
#container {
	overflow: hidden;
	width: 785px;
	margin: 0 auto;
	min-height:150px;
	padding-top: 5px;
	}
#leftcolumn { /* Parent Wrapper for inside boxes */
	display: inline; /* IE Hack */
 	float: left;
	width: 220px;
	text-align: left;
	margin-top: 5px;
}
#centercolumn { /* Parent Wrapper for inside boxes */
 	display: inline; /* IE Hack */
 	float: left;
 	width:220px;
	text-align: left;
	margin-left:25px;
	margin-top: 5px;
}
#rightcolumn{/* Parent Wrapper for inside boxes */
 	display: inline; /* IE Hack */
 	float: left;
 	width:220px;
	text-align: left;
	margin-left:25px;
	margin-top: 5px;
}
.HSS_FSPNewsletterContent { width:180px;}
.HSS_ReservationSummaryContent {width:180px;}
.HSS_CustomPageHomeContent {width:765px;}
.HSS_CustomPageHomeContent table {width:auto;}
.BusinessAddress {
   font-size:  11px;
   text-align: right;
}
A.BusinessAddress:link, A.BusinessAddress:visited, A.BusinessAddress:active {
   font-size:  11px;
   text-align: right;
}
A.BusinessAddress:hover {
   font-size:  11px;
   text-align: right;
}
.fsp-footer {
	position:fixed;
	bottom:0px;
	height:50px;
	width:100%;
	z-index:6000;
}
.fsp-prefooter {
	z-index:5;
	margin-bottom:90px;
}
.HSS_FSPCertificateQuickContent {width:178px;}


