/* - - - - - - - - - - - - - - - - - - - - -
Title : RC Catering
- - - - - - - - - - - - - - - - - - - - - */

/* Basic Styles */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dd, dt, form, img{ margin: 0; padding: 0; }

/* IE6 hack */
* html ul li a {
   height:1em;
}

body {
	font-family: "Trebuchet MS", verdana, helvetica, sans-serif;
 	font-size: 78%;
	color: #000;
	background: #6e0000 url(../images/bkgrdBody.gif) top center repeat;
	text-align: center; /* making IE5 submit */
}

h1 {
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 1.9em;
	font-weight: normal;
	font-style: italic;
	color: #6e0000;
	padding-bottom: 3px;
	margin: 0 0 6px 0;
}

h2 {
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 1.5em;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #e2bc72;
	padding-bottom: 3px;
	margin: 10px 0 10px 0;
}

h3 {
 	font-size: 1.2em;
	color: #4e4e4e;
	margin: 3px 0 5px 0;
	padding: 0;
}

p {
	font-size: 1.0em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

a {
	color: #1f2267;
}

a:hover {
	color: #1f2267;
	text-decoration: none;
}

a img {
	border: none;
}

a.pdfLink {
	background: url(../images/iconPDF.gif) 0 0 no-repeat;
	padding: 0 0 5px 20px;
	margin-bottom: 8px;
}


/* STRUCTURAL STYLES */

#container {
	width: 900px;
	margin: 0 auto;
	background: url(../images/bkgrdTop.png) top center no-repeat;
}

#navCol {
	float: left;
	width: 189px;
}

#contentCol {
	float: right;
	width: 711px;
	text-align: left;
}



/*** NAVIGATION ***/

#nav ul{
	list-style-type: none;
	padding: 4px 0 0 0;
	margin: 0;
	text-align: center;
}

#nav ul li {
	padding-top: 14px;
	display: block;
}

#nav ul li a {
	text-decoration: none;
	padding-bottom: 10px;
	color: #ffdfa0;
	font-size: 1.2em;
	border: 0;
	display: block;
}

#nav ul li a:hover {
	text-decoration: none;
	background: url(../images/bkgrdNav.gif) bottom center no-repeat;
	display: block;
}

#nav ul li a.current{
	background: url(../images/bkgrdNav.gif) bottom center no-repeat;
}


/* Main Content */

.content {
	margin-top: -5px;
	padding: 10px 20px 20px 20px;
	background: url(../images/bkgrdContent.gif) top center repeat-y;
}

.bottomImageBar {
	padding: 0;
	margin-top: -10px;
}

#openTableBadge {
	clear: right;
	float: right;
	width: 150px;
	margin: 0 0 10px 10px;
}

#reservations {
	float: right;
	width: 250px;
	background: #ffe4b2 url(../images/bkgrdOpenTable.jpg) bottom left repeat-x;
	margin: 0 0 10px 10px;
}

#reserveContent {
	padding: 5px;
}

.twoCol {
	width: 711px;
	padding: 0;
}

.twoCol .col {
	float: left; 
	padding: 0 30px 0 0;
}

.twoCol .col {
	width: 415px;
}


.twoCol .colRight {
	float: left; 
	padding: 0;
}

.twoCol .colRight {
	width: 415px;
}

.content img {
	margin: 4px;
}



/* Footer */
.footer {
	margin-top: 30px;
	display: block;
	border-top: 1px solid #e2bc72;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}




/* Clearfixorama */

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}  

.clearfix { 
	_height: 1px; 
}

br.clear {
	clear: both;
}


/* Order Form */

table.receipt {
	width: 98%;
	margin-left: 10px;
	margin-right: 10px;
	border-collapse: collapse;
}

table.receipt tr td {
	border: solid 1px #e2bc72;
	padding: 4px;
}

table.itemize {
	width: 98%;
	margin-left: 10px;
	margin-right: 10px;
	border-collapse: collapse;
}

table.itemize tr td {
	border: 0px;
	padding: 4px;
}

blockquote {
	margin-bottom: 0px;
}

p.attribution {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 16px;
	text-align: right;
}

