#wrap {
	margin: auto;
	width: 84%;
}
#wrap #login-left {
	float: left;
	width: 40%;
}
#wrap #login-right {
	float: right;
	width: 50%;
}
.login-footer {
	font-size: 14px;
	color: #666;
}
.login-logo {
	vertical-align: middle;
}
.full-table {
	width: 99%;
}
.full-table-spaced {
	width: 99%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px;
}
.report-text {
	font-family: "Courier New", Courier, monospace;
	line-height: 22px;
	text-transform: uppercase;
}


.half-cell {
	width: 50%;
	vertical-align: top;
}
#wrap #footer p {
	font-size: 12px;
	color: #999;
	text-align: right;
}
.inside-table {
	width: 98%;
	margin-bottom: 10px;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
	color: #333;
	margin-top: 30px;
}
a {
	color: #912F27;
	text-decoration: none;
}
.small-text {
	font-size: 14px;
}
.first-cell {
	width: 30%;
}
.first-cell-top {
	vertical-align: top;
	width: 30%;
	padding-top: 12px;
}
h1 {
	font-size: 24px;
}
.button {
	padding: 8px;
	background-color: #E1E1E1;
	border: 1px solid #999;
	font-size: 16px;
	margin-top: 8px;
	margin-right: 4px;
}
.simple-entry {
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #999;
	width: 90%;
	font-size: 16px;
}
.simple-entry-wide {
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #999;
	width: 99%;
	font-size: 16px;
}

.simple-entry-small {
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #999;
	width: 32%;
	font-size: 16px;
}
.cell-padded-text {
	padding: 4px;
}
.cell-padded-text-right {
	padding: 4px;
	text-align: right;
}
.small-text {
	font-size: 12px;
	margin-left: 8px;
}
.clear {
	clear: both;
}
#wrap #header #logo {
	float: left;
	height: auto;
	width: auto;
}
#wrap #header #header-options {
	float: right;
	text-align: right;
	border: 1px solid #999;
	padding: 8px;
}
#wrap #header #navbar {
	margin-top: 10px;
}
#wrap #header #navbar ul {
	margin: 0px;
	padding: 0px;
}
#wrap #header #navbar ul li {
	list-style-type: none;
	float: left;
	border: 1px solid #666;
	margin-right: 4px;
	padding: 8px;
}
.yellow-background {
	background-color: #FFFFC8;
	padding: 8px;
	border: 1px solid #CCC;
}
.last-cell {
	width: 10%;
}
.small-cell-top {
	width: 20%;
	vertical-align: top;
	padding: 4px;
}
.small-cell-bottom-right {
	width: 20%;
	vertical-align: bottom;
	text-align: right;
	padding: 4px;
}
.cell-top-left {
	padding: 4px;
	background-color: #DEDEDE;
	font-weight: bold;
}
.cell-top-right {
	padding: 4px;
	background-color: #DEDEDE;
	font-weight: bold;
	text-align: right;
}
@media print {
#wrap #header #header-options {
	display: none
}
.hide-on-print {
	display: none;
}
}
