/* The main title for the menu page */
.MenuTitle
{
   margin: 0px;
   text-align: center;
   font-family: 'Times New Roman' , Times, serif;
   font-size: 16pt;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #000000;
}

/* The header panel for the menu items collapsible panel */
.collapsePanelHeader
{
   width: 570px;
   height: 20px;
   color: #ffffff;
   background-color: #4682b4;
   float: left;
   padding: 2px;
   cursor: pointer;
   vertical-align: middle;
   border-right: #6699cc 1px solid;
   border-top: #6699cc 1px solid;
   border-left: #6699cc 1px solid;
   border-bottom: #6699cc 1px solid;
}

/* The panel displaying the menu items which can be expanded or collapsed */
.collapsePanel
{
   width: 570px;
   padding-left: 5px;
   background-color: white;
   overflow: hidden;
   float: left;
}

/* The title background (category name) for the collapse panel header */
.collapsePanelLabel
{
   color: #ffffff;
   font-size: 8pt;
   font-style: italic;
   text-decoration: none;
   font-family: Arial;
}

/* The container for the category links table */
.category_table_parent
{
  
   text-align: center;
   vertical-align: top;
   width: 225px;
}

/* The table header cell for the category links table */
.category_table th
{
   padding: 2px;
   text-align: center;
   color: #FFFFFF;
   font-weight: bold;
   font-family: 'Times New Roman' , Times, serif;
   font-size: 12pt;
   background-color: #333333;
}

/* The table cells of the category links table */
.category_table td
{
   padding: 2px 5px 5px 5px;
   vertical-align: middle;
   background-color: Gray;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-bottom-color: #000000;
}

/* The links in the category table */
.menucategorylink
{
   color: #FFFFFF;
   font-size: 9pt;
   font-family: Arial;
   font-weight: bold;
}
.menucategorylink:hover
{
   color: #FFFF00;
}

/* Go to other menu link */
.category_othermenulink
{
   color: #FFFF99;
   text-decoration: underline;
}

/* The category link in the collapsible panel header */
.menucategory
{
   font-size: 11pt;
   font-family: arial,helvetica;
   font-weight: bold;
   color: #f0f8ff;
   padding-bottom: 1px;
   padding-top: 1px;
   padding-left: 10px;
   padding-right: 10px;
}

/* The menu items list in each collapsible panel */
.menutable
{
   font-family: Arial;
   background-color: #ffffff;
}

.menutable td
{
   border-bottom-style: solid;
   border-bottom-width: thin;
}

/* The menu item cell containing the item name and description */
.menuitem_cell
{
   font-family: 'Times New Roman';
   font-size: 10pt;
   text-align: left;
   font-weight: bold;
   padding-top: 2px;
   padding-bottom: 2px;
   width: 400px;
   color: #123F63;
}

/* The description label of the menu item */
.menuitemdesc
{
   font-size: 8pt;
   text-align: left;
   font-weight: normal;
   color: #000000;
   font-family: Arial;
}

/* The servings cell of the menu item */
.menuitemservings
{
   width: 110px;
   color: #000066;
   font-size: 8pt;
   text-align: right;
   font-weight: normal;
   font-style: italic;
}

/* The price cell of the menu item */
.menuitemprice
{
   width: 50px;
   font-size: 10pt;
   text-align: right;
   font-weight: bold;
   color: #000066;
}



.menuitembottom
{
   font-size: 10pt;
   text-align: center;
   font-weight: bold;
   color: #000066;
   padding-top: 5px;
   padding-bottom: 0px;
}

.menuitemtop
{
   font-size: 10pt;
   text-align: center;
   font-weight: bold;
   color: #000066;
   padding-top: 1px;
   padding-bottom: 5px;
}

.menutoplink
{
   text-align: right;
   padding-top: 10px;
   padding-bottom: 10px;
}

.menutoplink a
{
   font-size: 9pt;
   font-family: arial,helvetica;
   color: #990033;
   font-style: italic;
   text-decoration: underline;
   margin: 5px 2px;
   font-weight: bold;
   padding-right: 0px;
   padding-left: 0px;
   padding-bottom: 5px;
   padding-top: 5px;
}

.menuemptymsg
{
   margin: 10px;
   padding: 10px;
   text-align: center;
   background-color: #e4edf7;
   border-right: #000000 2px solid;
   border-top: #000000 2px solid;
   border-left: #000000 2px solid;
   border-bottom: #000000 2px solid;
   width: 450px;
}

.linkothermenu
{
   color: #0000ff;
   text-decoration: underline;
}



.priceschange
{
   color: #FFFF00;
   font-style: italic;
}