.error {
	color: red;
	font-weight: bold;
	text-align: left;
}

.error ul {
  list-style: none;
}

.emailValidation_Error {
	color:red;
	font-size:11px;
}

.emailValidation_Success {
	color:#339900;
	font-size:11px;
}

.hoursByName {
	width: 210px;
	padding: 5px;
}

.hoursByName_nameDiv {
}

.hoursByName_name {
	border-bottom: 2px solid #140502;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #140502;
	text-align: center;
	line-height:25px;
}

.hoursByName_timespanDiv {
	white-space: nowrap;
}
.hoursByName_timespanDivs {
	margin-left: 10px;
	font-family: Arial; 
	font-size: 12px; 
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hoursByName_daysOfWeekDiv {
	font-weight: bold;
}

/* Menu Style Section */
#ourmenu_mainContent {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;	
	padding-top: 10px;
}
.displayMenuItems_menuCategory {
	color:#140502;
	margin:2px;
	text-align:center;
	font-weight:bold;
	font-size:100%;
	width:95%;
	padding-top: 15px;
}
.displayMenuItems_menuCategoryDescription {
	color:#140502;
	margin:2px;
	text-align:center;
	font-weight:bold;
	font-size:80%;
	width:95%;
	padding-bottom: 5px;
}
.displayMenuItems_menuCategory_Type2 {
	color:#140502;
	margin:2px;
	text-align:center;
	font-weight:bold;
	font-size:110%;
}
.displayMenuItems_menuCategoryDesc_Type2 {
	color:#140502;
	margin:2px;
	text-align:center;
	font-weight:bold;
	font-size:100%;
}
.displayMenuItems_menuItemName {
	color:#140502;
	padding-right: 10px;
	font-weight: bold;
	padding-top: 2px;
	font-size: 85%;
}
.displayMenuItems_menuItemDesc {
	color:#140502;
	font-size: 80%;
	padding-bottom: 10px;
}

hr{
	width: 100%;
	margin-top: 0;
	margin-bottom: 5px;
	height: 2px;
	border-top: 1px dashed #A0BFE4;
	border-bottom: 1px dashed #A0BFE4;
}

.odd {

}
.even {
}

.displayMenuItems_price {
	padding-right: 0px;
	text-align:right;
	white-space: nowrap;
	color: #140502;
	font-size: 80%;
	margin-left: 10px;
}
.displayMenuItems_price a {
	color:#2F1610;
}
.menuScaleColumn {
	max-width: 40px;
	vertical-align: top;
}
.menuItemsTable {
	border-bottom: 1px dashed #140502;
}
#menuNameAndDescription {
	color:#140502;
	text-align: left;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;	
	padding-bottom: 10px;
	border-bottom: 1px solid #140502;
}
.small {
	font-size: 80%;
}

/* Reservation and Contact Us Thank You Page */

.thanksheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #140502;
	text-align: center;
}

.thanksmessage {
  margin-top: 20px;
	padding: 10px;
	text-align: center;
	color: #2F1610;
}	

.thanksconfirmation {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #140502;
}

/* Reservation Page */

#reservethanks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #140502;
	text-align: center;
}

#reservemessage {
  margin-top: 20px;
	padding: 10px;
	text-align: center;
	color: #2F1610;
}	

#reserveconfirmation {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #140502;
}


#policymaincontent {
	font-family: Arial; 
	font-size: 12px; 
	color: #140502; 
}	

.policyheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #140502;
}

.yui-tt {
	text-align: left;
	text-size: 80%;
	max-width: 400px;
}
.yui-tt img {
	padding-right: 5px;
}

.formFieldRequired {
	color: red;	
}

/* Online Ordering Buttons */
#OnlineOrderButton {
		margin-left: 30px;
    height: 2em;
    padding: 0.5em 1em;
    border: 2px solid #d19653;
    border-bottom: 2px solid #917600;
    border-left: 2px solid #917600;
    color: #302b21;
    font-weight: bold;
    text-decoration: none;
    background-color: #ffe8b0;
}
#OnlineOrderButton:hover {
    color: #140502;
    background-color: #fff4be;
}