.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 {
}

.hoursByName_nameDiv {
}
.hoursByName_name {
	font-weight: bold;
	line-height:150%;
}

.hoursByName_timespanDiv {
	white-space: nowrap;
}
.hoursByName_timespanDivs {
	margin-left: 10px;
	font-size: 13px; 
	white-space: nowrap;
	padding-top: 6px;
	padding-bottom: 6px;
}
.hoursByName_daysOfWeekDiv {
	font-weight: bold;
	padding-right: 8px;
}

/* Menu Style Section */
#ourmenu_mainContent {
	padding-left:10px;	
	padding-top:10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:150%;
}
#ourmenu_mainContent table tr th {
	font-size: 10pt;
}
.displayMenuItems_menuCategory {
	color:#333;
	margin: 2px;
	text-align:left;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	width:95%;
	padding-top: 15px;
}
.displayMenuItems_menuCategoryDescription {
	color:#333;
	margin: 2px;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	width:95%;
	padding-bottom: 12px;
}
.displayMenuItems_menuCategory_Type2 {
	color:#333;
	margin: 2px;
	text-align:left;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
}
.displayMenuItems_menuCategoryDesc_Type2 {
	color:#333;
	margin: 2px;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	padding-bottom:12px;
}
.displayMenuItems_menuItemName {
	color:#333;
	font-weight:bold;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:6px;
	font-size:10pt;
}
.displayMenuItems_menuItemDesc {
	color:#333;
	font-style:italic;
	padding-bottom:20px;
	font-size:10pt;
}

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 {
	margin-left: 10px;
	padding-right: 0px;
	text-align:right;
	white-space: nowrap;
	color: #333;
	font-size: 10pt;
}
.displayMenuItems_price a {
	color:#333;
}
.menuScaleColumn {
	max-width: 40px;
	vertical-align: top;
}
.menuItemsTable {
	padding-bottom: 1em;
}
#menuNameAndDescription {
	color:#4E8424;
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;	
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}
.small {
	font-size: 80%;
}

/* Reservation and Contact Us Thank You Page */

.thanksheader {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	text-align: center;
}

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

.thanksconfirmation {
	font-size: 85%;
	color: #333;
}

/* Reservation Page */

#reservethanks {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	text-align: center;
}

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

#reserveconfirmation {
	font-size: 85%;
	color: #333;
}


#policymaincontent {
	font-size: 12px; 
	color: #333; 
}	

.policyheader {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.yui-tt {
	text-align: left;
	font-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: white;
    background-color: #fff4be;
}
