﻿body {
}

Table:hover
{
    cursor: hand;
}

.HomeTable
{
    border: solid thin gray;
    cursor: hand;
}

.HomeTable:hover
{
    border: solid thin gray;
    cursor: hand;
}

.MenuBackTable
{
    width: 600px;
    border: solid 1px black;
    background-color: #e40000;
}
.MenuGroup
{
    color: lightgoldenrodyellow;
    font-family: 'Gill Sans Ultra Bold';
    font-size: medium;
    text-align: center;
    background-color: #ffb500;
    
}

.MenuItem
{
    width: 450px;
    text-align: left;
    font-size: small;
    font-weight: bold;
    font-family: Gill Sans MT;
    color: yellowgreen;
    background-color: white;
}


.MenuItemDescription
{
    width: 275px;
    text-align: left;
    font-size: small;
    font-family: Gill Sans MT;
    font-style: italic;
    color: slategray;
}

.MenuItemDescriptionVeggies
{
    width: 100px;
    height: 100%;
    text-align: left;
    font-size: small;
    font-family: Gill Sans MT;
    font-style: italic;
    color: slategray;
    border-top: solid 1px gray;
    border-left: solid 1px gray;
    background-color: white;
    vertical-align: middle;
}

.MenuItemPrice
{
    width: 150px;
    text-align: right;
    font-size: small;
    font-family: Gill Sans MT;
    border-left: solid 1px gray;
    border-top: solid 1px gray;
    color: slategray;
    background-color: white;
}

.MenuItemPriceBowl
{
    width: 75px;
    text-align: right;
    font-size: small;
    font-family: Gill Sans MT;
    border-left: solid 1px gray;
    border-top: solid 1px gray;
    color: slategray;
    background-color: white;
}

.MenuItemTD
{
    border-top: solid 1px gray;
    background-color: white;
}

.MenuItemTDSpecial
{
	border-top: solid 1px gray;
	height: 60px;
    background-color: white;
    font-size: large;
    text-align: center;
    font-weight: bold;
    font-family: Gill Sans MT;
    color: orange;
    background-color: white;
}

