body
{
	margin: 10px;
	background-color: #f5efd6;
	color: navy;
}
.userData
{
    BEHAVIOR: url(#default#userdata)
}
input
{
	border:1px solid black;
}
textarea
{
	border:1px solid black;
	width:100%;
}
button
{
	font-size: 10px;
	font-family: Tahoma;
}
table
{
	font-size: 13px;
	font-family: Tahoma;
}
.Header
{
}
.imgProducts
{
	margin-right: 20px;
	margin-bottom: 10px;
}
.contentHeader
{
	height:30px;
	border-bottom: #304050 2px solid;
	color: navy;
	font: 16px Tahoma;
	text-transform:capitalize;
	padding-left:10px;
}
.recipePopup
{
	display: none;
	position: absolute;
	width: 500px;
}
.tdSaladIngr
{
	border-right: solid 1px gray;
	color: Maroon;
	line-height: 16px;
	font: 10px Tahoma;
}
.tdSaladIngr div
{
	white-space:nowrap;
}
.mainMenu
{
}
.mainMenuBH
{
	border-top: #c0d0e0 0px solid;
	border-bottom: #304050 1px solid;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #cc9966;
}
.mainMenuSep
{
	border-bottom: white 1px solid;
	border-top: black 1px solid;
	background-color: #cc9966;
}
.mainMenuItem
{
	padding-left: 20px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #f5efd6;
}
.mainMenuItemSel
{
	background-color: #f0e3c6;
	padding-left: 20px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.mainMenuItemOver
{
	background-color: #e2e9da;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.mainMenuItemOver a
{
	color:black;
	cursor: hand;
	text-decoration:underline;
}
.mainMenuItem a
{
	font: bold 14px Tahoma;
	color: navy;
	cursor: hand;
	width:100%;
	text-decoration:none;
}
.footer
{
	color:navy;
}
.footer a
{
	color:navy;
}
.contentCont
{
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding-left: 10px;
}
