table {
	border-collapse: collapse;
}

input,select {
	margin: 5px;
}

h1.fill,h2.fill,h3.fill,h4.fill,h5.fill,h6.fill {
	color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h1.nofill,h2.nofill,h3.nofill,h4.nofill,h5.nofill,h6.nofill {
	color: black;
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid
}

.note {
	color: #777;
	font-size: 8pt;
}

.fade {
	color: #777;
}

.even {
	background-color: #eed;
}

.odd {
	background-color: #ffe;
}

.shadeL {
	background-color: #f8f8ff;
}

.shadeM {
	background-color: #e0e0e8;
}

.spaceL {
	margin-left: 20px;
}

.spaceB {
	margin-bottom: 20px;
}

/***********  RECIPE DISPLAY  ************/
.recipe {
	background-color: #e8e8e0;
}

.recipeBody {
	background-color: #fffff8;
}

.recipeIngred {
	border-collapse: separate;
}

.recipeIngred td {
	padding-right: 5px;
}