/* ================================
    Havana styles
   ================================
*/   
.ZH11 {
	background-image: url(images/bevtl.gif);
}
.ZH12 {
	background-image: url(images/bevtm.gif);
	background-repeat: repeat-x;
}
.ZH13 {
	background-image: url(images/bevtr.gif);
}
.ZH21 {
	background-image: url(images/HdrL.gif);
}
.ZH22 {
	background-color: #e6c071;
}
.ZH23 {
	background-image: url(images/HdrR.gif);
}
.ZH31 {
	background-image: url(images/MenL.gif);
}
.ZH32 {
	background-color: #461e1e;
}
.ZH33 {
	background-image: url(images/MenR.gif);
}
.ZC11-D {
	background-image: url(images/CTDL.gif);
	background-repeat: repeat-y;
}
.ZC11-S {
	background-image: url(images/CTSL.gif);
	background-repeat: repeat-y;
}
.ZC12 {
	background-color: #7c2a24;
}
.ZC13 {
	background-color: #e6c071;
}
.ZC14 {
	background-image: url(images/CTDR.gif);
}
.ZF11 {
	background-image: url(images/FotL.gif);
}
.ZF12 {
	background-color: #461e1e;
}
.ZF13 {
	background-image: url(images/FotR.gif);
}
.ZF21 {
	background-image: url(images/BevLL.gif);
}
.ZF22 {
	background-image: url(images/BevLMBg.gif);
	background-repeat: repeat-x;
}
.ZF23 {
	background-image: url(images/BevLR.gif);
}
/* Content Panes */

.LeftPane
{
	background-color: #7c2a24;
}
.TopPane
{
	background-color: #e6c071;
}
.MidLeftPane
{
	background-color: #e6c071;
}
.MiddlePane
{
	background-color: #e6c071;
}
.MidRightPane
{
	background-color: #e6c071;
}
.ContentPane
{
	background-color: #e6c071;
}
.BottomPane
{
	background-color: #e6c071;
}
.AdminTitle {
	background-color: #F2F2D2;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
	color: #000000;
	height: 14px;
}
A.AdminTitle:link {
	COLOR: black; 
	TEXT-DECORATION: none
}
A.AdminTitle:visited {
	COLOR: black; 
	TEXT-DECORATION: none
}
A.AdminTitle:active {
	COLOR: black; 
	TEXT-DECORATION: none
}
A.AdminTitle:hover {
	COLOR: black;
	TEXT-DECORATION: none;
}

/* Background and Zone Settings */
BODY {
	margin: 10px 5px 5px 5px;
	background-image: url(images/BrickBGL.jpg);
	background-repeat: repeat;
}
H1, H2 {
	color: #461E1E;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #461E1E;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
A.SubHead:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
	TEXT-DECORATION: none
}
A.SubHead:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
	TEXT-DECORATION: none
}
A.SubHead:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
	TEXT-DECORATION: none
}
A.SubHead:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #461E1E;
	TEXT-DECORATION: none;
}

.HeadL   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #FFE4B5;
}

