/* GLOBAL */

body {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height: 16px;
	color: #333;
	background: #222222 url('img/bg.gif') left top repeat;
}

textarea {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
}

p {
	margin-top: 0;
	margin-bottom: 1.4em;
}

#header {
	text-indent: -4000px;
	height: 116px;
	margin: 0;
	background: black url('img/header.jpg') left top no-repeat;
}

#outer-wrapper {
	margin: 0 auto 40px;
	width: 480px;
	background-color: white;
	border: 2px solid #444444;
	border-top: none;
}

#nav {
	list-style: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	height: 24px;
	overflow: hidden;
	border-bottom: 3px solid #ffebae;
}

#nav li {
	padding: 0;
	width: 160px;
	float: left;
	margin-bottom: 1.8em;
	background-color: #f7931c;
}

#nav li a {
	display: block;
	width: 160px;
	padding: 4px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover {
	background-color: #fec312;
}

body.welcome #welcomeLink,
body.welcome #welcomeLink a:hover,
body.submitdetails #submitdetailsLink,
body.submitdetails #submitdetailsLink a:hover,
body.trackstatus #trackstatusLink,
body.trackstatus #trackstatusLink a:hover {
		background-color: #ffebae;
}

h1#pagename {
	font-size: 200%;
	margin: 0 0 16px;
	padding: 16px 33px 16px;
	background-color: #ffebae;
}

h2 {
	font-size: 150%;
}

#inner-wrapper {
	margin: 14px auto 0px;
	width: 412px;
	padding-bottom: 24px;
}



/* SUBMIT DETAILS */
	
#itemCount {
	text-align: center;
	width: 40px;
}

.dataSummary {
	border:solid 2px #f2efb7;
	background: #fbf9eb;
	padding: 12px;
	margin: 0 auto 2em;
	width: 380px;
}

.dataSummary #customerDetails {
	float: left;
	width: 190px;
	border-right: 1px solid #f2efb7;	
}

.dataSummary p.summaryDetail {
	margin-bottom: 0.5em;
}

.dataSummary #collectionAddress {
	float: left;
	margin: 0px 10px;	
}

.dataSummary .edit {
	text-align: right;
	margin-bottom: 0;
	clear: both;
}

.dataSummary .edit a {
	text-align: right;	
	background: transparent url('img/pencil.png') left top no-repeat;
	padding-left: 20px;
}


.dataSummary h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: solid 1px #f2efb7;
	padding-bottom: 10px;
}

.validationError {
	display: block;
	clear: both;
	position: relative;
	top: -15px;
	margin-bottom: -15px;
	margin-left: 150px;
	color: red;
	font-weight: bold;
}





/* TRACKING */

p.loginMessage {
	border: 1px solid #fbb;
	background-color: #fdd;
	padding: 4px;
}

.trackingBlock {
	position: relative;
	background: #cbe988 url('img/green-gradient.jpg') left top repeat-x;
	margin-bottom: 14px;
	padding: 7px 5px;
}

.trackingBlock .meta {
 	width: 90px;
 	position: relative;
 	float: left;
 	font-size: 10px;
 	line-height: 14px;
 	margin-top: 0px;
 	padding: 6px 0px 9px 5px;
 	border-right: 2px groove #cbe988;
}
 
.user-male, .admin-male {
	background: transparent url('img/user-male.png') 7px 8px no-repeat;
}
 
.user-female, .admin-female {
	background: transparent url('img/user-female.png') 7px 8px no-repeat;
}
  
.system {
 	background: transparent url('img/user-system.png') 7px 8px no-repeat;
}
 
.username, .datetime {
 	display: block;
 	margin-left: 22px;
}
 
.username {
 	font-weight: bold;
 	line-height: 20px;
}
 
.trackingBlock .meta .date {
 	margin-left: 18px;
}
 
.trackingBlock .data {
	margin-left: 95px;
 	padding: 6px 8px 8px 8px;
	border-left: 2px groove #cbe988;
}
 
.spacer {
	height: 1px;
	clear: both;
}