﻿.recipeSearchGrid
{
	font-size: 1em;
	border: 1px solid #D3D3D3;
	width: 98%;
}
.recipeSearchGrid th
{
	border: 1px solid #D3D3D3;
}
.recipeSearchGrid a:link
{
	color: #174B7D;
	text-decoration: none;
}
.rowStyle
{
	height: 2em;
}
.rowStyle td
{
	height: 2em;
	max-height: 2em;
	padding: 0.2em 0.4em;
	border: 1px solid #D3D3D3;
}
.headerStyle
{
	width: 50%;
	text-align: center;
}
.headerStyle th
{
	font-size: 1.2em;
}
.footerStyle
{
}
.pagerStyle
{
}
.pagerStyle td
{
	font-size: 1.2em;
	border: 0;
	overflow: hidden;
}
.pagerStyle span, .pagerStyle a:link
{
	width: 4em;
	padding-left: 1.4em;
	padding-right: 1.4em;
	height: 1.4em;
	display: table-cell;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	background: url(  "images/ui-bg_glass_75_e6e6e6_1x400.png" ) repeat-x scroll 50% 50% #E6E6E6;
	border: 1px solid #D3D3D3;
	color: #555555;
	font-weight: normal;
}
.pagerStyle span
{
	background: #174B7D;
	border: 1px solid #9E6514;
	color: white;
	font-weight: normal;
}
.EmptyDataRowStyle
{
	font-size: 1.3em;
	color: blue;
}
.keyboardsearch
{
	font-size: 1.2em;
	width: 500px;
	border: 1px solid #D3D3D3;
}
.searchTextbox
{
	text-align: left;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
.searchOptions
{
	padding-top: .5em;
	padding-left: 1em;
	padding-right: 1em;
}
.searchGrid
{
	text-align: left;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}
.searchMessage
{
	font-size: 1.2em;
}
.ui-menu-item
{
	list-style-type: none;
	white-space: nowrap;
	overflow: hidden;
}
.ui-state-active
{
	background: #174B7D;
	border: 1px solid #9E6514;
	color: white;
	font-weight: normal;
}
.ui-button-text-only .ui-button-text
{
	padding: 0.3em 1em;
}
.clearSearchTextButton
{
	margin-left: 1em;
}
#spinner img
{
	position: relative;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 55%;
	z-index: 60001;
}
.ui-autocomplete
{
	font-size: 18px !important;
	max-height: 480px !important;
	max-width: 300px !important;
	width: 300px !important;
	overflow: hidden !important;
}
.ui-keyboard
{
	left: .5em !important;
}
