/* Global
 */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
    color: black;
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    text-align: center;
	cursor: default;
	background: #eee;
}

body.help {
	padding: 0 .5em;
}

table {
	margin: 0 auto;
}

form {
	margin: 0 auto;
}

fieldset {
	padding: .5em;
	border: 1px solid #ddd;
}

noscript div {
	margin-left: 220px;
	padding: 100px 0;
	font-size: 40px;
	color: red;
}

a {
	color: #449ADC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: none;
	border-bottom: 1px solid #ddd;
}

div.main {
	margin: .5em .5em .5em 220px;
	padding: .5em;
	min-height: 300px;
}

div#sidebar {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 200px;
	border-right: 1px solid #ddd;
	text-align: center;
	height: 100%;
	background: #fff;
	padding: 0 5px;
}

div#mainMenu {
	margin: 0 0 1em 0;
	font-size: smaller;
	text-align: right;
}

div#mainMenu a {
	color: #86704B;
}

div#sidebar h3 {
	margin-top: 1em;
}

table.defaultTable {
	border-spacing: 0;
	border-collapse: collapse;
	cursor: default;
	width: 100%;
	margin: 0 auto;
}

table.defaultTable tr th {
	padding: 2px 5px;
}

table.defaultTable tr td {
	padding: 2px 5px;
	text-align: left;
	border: 1px solid lightgrey;
}

tr.odd {
	background: #eee;
}

tr.even {
	background: #ddd;
}

.content {
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	margin: .5em 0;
}

.announcements {
	float: right;
	width: 400px;
}

.announcements h2 {
	margin-top: 0;
}

.content.home {
	margin-right: 420px;
}

/* Tab Menu
 */
div#tabMenu {
	margin: 0 0 1em 0;
}

div#tabMenu a {
    display: block;
	text-align: right;
    margin: 0 -5px;
    padding: .5em;
	border-bottom: 1px solid #ddd;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

div#tabMenu a:hover {
	text-decoration: none;
	background: #C6D6F7;
	color: #fff;
}

div#tabMenu a.sel {
	color: #000;
}

/* 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-weight: bold;
	font-size: 14px;
	margin: 2px;
}

.help h4 {
	color: #86704B;
	font-family: "Copperplate 33", Arial, Verdana, sans-serif;
	font-variant: small-caps;
	text-align: center;
	border-bottom: 1px solid #003151;
	letter-spacing: 2px;
}

.familyMemberBox h4 {
	color: #194562;
	border-bottom: 1px solid #194562;
	letter-spacing: 2px;
}

/* Place Orders
 */
.familyMemberBox {
	background: #ddd;
	width: 190px;
	margin: 1em;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	vertical-align: top;
	position: relative;
}

.familyMemberBox a.delete {
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
}

.familyMemberBox a.delete:hover {
	background: #fff;
}

.familyMemberBox h3 {
	text-decoration: none;
	font-size: 20pt;
	color: #000;
	font-family: Century-Schoolbook, Garamond, Times New Roman, serif;
}

.familyMemberBox h4 {
	margin-top: 1em;
}

table.orderTotals {
	margin: 0 auto;
}

table.orderTotals td {
	text-align: right;
}

/* Order Form
 */
#orderFormInstructions {
	width: 600px;
	margin: 0 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;
}

.studentName {
	font-size: 18pt;
	font-weight: bold;
}

table#orderFormTable tbody td.menu-input-cell {
	text-align: center;
}

#orderFormTable .day .ui-icon {
	display: inline-block;
}

/* Pay for Orders
 */
div.payForOrdersWrapper {
	width: 600px;
	margin-bottom: .5em;
}

table.payForOrders {
	width: 600px;
	margin: 0 auto;
}

table.payForOrders th {
	text-align: left;
}

table.payForOrders td {
	padding: 5px;
	text-align: left;
}

span#total {
	font-weight: bold;
}

tr.disabled {
	color: #ddd;
}

/* Payment History
 */
table.viewPayments {
	width: 600px;
	margin: 0 auto;
}

table.viewPayments table {
	margin: 0;
}

table.viewPayments table td {
	border: none;
	vertical-align: top;
	padding: 0 20px;
}

/* 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;
}

/* Account Manager
 */
table.transfer {
	border-collapse: collapse;
	border-spacing: 0;
}

table.transfer td {
	padding: .5em;
	border: 1px solid #ddd;
}

table.transfer table {
	width: 300px;
}

table.transfer table td {
	text-align: left;
	padding: 0;
	border: none;
}

table.accounts th {
	text-align: left;
}

input#transferAmount {
	font-size: 14pt;
	width: 5em;
}

table.accounts {
	width: 700px;
	margin: 1em auto;
}

/* Misc
 */
p.small {
	font-size: 10pt;
	font-style: italic;
	margin: .5em;
}

table.login {
	margin: 0 auto;
}

td.l {
	text-align: right;
}

td.r {
	text-align: left;
}

.error {
	color: #f00;
	text-align: center;
}

.unpaid {
	color: red;
}

input.large {
	font-size: 14pt;
	padding: .2em;
}

input.hint-shown {
	color: #bbb;
}

.cleared {
	clear: both;
}

ul.upload-guidelines {
	width: 14.5em;
	margin: 1em auto;
	text-align: left;
}
