body
{
	width: 100%;
	height: 100%;	
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: url(/img/background.jpg);
	background-position: 0% 140px;
	background-repeat: no-repeat;
}

img
{
	border: 0;
}

a, a:link, a:visited, a:active
{
	color: #b00000;
	text-decoration: none;
	border: 0; 	
}	

a:hover
{
	text-decoration: underline;
}

form
{
	margin: 0;
	padding: 0;
}

ul, dl
{
	margin: 0;
	padding: 0;
}

li
{
	list-style: none;
}

q
{
	quotes: "“" "�?"
}

sup
{
	text-transform: lowercase;	
}

.globalStyle
{
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f9f9f9;
	color: #333;
}

select.globalStyle
{
	padding: 1px !important;
}

.firstItem
{
	padding-left: 0 !important;
	border: 0 !important;
	margin-left: 0 !important;
}

.link-more
{
	font-size: 90%;
}

.link-backToTop
{
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 90%;
}

.link-backToTop a
{
	color: #666 !important;
}

#fields-search
{
	display: inline;
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
	border: 0;
}

#button-search
{
	padding-left: 0px; /* Changes from 2 to 0 to fix width issue with Safari and Vista */
}

/* FOOTER */

#footer
{
	border-top:1px solid #000000;
	width:100%;
	background-color: #cc0000;
	clear: both;
	padding: 10px 0;
	text-align: center;
}

#footer sup
{
	color: #ff0000;
}

#footer a
{
	color: #ffffff;
	font-weight:bold;
}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer li
{
	display: inline;
	padding: 0 4px;
	border-left: 1px solid #CC3333;
}

#legal
{
	margin-top: 30px;
	color: #ff6666;
	font-size: 90%;
}

#legal p
{
	padding-left: 10px;
	display: inline;
}

#legal a
{
	color: #ff6666;	
}

.wrap {
	border-top:2px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#cc0000;
	width:100%;
	margin:0 0;
	padding:0 0;
	height:36px;
}

#header {height:0;}

#header ul{
	float:left;
	height:12px;
	margin:0 0 0 0;
	text-align:left;
}

#header ul li{
	display:inline;
	height:12px;
}

#header ul li a{
	color:#ffdd00;
	padding:0 10px;
	line-height:36px;	
	text-transform:capitalize;
}

#header ul li a:hover{
	color:#ffffff;
	background-color: #cc0000;
}

#header ul li a.current{color:#ffffff;text-decoration:underline;}