/* style of item titles on edit and admin pages */
.SubHeadL    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #FFE4B5;
}
A.SubHeadL:link,A.SubHeadL:visited,A.SubHeadL:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #FFE4B5;
	TEXT-DECORATION: none
}
A.SubHeadL:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #ffc355;
	TEXT-DECORATION: none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #FFE4B5;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: black;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	 color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBold:link
{
	 color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBold:visited
{
	 color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBold:active
{
	 color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBold:hover
{
	 color: red;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	 color:Black;
}

.NormalL,.NormalDisabledL
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #dcdcdc;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabledL
{
    color: Silver;
}

A.NormalL:link,A.NormalL:visited,A.NormalL:active
{
	 color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
A.NormalL:hover
{
	 color: #ffc355;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which requires emphasis */
.NormalBoldL
{
	 color: #dcdcdc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBoldL:link
{
	 color: #dcdcdc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBoldL:visited
{
	 color: #dcdcdc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBoldL:active
{
	 color: #dcdcdc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBoldL:hover
{
	 color: #ffc355;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRedL
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffc355;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBoxL
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	 color:Black;
}

/* Skin Objects */

.SkinObject {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px; 
	color: #DBDAC6;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	padding: 2px 2px 2px 2px;
}
A.SkinObject:link {
	COLOR: #DBDAC6; 
	TEXT-DECORATION: none
}
A.SkinObject:visited {
	COLOR: #DBDAC6; 
	TEXT-DECORATION: none
}
A.SkinObject:active {
	COLOR: #DBDAC6; 
	TEXT-DECORATION: none
}
A.SkinObject:hover {
	COLOR: red;
	TEXT-DECORATION: none;
}

/* Main Menu */
/*___________________________________________________________________________________________*/

.MainMenu_MenuContainer{ background:transparent; width:100%; }
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }
.MainMenu_MenuItem,.submenuitembreadcrumb{
	color:#FFE4B5; font-size:12px; font-weight:normal;
	padding:2px 15px 2px 10px;
	border:1px #461E1E solid; border-width:1px 0px;
}
.submenuitemselected{
	color:#FFC35E;	font-size:12px; font-weight:normal;
	padding:2px 15px 2px 10px;
	background:#461E1E;
	border:1px #461E1E solid; border-width:1px 0px;	
}
.submenu{
	border:1px #000000 solid;
	padding:0px; margin-top:0px; margin-left:1px;
	background:#461E1E;
}
.submenuitemactive {
	color:#FFC35E;	font-size:12px; font-weight:bold;
	padding:2px 15px 2px 10px;
	background:transparent;
	border:1px #461E1E solid; border-width:1px 0px;	
}
.rootmenuitem TD{ 
	color:#FFE4B5; font-size:12px; font-weight: bold;
	padding:0px 12px 0px 0px;
	background:transparent;
	height:24px;
}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#FFC35E; font-size:12px; font-weight:bold;
	padding:0px 12px 0px 0px;
	background:transparent;
	height:24px;
}

/*___________________________________________________________________________________________*/
/*   The new dependancies for the Reservation Module                                         */
/*___________________________________________________________________________________________*/
.GridHeader
{
	white-space: nowrap;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	 color: black;
}
.GridItem
{
	white-space: nowrap;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
	color: black;
	overflow: hidden;
	display: block; 
	float: left; 
}
.GridItemWrap
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
	color: black;
}
.GridItemError
{
	white-space: nowrap;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: red;
	overflow: hidden;
	display: block; 
	float: left; 
}
.GridItemCancel
{
	white-space: nowrap;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	 color: black
}
.GridItemChange
{
	white-space: nowrap;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	 color: black
}
/* 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: #003366;
}
A.WizCommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}
A.WizCommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}
A.WizCommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
/* styles used in the Wizard Framework */
.Wizard
{
	border-right: #461E1E 1px solid;
	border-top: #461E1E 1px solid;
	border-left: #461E1E 1px solid;
	border-bottom: #461E1E 1px solid;
	height:400px;
	width:650px;
}
.WizardMessage
{
   font-size:  13px;
   font-weight:    bold;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
.WizardButton
{
	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;
}
.WizardHeader
{
	background: #af382e;
	border-bottom: #461E1E 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: #461E1E 1px solid;
	background: #af382e;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
	background-color: White;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #B1AB64;
}
.WizardHelpTextHeader
{
   font-size:  11px;
   font-weight:    bold;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
.CalRes
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
	color: black;
	border: 1px solid #461E1E;
}
.CalResOtherMonthDay
{
	border: 1px solid;
	border-color: #461E1E;
	cursor: hand;
}
.CalResDay,
{
	background: Transparent;
	border: 1px solid #461E1E;
	cursor: hand;
}
.CalResOldDate
{
	background: Transparent;
	border: 1px solid;
	border-color: #461E1E;
}
.CalResDayAvailable
{
	color: black;
	background: #D29D9D;
	border: 1px solid;
	border-color: #461E1E;
	cursor: hand;
}
.CalResSelectedDay
{
   font-weight: bold;
	background: transparent;
	border: 3px solid black;
	cursor: hand;
}
.CalResSelectedDayAvailable
{
	color: white;
   font-weight: bold;
	background: #461E1E;
	border: 3px solid;
	border-color: black;
	cursor: hand;
}
.CalResToday
{
	color: black;
	background: transparent;
	border: 1px solid;
	border-color: red;
	cursor: hand;
}
.CalResTodayAvailable
{
	color: black;
	background: #461E1E;
	border: 1px solid;
	border-color: red;
	cursor: hand;
}
.CalResSelector
{
	color: black;
	background: transparent;
}
.CalResSelector A:link,A:Visited,A:hover,A:active
{
	text-decoration: none;
}
.CalResNextPrev
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
   font-size: 12px;
	width: 15%;
}
.CalResNextPrev a:hover
{
	text-decoration: none;
}
.CalResDayHeader
{
	color: black;
	background: transparent;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
	width: 40px;
	border: 1px solid;
	border-color: #461E1E;
}
.CalResTitle
{
	color: black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
	background: transparent;
	width: 100%;
}

/* Menu Display tags */

.MenuHeader {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  12px;
   font-weight:    normal;
	color: #70271E;
	text-align: center;
}
.MenDisplayHeading
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  20px;
   font-weight:    normal;
	color: #70271E;
}
.MenDisplayHeadingDesc
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  12px;
   font-weight:    normal;
   color: black;
}

/* 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: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	 color:Black;
	 
}
.MenHeadingSelected, A.MenHeadingSelected:link, A.MenHeadingSelected:visited, A.MenHeadingSelected:active,
{
	 color: white;
	 background-color: Blue;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.MenHeadingSelected:hover
{
	 color: white;
	 background-color: Blue;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.MenItem, A.MenItem
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	 color:Black;
	padding-left: 10px;
}
.MenItemSelected, A.MenItemSelected:link, A.MenItemSelected:visited, A.MenItemSelected:active
{
	 color: white;
	 background-color: Blue;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
	padding-left: 10px;
}
A.MenItemSelected:hover
{
	 color: white;
	 background-color: Blue;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	padding-left: 10px;
}
.MenHelpText
{
	width: 100%;
	height: 100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;

	padding-right: 5px;
	padding-left: 5px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	padding-top: 5px;
	background-color: #B1AB64;

}
/* styles used in the Admin Template Framework */
.PageHeader
{
	height:400px;
}
.PageHeaderMessage
{
   font-size:  13px;
   font-weight:    bold;
	color: black;
	font-family: Tahoma, Verdana, Arial, 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: black 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-top: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #B1AB64;
}
.PageHeaderHelpTextHeader
{
   font-size:  11px;
   font-weight:    bold;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
.PageHeaderHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.PageHeaderText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
.BusinessAddress {
   font-size:  11px;
   font-weight:    bold;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
A.BusinessAddress:link, A.BusinessAddress:visited, A.BusinessAddress:active, A.BusinessAddress:hover {
   font-size:  11px;
   font-weight:    bold;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
.LocationSwitch {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px; 
	color: black;
	FONT-FAMILY: Verdana, 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: black;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	padding: 2px 2px 2px 2px;
	border: 0px;
} 

/* Calendar inteface for Admin */

.CalARes
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
	color: black;
	border: 1px solid #461E1E;
}
.CalAResOtherMonthDay
{
	border: 1px solid;
	border-color: #461E1E;
	cursor: hand;
}
.CalAResDay,
{
	background: Transparent;
	border: 1px solid #461E1E;
	cursor: hand;
}
.CalAResOldDate
{
	background: Transparent;
	border: 1px solid;
	border-color: #461E1E;
}
.CalAResDayAvailable
{
	color: black;
	background: #D29D9D;
	border: 1px solid;
	border-color: #461E1E;
	cursor: hand;
}
.CalAResSelectedDay
{
   font-weight: bold;
	background: transparent;
	border: 3px solid black;
	cursor: hand;
}
.CalAResSelectedDayAvailable
{
	color: white;
   font-weight: bold;
	background: #461E1E;
	border: 3px solid;
	border-color: black;
	cursor: hand;
}
.CalAResToday
{
	color: black;
	background: transparent;
	border: 1px solid;
	border-color: red;
	cursor: hand;
}
.CalAResTodayAvailable
{
	color: black;
	background: #D29D9D;
	border: 1px solid;
	border-color: red;
	cursor: hand;
}
.CalAResSelector
{
	color: black;
	background: transparent;
}
.CalAResSelector A:link,A:Visited,A:hover,A:active
{
	text-decoration: none;
}
.CalAResNextPrev
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
   font-size: 12px;
	width: 15%;
}
.CalAResNextPrev a:hover
{
	text-decoration: none;
}
.CalAResDayHeader
{
	color: black;
	background: transparent;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
	width: 65px;
	border: 1px solid;
	border-color: #461E1E;
}
.CalAResTitle
{
	color: black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
	background: transparent;
	width: 100%;
}
.LookupItem
{
	cursor: hand;
	background-color: #E3E3E3;
}
.LookupItemAlt
{
	cursor: hand;
	background-color: #FFFFFF;
}
.LookupItemSelected
{
	cursor: hand;
	background-color: #E3E3E3;
	border: 2px solid black;
}
.LookupItemAltSelected
{
	cursor: hand;
	background-color: #FFFFFF;
	border: 2px solid black;
}
.LookupItemBreak
{
	cursor: hand;
	background-color: #E3E3E3;
	border-top: thin double Black;
}
.LookupItemAltBreak
{
	cursor: hand;
	background-color: #FFFFFF;
	border-top: thin double Black;
}
.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: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   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: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
	color: black;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}
.MealEntry:hover
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   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: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
	color: black;
}
.WaitList
{
	border: 3px solid #black;
	background-color: #E3E3E3;
}
.WaitListOff
{
	background-color: #FFFFFF;
}
A.Navbar:link, A.Navbar:visited, A.Navbar:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #8B4513;
}
A.Navbar:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: black;
}
A.NavbarSel:link, A.NavbarSel:visited, A.NavbarSel:hover, A.NavbarSel:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: black;
}
A.NavbarL:link, A.NavbarL:visited, A.NavbarL:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #e5c35e;
}
A.NavbarL:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: white;
}
A.NavbarSelL:link, A.NavbarSelL:visited, A.NavbarSelL:hover, A.NavbarSelL:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: white;
}
.TutorialVideo {
	border: thin groove black;
	background: black;
}

.ProfileNN { 
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #461E1E;
}
