*
{
}

body
{
	background-color: #BA1519; /*#FF6666;*/
	font-family: Trebuchet MS, Verdana, sans-serif;
    font-size: 9pt;

}

a
{
	color: black;
}

h1
{
	color: #BA1519;
	font-family: Arial, Sans-Serif;
	font-size: 20pt;
	font-weight: bold;
	
	margin-top: 20px;
	margin-bottom: -10px;
	
}

h2
{
	color: #BA1519;
	font-family: Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	
	margin-top: 30px;
	margin-bottom: 20px;
	
	border-bottom: solid #ba1519 1px;
	
}

hr {
	height: 1px;
	color: #ba1519;
}

.foodItem
{
	margin-left: 20px;
	
	font-weight: bold;
	font-size: 10pt;
	line-height: 14pt;
}

.foodDesc
{
	margin-bottom: 10px;
	margin-left: 20px;
	
	font-size: 10pt;
    line-height: 14pt;
}

p, ul, li
{
	font-size: 10pt;
	line-height: 14pt;
}

.numbers
{

}

img.show
{
	border: solid #BA1519 1px;
}

.menuCell
{
	background-color: #00CCCC;
	padding-top: 15px;
	width: 25%;
}

.menuCell p
{
	border-bottom: dashed 1px #ffcc66;
	padding-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
}
	

.menuItem
{
	background-color: #FFAC00;
	color: #BA1519;
	cursor: pointer;
    
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12pt;
    
    text-align: right;

	padding-left: 10px;
	padding-right: 10px;    	
    padding-top: 5px;
    padding-bottom: 5px;
    
	border: solid 1px #ba1519;
	
	margin-bottom: 5px;
}

.menuItemSelected
{
	background-color: #FFAC00;
	color: #BA1519;
	cursor: default;
	
    font-variant: small-caps;
	font-weight: bold;
  	font-size: 12pt;
    
	text-align: right;

	padding-left: 10px;
	padding-right: 10px;    	
    padding-top: 5px;
    padding-bottom: 5px;
	
	border: dashed 1px #ba1519;
	
	margin-bottom: 5px;
}

.menuItem A
{
	text-decoration: none;
	color: #ba1519;
}

.menuCell p
{
	padding-left: 7px;	
}

.contentCell
{
	padding-left: 15px;
	padding-bottom: 30px;
	padding-right: 15px;
	background-color: #ffcc66;
	
	width: 75%;
	
}
