/*
	Rest Menu Engine Style Sheet
	Author: Harry Kron, Taradene Systems, LLC
	This style sheet is used to format the text generated from the menu engine
	It is a combination of standard styles and menu specific styles
	 
*/
/* Standard Styles - other styles are derived from these */
body 
{
	font-family: Arial, Helvetica, sans-serif;
}

td 
{
	font-family: Arial, Helvetica, sans-serif;
}

th 
{
	font-family: Arial, Helvetica, sans-serif;
}

/* These styles are used specifically for the menu page level text. */
.pagetitle
{
	font-size:xx-large;
	font-weight:bold;
	text-align:center;
}
.pageheader
{
	text-align:center;
}
.pagefooter
{
	text-align:center;
}

/* These styles are used specifically for the menu area level text. */
.areatitle
{
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}
.areaheader
{
	text-align:center;
	font-style:italic;
}
.areafooter
{
	text-align:center;
	font-style:italic;
}

/* These styles are used specifically for the menu item level text. */
.itemname
{
	font-weight:bold;
	text-align:center;
}
.itemdescription
{
	text-align:center;
}
.itemheader
{
	font-style:italic;
	text-align:center;
}
.itemfooter
{
	font-style:italic;
	text-align:center;
}
.itemprice
{
	text-align:center;
}

/* These styles are used specifically for the admin area, and allows you to customize the
	look of the admin area forms. */
.admintitle
{
	font-size:large;
	font-weight:bold;
}

/* GridView styles for columns in the GridView objects */
.gvheader
{
	font-size:small;
}
.gvitem
{
	font-size:small;
}
.gvfooter
{
	font-size:small;
}
