/* CSS Document */
.recipe{
	color:#99CC66;
}
.recipeTable{
	padding-left: 8px;
	font-size:11px;
}
.recipeLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.recipeLink a:link, a:visited{
	color:#669933;
	text-decoration: none;
}
.recipeCellBg {
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	padding-left: 8px;
	background-color:#99CC66;
}
.recipePrint {
	background-image: url(images/wholePrint.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.recipeInput input{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	border-width:1px;
	background-color:#9c6;
	color:#fff;
	width:148px;
	padding-left:8px;
	margin-top:2px;
}
