/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
#refineSearchBar {
/*	margin:2px;
	margin-top:0px;
	padding:10px;*/
	display:block;
	float:left;
	width:200px;
	background-color:#e7f2f0;
}
div.searchSpace {
	margin:8px 0 8px 0;
}
#refineSearchBar fieldset {
	border:0;
	border-top:1px solid #d8e1df;
}
.leftPad1 {
	padding-left:18px;
}
#refineSearchBar legend {
	font-weight:bold;
	color:#333333;
/*	margin: .5em;
	padding:.35em;*/
	background-color:#e7f2f0;
}
/*


table.sortable{}


table.sortable td {
	border-width: 0px 1px 0px 1px;
}

table.sortable tr.sortbottom td {
	border-top: 1px solid #d9cbad;
	background-color: #d9cbad;
	font-weight: bold;
}


}*/
a.sortheader:link {
	color:#1b5ca7;
	text-decoration:none;
}
table.sortable {
	padding:2px;/*margin-top:1em;*/
}
table.sortable th {
	/*background-color: #1b5ca7;
	color:white;*/
	color:#1b5ca7;
	border-bottom:1px solid #529ddf;
}
/*table.sortable tr.odd td {
	background-color: #f1f5f9;
	border-bottom:1px solid #cccccc;
	
	border-top:6px solid white;
	background-image:url(../img/table-bluebkgd.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:6px;

}*/
table.sortable tr.odd td {
	background-color: #f1f5f9;
	border-bottom:1px solid #cccccc;
	border-top:4px solid white;
	background-image:url(../img/table-bluebkgd.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:3px;
}
table.sortable tr.even td {
	background-color: white;
	border-bottom:1px solid #cccccc;
	border-top:4px solid white;
	background-image:url(../img/table-greybkgd.jpg);
	padding:3px;
	background-repeat:repeat-x;
	background-position:bottom;
}
.borderGrey {
	border:1px solid #999999;
}
a.restName:link {
	color:#9c0138;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:115%;
	text-decoration:none;
}
a.restName:visited {
	color:#9c0138;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:115%;
	text-decoration:none;
}
a.restName:hover {
	color:#e31760;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:115%;
	text-decoration:none;
	border-bottom:1px dotted #e31760;
}
a.restName:active {
	color:#9c0138;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:115%;
	text-decoration:none;
}
/*extra sorttable set for nutrition display table */
table.nutritionSort {
	/*background-color: #f1f5f9;*/
	padding:0px;
	/*border-bottom:1px solid #999999;*/
	font-family:"Tahoma","Lucida Grande"," Lucida Sans Unicode", "Lucida Sans", "Lucida",  sans-serif;
	font-size: 12px;
	/*background-color:#fefbf2;
	*/
	width:900px;
	margin: .5em auto .5em auto;
}
table.nutritionSort th {
	text-align: left;
	font-weight:normal;
}
.nutritionHdg {
	font-weight:bold;
	color:white;
	text-transform:uppercase;
	background-color:#CCCCCC;
	font-size:100%;
	margin:0;
	padding:4px;
	text-align:left;
}
.dishNameHdg {
	font-weight:bold;
	color:#142c82;
	text-transform:uppercase;
	background-color:#e4e8e9;
	border-bottom:1px solid #cccccc;
	background-color:#feeeb8;
	background-image:url(../img/goldbk.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:1px solid #f3d773;
	font-size:100%;
	margin:0;
	padding:6px;
	text-align:left;
}
table.nutritionSort tr.odd td {
	background-color: #f1f5f9;
	background-image:url(../img/table-bluebkgd.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:4px;
	border-bottom:1px solid #cccccc;
}
table.nutritionSort tr.even td {
	background-color: #edf0f0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-image:url(../img/table-greybkgd2.jpg);
	padding:4px;
	background-repeat:repeat-x;
	background-position:top;
}
