/** Global Declarations **/
* {font-family: Arial, Helvetica, sans-serif;}
html, body { height:100%; }
a {text-decoration: none;}
a:hover {background: #DDE3E8;}
ul {list-style-type: none;}
h1 {color: #004682;}
img {border: none;}
body {
	background: #fff;
	margin: 0; padding: 0;
	font-size: 0.75em;
}
#container {
	width: 498px;
	padding: 15px;
}
#container h2 {
	background: #000;
	color: #fff;
	font-weight: normal;
	padding: 5px 10px;
	margin-top: 0;
}
table {
	text-align: left;
	border-collapse: collapse;
	margin: 0 auto; padding: 0;
}
table tr {
	background: #ccc;
	margin: 0 0 10px 0;
	border-bottom: 3px solid #fff;
}
table tr.odd {
	background: #E5F0F2;
}
#container table tr.visibleTh {
	border-top: 10px solid #fff;
}
table tr.colour-row {
	border-top: 25px solid #fff;
}
table th {
	width: 110px;
	margin: 0;
	padding: 2px 0 2px 10px;
	font-weight: bold;	
	text-align: left;
	background: #D0E4EB;
}
table tr.odd th {
	background: #fff;
	text-indent: -9000em;
}
table tr.odd.no-indent th {
	text-indent: 0em;
}
table.loadings tr.odd th, table.dispatch tr.odd th {
	text-indent: 0;
	background: #D0E4EB;
}
#container table tr.visibleTh th {
	text-indent: 0;
	background: #AED582;
}
table tr.colour-row th {
	background: #AED582;
}
table tr.inserts-row th {
	text-indent: -9000em;
	background: #fff;
}
table tr.top-row th {
	background: #666;
	color: #fff;
}
table td {
	width: 115px;
	padding: 2px 0 2px 10px;
	margin: 0 0 10px 0;
}
table.deadlines td {
	width: 177px;
}
table.loadings td, table.dispatch td {
	width: 365px;
}
table tr.colour-row td, table tr.inserts-row {
	background: #C6E2A7;
}
table tr.inserts-row.odd td {
	background: #E5F2D6;
}
table tr.top-row td {
	background: #D0E4EB;
}
table tr.top-row.last {border-bottom: 15px solid #fff;}
table.loadings tr.top-row td, table.dispatch tr.top-row td {
	background: #fff;
	padding: 0;
}
tr.top-row span.clone-cell {
	display: block;
	width: 150px;
	background: #D0E4EB;
	padding: 2px 0 2px 10px;
}
/*
table tr td span {
	display: block;
	width: 100px;
	padding: 2px 0 2px 10px;
	background: #D0E4EB;
}
*/
a.print, a.close {
	display: block;
	text-indent: -9000em;
	cursor: pointer;
	width: 21px;
	height: 18px;
	background: transparent;
	background-position: 0 0;
}
a.close {
	background-image: url(images/popup-close.gif);
}

a.print {
	background-image: url(images/popup-print.gif);
}
.foot-note {
	vertical-align: super;
	font-size: 0.75em;
	font-style: italic;
}
#foot-notes {
	font-size: 0.9em;
	font-style: italic;
	margin: 0 0 0 -10px;
	padding: 15px 0 0 0;
}
#foot-notes li {
	background: none;
	padding: 0;
}
#foot-notes li span {
	width: 15px;
	float: left;
	padding: 0 5px 0 0;
	text-align: right;
}
