@charset "UTF-8";
/*
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
*/
div#shipments {
	width:370px;
}
div#shipments table {
	width:368px;
	height:auto;
	border-collapse:collapse;
	border-left:3px solid #e90000;	
}
div#shipments table tbody {
	text-align:center;
}
div#shipments table tbody td, div#shipments table th {
	border:1px solid #999;
	border-right-width:0;
	border-bottom-width:0;
}
div#shipments table tbody td {
	font-family:arial, helvetica, san-serif;
	font-size:12px;
	text-decoration:none;
	color:#000;
}

div#shipments table tbody td a {
	font-family:arial, helvetica, san-serif;
	font-size:12px;
	text-decoration:underline;
	color:#666;
}

div#shipments table tbody td a:hover {
	text-decoration:underline;
	color:#663366;
}
div#shipments table tbody tr td {
	height:20px;
	line-height:13px;
}
div#shipments table tr.odd {
background-color:#fff;
}
div#shipments table td.titlerow {
	height:60px;
	color:#fff;
	background-image:url(../i/titlerowbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f5f5f5;
	font-weight:700;
	margin:0;
	padding:0;
}
div#shipments table td.titlerow img {
	float:left;
}
div#shipments table td.titlerow h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:17px;
	margin:0;
	padding:9px 0 0;
	color:#333333;
	font-weight:700;
}
div#shipments table td.titlerow h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:17px;
	margin:0;
	padding:0;
	color:#333333;
}
div#shipments table tr.headingrow th {
	height:18px;
	line-height:12px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, San-Serif;
	text-align:center;
	font-weight:700;
	font-size:12px;
	color:#000;
}
div#shipments div#footer {
	font-size:10px;
	line-height:1.2em;
	height:30px;
	text-align:left;
	float:left;
	padding:5px 0 0 5px;
	width:360px;
	
}
div#shipments ul.selector {
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
}
div#shipments ul.selector li {
	display:inline;
	float:left;
	margin:0;
	padding:0 0 0 10px;
}
div#shipments ul.selector li a {
	width:26px;
	height:16px;
	line-height:16px;
	display:block;
	text-align:center;
	background-color:#d2d2d2;
	border:2px solid #d2d2d2;
	text-decoration:none;
	color:#666666;
}
div#shipments ul.selector li a:visited {
	text-decoration:none;
	color:#666666;
}
div#shipments ul.selector li a:hover {
	border-color:#aaaaaa;
}
div#shipments ul.selector li a.current {
	border:2px solid #aaaaaa;
}
div#shipments table tr.even td, div#shipments table tr.headingrow {
	background-color:#d2d2d2;
	background-image:url(../i/evenbg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
div#shipments #tablecontainer {
	border:1px solid #e90000; width:auto;
}