li {
	margin-left: 20px;
}

#orders {
	clear: right;
	float: right;
	width: 220px;
	background: #ffe4b2 url(../images/bkgrdOpenTable.jpg) bottom left repeat-x;
	margin: 0px 0 10px 10px;
}

#constantContact {
	clear: right;
	float: right;
	width: 245px;
	background: #ffe4b2 url(../images/bkgrdOpenTable.jpg) bottom left repeat-x;
	margin: 0px 0 10px 10px;
	padding: 4px;
}

#constantContact h2 {
	margin:0px 2px 5px 0px;
	font-family:arial;
	font-size:12px;
	font-weight: bold;
}

#constantContact dt {
	font-weight: bold;
}

#constantContact dd {
	font-size:12px;
	margin:2px 2px 2px 2px;
	padding-left: 5em;
	margin-top: -1.5em;
}

#constantContact dd.submitWrap {
	padding-left: 0em;
	margin-top: 1em;
	float: left;
}




/* Form */

form.admin {
	padding-top: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 535px;
	float: right;
	background-color: #ffefd0;
	border: 1px solid #ffdfa0;
}

legend {
	color: #6e0000;
}

form.admin div.formControl {
	clear: both;
}

form.admin div.formControl div.formControlLinks {
	float: right;
	margin-top: -2.2em;
}

form.admin div.RadioControl div.formControlLinks {
	float: right;
	margin-top: -1.8em;
}

form.admin div.formControl label {
	margin: 0em 0em 0em 0em;
	display: block;
	width: 18em;
	text-align: left;
	float: left;
}

form.admin div.formControl img {
	margin-bottom: 4px;
}


form.admin div.formControl .errorMessage {
	margin-left: 10em;
}

form.admin div.buttonArray {
	float: right;
	text-align: right;
	padding: 1em 1em 0em 0em;
}

form.admin div.buttonArraySplit {
	float: left;
}

form.admin div.formControl input, form.admin div.buttonArray input {
	border: 1px solid #1b2d76;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 0.5em;
}

form.admin div.formControl input:hover {
	border: 1px solid #000;
}

form.admin div.formControl input:focus {
	background: #f2f2f2;
}

form.admin div.formControl input.radio {
	margin-bottom: 0px;
}

form.admin div.formControl textarea {
	border: 1px solid #1b2d76;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 0.5em;
	overflow: auto;
}

form.admin div.formControl textarea:hover {
	border: 1px solid #000;
}

form.admin div.formControl textarea:focus {
	background: #f2f2f2;
}

form.admin div.formControl .messagePanel {
	margin: -2em 0em 0em 0em;
	display: block;
	width: 12em;
	text-align: left;
	float: left;
}

form.admin div.formControl .iconPanel {
	margin: 0em 0em 0em 10em;
	display: block;
	text-align: left;
	float: left;
}

form.admin div.formControl select {
	border: 1px solid #1b2d76;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 0.5em;
}

form.admin div.formControl .MessagePanel, form.admin div.radioControl .MessagePanel {
	margin: -2em 0em 0em 0em;
	display: block;
	width: 12em;
	text-align: left;
	float: left;
}


/* Admin Tables */
table.list {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}

table.list a {
	color: #6e0000;
}

table.list th {
	margin: 0;
	padding: 2px;
	background: #6e0000;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

table.list tr th.noWrap, table.list tr td.noWrap {
	white-space: nowrap;
}

table.list tr th.lastCell, table.list tr td.lastCell {
	text-align: right;
}

table.list th a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}	

table.list tr {
	background: #ffdfa0;
}

table.list tr.altRow {
	background: #ffefd0;
}

table.list tr:hover {
	background: #efdfc0;
}

table.list td {
	padding: 2px;
	border: 1px solid #1b2d76;
	vertical-align: top;
}

table.list tr.footer {
	background: #6e0000;
}

table.list tr.footer td {
	text-align: center;
	color: #ffffff;
	border-top: 1px solid #1b2d76;
}

table.list tr.footer td a {
	color: #ffffff;
}




.printOnly {
	display: none;
}

.error {
	color: #ff0000;
}

.required {
	font-weight: bold;
}