TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size : smaller;
}

TH {
	background-color : #990000;
	color : Yellow;
	font-weight : bold;
	font-size : 10pt;
	text-align : left;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #222222;
	padding-left : 5;
}

.error-message-style {
	color : Red;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	letter-spacing : 1;
	margin-left : 20;
}

.find-instructions {
	font-weight : bold;
	font-size : 9pt;
	padding-left : 10px;
	padding-top : 15px;
	padding-bottom : 15px;
	letter-spacing : 1px;
}

.instructions {
	font-weight : bold;
	font-size : 9pt;
	padding-left : 10px;
	padding-top : 15px;
	padding-bottom : 15px;
	letter-spacing : 1px;
	color : blue;
}

/*** find-options : used by the recipe find page ***/
TD.find-options {
	vertical-align : top;
}
.find-options-title {
	font-size : 8pt;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.find-options-item {
	font-size : 7pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align : middle;
}

.find-options-item-selected {
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align : middle;
	font-weight : bolder;	
	color : red;
}

.find-options-item-disabled {
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align : middle;
	color : silver

}

.find-options-count {
	font-size : 8pt;
	text-align : right;
	padding-right : 4;
}

.find-options-count-disabled {
	font-size : 8pt;
	text-align : right;
	padding-right : 4;
	color: silver;
}
/* find-options end */

/*** find-results ***/
.find-results-title {
	font-size : larger;
	font-weight : bold;
}
.find-results  {
	color: #990000;
}

/*** cpl : control panel menu items ***/
body.cpl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color : #990000;
	color : Yellow;
}

a.cpl:link {
	text-decoration: none;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

a.cpl:visited {
	text-decoration: none;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

a.cpl:hover {
	text-decoration: underline;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

/* cpl end */

/*** input-form : used by all cpl entry forms***/
table.input-form {
	border : 1 solid #990000;
	background-color : #FFFFCC;
}

.input-form-label {
	font-weight : bold;
	color : #222222;
	text-align : right;
	vertical-align : top;
}

/* input-form end */

/*** editing-list : used by the lists with editing links ***/
table.editing-list {
	border : 1 solid #990000;
	background-color : #FFFFCC;
}

td.editing-list {
	border-top : 1 solid #990000;
}

td.editing-list-link {
	border-top : 1 solid #990000;
	border-left: 1 solid #990000;
	text-align : center;
}

a.editing-list-link:link {
	text-decoration: none;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

a.editing-list-link:visited {
	text-decoration: none;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

a.editing-list-link:hover {
	text-decoration: underline;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

/* editing-list end */

/*** recipe-view : recipe format ***/

table.recipe-view {
	background-color : White;
	padding-left : 5;
	padding-right : 5;
}

.recipe-view-label {
	font-weight : bold;
	color : #A0522D;
	text-align : left;
	vertical-align : top;
}

.recipe-title {
	font-weight : bold;
	font-size : larger;
}

.recipe-ingredients {
	font-style: italic;
}
