body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	background-position: -9999px -9999px;
}

#header h1, #navbar, #sectionNav, #reservationPhoto {
	display: none;
}

#header {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 0 0;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

#footer {
	margin-top: 40px;
	font-size: 10px;
	color: #777;
}

body#reportsProcess h4 {
	margin: 30px 0 0 0;
}

body#reportsProcess table {
	margin: 0;
	width: 50%;
	color: #444;
}

body#reportsProcess table .thead {
	font-weight: bold;
}

body#reportsProcess table td {
	width: 50%;
	border: 1px solid #aaa;
	padding: 5px;
}


dt, dd {
	margin: 3px 0 0 0;
	padding: 3px 0 0 0;
}

dt {
	width: 30%;
	float: left;
	font-weight: bold;
	clear: left;
	border-top: #D9DADC solid 1px;

}

dd {
	width: 70%;
	margin-bottom: 5px;
	float: left;
	border-top: #D9DADC solid 1px;
}

.break {
	clear: both;
}

a {
	color: #000;
}

/*
 * Tag/buttons
 */
.tagprocessing, .tagenroute, .tagdelivered, .tagreturned {
	width: 100px;
	height: 19px;
	line-height: 19px;
	display: block;
	border: none;
	color: #fff;
	text-align: center;
}

a:hover.tagprocessing, a:hover.tagenroute, a:hover.tagdelivered, a:hover.tagreturned {
	color: #fff;
	text-decoration: underline;
}

.tagprocessing { background: #c00; }
a:hover.tagprocessing { background: #e22; }

.tagenroute { background: #44BCEE; }
a:hover.tagenroute { background: #66cdff; }

.tagreturned { background: #888; }
a:hover.tagreturned { background: #999; }

.tagdelivered { background: #5FB83F; }
a:hover.tagdelivered { background: #6fc94f; }


