﻿/*=======General===========*/
.mainreadonlybox
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.ErrorColor
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: Red;
	font-size:11pt;
}

/*=======//General===========*/

/*=======SearchOnZipCode===========*/
#SearchOnZip
{
	text-align:right;
}

.SearchTextBox
{
	border-style:none;
	color:Black;
	height: 13px;
}

.HomeSearchButton
{
	background:url(/images/homesearchbutton.jpg) 5px no-repeat;
	border-style:none;
	cursor:pointer;
}

.SearchButton
{
	background:url(/images/searchbutton.jpg) no-repeat;
	border-style:none;
	width:16px;
	height:12px;
	margin-top:2px;
	cursor:pointer;
}

.PreviousButton
{
	background:url(/images/previousbutton.jpg) no-repeat;
	border-style:none;
	width:16px;
	height:12px;
	margin-top:2px;
	cursor:pointer;
}
/*=====//SearchOnZipCode===========*/

/*=======SearchOnCity===========*/
.itemcity, .alternatingItemcity
{
    float: left;
    padding: 15px;
    margin: 5px;
    width: 140px;
    height: 25px;
    border: 1px solid threedshadow;
}

.itemcity
{
    background: window !important;    
}
.alternatingItemcity
{
    background: window !important;    
}

.itemcity:hover, .alternatingItemcity:hover
{
    background: whitesmoke !important;    
}

/*=====//SearchOnCity===========*/

/*=======SearchOnRestaurantType===========*/
.item, .alternatingItem
{
    float: left;
    padding: 15px;
    margin: 5px;
    width: 106px;
    height: 106px;
    border: 1px solid threedshadow;
}

.item
{
    background: window !important;    
}
.alternatingItem
{
    background: window !important;    
}

.item:hover, .alternatingItem:hover
{
    background: whitesmoke !important;    
}

/*=====//SearchOnRestaurantType===========*/

/*=======SearchOnRestaurants===========*/

.itemRestaurant, .alternatingItemRestaurant
{
    float: left;
    padding: 15px;
    margin: 5px;
    width: 253px;
    height: 83px;
    border: 1px solid threedshadow;
}

.itemRestaurant
{
    background: window !important;    
}
.alternatingItemRestaurant
{
    background: window !important;    
}

.itemRestaurant:hover, .alternatingItemRestaurant:hover
{
    background: whitesmoke !important;    
}

.xstooltip 
{
	background-color: #fff;
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    width: 120px;
    z-index: 2; 

    font: normal 7.5pt sans-serif; 
    padding: 5px; 
    border: solid 1px #C0C0C0;
}

/*=====//SearchOnRestaurants===========*/

/*=======Restaurant===========*/

.CategoryAll
{
	color: #242424;
}

.CategoryName
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF9900;
}

.CategoryLine
{
	color: #FF9900;
	height: 1px;
}

.Description
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
}

.ProductName
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

/*=======//Restaurant===========*/

/*=======CustomerInfo===========*/

/*=======//CustomerInfo===========*/

/*=======Dashboard===========*/

/*=======//Dashboard===========*/

/*=======MoreInfo===========*/
.CaptchaImage
{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 58px;
}
/*=======//MoreInfo===========*/
