/* Part of the e-Waste Tracking System. ©2003 TES-AMM Europe Ltd. All rights reserved. */
/*
 * Stylesheet for on-screen version.
*/

body {
	background-color: #fff;
	color: #333;
}

thead th a, .thead td a {
	color: #006D97;
}

a.subtlelink {
	color:#444; /* Preferably 'inherit', but IE doesn't like it. */
}

div.query {
	background: #FCFCFC;
	border: #00A2E1 solid 2px;
	padding: 0.7em;
}