#MainMenu 
{
	height:51px;
	background: #FFFFFF url("/img/menu/bmid_101.gif");
	margin:0;
	border:0;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000000 url("/img/menu/bright_101.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("/img/menu/bleft_101.gif") no-repeat left top;
	padding:0 13px 0 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#000000;
	font-weight:bold;
	line-height:51px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#990000;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}




#stats
{
	width: 100%;
	overflow: hidden;
	margin: 0 0 5px 0;
}

#stats p
{
	display: inline;
	font-size: 90%;
	padding: 5px 10px;
	margin: 0;
}

#stats em
{
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
}

#found
{
	float: left;
}

#shown
{
	float: right;
}

#table-results
{
	clear: both;
	padding: 0;
	margin: 0;
}

#table-results tr.alternate
{
	background-color: #efefef;
}

/* #table-results tr.enhanced
{
	background-color: #ebf5fa !important;
} */

#table-results thead, #table-results thead th
{
	/* font-weight: bold; */
}

#table-results thead .row-extra
{
	display: none;
}

#table-results .row-extra td
{
	border-bottom: 1px solid #e1e1e1;
	padding-top: 0 !important;
}

#table-results th
{
	text-align: left;
	font-weight: normal;
	padding: 5px;
	font-size: 100%;
}

#table-results td, #table-results th
{
	padding: 10px;
}

#table-results thead tr
{
	color: #333;
	background-color: #e1e1e1;	
}

#table-results thead span
{
	font-size: 90%;
	font-weight: normal !important;
}

#table-results thead span a
{
	color: #333 !important;
	border-bottom: 1px dotted #333 !important;
}

#table-results thead span a:hover
{
	color: #333 !important;
	border-bottom: 1px solid #333 !important;
	text-decoration: none !important;
}

#table-results thead td
{
	text-align: right;
	padding: 5px 10px;
}

#table-results thead td, thead th
{
	border-bottom: 2px solid #ccc;
}
#table-results thead p, #table-results thead select,  #table-results thead label
{
	display: inline;
	vertical-align: middle;
}

#select-sort
{
	margin-left: 5px;
	font-size: 100%;
	font-weight: normal;
}

#table-results tbody th a span {font-size:130%;font-weight:bold;}
#table-results tbody th a:hover span
{
	text-decoration: underline;
	cursor: pointer;
}

#table-results tbody th span
{
}

#table-results tbody td, #table-results tbody th
{
	vertical-align: top;
}

#table-results tbody td span, .phone
{
	display: block;
}

.restaurant
{
	font-weight: bold;
}

.branch a {color:#000000;text-decoration:underline;font-weight:bold;}
.branch, .phone, .address, .email
{
	white-space: pre;	
}

.branch, .phone, .address, .email, tbody td
{
	font-size: 90%;
}

.phone
{
	font-weight: bold;
	margin-top: 2px;
	color: #666;
}

.location-city, .location-domains
{
	font-size: 100%;
	text-align: center;
}

.location-city
{
	color: #000000;
}

	.location-city strong
	{
		margin-bottom: 3px;
		display: block;
	}

.description
{
	font-style: bold;
	margin-bottom: 10px;
	color: #666;
}
.description a {color:#000000;text-decoration:underline;}

/* FEATURED */

.featured
{
	width: 100%;
	overflow: hidden;
	background-color: #ebf5fa;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.featured h3
{
	float: left;
	padding: 0 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 90%;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
}

.featured h4
{
	font-size: 100%;
}

.featured img
{
	clear: both;
	padding: 3px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: left;	
	margin-right: 10px;
	margin-top: 10px;
}

.featured p, .featured h4
{
	line-height: 15px;	
	padding: 0;
	margin: 0;
}

.result-premium
{
	margin: 0 10px 0 10px;
}

.result-premium-text
{
	float: left;
	width: 380px;
	margin-top: 10px;
}

.result-premium .branch
{
	font-weight: normal;
}

.featured-text
{
	font-size: 90%;
	padding: 10px;
	line-height: 15px;
}

.result-premium ul
{
	padding: 0;
	margin: 5px 0 0px 0;
	float: left;
}

.result-premium li, .result-enhanced li
{
	display: inline;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #e1e1e1;
	font-size: 90%;
	color: #fff;
}

.result-enhanced li
{
	font-size: 100%;
}

.result-premium li sup
{
	color: #669933;
}

.result-premium li a
{
	color: #006699 !important;
}

.result-enhanced li a
{
	color: #666 !important;
}

.result-premium .phone
{
	color: #333;	
}

#paging a
{
	border:1px solid #666;
	padding:5px;
	color:#000000;
}

#paging a:hover
{
	background:#666;
	color:#ffffff;
	padding:5px;
}

#paging .current 
{
	background-color:#666;
	color: #ffffff;
	padding:5px;
}


#indicator {width: 200px;height: 25px;	background-color: #efefef;border: 1px solid #c0c0c0;position: fixed;left: 50%;top: 50%;margin-top: -50px;margin-left: -100px;text-align: center;padding:20px;z-index: 1;}
#indicator span {font-size:90%;}
#indicator img {align:center;margin-right:10px;}

#map {width:100%;height:600px;}
#epicenter form
	{
		padding: 10px;
		margin: 0;
		clear: both;
	}
	
		#epicenter fieldset
		{
			margin: 0;
			padding: 0;
			border: 0;
		}
		
		#epicenter legend
		{
			display: none;
		}
		
			
		#epicenter .fieldLine
		{
			width: 100%;
			overflow: hidden;
			margin: 0;
			padding: 10px 0;
		}

			#epicenter .fieldLine .notes
			{
				display: block;
				margin: 10px 0 0 200px;
				font-size: 11px;
				font-weight: normal;
				color: #666;
				padding: 0;
			}

	div.formNotes
	{
		display: block;
		margin: 10px 0 0 0;
		font-weight: normal;
		padding: 20px;
		background-color: #FFFFCC;
	}
	
		div.formNotes p
		{
			margin: 0;
			padding: 0;
			font-weight: bold;
		}
	
		div.formNotes ul
		{
			margin-top: 10px;
		}
	
			div.formNotes li
			{
				list-style: disc;
				margin-left: 20px;
			}	
					
	#epicenter label, p.label
	{
		width: 180px;
		display: block;
		float: left;
		padding-top: 5px;
		margin: 0;
		clear: left;
		font-size: 120%;
		text-align: right;
		margin-right: 20px;
		font-weight: bold;
	}
			
#epicenter span.restoName
{
	font-size: 120%;
	font-weight: bold;
}

#epicenter span.branchName
{
	font-size: 100%;
}

#epicenter .globalStyle 
{
	width: 250px;
	margin: 0;
}

p.value
{
	width: 450px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 100%;
	padding-top: 5px;
}

p.checkText
{
	display: inline;
	margin-top: 5px;
}

#epicenter .form-actions
{
	width: 400px;
	margin: 0 0 40px 200px;
	padding: 10px 0;
}

	#epicenter .form-actions .notes
	{
		display: block;
		margin: 20px 0;
		clear: both;
		width: 100%;
	}

	#epicenter .form-actions input
	{
		margin: 0;
		padding: 0;
		float: left;
	}

	#epicenter .form-actions p
	{
		float: left;
		margin: 5px 0 0 30px;
		padding: 0;
	} 
	
/* RequestMenu.aspx */    
			
#epicenter h1.status
{
	color: #333;
}

/* Restaurants/Edit.aspx

#fields-editInfo .fieldLine .notes
{
	display: block;
	margin-top: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	padding-left: 10px;
} */

#fields-editInfo textarea.globalStyle
{
	height: 200px;
	width: 400px;
}

/* Restaurants/Reviews/Write.aspx */

#fields-review .fieldLine .notes, #fields-editInfo .fieldLine .notes
{
	display: block;
	margin: 10px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	padding-left: 10px;
}

#review-title input, #review-comment textarea, div.starset, div.form-actions
{
	width: 400px !important;
	margin: 0;
}

#review-comment textarea
{
	height: 150px;
}

div.starset
{
	width: 75px;
	height: 15px;
	display: block;
	float: left;
	padding-top: 5px;
}

#fields-rating .fieldLine
{
	border: none;
	padding: 5px 0;
}

	#fields-rating .fieldLine label
	{
		font-weight: normal;
	}

	#fields-rating p.value .notes
	{
		margin: 0;
		padding: 0;
	}

	#fields-rating .firstItem
	{
		padding-top: 10px;
	}
	
	#fields-rating .lastItem
	{
		padding-bottom: 10px !important;
	}

span.star-full
{
	float: left;
	width: 15px;
	height: 15px;
	background-image: url(../Images/Sandbox5/star-full.gif);
	background-repeat: no-repeat;
	display: inline;
	cursor: pointer;
}

span.star-zero
{
	float: left;
	width: 15px;
	height: 15px;
	background-image: url(../Images/Sandbox5/star-empty.gif);
	background-repeat: no-repeat;
	display: inline;
	cursor: pointer;
}

select.select-rating
{
	font-size: 50%;
	margin: 0;
	padding: 0;
	visibility: hidden;
	height: 1px;
	width: 1px;
}

/* Extras/Feedback.aspx, Extras/TellAFriend.aspx */

#field-feedback textarea, #field-message textarea
{
	width: 400px !important;	
}

/* Accounts/SignIn.aspx */

#noAccount
{
    background-color: #ebf5fa;
    padding: 20px;
    margin: 30px 0;
}

#noAccount h2
{
    margin: 0;
    font-size: 120%;
}

#noAccount p
{
    margin: 10px 0 0 0;
}

#signIn-rememberMe input 
{
    margin: 5px 0 0 200px;
    float: left;
    width: 15px;
    height: 15px;
}

#signIn-rememberMe label 
{
    clear: none;
    float: left;
    margin: 5px 0 0 5px;
    padding: 0;
    width: auto;
    font-size: 100%;
    font-weight: normal;
}

#signIn-password p.notes
{
    display: inline !important;
    margin: 0 0 0 10px !important;
    padding: 0 !important;
    font-size: 11px !important;
    font-weight: normal !important;
}

/* Accounts/Default.aspx */

#field-password p.value
{
    float: left !important;
    display: inline !important;	
    margin: 0;
    padding: 8px 0 0 0;
    font-size: 100%;
    width: auto;
}

#field-password p.notes
{
    float: left !important;
    display: inline !important;	
	margin-left: 10px !important;
}



.maptitle {background-color:#ffff66;color:#000000;font-weight:bold;padding:5px;border:1px solid #c0c0c0;min-width:150px;}
.markerdescription {background-color:#ffffff;color:#000000;font-weight:bold;padding:3px;border:1px solid #c0c0c0;min-width:250px;padding:5px;}
.double {border:2px solid #c0c0c0; padding:5px; background:#efefef; }
.double:hover {border:2px solid #cc0000; padding:5px; background:#efefef; }

  #epicenter .sfat
    {
	    background-color: #ebf5fa;
	    padding:3px;
    }
    
    #epicenter .update
    {
	    background-color: #ffffcc;
	    padding:3px;
    }


#pages {
	padding: 3px;
}
#pages ul {
	list-style-type: none;
}
#pages li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}
#pages li a {
	color: #cc0000;
	padding: 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	float: left;
}
#pages li a:hover {
	color: #ffffff;
	background: #cc0000;
	border: 1px solid #000000;
}
#pages li.nolink {
	color: #CCC;
	border: 1px solid #F3F3F3;
	padding: 4px;
}
#pages li.current {
	color: #FFF;
	border: 1px solid #000000;
	padding: 4px;
	background: #cc0000;
}

h2 {display:visible;}
#box {
  background: #F9F4B6;
  border: 1px solid #E2DC90;
  margin-top: 16px;
  padding: 10px 13px;
  color: #75713C;
}

.horline
{
  border-color: #666;
  border-style: dashed;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 20px;
  height: 0;
}
table td a{font-size:1.2em;text-transform:uppercase;font-weight:bold;}
table td p{font-size:1.1em}

.boxyellow{
	background: #FFFFCC;
	border: 1px solid #DDDB54;
	color: #000000;
	text-color:#000000;
}
.boxgreen {
Background: #9BCF7B;
border:1px solid #669933;
color: #000000;
text-color: #000000;
}