body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	font-size:80%;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:120%;
	line-height:28px;
	color:#666;
	}
p {
	font:100% verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

a {
	color:#666;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#666;}
a:visited {color:#777;}
a:hover {color:#333;}

#header a, #menu a {color:#666;}
#header a:hover, #menu a:hover {color:#333;}
#header a {font-size:120%;}

#header {
	margin:20px 0px 10px 0px;
	padding:17px 0px 0px 25px;
	height:33px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#content {
	margin:0px 25px 50px 0px;
	padding:10px;
	}

#menu {
	position:absolute;
	top:100px;
	left:10px;
	width:120px;
	padding:10px;
	border:1px solid #ccc;
	line-height:17px;
	background:#eee;
	}
	
/* comparison table styling */
table.tracking td, table.tracking th {padding:5px 5px 5px 5px;font-weight:normal;}
table.tracking tr td, table.tracking tr th {border-bottom:1px solid #ddd;}
tr.sub th {font-weight:bold;}
.note {border:1px solid #ccc;background:#eee;width:400px;margin:0 0 10px 20px;}
.note p {padding:0.5em;margin:0;}

p.underline {border-bottom:1px solid #ccc;padding-bottom:10px;}

tr.bold th {font-weight:bold;text-align:left;}
.accepted {color:#090;}
.waiting {color:#F90;}
.query {color:#C00;}
.despatched {color:#663366}

.tracking a {
	text-decoration:none;
	font-weight:normal;
	font-family:verdana, arial, helvetica, sans-serif;
	}
.tracking a:link {color:#333;}
.tracking a:visited {color:#333;}
.tracking a:hover {color:#666;}

.admin tr:hover td {background:#D2E3D5;}
a.edit {padding:5px 5px 5px 5px;display:block;}

td+td+td+td+td+td+td {padding:0 !important;margin:0;}

a.track {
	text-decoration:underline;
	font-weight:normal;
	}
a.track:link {color:#333;}
a.track:visited {color:#333;}
a.track:hover {color:#666;}

table.status {margin:10px 0 0 40px;}

.tracking input, .tracking select, .tracking textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#F4F4F4;
	border:1px solid #ccc;
}
input.update {background:#ccc;border:1px solid #000;}

.small {
	font-size:85%;
	}
