body {
	width: 930px;
	font-family: "arial", Trebuchet MS, tahoma, sans;
	font-size: 12px;
	background: #313131 url(/images/graybckgrnd.gif) repeat ;
	margin:0px auto 0 auto; /* Top | Right | Bottom | Left */
	border-top: 15px solid #1c1c1c;
	border-bottom: 45px solid #1c1c1c;
	border-right: 55px solid #313131;
	border-left: 55px solid #313131;
	padding:0px auto auto auto;
}
body a { text-decoration:none; color:#395a84; }
body a:hover { text-decoration:underline; color:#000066; }

#control {
	position:absolute; 
	bottom:0px; 
	left:0px;
	outline: 0; /* @ Firefox, prevent dotted border after click */ 
}
#control a{
	color: #424242;
	outline: 0; /* @ Firefox, prevent dotted border after click */ 
}
#header {
	background: #ffffff;
	width: 100%;
	height: 95px;
	font-size: 95%;
}

#title { /* Used on recipe pages */
	border-bottom: 2px dotted #d8d8d8;
	padding-bottom:30px;
}
#caltop { /* Used on recipe pages */
	padding:2px;
	margin:0px;
	width:75px;
	font-size: 150%;
	text-align:center;
	border-top: 2px solid #d8d8d8;
	border-left: 2px solid #d8d8d8;
	border-right: 2px solid #d8d8d8;
}
#calbottom { /* Used on recipe pages */
	padding:5px;
	margin:0px;
	width:70px;
	color:white;
	background: #000066;
	text-align:center;
	font-weight:bold;
	border-bottom: 2px solid #d8d8d8;
	border-left: 2px solid #d8d8d8;
	border-right: 2px solid #d8d8d8;
}

#Content {
	background-color: #ffffff;
	padding: 30px 10px 10px 10px; /* Top | Right | Bottom | Left */
	min-height: 450px;
	height:100%;
	overflow:hidden;
}
* html #Content_table { /*IE only.  */
	height/**/: 450px;
	vertical-align: top;
}
#Content_table {
	margin-top: 5px;
	align: left;
}
#tablecontents {
	min-height: 350px;
	height:100%
}
* html #tablecontents { /*IE only.  */
	height/**/: 350px;
	height:100%
}
#dot { /* This is a property used for the recipe prices page*/
	border-bottom: dotted 1px #d8d8d8;
}
#sidesearch {
	padding:8px;
	margin-right:5px;
	background:#d8d8d8
}
#sidesearch #searchbutton{
	margin:auto 0px auto 120px;
}
/* ____________________Pagination__________________*/
#current {
	color:#ad0808;
	margin: 4px;
	text-decoration:none;
}
#inactive a{
	color: #000000;
	margin: 2px;
	text-decoration:underline;
}
#inactive_next a{
	color: #0000ce;
	margin-left: 7px;
}
#inactive_prev a{
	color: #0000ce;
	margin-right: 7px;
}

/* ____________________Pagination__________________*/



#copyright {
	text-align: center;
	text-size: 11px;
	color: #f4f4f4;
	padding: 10px;
	background: #084a8c;
}

#hours {
	margin-top:10px;
	border-bottom: 2px #d8d8d8 solid;	
	border-left: 2px #d8d8d8 solid;
	borderright: 1px #d8d8d8 solid;
}
#day {
	font-weight:bold;
	color:white;
	background-color: #000066;
}
#hoursopen {
	background-color:f4f4f4;
	border-right: 1px #d8d8d8 solid;	
}
#closed {
	background-color:#d8d8d8;
	border-right: 1px #424242 solid;	
	border-left: 1px #424242 solid;	
}
/* ------------------ Calendar ------------------- */

.calendar {
	border: 1px #6975A3 solid;
	background-color: transparent;
}
.calheading {
	height: 30px;
	background-color: #7C8BC0;
	color: #fff;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.calnavleft {
	background: #7C8BC0;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	padding: 4px;
	cursor: pointer;
}
.calnavleft a { color:white; font-weight:bold; text-decoration:none; outline: 0; /* @ Firefox, prevent dotted border after click */  }
.calnavleft a:hover { color:#ef9410; font-weight:bold; text-decoration:none;}

.calnavright {
	background-color: #7C8BC0;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	text-align:  center;
	padding: 4px;
	cursor: pointer;
}
.calnavright a { color:white; font-weight:bold; text-decoration:none; outline: 0; /* @ Firefox, prevent dotted border after click */  }
.calnavright a:hover { color:#ef9410; font-weight:bold; text-decoration:none;}

.caldayheading {
	height: 30px;
	background-color: #e7efff;
	color: #6394d6;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 100%;
	text-align: center;
	vertical-align:center;
}
.caldaycells{
	color: #000;
	background-color: #fff;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 100%;
	text-align: left;
	padding: 0 0 0 0;
	border: 1px #5a8cce solid;
	cursor: pointer;
	vertical-align:top;
	width:70px;
	height:70px;
}
.caldayselected{
	background: url(/images/orange_grad.jpg) repeat-x center;
	color:	#000;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 95%;
	text-align: left;
	border: 2px #ef9410 solid;
	padding: 1px 1px 1px 1px;
	cursor: pointer;
}
.calblanktop {
	background-color: #fff;
	padding: 4px;
}

.calcelltop{
	background: #e7efff;
	color:	#000;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 95%;
	text-align: left;
	border: 2px #d6e7ef solid;
	padding: 1px 1px 1px 1px;
	cursor: pointer;
}
.calcellcont{
	color: #000;
	background-color: #f4f4f4;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 95%;
	text-align: left;
	padding: 3px 3px 3px 3px;
	cursor: pointer;
	vertical-align:top;
	width:70px;
	height:50px;
}
.calcellconttoday{
	color: #000;
	background-color: #f4f4f4;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 95%;
	text-align: left;
	padding: 3px 3px 3px 3px;
	cursor: pointer;
	border-bottom: 2px #ef9410 solid;
	border-right: 2px #ef9410 solid;
	border-left: 2px #ef9410 solid;
	vertical-align:top;
	width:70px;
	height:50px;
}