/* ================================
    Savana Café styles
   ================================
*/   

/* ================================
   NAVIGATION
   ================================
*/   

.FSPMenu {padding:0px; margin:0; list-style:none; height:35px; position:relative; z-index:5000; }
.FSPMenu li.mTop {display:block; float:left; }
.FSPMenu li a.mTop_link {display:block; float:left; height:35px; line-height:35px; font-family: Verdana,Arial,Helvetica,sans-serif; color:#FFFFFF; text-decoration:none; font-size:11px; font-weight:normal; padding:0 0 0 5px; cursor:pointer; background:url(images/menu_bg.jpg); background-repeat: repeat-x;}
.FSPMenu li a.mTop_link span {float:left; display:block; padding:0 5px 0 5px; height:35px;background:url(images/menu_bg.jpg); background-repeat: repeat-x; overflow:hidden; color: #FFFFFF;}
.FSPMenu li a.mTop_link:hover, .FSPMenu li a.active {background:url(images/menu_bg.jpg); background-repeat: repeat-x; line-height:35px;}
.FSPMenu li a.mTop_link:hover span, .FSPMenu li a.active span{background:url(images/menu_bg.jpg); background-repeat: repeat-x; color:#F9EA1B;}

.FSPMenu li:hover > a.mTop_link,  .FSPMenu li.active a {padding-top:0px; background:url(images/menu_bg.jpg); background-repeat: repeat-x; line-height:35px;}
.FSPMenu li:hover > a.mTop_link span, .FSPMenu li.active > a.mTop_link span {padding-top:0px; background:url(images/menu_bg.jpg); background-repeat: repeat-x; color:#F9EA1B; }

.FSPMenu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.FSPMenu a:hover {visibility:visible; position:relative; z-index:200;}
.FSPMenu li:hover {position:relative; z-index:200;}

.FSPMenu ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.FSPMenu :hover ul {left:6px; top:35px; background: #BA2826; padding:0px; border:0px solid #BA2826; border-width:0 0px 0px; white-space:nowrap; height:auto; z-index:300;}
.FSPMenu :hover ul li {display:block; height:20px; position:relative; font-weight:normal; width:auto;}
.FSPMenu :hover ul li a {display:block; font-size:11px; height:20px; line-height:20px; width:auto; padding:0 5px; font-family: Verdana,Arial,Helvetica,sans-serif; color:#FFFFFF; text-decoration:none;}
.FSPMenu :hover ul li a:hover {background:#A82725; color:#F9EA1B;}

.FSPMenu ul.mSub {width:200px; }

.FSPMenu ul li a.mSub_link { color: #FFFFFF; }
.FSPMenu ul li a.mSub_link_active { color: #F9EA1B; }


/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }
/*-- submenu container          --*/ .MainMenu_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 10px 1px 0; background: #BA2826; padding: 0px; border-color:#BA2826; border-left-width:2px; border-bottom-width:2px; border-right-width:2px; font-weight: normal; filter: none; }
/*-- sub menu items             --*/ .MainMenu_MenuItem { font-family: Verdana,Arial,Helvetica,sans-serif;  color: #FFFFFF; font-size: 11px; font-weight: bold; font-style: normal; padding: 0px 34px 0px 16px; border: 0; height: 20px; }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel { font-family: Verdana,Arial,Helvetica,sans-serif; color: #F9EA1B; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 34px 0px 16px; border: 0; height: 20px; background: transparent;}
/*-- menuitems idle             --*/ .MainMenu_Idle { color: #F9EA1B; background: transparent; padding: 0; font-weight: bold; }
/*-- sub menu items over        --*/ .MainMenu_Selected { color: #F9EA1B; background: transparent; padding: 0; font-weight: bold; }
/*-- sub menu items active      --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { color: #F9EA1B; background: transparent; font-weight: bold; }
/*-- root menu items            --*/ .MainMenu_RootMenuItem { font-family: Verdana,Arial,Helvetica,sans-serif;  color: #FFFFFF; font-size: 11px; font-weight: bold; font-style: normal; border: 0; height: 35px; line-height:35px; padding: 0; background-image:url(images/menu_bg.jpg); background-repeat: repeat-x;}
/*-- root menu items over       --*/ .MainMenu_RootSelected { color: #FFFFFF; padding: 0; font-weight: bold; height: 35px; line-height:35px; background-image:url(images/menu_bg.jpg); background-repeat: repeat-x; }
/*-- root menu items sub active --*/ .MainMenu_RootActiveSub, .MainMenu_RootBreadcrumbActive { color: #F9EA1B; padding: 0; font-weight: bold; height: 35px; line-height:35px; background-image:url(images/menu_active_bg.jpg); background-repeat: repeat-x; }
/*-- root menu items active     --*/ .MainMenu_RootActive { color: #F9EA1B; padding: 0; font-weight: bold; height: 35px; line-height:35px; background-image:url(images/menu_active_bg.jpg); background-repeat: repeat-x; }
/*-- root menu items left       --*/ .menu_left { background-image:url(images/menu_left.jpg); background-repeat: no-repeat; height:35px; width:7px; }
/*-- root menu items right      --*/ .menu_right { background-image:url(images/menu_right.jpg); background-repeat: no-repeat; height:35px; width:4px; }
/*-- root menu items left active--*/ .menu_active_left { background-image:url(images/menu_active_left.jpg); background-repeat: no-repeat; height:35px; width:7px; }
/*-- root menu items right activ--*/ .menu_active_right { background-image:url(images/menu_active_right.jpg); background-repeat: no-repeat; height:35px; width:5px; }
/*-- not needed                 --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenuSeperator  { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; }

/* ================================
   DESIGN
   ================================
*/   

.ZH11 {
	background-image: url(images/ZH11.png);
	background-repeat: repeat-y;
}
.ZH12 {
	background-image: url(images/ZH12-11.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #163101;
}
.ZH13 {
	background-image: url(images/ZH13.png);
	background-repeat: repeat-y;
}
.ZH12-21 {
	background-color: #000000;
}
.ZH21 {
	background-image: url(images/ZH11.png);
}
.ZH22 {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}
.ZH23 {
	background-image: url(images/ZH13.png);
}
.ZC11 {
	background-image: url(images/ZC11.png);
	background-repeat: repeat-y;
}
.ZC13 {
	background-image: url(images/ZC13.png);
	background-repeat: repeat-y;
}
.ZF11 {
	background-image: url(images/ZF11.png);
}
.ZF12-11 {
	background-image: url(images/ZF12-11.jpg);
}
.ZF12-12 {
	background-image: url(images/ZF12-12.jpg);
	background-repeat: repeat-x;
}
.ZF12-13 {
	background-image: url(images/ZF12-12.jpg);
	background-repeat: repeat-x;
}
.ZF12-21 {
	background-image: url(images/ZF12-21.jpg);
}
.ZF12-22 {
	background-image: url(images/ZF12-22.jpg);
	background-repeat: repeat-x;
}
.ZF12-23 {
	background-image: url(images/ZF12-22.jpg);
	background-repeat: repeat-x;
}
.ZF12-31 {
	background-image: url(images/ZF12-31.png);
}
.ZF12-32 {
	background-image: url(images/ZF12-32.png);
	background-repeat: repeat-x;
}
.ZF12-33 {
	background-image: url(images/ZF12-32.png);
	background-repeat: repeat-x;
}
.ZF13 {
	background-image: url(images/ZF13.png);
}
.LeftPane {
	background-image: url(images/ZL11.jpg);
	background-repeat: repeat-y;
	background-color: #7C9E3A;
}
.TopPane {
	background-color: #FFFFFF;
}
.ContentPane {
	background-color: #FFFFFF;
}
.MidLeftPane {
	background-color: #FFFFFF;
}
.MiddlePane {
	background-color: #FFFFFF;
}
.MidRightPane {
	background-color: #FFFFFF;
}
.BottomPane {
	background-color: #FFFFFF;
}
BODY {
	margin: 0px 0px 0px 0px;
	background-color: #FFA32C;
}

/* ================================
   FRAMEWORK
   ================================
*/   

A:link {
    text-decoration:    none;
    color: #FFA32C;
}
A:visited  {
    text-decoration:    none;
    color: #FFA32C;
}
A.active  {
    text-decoration:    none;
    color: #FFA32C;
}
A:hover {
    text-decoration:    none;
    color: #4E8969;
}
.CommandButton     {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #000000;
}
    
A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active {
    text-decoration:    underline;
	 color: #FFA32C;
}
A.CommandButton:hover  {
    text-decoration:    underline;
	 color: #4E8969;
}

/* Background and Zone Settings */
BODY {
	margin: 0px 0px 0px 0px;
	background-color: #FFA32C;
}

H1, H2, H3 {
	color: #547C00;
}

/* style for module titles */
.Head   {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #547C00;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #547C00;
}
A.SubHead:link;A.SubHead:visited;A.SubHead:active {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #FFA32C;
	TEXT-DECORATION: none
}
A.SubHead:hover {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #4E8969;
	TEXT-DECORATION: none;
}

.HeadL   {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #FFFFFF;
}

/* style of item titles on edit and admin pages */
.SubHeadL    {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
}
A.SubHeadL:link {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #FFA32C!important;
	TEXT-DECORATION: none
}
A.SubHeadL:visited {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #FFA32C!important;
	TEXT-DECORATION: none
}
A.SubHeadL:active {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #FFA32C!important;
	TEXT-DECORATION: none
}
A.SubHeadL:hover {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #FEFFFF!important;
	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: #547C00;
}

/* 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: #58595B;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #58595B;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	 color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBold:link; A.NormalBold:visited; A.NormalBold:active
{
	 color: #FFA32C!important;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBold:hover
{
	 color: #4E8969!important;
    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: 11px;
    font-weight: bold;
    color: #C70000}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color:#000000;
}

.NormalL,.NormalDisabledL
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #FFFFF0;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabledL
{
    color: #498F00;
}

A.NormalL:link
{
	 color: #FFA32C;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalL:visited
{
	 color: #FFA32C;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalL:active
{
	 color: #FFA32C;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalL:hover
{
	 color: #FEFFFF!important;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style used for rendered text which requires emphasis */
.NormalBoldL
{
	 color: #FEFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBoldL:link
{
	 color: #FFA32C;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBoldL:visited
{
	 color: #FFA32C;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBoldL:active
{
	 color: #FFA32C;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBoldL:hover
{
	 color: #FEFFFF;
    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: 11px;
    font-weight: bold;
    color: #FF0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBoxL
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color:#000000;
}

/* Skin Objects */

.SkinObject {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px; 
	color: #FFDDA5!important;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; 
	TEXT-DECORATION: none;
	padding: 2px 2px 2px 2px;
}
A.SkinObject:link; {
	color: #FFDDA5!important;
	TEXT-DECORATION: none
}
A.SkinObject:visited {
	color: #FFDDA5!important;
	TEXT-DECORATION: none
}
A.SkinObject:active {
	color: #FFDDA5!important;
	TEXT-DECORATION: none
}
A.SkinObject:hover {
	COLOR: #990000!important;
	TEXT-DECORATION: none;
}

/*___________________________________________________________________________________________*/
/*   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: #333333;
}
.GridItem
{
	white-space: nowrap;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 11px;
   font-weight: normal;
	color: #39393B;
	overflow: hidden;
	display: block; 
	float: left; 
}
.GridItemWrap
{
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 11px;
   font-weight: normal;
	color: #39393B;
}
.GridItemError
{
	white-space: nowrap;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #C70000;
	overflow: hidden;
	display: block; 
	float: left; 
}
.GridItemCancel
{
	white-space: nowrap;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
	 color: #39393B;
}
.GridItemChange
{
	white-space: nowrap;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
	 color: #39393B;
}
/* 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: #FFA32C;
}
A.WizCommandButton:visited  {
    text-decoration:    underline;
    color: #FFA32C;
}
A.WizCommandButton:active   {
    text-decoration:    underline;
    color: #FFA32C;
}
A.WizCommandButton:hover    {
    text-decoration:    underline;
    color: #4E8969;
}
/* styles used in the Wizard Framework */
.Wizard
{
	border-right: #59595B 0px solid;
	border-top: #59595B 1px solid;
	border-left: #59595B 0px solid;
	border-bottom: #59595B 1px solid;
	height:400px;
	width:650px;
}
.WizardMessage
{
   font-size:  12px;
   font-weight:    bold;
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.WizardHeader
{
	background: #FFFFFF;
	border-bottom: #59595B 1px solid;
	height:40px;
}
.WizardHeader .Head
{
	color: #333333;
}
.WizardFooter .Normal
{
	color: #58595B;
}
.WizardFooter
{
	border-top: #59595B 1px solid;
	background: #FFFFFF;
	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: #59595B 0px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #F0F7E8;
}
.WizardHelpTextHeader
{
   font-size:  11px;
   font-weight:    bold;
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: #58595B;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: #58595B;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.CalRes
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #58595B;
	border: 1px solid #59595B;
}
.CalResOtherMonthDay
{
	border: 1px solid #59595B;
	cursor: hand;
}
.CalResOldDate
{
	background: Transparent;
	border: 1px solid #59595B;
}
.CalResDay
{
	background: Transparent;
	border: 1px solid #59595B;
	cursor: hand;
}
.CalResDayAvailable
{
	color: #39393B;
	background: #86C145;
	font-weight: bold;
	border: 1px solid #59595B;
	cursor: hand;
}
.CalResSelectedDay
{
	font-weight: bold;
	background: transparent;
	border: 3px solid #59595B;
	cursor: hand;
	color: #58595B;
}
.CalResSelectedDayAvailable
{
	color: #FFFFFF;
	background: #51752A;
	font-weight: bold;
	border: 3px solid #59595B;
	cursor: hand;
}
.CalResToday
{
	font-weight: bold;
	background: transparent;
	border: 1px solid #FE0000;
	cursor: hand;
}
.CalResTodayAvailable
{
	color: #39393B;
	background: #86C145;
	font-weight: bold;
	border: 3px solid #FE0000;
	cursor: hand;
}
.CalResSelector
{
	color: #58595B;
	background: transparent;
}
.CalResSelector A:link,.CalResSelector A:Visited,.CalResSelector A:active
{
	color: #58595B!important;
	text-decoration: none;
}
.CalResSelector A:hover
{
	color: #58595B!important;
	text-decoration: none;
}
.CalResNextPrev
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #58595B;
	font-size: 12px;
	width: 15%;
}
.CalResNextPrev A:link,.CalResNextPrev A:Visited,.CalResNextPrev A:active
{
	color: #58595B!important;
	text-decoration: none;
}
.CalResNextPrev A:hover
{
	color: #58595B!important;
	text-decoration: none;
}
.CalResDayHeader
{
	color: #58595B;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	border: 1px solid #59595B;
	width: 40px;
}
.CalResTitle
{
	color: #58595B;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	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: #646568;
	text-align: center;
}
.MenuFooter {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size:  12px;
   font-weight:    normal;
	color: #646568;
}
.MenDisplayHeading
{
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size:  14px;
   font-weight:    normal;
	color: #547C00;
}
.MenDisplayHeadingDesc
{
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size:  12px;
   font-weight:    normal;
   color: #547C00;
}

/* 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;
	 
}
A.MenHeading:hover
{
	 color:red!important;
}

.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!important;
	 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;
}
A.MenItem:hover
{
	 color:red!important;
}
.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!important;
	 background-color: Blue;
    font-family: Verdana,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: #333333;
	font-family: Verdana,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: #59595B 1px solid;
	border-right: #59595B 1px solid;
	border-bottom: #59595B 1px solid;
	border-top: #59595B 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #F0F7E8;
}
.PageHeaderHelpTextHeader
{
   font-size:  11px;
   font-weight:    bold;
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.PageHeaderHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: #58595B;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	height: 300px;
}
.PageHeaderText
{
	font-size: 9pt;
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.BusinessAddress {
   font-size:  11px;
   font-weight:    normal;
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
A.BusinessAddress:link, A.BusinessAddress:visited, A.BusinessAddress:active {
   font-size:  11px;
   font-weight:    normal;
	color: #FFFFFF!important;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
A.BusinessAddress:hover {
   font-size:  11px;
   font-weight:    normal;
	color: #FFFFFF!important;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.LocationSwitch {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px; 
	color: #FFFFFF;
	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: #FFFFFF;
	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: #58595B;
	border: 1px solid #59595B;
}
.CalAResOtherMonthDay
{
	border: 1px solid #59595B;
	cursor: hand;
}
.CalAResDay,
{
	background: Transparent;
	border: 1px solid #59595B;
	cursor: hand;
}
.CalAResOldDate
{
	background: Transparent;
	border: 1px solid #59595B;
}
.CalAResDayAvailable
{
	color: #39393B;
	background: #86C145;
	border: 1px solid #59595B;
	cursor: hand;
}
.CalAResSelectedDay
{
   font-weight: bold;
	background: transparent;
	border: 3px solid #59595B;
	cursor: hand;
}
.CalAResSelectedDayAvailable
{
	color: #FFFFFF;
   font-weight: bold;
	background: #51752A;
	border: 3px solid #59595B;
	cursor: hand;
}
.CalAResToday
{
	background: transparent;
	border: 1px solid #FE0000;
	cursor: hand;
}
.CalAResTodayAvailable
{
	color: #39393B;
	background: #86C145;
	border: 3px solid #FE0000;
	cursor: hand;
}
.CalAResSelector
{
	color: #58595B;
	background: transparent;
}
.CalAResSelector A.link,.CalAResSelector A:Visited,.CalAResSelector A:active
{
	color: #58595B!important;
	text-decoration: none;
}
.CalAResSelector A:hover
{
	color: #58595B!important;
	text-decoration: none;
}
.CalAResNextPrev
{
   font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #58595B;
   font-size: 12px;
	width: 15%;
}
.CalAResNextPrev a:hover
{
	color: #58595B!important;
	text-decoration: none;
}
.CalAResDayHeader
{
	color: #58595B;
	background: transparent;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 12px;
	width: 65px;
	border: 1px solid #59595B;
}
.CalAResTitle
{
	color: #58595B;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 12px;
   font-weight: bold;
	background: transparent;
	width: 100%;
}
.LookupItem
{
	cursor: hand;
	background-color: #86C145;
}
.LookupItemAlt
{
	cursor: hand;
	background-color: #51752A;
}
.LookupItemSelected
{
	cursor: hand;
	background-color: #86C145;
	border: 2px solid #59595B;
}
.LookupItemAltSelected
{
	cursor: hand;
	background-color: #51752A;
	border: 2px solid #59595B;
}
.LookupItemBreak
{
	cursor: hand;
	background-color: #86C145;
	border-top: thin double #59595B;
}
.LookupItemAltBreak
{
	cursor: hand;
	background-color: #51752A;
	border-top: thin double #59595B;
}
.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: 2px solid #59595B;
	background-color: #86C145;
}
.WaitListOff
{
	background-color: transparent;
}
A.Navbar:link, A.Navbar:visited, A.Navbar:active
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #FFA32C!important;
}
A.Navbar:hover
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #4E8969!important;
}
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: #4E8969!important;
}
A.NavbarL:link, A.NavbarL:visited, A.NavbarL:active
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #FFA32C;
}
A.NavbarL:hover
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #FEFFFF!important;
}
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: #FEFFFF!important;
}
.TutorialVideo {
	border: thin groove black;
	background: black;
}
.WizardHeader .Head {
	color: #547C00;
}
.WizardFooter .Normal {
	color: #58595B;
}
A.WizardMessage:link, A.WizardMessage:visited, A.WizardMessage:active  {
	color: #FFA32C;
}
A.WizardMessage:hover  {
	color: #4E8969;
}
.GridItem A.CommandButton {
	color: #FFA32C!important;
}
.LookupItem A.CommandButton {
	color: #FFA32C!important;
}
.LookupItemAlt A.CommandButton {
	color: #FFA32C!important;
}
.LookupItem .Normal {
	color: #58595B;
}
.LookupItem .NormalBold {
	color: #333333;
}
.LookupItemAlt .Normal {
	color: #58595B;
}
.LookupItemAlt .NormalBold {
	color: #333333;
}

/* ================================
   CUSTOM
   ================================
*/   

td.GridItem span.GridItem A {color:#FFA32C;}
td.GridItem span.GridItem A.GridHeader {color:#333333;}

.WizardHeader img {
	display: none;
}
.LeftPane .containerR1 {
	background-image: url(images/CZH1.jpg);
	background-repeat: no-repeat;
	background-color: #7C9E3A;
}

