/* ================================
    Admin Design 01 styles
   ================================
*/   

/* ================================ 
	Navigation
   ================================
*/

/*-- 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: #1C1C1C; padding: 0px; border-color:#1C1C1C; border-left-width:2px; border-bottom-width:2px; border-right-width:2px; font-weight: normal; filter: none; }
/*-- sub menu items             --*/ .MainMenu_MenuItem { font-family: Arial, Helvetica, sans-serif;  color: #FFFFFF; font-size: 11px; font-weight: bold; font-style: normal; padding: 0px 40px 0px 16px; border: 0; height: 20px; }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 40px 0px 16px; border: 0; height: 20px; background-color: #E68B1C;}
/*-- menuitems idle             --*/ .MainMenu_Idle { color: #000000; background-color: #E68B1C; padding: 0; font-weight: bold; }
/*-- sub menu items over        --*/ .MainMenu_Selected { color: #FFFFFF; background-color: #E68B1C; padding: 0; font-weight: bold; }
/*-- sub menu items active      --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { color: #FFFFFF; background-color: #E68B1C; font-weight: bold; }
/*-- root menu items            --*/ .MainMenu_RootMenuItem { font-family: Arial, Helvetica, sans-serif;  color: #FFFFFF; font-size: 11px; font-weight: bold; font-style: normal; border: 0; height: 40px; line-height:40px; padding: 0; background-image:url(images/menu_bg.jpg); background-repeat: repeat-x;}
/*-- root menu items over       --*/ .MainMenu_RootSelected { color: #000000; padding: 0; font-weight: bold; height: 40px; line-height:40px; background-image:url(images/menu_active_bg.jpg); background-repeat: repeat-x; }
/*-- root menu items sub active --*/ .MainMenu_RootActiveSub, .MainMenu_RootBreadcrumbActive { color: #000000; padding: 0; font-weight: bold; height: 40px; line-height:40px; background-image:url(images/menu_active_bg.jpg); background-repeat: repeat-x; }
/*-- root menu items active     --*/ .MainMenu_RootActive { color: #000000; padding: 0; font-weight: bold; height: 40px; line-height:40px; 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:40px; width:5px; }
/*-- root menu items right      --*/ .menu_right { background-image:url(images/menu_right.jpg); background-repeat: no-repeat; height:40px; width:5px; }
/*-- root menu items left active--*/ .menu_active_left { background-image:url(images/menu_left.jpg); background-repeat: no-repeat; height:40px; width:5px; }
/*-- root menu items right activ--*/ .menu_active_right { background-image:url(images/menu_right.jpg); background-repeat: no-repeat; height:40px; 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; }


.FSPMenu {padding:0px; margin:0; list-style:none; height:40px; position:relative; z-index:5000; text-align:left!important; }
.FSPMenu li.mTop {display:block; float:left; }
.FSPMenu li a.mTop_link {display:block; float:left; height:40px; line-height:40px; font-family: Verdana,Arial,Helvetica,sans-serif; color:#FFFFFF; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 5px; cursor:pointer;background: url(images/menu_bg.jpg) repeat-x;}
.FSPMenu li a.mTop_link span {float:left; display:block; padding:0 10px 0 5px; height:40px;background:url(images/menu_bg.jpg); background-repeat: repeat-x; overflow:hidden; color: #FFFFFF;}
.FSPMenu li a.mTop_link:hover, .FSPMenu li a.active {color:#000000; background: url(images/menu_active_bg.jpg) repeat-x; line-height:40px;}
.FSPMenu li a.mTop_link:hover span, .FSPMenu li a.active span{background:url(images/menu_active_bg.jpg) repeat-x; color:#000000;}

.FSPMenu li:hover > a.mTop_link,  .FSPMenu li.active a {padding-top:0px;color:#000000; background: url(images/menu_active_bg.jpg) repeat-x; line-height:40px;}
.FSPMenu li:hover > a.mTop_link span, .FSPMenu li.active > a.mTop_link span {padding-top:0px;background:url(images/menu_active_bg.jpg) repeat-x;}

.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:40px; background: #1C1C1C; padding:0px; border:0px solid #1F1F1F; 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:#DAD0B5; text-decoration:none;}
.FSPMenu :hover ul li a:hover {background:#E68B1C; color:#FFFFFF;}

.FSPMenu ul.mSub {width:200px; }

.FSPMenu ul li a.mSub_link { color: #FFFFFF!important; }
.FSPMenu ul li a.mSub_link_active { color: #FFFFFF; }


/* ================================ 
	Design
   ================================
*/

.ZH21 {
	background-color: #595959;
}
.ZH22 {
}
.ZH23 {
}
.ZH31 {
}
.ZC11 {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}
.ZC21 {
}
.ZC22 {
	background-color: #FFFFFF;
}
.ZC23 {
}
.LeftPane {
}
.TopPane {
}
.ContentPane {
}
.MidLeftPane {
}
.MiddlePane {
}
.MidRightPane {
}
.BottomPane {
}
body {
	background-color: #F5F5F5;
}

/* ================================ 
	Framework
   ================================
*/

A:link {
    text-decoration:    none;
    color: #000080;
}
A:visited  {
    text-decoration:    none;
    color: #000080;
}
A.active  {
    text-decoration:    none;
    color: #000080;
}
A:hover {
    text-decoration:    none;
    color: #000000;
}
.CommandButton     {
    font-family: 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: #000080;
}
A.CommandButton:hover  {
    text-decoration:    underline;
	 color: #000000;
}

/* Background and Zone Settings */

H1, H2, H3 {
	color: #000000;
}

/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #000000;
}

/* 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: #C77818;
	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: #000000;
}

/* 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: #C77818!important;
	TEXT-DECORATION: none
}
A.SubHeadL:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #C77818!important;
	TEXT-DECORATION: none
}
A.SubHeadL:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #C77818!important;
	TEXT-DECORATION: none
}
A.SubHeadL:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000000!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: 11px;
    font-weight: normal;
	 color: #595959;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #595959;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	 color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}
A.NormalBold:link; A.NormalBold:visited; A.NormalBold:active
{
	 color: #C77818!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: 11px;
    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: 11px;
    font-weight: normal;
	 color:#000000;
}

.NormalL,.NormalDisabledL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #595959;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabledL
{
    color: #C4C4C4;
}

A.NormalL:link
{
	 color: #C77818;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalL:visited
{
	 color: #C77818;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalL:active
{
	 color: #C77818;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalL:hover
{
	 color: #000000!important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style used for rendered text which requires emphasis */
.NormalBoldL
{
	 color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBoldL:link
{
	 color: #C77818;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBoldL:visited
{
	 color: #C77818;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBoldL:active
{
	 color: #C77818;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.NormalBoldL:hover
{
	 color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRedL
{
    font-family: 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: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color:#000000;
}

/* Skin Objects */

.SkinObject {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px; 
	color: #595959!important;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	padding: 2px 2px 2px 2px;
}
A.SkinObject:link; {
	color: #595959!important;
	TEXT-DECORATION: none
}
A.SkinObject:visited {
	color: #595959!important;
	TEXT-DECORATION: none
}
A.SkinObject:active {
	color: #595959!important;
	TEXT-DECORATION: none
}
A.SkinObject:hover {
	COLOR: #CC7000!important;
	TEXT-DECORATION: none;
}


/*___________________________________________________________________________________________*/
/*   The new dependancies for the Reservation Module                                         */
/*___________________________________________________________________________________________*/
.GridHeader
{
	white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	 color: #000000;
}
.GridItem
{
	white-space: nowrap;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
	color: #262626;
}
.HSS_FSPAdminContent td.GridItem {
	overflow: hidden;
	display: block; 
	float: left; 
}
.GridItemWrap
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
	color: #262626;
}
.GridItemError
{
	white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #FF0000;
	overflow: hidden;
	display: block; 
	float: left; 
}
.GridItemCancel
{
	white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	 color: #FF0000;
}
.GridItemChange
{
	white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	 color: #000000;
}
/* 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: #C77818;
}
A.WizCommandButton:visited  {
    text-decoration:    underline;
    color: #C77818;
}
A.WizCommandButton:active   {
    text-decoration:    underline;
    color: #C77818;
}
A.WizCommandButton:hover    {
    text-decoration:    underline;
    color: #000000;
}
/* 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: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.WizardHeader
{
	background: #F2F2F2;
	border-bottom: #000000 1px solid;
	height:40px;
}
.WizardHeader .Head
{
	color: #000000;
}
.WizardFooter .Normal
{
	color: #262626;
}
.WizardFooter
{
	border-top: #000000 1px solid;
	background: #F2F2F2;
	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: #FAFAFA;
}
.WizardHelpTextHeader
{
   font-size:  11px;
   font-weight:    bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: #262626;
	font-family: Arial, Helvetica, sans-serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: #262626;
	font-family: Arial, Helvetica, sans-serif;
}
.CalRes
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #595959;
	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: #FFFFFF;
	background: #E68B1C;
	font-weight: bold;
	border: 1px solid #000000;
	cursor: pointer;
}
.CalResSelectedDay
{
	font-weight: bold;
	background: transparent;
	border: 3px solid #000000;
	cursor: pointer;
	color: #595959;
}
.CalResSelectedDayAvailable
{
	color: #FFFFFF;
	background: #008000;
	font-weight: bold;
	border: 3px solid #000000;
	cursor: pointer;
}
.CalResToday
{
	font-weight: bold;
	background: transparent;
	border: 1px solid #FF0000;
	cursor: pointer;
}
.CalResTodayAvailable
{
	color: #FFFFFF;
	background: #E68B1C;
	font-weight: bold;
	border: 3px solid #FF0000;
	cursor: pointer;
}
.CalResSelector
{
	color: #595959;
	background: transparent;
}
.CalResSelector A:link,.CalResSelector A:Visited,.CalResSelector A:active
{
	color: #595959!important;
	text-decoration: none;
}
.CalResSelector A:hover
{
	color: #595959!important;
	text-decoration: none;
}
.CalResNextPrev
{
	font-family: Arial, Helvetica, sans-serif;
	color: #595959;
	font-size: 12px;
	width: 15%;
}
.CalResNextPrev A:link,.CalResNextPrev A:Visited,.CalResNextPrev A:active
{
	color: #595959!important;
	text-decoration: none;
}
.CalResNextPrev A:hover
{
	color: #595959!important;
	text-decoration: none;
}
.CalResDayHeader
{
	color: #595959;
	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: #595959;
	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: #595959;
	text-align: center;
}
.MenuFooter {
   font-family: Arial, Helvetica, sans-serif;
   font-size:  13px;
   font-weight:    normal;
	color: #595959;
}
.MenDisplayHeading
{
   font-family: Arial, Helvetica, sans-serif;
   font-size:  20px;
   font-weight:    normal;
	color: #000000;
}
.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: #000000;
	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: #FAFAFA;
}
.PageHeaderHelpTextHeader
{
   font-size:  11px;
   font-weight:    bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.PageHeaderHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: #262626;
	font-family: Arial, Helvetica, sans-serif;
	height: 300px;
}
.PageHeaderText
{
	font-size: 9pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.BusinessAddress {
   font-size:  11px;
   font-weight:    bold;
	color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
}
A.BusinessAddress:link, A.BusinessAddress:visited, A.BusinessAddress:active {
   font-size:  11px;
   font-weight:    bold;
	color: #FFFFFF!important;
	font-family: Arial, Helvetica, sans-serif;
}
A.BusinessAddress:hover {
   font-size:  11px;
   font-weight:    bold;
	color: #E68B1C!important;
	font-family: Arial, Helvetica, sans-serif;
}
.LocationSwitch {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px; 
	color: #E0E0E0;
	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: #595959;
	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: #FFFFFF;
	background: #E68B1C;
	border: 1px solid #000000;
	cursor: pointer;
}
.CalAResSelectedDay
{
   font-weight: bold;
	background: transparent;
	border: 3px solid #000000;
	cursor: pointer;
}
.CalAResSelectedDayAvailable
{
	color: #FFFFFF;
   font-weight: bold;
	background: #008000;
	border: 3px solid #000000;
	cursor: pointer;
}
.CalAResToday
{
	background: transparent;
	border: 1px solid #FF0000;
	cursor: pointer;
}
.CalAResTodayAvailable
{
	color: #FFFFFF;
	background: #E68B1C;
	border: 3px solid #FF0000;
	cursor: pointer;
}
.CalAResSelector
{
	color: #595959;
	background: transparent;
}
.CalAResSelector A.link,.CalAResSelector A:Visited,.CalAResSelector A:active
{
	color: #595959!important;
	text-decoration: none;
}
.CalAResSelector A:hover
{
	color: #595959!important;
	text-decoration: none;
}
.CalAResNextPrev
{
   font-family: Arial, Helvetica, sans-serif;
	color: #595959;
   font-size: 12px;
	width: 15%;
}
.CalAResNextPrev a:hover
{
	color: #595959!important;
	text-decoration: none;
}
.CalAResDayHeader
{
	color: #595959;
	background: transparent;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
	width: 65px;
	border: 1px solid #000000;
}
.CalAResTitle
{
	color: #595959;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
	background: transparent;
	width: 100%;
}
.LookupItem
{
	cursor: pointer;
	background-color: #F2F2F2;
}
.LookupItemAlt
{
	cursor: pointer;
	background-color: #FAFAFA;
}
.LookupItemSelected
{
	cursor: pointer;
	background-color: #F2F2F2;
	border: 2px solid #000000;
}
.LookupItemAltSelected
{
	cursor: pointer;
	background-color: #FAFAFA;
	border: 2px solid #000000;
}
.LookupItemBreak
{
	cursor: pointer;
	background-color: #F2F2F2;
	border-top: thin double #000000;
}
.LookupItemAltBreak
{
	cursor: pointer;
	background-color: #FAFAFA;
	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: 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: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
	color: black;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}
.MealEntry:hover
{
   font-family: 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: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
	color: black;
}
.WaitList
{
	border: 2px solid #000000;
	background-color: #E68B1C;
}
.WaitListOff
{
	background-color: transparent;
}
A.Navbar:link, A.Navbar:visited, A.Navbar:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #C77818!important;
}
A.Navbar:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    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: 11px;
    font-weight: normal;
	 color: #000000!important;
}
A.NavbarL:link, A.NavbarL:visited, A.NavbarL:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #C77818;
}
A.NavbarL:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #000000!important;
}
A.NavbarSelL:link, A.NavbarSelL:visited, A.NavbarSelL:hover, A.NavbarSelL:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #000000!important;
}
.TutorialVideo {
	border: thin groove black;
	background: black;
}
.WizardHeader .Head {
	color: #000000;
}
.WizardFooter .Normal {
	color: #262626;
}
A.WizardMessage:link, A.WizardMessage:visited, A.WizardMessage:active  {
	color: #000080;
}
A.WizardMessage:hover  {
	color: #000000;
}
.GridItem A.CommandButton {
	color: #000080!important;
}
.LookupItem A.CommandButton:link, .LookupItem A.CommandButton:visited, .LookupItem A.CommandButton:active {
	color: #000080!important;
}
.LookupItemAlt A.CommandButton:link, .LookupItemAlt A.CommandButton:visited, .LookupItemAlt A.CommandButton:active {
	color: #000080!important;
}
.LookupItemAltBreak A.CommandButton:link, .LookupItemAltBreak A.CommandButton:visited, .LookupItemAltBreak A.CommandButton:active {
	color: #000080!important;
}
.LookupItem .Normal {
	color: #262626;
}
.LookupItem .NormalBold {
	color: #000000;
}
.LookupItemAlt .Normal {
	color: #262626;
}
.LookupItemAlt .NormalBold {
	color: #000000;
}
td.GridItem span.GridItem A {color:#000080;}
td.GridItem span.GridItem A.GridHeader {color:#000000;}


/* ================================ 
	Custom
   ================================
*/

#dnn_dnnBUSINESSNAME_lblBusinessName span.BusinessAddress {font-size:250%}
