#content table {
	width: 99%;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-collapse: collapse;
}

#content table thead {
	font-weight: bold;
	text-align: center;
	background-color: #D1EB90;
}

#content table td {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 2px;
}

#content table td.digits {
	text-align: center;
	width: 80px;
}

#content table td.info {
	width: 30px;
	text-align: center;
}

#content table tr.odd {
	background-color: #D1EB90;
}

#content table a {
	color: #000;
	font-weight: bold;
}

.pagination {
	text-align: center;
}

.food_info {
	width: 300px;
	background-color: #fff;
	border: 1px solid silver;
	font-size: 9px;
	padding: 5px;
}

#table_search_form {
	overflow: hidden;
	height: 100%;
	margin-top: 25px;
}

.search_box_item {
	width: 180px;
	float: left;
}

.search_box_item label {
	font-size: 11px;
	display: block;
	height: 30px;
}

.search_box_item select, .search_box_item input{
	width: 160px;
}

