body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.homeBlock 
{
	 background-image:url(/images/block_bg.png) !important;
	 padding-bottom:10px;
}
.homeBlock2
{
	 background-image:url(/Images/rect_bg.png) !important;
}

.searchHolder {
	position: relative;
	overflow: visible;
	display: inline;
}
.profileIcon {
	margin:10px;	
}
#menuBlock1 
{
	background:none;
	background-image:url(/Images/menuOverlay.png);
	padding:5px;
	/*
	border-bottom:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
*/
}
#menuBlock2
{
	background:none;
	background-image:url(/Images/menuOverlay.png);
	margin-bottom:10px;
	padding:5px;
	/*
	border-bottom:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
*/
}



.roundBlock 
{
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	padding:10px;
	margin:0;
	float:left;
	clear:both;
	width:100%;
}

#printmealsdiv 
{
	/*
	border:1px solid #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
*/
	background-image:url(/Images/rect_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px;
	float:left;
	clear:both;
	width:261px;
	padding-top:0px;
	margin-left:1px;
	height:63px;
}
.profileIcon_left 
{
	margin-top:10px;
	margin-right:15px;
	float:left;
}
.popupinput {
	overflow:hidden;
}
.formbutton {
  font-size:10px;
  color:#2B2B2B;
  font-weight:bold;
  background:#E6E6E6;
	padding:2px 2px 2px 2px;
}
.formbuttonHL 
{
	/*font-size:10px;
	color:#fff;
	font-weight:bold;
	background:#ed610d;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #ed610d;
	width:79px;*/
	float:left;
}
.formbuttonHL input {
	font-size:10px;
  color:#ffffff;
  font-weight:bold;
  background:#ed610d;
	padding:2px 2px 2px 2px;
}

.copyright {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #666666;
	display:block;
	visibility:visible;
}
.date {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #666666;
}
.disclaimer {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR:#ADADAD;
	display:block;
	visibility:visible;
}

.CellMenuOn{
	font-family: Arial, Helvetica;
	color: #ffffff;
	background-color: #0000ff;
	font-weight: normal;
	font-size: 11px;
	cursor:pointer;
	text-decoration: none;
}

.CellMenuOff{
	font-family: Arial, Helvetica, sans-serif;
	color: #0000ff;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

.Spacer	{	
	font-family: Arial, Helvetica;
	font-size:	1pt;
	font-weight:	normal;
}

/* Meal Types */
#tblMealType 
{
	width:540px;
}
#tblMealType input 
{
	margin-left:12px;
}

.MT_Row 
{
	height:140px;
	vertical-align:top;
}

.MT_Block 
{
	vertical-align:top;
	padding:8px;
	padding-bottom:20px;
	background-image: url('/images/MealTypes_BlockBG.jpg');
	background-repeat:no-repeat;
	width:50%;
}
.MT_Hldr 
{
	clear:both;
	float:left;
	display:block;
	/*width:240px;*/
	width:100%;
}

.Custom_Hldr 
{
	clear:both;
	float:left;
	display:block;
	/*width:520px;*/
	width:100%;
}
.Custom_Block 
{
	vertical-align:top;
	padding:8px;
	padding-bottom:20px;
	background-image: url('/images/MealTypes_CustomBlockBG.jpg');
	background-repeat:no-repeat;
	width:100%;
}

.MT_Row input 
{
	display:block;
	float:left;
	clear:left;
	width:20px;
}

/*.MT_Row label
{
	float:left;
	display:block;
	padding:2px;
	margin-left:4px;
	padding-top:5px;
}*/

.Custom_Block label
{
	float:left;
	display:block;
	padding:2px;
	margin-left:4px;
	padding-top:5px;
	/*width:170px;*/
}
.Custom_Block .DescriptionBlock 
{
	padding-top:2px;
	float:left;
	width:20px;
}

.MT_Block label
{
	float:left;
	display:block;
	padding:2px;
	margin-left:4px;
	padding-top:5px;
	width:170px;
}
.MT_Block .DescriptionBlock 
{
	padding-top:2px;
	float:left;
	width:20px;
}

.Table_Img 
{
	width:38px;
	padding-bottom:8px;

}
.Table_Title 
{
	/*width:146px;
	padding-top:7px;*/
	font-size:11pt;
	font-weight:bold;
	color:#222;
	padding-bottom:8px;
	text-align:left;
}

.MT_Table 
{
	width:100%;
}

#mealgraphicabs {
	position:absolute;
	width:1px;
	height:1px;
}
#mealgraphiccont 
{
	/*float:right;*/
	/*width:116px;
	height:180px;*/
	width:156px;
	height:198px;
	background-image:url(/Images/graphiccont_BG.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:10px;
	position:relative;
	top:0px;
	right:-588px;
	z-index:200;
}

#tblMain 
{
	background-image:url("/images/page_bg.jpg");
	background-position:left top;
	background-repeat:no-repeat;
}