﻿body 
{
	background-image:URL(../../Images/Red-Black_Grad.jpg); 
	background-repeat:repeat-x;
	background-color:red;
	color: #cfdce6;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;	
}



#wrapper
{
	width: 100%;
	margin: 0px auto 0px auto;
}

#header
{
	color:White;
	letter-spacing: 2px;
	height: 80px;
	text-align: center;
}

#navigation
{
	color: White;
	height: 20px;	
	float: left;
	vertical-align: top;	
	margin-left: 5px;
}

#content
{
	color: White;
	width: 100%;
	min-height: 400px;
}

#innerContent
{
	margin: 20px;
}

#footer
{
	clear: both;
	color:GrayText;
	letter-spacing: 2px;
	font-size: 80%;
	height: 30px;
	text-align: center;
	padding-top: 10px;
}


.ActiveTab
{
	border-width:medium;
	border-color:Black;
	background-color:White;
}



.GridAlternateRow
{
	background-color:#E0E0E0;
	border-width:medium;
	border-color:Black;
	border-style:solid;
	color:Black;
}

.GridHeader
{
	font-weight:bold;
	border-width:medium;
	border-color:Black;
	border-style:solid;
	background-color:Khaki;
	color:Blue;
}

.GridRow
{
	background-color:White;
	border-width:thick;
	border-color:Black;
	border-style:solid;
	color:Black;
}


.PageTitle
{
	font-family:'Lucida Calligraphy';
	font-weight:bold;
	font-size:x-large;
}

.PageDescription
{
	font-weight:normal;
	font-size:medium;
}


.Disclaimer
{
	color:Aqua;
	font-size:smaller;
	font-style:italic;
}

.FooterTest
{
	text-align: left; 
	font-size:small; 
	color:yellow;
	font-style:italic;
} 

.Hyperlink
{
	color:Aqua;
}


.MenuCategoryCtrlTable
{
	background-color:Silver;
}

.MenuCategoryCtrlName
{
	color: Black;
	font-size:x-large;
	font-weight:bold;
}

.MenuCategoryCtrlDescription
{
	color: Black;
	font-style:italic;
	font-size:smaller;
}

.MenuCategoryCtrlFooter
{
	color: Black;
	font-style:italic;
	font-size:smaller;
}

.Menu-Hyperlink
{
	color:Aqua;
}

.MenuItemCtrlTable
{
	background-color: White;
}

.MenuItemCtrlDescription
{
	color: Black;
	font-style:italic;
	font-size:smaller;
}


.MenuItemCtrlName
{
	color: Black;
	font-weight:bold;
	vertical-align:top;
}

.MenuItemCtrlNumber
{
	color: Black;
	font-weight:normal;
	vertical-align:top;
}

.MenuItemCtrlPrice
{
	color: Black;
}

.MenuRestaurantDescription
{
	color: Yellow;
}

