body {
	background: #ffffff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
        margin-right: 2em;
        margin-left: 2em;
}

div#header {
	width: auto;
	background-color: #0000cd;
	color: #ffffff;
	padding-left: 15px;
	font-family: arial, helvetica, sans-serif;
}

div#trail {
	width: auto;
	height: auto;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	background-color: #b0c4de;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

div#header img {
	margin-left: 10px;
	font-family: arial, helvetica, sans-serif;
}

div#header ul {
	padding: 0px;
	white-space: nowrap;
	margin-right: 10px;
	vertical-align: top;
	font-family: arial, helvetica, sans-serif;
	padding: 1px;
}

div#header li {
	float: right;
	list-style-type: none;
	display: inline;
	border-bottom: 1px solid #515358;
	border-top: 1px solid #515358;
	border-right: 1px solid #515358;
	border-left: 1px solid #515358;	
	background: #aaaaaa;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: arial, helvetica, sans-serif;
}

div#header li a {
	text-align: center;
	color: #000000;
	text-decoration: none;
        font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

#header ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.content {
	margin-top: 20px;
	background: #dcdcdc;
	display: block;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	height: auto;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: auto;
}

.content:before {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

table.shipment {
	padding: 1px 0px 1px 0px;
	border-spacing: 0px;
	border-bottom: 0px solid #515358;
	border-top: 0px solid #515358;
	border-right: 0px solid #515358;
	border-left: 0px solid #515358;
	font-family: arial, helvetica, sans-serif;
	width: 99%;
}

table.shipment tr {
	border-bottom: 2px solid #515358;
	border-top: 0px solid #515358;
	border-right: 0px solid #515358;
	border-left: 0px solid #515358;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

table.shipment tr.alternate {
	border-bottom: 2px solid #515358;
	border-top: 0px solid #515358;
	border-right: 0px solid #515358;
	border-left: 0px solid #515358;
	font-family: arial, helvetica, sans-serif;
	background: #4eecec;
	font-weight: bold;
}

table.shipment tr td {
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: middle;
	margin: 1px 1px 1px 1px;
	font-family: arial, helvetica, sans-serif;
}

table.shipment tr th {
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: middle;
	text-align: left;
	margin: 1px 1px 1px 1px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

table.shipmentdetails {
	padding: 1px 0px 1px 0px;
	border-spacing: 0px;
	border-bottom: 0px solid #515358;
	border-top: 0px solid #515358;
	border-right: 0px solid #515358;
	border-left: 0px solid #515358;
	font-family: arial, helvetica, sans-serif;
	width: 99%;
}

table.shipmentdetails tr {
	border-bottom: 2px solid #515358;
	border-top: 0px solid #515358;
	border-right: 0px solid #515358;
	border-left: 0px solid #515358;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

table.shipmentdetails tr.intransit {
	border-bottom: 2px solid #515358;
	border-top: 0px solid #515358;
	border-right: 0px solid #515358;
	border-left: 0px solid #515358;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	background: rgb(255, 153, 153);;
}

table.shipmentdetails tr.arrived {
	border-bottom: 2px solid #515358;
	border-top: 0px solid #515358;
	border-right: 0px solid #515358;
	border-left: 0px solid #515358;
	font-family: arial, helvetica, sans-serif;
	background: rgb(204, 255, 153);;
	font-weight: bold;
}

table.shipmentdetails tr td {
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: middle;
	margin: 1px 1px 1px 1px;
	font-family: arial, helvetica, sans-serif;
}

table.shipmentdetails tr th {
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: middle;
	text-align: left;
	margin: 1px 1px 1px 1px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

.controlbutton {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 2px;
	border-bottom: 1px solid #515358;
	border-top: 1px solid #515358;
	border-right: 1px solid #515358;
	border-left: 1px solid #515358;
	background: #aaaaaa;
	text-align: center;
	color: #000000;
	text-decoration: none;
        font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

.trail {
	font-weight: bold;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}

.error {
	color: red;
}

.listing {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 95%;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: #cc0000;
}

.listingheader {
	background-color: #e4ecec;
	border-color: #cc0000;
	border-bottom: 1px;
}

.listing tr {
	background-color: #e4ecec;
	border-color: #cc0000;
}

.item_row {
	background-color: #dcdcdc;	
	border-color: #cc0000;
}

.alternate_item_row {
	background-color: #e4ecec;	
	border-color: #cc0000;
}

.item {
	border-width: 0px 0px 0px 0px;
	border-color: #cc0000;
	padding: 1px 1px 1px 1px;
	border-style: hidden hidden hidden hidden;
}

.editform {
	margin: 5px;
	border: 1px solid;
	padding: 10px;
}

.directorylisting {
	padding: 0px;
	white-space: nowrap;
	margin-right: 10px;
	vertical-align: top;
	font-family: arial, helvetica, sans-serif;
	padding: 1px;
}

.directorylisting li {
	margin-top: 3px;
	margin-left: 10px;
}