div.dayName {
	float:left;
	width:125px;
	color:#332200;
	margin-bottom: 0.2em;
	font-family:helvetica, 'sans serif';
	font-size:medium;
	font-weight:bold;
	text-align:center;
}

div.menuContainer {height:100%;}

div.dayContainer {
	float:left;
	width:124px;
	height:100%;		
}

div.recipeId {display:none;}

div.recipeImg {
	height:86px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

div.recipeName {
	text-align:center;
	font-size:x-small;
	font-weight:bold;
}

div.recipeDetails {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	vertical-align:top;
	font-size:x-small;
}

div.recipeActions {
	width:125px;
	float:left;
	font-size:x-small;
	font-weight:bold;
	text-align:center;
}