/* Global
 */
html, body {
	height: 100%;
}

body {
    color: black;
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    text-align: center;
    background-color: #003151;
	cursor: default;
}

a {
	color: #86704B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.main {
	background: white;
	border: 2px solid #86704B;
	margin: .5em .5em .5em 210px;
	padding: .5em;
	min-height: 300px;
}

div#header {
	float: left;
	clear: left;
	width: 200px;
	background: white;
	border: 2px solid #86704B;
	text-align: center;
	height: 100%;
}

div#mainMenu {
	margin: 0 0 1em 0;
	font-size: smaller;
	text-align: right;
}

div#header h3 {
	background: #C6D6F7;
	margin-top: 1em;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.defaultTableWrapper {
	border: 1px solid #003151;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 auto;
	padding: 5px;
	background: #205171;
	color: #fff;
	
	background: #eee;
	color: #000;
	border-width: 2px;
}

table.defaultTable {
	border-spacing: 0;
	border-collapse: collapse;
	cursor: default;
	width: 100%;
}

table.defaultTable tr th {
	padding: 2px 5px;
}

table.defaultTable tr td {
	padding: 0 5px;
	text-align: left;
}

table.defaultTable tr.odd {
	background: #003151;
	background: #bbb;
}

table.defaultTable tr.even {
	background: #ddd;
}

/* Tab Menu
 */
div#tabMenu {
	margin: 1em 0;
}

div#tabMenu a {
    display: block;
    margin: 0;
    padding: .5em 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background: #86704b;
	cursor: default;
}

div#tabMenu a:hover {
	text-decoration: none;
	background: #A49478;
}

div#tabMenu a.sel {
	margin-right: -1em;
	background: white;
	color: black;
	border-top: 2px solid #86704b;
	border-bottom: 2px solid #86704b;
}

/* Headings
 */
h1 {
	color: #86704B;
	margin: 0 0 .5em 0;
	font-family: Century-Schoolbook, Garamond, Times New Roman, serif;
	font-weight: bold;
	font-size: 18pt;
	font-variant: small-caps;
}

h2 {
	font-family: "Copperplate 33", Arial, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #86704B;
	font-size: 12pt; 
	letter-spacing: 0.4em;
	font-variant: small-caps;
	margin-bottom: 10px;
}

h3 {
	margin: 0;
	color: #194562;
	font-weight: bold;
	font-size: 12pt;
}

h4 {
	font-family: "Copperplate 33", Arial, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #86704B;
	font-size: 0.8em;
	letter-spacing: 2px;
	font-variant: small-caps;
	border-bottom: 1px solid #003151;
	margin: 2px;
	padding: 0;
}

/* Order Form
 */
#orderFormInstructions {
	width: 600px;
	margin: 1em auto;
}

#orderForm {
	width: 600px;
}

table#orderFormTable tbody td {
	height: 2.4em;
	vertical-align: middle;
}

table#orderFormTable td#total {
	text-align: center;
	font-style: italic;
}

input.pizza {
	width: 2em; text-align: center;
	border: 1px solid #999;
}

input.cheese { background-color: #FF9; }
input.pep { background-color: #FCC; }
input.sausage { background-color: #CFC; }

.dayNote {
	font-style: italic;
}

.mealDescription {
	font-size: smaller;
	font-style: italic;
}

/* Pay for Orders
 */
div.payForOrdersWrapper {
	width: 500px;
	margin-bottom: .5em;
}

table.payForOrders th {
	text-align: left;
}

table.payForOrders td {
	padding: 5px;
	text-align: left;
}

/* InputEx
 */
div#ix_suggestBox {
	display: none;
	position: absolute;
	width: 13em;
	border: 2px solid black;
	background: white;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

div#ix_suggestBox ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

div#ix_suggestBox li#ix_suggestionSel {
	background: #00ccff;
	padding: 0 .2em;
}

div#ix_suggestBox a {
	cursor: default;
	color: black;
}

/* Misc
 */
p.small {
	font-size: 10pt;
	font-style: italic;
	margin: .5em;
}

form {
	margin: 0;
}

table.login {
	margin: 0 auto;
}

td.l {
	text-align: right;
}

td.r {
	text-align: left;
}

.error {
	color: #f00;
	text-align: center;
}