body {
	font-family: Arial, sans-serif;
	font-size: 76%;
	background: url("../images/bg.png") repeat-x scroll center top #003A59;
}

a {
	color: #0099FF;
}

#container {
	width: 1200px;
	margin: 0 auto;
}

#top {
	height: 38px;
	padding-top: 6px;
	color: #fff;
}

#top a {
	color: #fff;
}

#top ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#top li {
	float: left;
	margin: 0;
	padding: 0 20px 1px;
	border-left: 1px solid #fff;
}

#top li.first {
	border-left: none;
	padding-left: 0;
}

#header {
	height: 68px;
	padding: 36px 0 10px;
	position: relative;
}

h1 {
	font-family: Georgia;
	color: #fff;
	font-size: 2em;
	position: absolute;
	top: 43px;
	left: 240px;
}

h2 {
	font-family: Georgia;
	font-weight: normal;
	color: #00273b;
	font-size: 2em;
	margin: 18px 0 12px;
}

h3 {
	font-family: Georgia;
	font-weight: normal;
	color: #004e76;
	font-size: 1.4em;
	margin: 0 0 12px;
}

#content {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 12px 24px 24px;
}

.rep {
	overflow: auto;
	padding-bottom: 10px;
}

.left-col {
	float: left;
	width: 75%;
}

.right-col {
	float: right;
	width: 21%;
	overflow: hidden;
}

#content table {
	border-collapse: collapse;
	border: 1px solid #ddd;
}

table.fullwidth {
	width: 100%;
}

#content td {
	padding: 3px 6px;
	border: 1px solid #ddd;
	font-size: .92em;
}

th {
	font-size: .84em;
	background-color: #eee;
	padding: 9px 6px 5px;
	text-align: left;
	color: #333;
}

tr.order-items {
	display: none;
	background-color: #f9f9f9;
}

tr.last-row td {
	border-bottom: 4px solid #ddd;
}


tr.order-items th {
	background-color: #e6e6e6;
	padding: 3px 6px;
	color: #666;
}

tr.spacer td {
	border-left-color: #fff;
	border-right-color: #fff;
}

tr.active-order td {
	background-color: #d9d9d9;
	padding: 6px;
	font-weight: bold;
}

.tooltip {
	color: #09f;
	text-decoration: underline;
	cursor: pointer;
}

.alert {
	color: #c00;
}