﻿/* ================================
    CSS STYLES FOR CarryoutOnline
   ================================
*/   

#web-buttons a{display:block;color:transparent;} 
#web-buttons a:hover{background-position:left bottom;}


BODY
{
}

/* */


input.invisible 
{
	height:0px;
	width:0px;
	 visibility:hidden;
}

select.invisible
{
	height:0px;
	width:0px;
	 visibility:hidden;
}

span.error
{
	background:Red;
	color:White;
}

.dishGroup{
	font-size: 12pt;
	font-weight: bolder;
	color: black;
	font-family: Verdana, Arial;
}

			
.dishDescription{
	font-size: 7pt;
	color: black;
	font-family: Verdana, Arial;
}

.dishPrice{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: black;
    text-decoration: none;        
}

hr{
	color: Gray;
}

.HomeHead
{
    color: #999966;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    HEIGHT: 35px;
}

.HomeTableHead
{
    color: #999966;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
}





/* */
.ContentHead
{
    /* background-color: #dddca3 ; */
    /* background-color: #ffef00; */
    color: Black;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    /* height: 35px; */
}


.ContentHead2
{
    /* background-color: #dddca3 ; */
    background-color: #ffef00;
    color: Gray;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 20px
}
.ContentHead3
{
    /* background-color: #dddca3 ; */
    background-color: white;
    color: Gray;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 20px
}

/* */
.SubContentHead
{
    background-color: #dddca3;
    color: Gray;
    font-family: Verdana, Arial;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* */
.UnitCost
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 15px;
    line-height: 20pt
}

.Tax
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 15pt
}


/* */
.ModelNumber
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 20pt
}

/* */
.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 20pt
}
.MessageText
{
    color: green;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 20pt
}
.MostPopularHead
{
    background-color: Red;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: underline
}

.ModifierGroupDesc
{
    color: Black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
}

.ModifierGroupDescERROR
{
    background-color: Red;
    color: White;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
}

.ProductListHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}
.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

.CartListHead
{
    /* background-color: #dddca3; */
    /* background-color: #ffef00; */
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}



.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    /* background-color: #f2f2f2; */
    background-color: #e1e1e1;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    /* background-color: #dddca3; */
    /* background-color: #ffef00; */
    line-height: 10pt
}


.CartListItemLabel
{
    background-color: Transparent;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
}

.CartListItemSelection
{
    background-color: Transparent;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
}



/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #dddddd;
    font-size: 11px;
}   

A.SiteLink:hover    
{
    text-decoration: underline;
    color: white;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: #dddddd;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: white;
    text-decoration: none;
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    /* color: black; */
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    /* font-weight: bold; */
    line-height: 16px;
    padding-left: 10px
}

A.MenuUnselected:hover
{
    /* color: white; */
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuSelected
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuSelected:hover
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBlue
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: blue
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}

.LargeBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px    
}

A.LargeBoldYellow, A.LargeBoldYellow:link, A.LargeBoldYellow:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: Yellow;
    text-decoration: none;        
}

A.LargeBoldYellow:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: White;
    text-decoration: none;  
}

A.SmallBoldYellow, A.SmallBoldYellow:link, A.SmallBoldYellow:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: Yellow;
    text-decoration: none;        
}

A.SmallBoldYellow:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: White;
    text-decoration: none;  
}

A.LeftMenu, A.LeftMenu:link, A.LeftMenu:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;        
}

A.LeftMenu:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    text-decoration: none;  
}

.LargeNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal    
}

A:link  {
    text-decoration: none;
    color:  Navy;
}

A:visited
{
	text-decoration: none;
    color:  Navy;
}

A, A:hover {
    text-decoration: underline;
    
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left
}

