div.recipe_search_floater {
	width: 185px;
	float: left;
	margin-bottom: 30px;
}

div.recipe_search_floater input,
div.recipe_search_floater select {
	margin-top: 3px;
	width: 140px;
}

div.recipe_search_floater select.field {
	height: auto !important;
}

form#recipe_table_reset_form div.recipe_search_floater {
	display: inline;
}

img#recipe_reset {
	margin: 23px 0 0 0;
}

table#recipe_table {
	clear: both;
	width: 500px;
	border-top: 1px solid #C9CBCA;
	border-left: 1px solid #C9CBCA;
}

table#recipe_table thead tr td {
	border-right: 1px solid #C9CBCA;
	background: #006FA7;
	color: white;
	font-weight: bold;
}

table#recipe_table tbody tr td {
	border-right: 1px solid #C9CBCA;
	border-bottom: 1px solid #C9CBCA;
}

table#recipe_table tbody tr.light td {
	background: white;
}

table#recipe_table tbody tr.dark td {
	background: #DDECF3;
}

table#recipe_table tbody tr td.image {
	border-right: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
}

table#recipe_table tbody tr td.dbl_padding {
	padding-left: 14px;
}

table#recipe_table tbody tr td.center {
	text-align: center;
	font-weight: bold;
}

table#recipe_table tr td {
	padding: 7px;
	font-size: 11px;
}

table#recipe_table tbody tr.pages td {
	background: #006FA7;
	color: white;
	text-align: center;
	font-weight: bold;
}

table#recipe_table tbody tr.pages td a,
table#recipe_table tbody tr.pages td a:link,
table#recipe_table tbody tr.pages td a:active,
table#recipe_table tbody tr.pages td a:visited {
	color: white;
}

table#recipe_table tbody tr.pages td a:hover {
	color: #ccc;
}
