body, html {
	font-family: Calibri, Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

fieldset {
	border: 1px solid #ccc;
	padding: 2em;	
}

fieldset legend {
	color: #202020;
	font-weight: bold;
	font-size: 1.1em;
}

.hidden-print {
	display: none;
}

.logistics-hdr-logo {
	margin: 0;
	padding: 0;
}

.footnote {
	font-family: Calibri, Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-style:italic;
}

/* Sortable tables */
table.sortable thead {
	background-color:#eee;
	color:#666666;
	font-weight: bold;
	cursor: default;
}

.style1 {color: #FF0000;}

.logisticsLogin {
	text-align: center;
	width: 770px;
}

.indented-left {
	text-align: left;
	margin-left: 2em;
	padding-left: 1em;
}

.logistics-controls {
	text-align: center;
}

.rep-bg {
	background-repeat: repeat-x;
}

.main-content {
	text-align: left;
	width: 620px;
}

.main-content-params {
	text-align: center;
	width: 580px;
}

img.middle {
	vertical-align:middle;
}
	
.logistics-top-nav {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	padding-bottom: 4px;
}

.logistics-top-nav-l {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	padding-bottom: 4px;
	float: left;
	width: 100%;
}

.logistics-top-nav-r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	padding-bottom: 4px;
	width: 50%;
	float: right;
	text-align:right;
}

.logistics-top-nav a, .logistics-top-nav a:visited, .logistics-top-nav-l a, .logistics-top-nav-l a:visited, .logistics-top-nav-r a, .logistics-top-nav-r a:visited {
	text-decoration: none;
	color: #666666;
}

.logistics-top-nav a:hover, .logistics-top-nav-l a:hover, .logistics-top-nav-r a:hover  {
	text-decoration: none;
	color: #FF0000;
}

.logistics-details-fs {
	width: 720px;
	color: #505050;
}

.logistics-content-sf {
	padding-top: 1.2em;
}

#logistics-header-line td {
	border: none;
}

#logistics-header-active {
	text-align:left;
	margin: 0px;
	padding-top: 5px;
}

#logistics-footer {
	margin-right: 1.5em;
	text-align: left;
	font-weight: bolder;
	color: #A0A0A0;
}

#logistics-footer hr {
	position: relative;
	left: 3em;
	width: 98%;
	display: block;
	margin-left: -1.5em; 
	padding: 0; 
	text-align: left;
}

#logistics-footer a {
	color: #A0A0A0;
	font-weight: bold;
}

#logistics-footer a:hover {
	color: #808080;
	font-weight: bolder;
}

#logistics-footer a:visited {
	color: #808080;
	font-weight: normal;
}

#rptparm {
	font:100% verdana,arial,sans-serif;
	margin: 0;
	padding: 0;
	min-width: 500px;
	max-width: 600px;
	width: 560px; 
}

#rptparm fieldset {
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 0;
}

#rptparm fieldset legend {
	font-size:1.1em;
	font-weight: bolder;
}

#rptparm label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

#rptparm input, #rptparm textarea {
	width:auto;      
	margin:5px 0 0 10px; 
}

#rptparm br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#logistics-order-details {
	border-collapse: collapse;
}

#logistics-order-details th {
	background-color:#eee;
	color: #202020;
	font-weight: bold;
	cursor: default;
	border: 1px solid #ccc;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
}

#logistics-order-details td {
	background-color: #fefefe;
	color: #505050;
	border: 1px solid #ccc;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	font-size: 0.9em;
}

#logistics-sf-details {
	border-collapse: collapse;
	width: 600px;
}

#logistics-sf-details th {
	background-color:#eee;
	color: #202020;
	font-weight: bold;
	cursor: default;
	border: 1px solid #ccc;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
}

#logistics-sf-details td {
	background-color: #fefefe;
	color: #505050;
	border: 1px solid #ccc;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	font-size: 0.9em;
}
