﻿#holdingContainer
{
	background-image:url('/images/mealTips/bgMealTips.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}


#MenuContainer
{
	border: 0px solid blue;
}

#MenuContainer .Menu
{
	border: 0px solid orange; 
	width:150px; 
	height:220px; 
	margin-left: 30px; 
	margin-top:40px; 
	float:left; 
	display:inline;
}

#MenuContainer .MenuImg
{
	border: 0px solid blue;
	float: left;
	margin-top:30px;
	margin-left: 20px;
	height:240px;
	width:375px;
}

#MenuContainer .plateImg
{
	width:266px; 
	height:173px;	 
	margin-top:-30px;
	margin-left:10px;
	position:relative;
}

#warningBox
{
	border:0px solid green; 
	width:275px;
	float:right;
	margin-top:30px;
}

* html #warningBox
{
	margin-top:35px;
}

#warningBox .YellowHeader
{
	border:0px solid green; 
	width:255px; 
	background-image:url('/images/mealTips/warningPanelTop.png'); 
	padding:10px 10px 0px 10px; 
	font-weight:bold; 
	color:#003300; 
	font-size:12px;
}

#MenuContainer a
{	
	font-size:12px;
	color:#669933;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}

 #MenuContainer a:hover
 {
 		color:#003300;
 }

#MealBox
{
	border: 0px solid green;
	margin-top:20px;
	margin-left:10px;	
}

#MealBox .MealBoxLeft
{ 
	width:275px;
	float:left; 
	border: 0px solid blue;	
}

#MealBox .MealBoxRight
{ 
	width:275px;
	float:left;
	margin-left:15px;
	border: 0px solid orange;	
}

#MealBox .YellowHeader 
{
	border:0px solid green; 
	width:255px; 
	background-image:url('/images/mealTips/warningPanelTop.png'); 
	padding:10px 10px 0px 10px; 
	font-weight:bold; 
	color:#003300; 
	font-size:16px;
	margin-top:20px;
}

#MealBox .CopyFlow
{	
	background-image:url('/images/mealTips/sml_panel_repeater.png'); 
	background-repeat:repeat; 
	padding:10px 20px 10px 20px; 
	font-size:12px;	
}

#MealBox .CopyFlow ul
{
	margin-left:12px;
	padding:0px;
	margin-top: -3px;
}

* html #MealBox .CopyFlow ul
{
	margin-top: 0px;
}

* html #MealBox .CopyFlow
{
	border:0px solid blue; 	
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/mealTips/sml_panel_repeater.png', sizingMethod='scale');		
	width:235px;
}


#MealBox h2
{
	font-weight:bold;
}

#MealBox a, #MealBox a:hover
{
	color:#003300;
	font-weight:bold;
	text-decoration: none;	
}

#noFlashMiniMap
{
	background-image:url('/images/master/map.png');	
	width:185px;
	height:147px;
}


* html #noFlashMiniMap
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/master/map.png', sizingMethod='crop');
	width:185px;
	height:147px;
}

.warningPanelBottomImage
{
	background-image:url('/images/mealTips/warningPanelBottom.png'); 	
	background-position:bottom right;		
	width:275px;
	height:9px;
	border: solid 0px blue;
}

* html .warningPanelBottomImage
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/mealTips/warningPanelBottom.png', sizingMethod='crop');
	width:275px;
	height:9px;
}