.nutrition-journal-register {
	font-size:10px;
	margin:2px 0 0 125px;
}

.showContent-720 {
	float:left;
	background:#fff;
	width:720px;
}

.showContent-960 {
	float:left;
	background:#fff;
	width:920px;
}

.clear {
	clear:both;
}

span#eventCalMoRng {
	color:#f00;
	font-weight:bold;
	line-height:.8;
}

span#eventCalDayRng {
	font-family: Georgia,Times;
	font-size:16px;
	font-weight:bold;
	color:#666;
	line-height:1;
}

div#nutrition-journal-form-loggedin {
	float:left;
	margin:15px 0 0 20px;
	font-size:10px;
	width:200px;

}

span#eventName02 {
	font-family: "Georgia","Times";
	font-weight:bold;
	font-style:italic;
	font-size:14px;
}

div#eventWrapper01 {
	float:left;
}

.copy {
	font-family: Georgia, Times;
	font-size:14px;
	line-height: 22px;
	letter-spacing: .5px;
	padding:0px 20px 10px 20px;
}

fieldset#catering-home {
	border:1px solid #fff;
	width:900px;
}

legend#catering-home {
	font-family: Georgia, Times;
	font-size:18px;
	font-style:italic;
	font-weight: bold;
	letter-spacing: .5px;	
	color:#000;
}

.catering-img {
	border:1px solid #ccc;
	padding:8px;
	margin:0px 5px 0px 0px;
	height:70px;
	width:93px;
	background: #f0f0f0;
}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}

.menu_on {
	cursor:pointer;
}