@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}

.textarea{
	padding: 20px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;
}

.menubar a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.menubar a:hover{
	color: #FFFF00;
	font-weight: normal;
	text-decoration: none;
}

.menubar a:visited{
	font-weight: normal;
	text-decoration: none;
}

.menubar2 a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.menubar2 a:hover{
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}

.menubar2 a:visited{
	font-weight: bold;
	text-decoration: none;
}

.dishheader{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	color: #FF0000;
}
.dishes{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: top;
	padding-top: 5px;
}
.dishdesc{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	color: #000000;
	padding-right: 60px;
}
.dishheaderdesc{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: small;
	color: #000000;
}
.dishheader2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-align: center;
}
.dishdesc2{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
}
.dishintable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.banquetsubheader{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	text-align: center;
	text-decoration: underline;
}
.banquetprice{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	color: #FF0000;
}
.banquetpricedesc{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	color: #FF0000;
	font-style: normal;
}
.dishsidedesc{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	font-style: italic;
}
.foodmenumain{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	font-size: large;
	padding-right: 10px;
}
.foodmenusub{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	padding-right: 10px;
}
.rowspacer{
	height: 13px;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;
}

.btmadd{
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.dpi{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-small;
}
.dpi a{
	color: #000000;
	text-decoration: underline;
	}
.dpi a:visited{
	color: #000000;
	text-decoration: underline;
	}
#customform label{ font-family:Arial, Helvetica, sans-serif; font-size: 12px; vertical-align:top;}
#customform input { width: 100%;}
#customform #cbuttons input {width: auto !important;}
#customform label span { font-size: 10px; color: #F00; clear: both;}
#error { font-size: 12px; color: #F00; font-weight:bold;}
#success { font-size: 13px; color: #090; font-weight:bold;}
table.success { font-size: 12px;}

