<style type="text/css">

body {
    height: 100%;
    background-color: #ffffff;
    color: #85859c;
    font-family: tahoma, arial, sans-serif;
    font-size: 12px;
    text-align: center;
}

div.menu
{
}

div.menu_rows
{
    overflow: auto;
    height: 600px;
    width: 435px;
}
div.menu_rows1
{
    overflow: auto;
    height: 361px;
}
div.menu_rows_index
{
    overflow: auto;
    height: 600px;
}



div.menu_rowtitles
{
    overflow: auto;
    height: 435px;
}
td.menulist
{
    border:solid;
    border-width:1px;
    border-color:white;
}
table.menu_table
{
    border: 0px;
    width: 418px;
    border-style: hidden;
    overflow: scroll;
    height: 400px;
}

div.popular_items
{
}

td.item_code
{
    color: black;
    width: 50px;
    text-align: center;
}

td.item_name
{
    color: black;
    width: 100px;
    padding-left: 3px;
}

td.item_description
{
    color: black;
    width: 200px;
    padding-left: 3px;
}

td.item_price
{
    color: black;
    width: 50px;
    padding-left: 3px;
}

td.centered
{
    text-align: center;
}

td.item_order_time
{
    color: #85859c;
    width: 150px;
    padding-left: 3px;
}

td.item_quantity
{
    color: black;
    width: 70px;
    padding-left: 3px;
}

td.menu_heading
{
    color: #85859c;
    padding-left: 3px;
}

tr.menu-item-even
{
  background:   #E3E4FA;

}

tr.menu-item-odd
{
    background-color: #CCCCFF;
}

tr.menu-item-sort-even
{
  background:   #E3E4FA;
  cursor: move;

}
tr.menu-item-sort-even:hover{background-color: yellow;}
tr.menu-item-sort-odd:hover{background-color: yellow;}
tr.menu-item-sort-odd
{
    background-color: #CCCCFF;
    cursor: move;
}
table.print-header
{
    margin-left:auto;
    margin-right:auto;
    width:50em;font-family:Times;
    font-size:16px;
}


