body {
	padding: 0;
	text-align: center;
	font-size: 100.1%;
}
a {
	color: #817438;
}
a:hover {
	color: #514418;;
}
.header {
	border-bottom: 1px solid #535353;
}

#totalWrap {
	background: #fff;
	border: solid 2px #444;
	width: 750px;
	padding: 20px 20px 30px;
	font-size: 80%;
	margin: 20px auto;
}
#totalWrap h1,#totalWrap h3 {
	background: #CCCCCC;
	color: #444444;
	white-space: nowrap;
	text-align: center;
	font-family:Georgia,Verdana,Helvetica,serif;
	font-size:1.7em;
	font-weight: normal;
	padding: 3px 0px;
	margin: 0px;
	margin-bottom: 25px;
}
#totalWrap h2 {
	text-align: center;
	margin: 20px 0px 10px 0px;
	color:#444444;
	font-family:Georgia,Verdana,Helvetica,serif;
	font-weight: normal;
	font-size:1.5em;
}
#totalWrap h3 {
	padding: 5px 10px;
	text-align: left;
}
#totalWrap .main_links {
float: right;
font-size: 12px;
font-family: Tahoma,Verdana;
}
#totalWrap .main_links a {
padding: 0px 10px;
font-weight: bold;
font-size: 11px;
line-height:24px;
color: #A20000;
}

#totalWrap .link1 {
padding: 3px 5px;
margin: 0px 5px;
}
#totalWrap .link1:hover {
background: #ECE9CA;
color: #A19D77;
}

#totalWrap form {
	text-align:left;
}
#totalWrap p {
	margin: 0px;
	padding-bottom:10px;
	text-align:left;
}
#totalWrap p.alert {
color: #e40303;
margin: 2px;
text-align: center;
font-size: 95%;
padding: 5px;
margin: 0px;
}
table.sortable {
margin-bottom: 25px;
}
table.sortable tr {
text-align: left;
}
table.sortable th {
background: #E1DDB7;
padding: 7px;
font-size: 10px;
text-transform: uppercase;
white-space: nowrap;
}
table.sortable th .sort_top {
background: url("../img/sort_arrow.gif") no-repeat left top;
padding-left: 12px;
}
table.sortable th .sort_bottom {
background: url("../img/sort_arrow.gif") no-repeat left bottom;
padding-left: 12px;
}
table.sortable td {
border-bottom: solid 1px #ccc;
}
table.sortable caption {
text-align: left;
font-weight: bold;
font-size: 11px;
background: #000;
color: #fff;
padding: 7px;
}

table.sortable {
	width: 100%;
}
table.sortable tr.Refused {
	background-color: #FFE0E0;
}
table.sortable tr.Approved {
	background-color: #E0FFE0;
}
table.sortable tr.Pending {
	background-color: #fff;
}
table.sortable tr.Incomplete {
	background-color: #E0E0E0;
}