@charset "utf-8";
/* Phipps Catering CSS */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #E4E1D0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.sbox {
  border: 2px solid #756f51;
  background-color: #f3f3f3;
  font-family: Arial, Verdana, Courier, monospace;
  color: #333;
  width: 120px;

}

input, select, textarea {
  border: 2px solid #756f51;
  background-color: #f3f3f3;
  font-family: Arial, Verdana, Courier, monospace;
  color: #333;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #232428;
}

a:visited {
	color: #212226;
}

a:hover {
	color: #9c9261;
}

a:active {
	color: #232428;
}

a:link.HeaderLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited.HeaderLink {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.HeaderLink {
	color: #AEA471;
	text-decoration: none;
}

a:active.HeaderLink {
	color: #FFFFFF;
	text-decoration: none;
}

a:link.FooterLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #AEA471;
	text-decoration: underline;
}

a:visited.FooterLink {
	color: #AEA471;
	text-decoration: underline;
}

a:hover.FooterLink {
	color: #FFFFFF;
	text-decoration: none;
}

a:active.FooterLink {
	color: #AEA471;
	text-decoration: underline;
}

a:link.DULink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited.DULink {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover.DULink {
	color: #161d2b;
	text-decoration: none;
}

a:active.DULink {
	color: #FFFFFF;
	text-decoration: underline;
}

.mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #dedfe0;
	font-weight: bold;
}

.mainMenuO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.HeadLinks {color: #FFFFFF}

.footerText {
	font-size: 11px;
	color: #FFFFFF;
}

.secHeader {
	font-size: 15px;
	font-weight: bold;
}

.goldHeader {
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	color: #988C5C;
	font-weight: bold;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #3E3E3E
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #3E3E3E
}

.menUprice {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #2C333A;
}

/* Form Calendar */
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #e6e2d2;
}

.ds_head {
	background-color: #131835;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #cbcfc7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #ddd6b3;
	color: #333333;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #d6cfaa;
} /* This hover code won't work for IE */
