/*
# ...2003-03-06...
# CSS2 validated http://validator.w3c.org
# ...pwade...
*/

.hide {
	display: none;
}

HTML, BODY {
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666666;
	background: #ffffff;
}

H2 {
	padding-top: 10px;
	padding-right: 10px;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
}

H3 {
	padding-left: 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

IMG {
	padding-left: 10px;
}


A {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000066;
	background: inherit;
}

A:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
	background: #ff9900;
}


TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	background: inherit;
}

TABLE.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	background: inherit;
}

TD {
	vertical-align: top;
}

TD.pix-border {
	color: inherit;
	background: #777777;
}

TD.title {
	color: white;
	background: blue;
}

TD.name-field {
	color: #666666;
	background: white;
	width: 100px;
	vertical-align: middle;
}

TD.bg-blue {
	color: #ffffff;
	background: #005572;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	vertical-align: middle;
}

TD.bg-yellow {
	color: #666666;
	background: #ffcc33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	vertical-align: middle;
}

TD.bg-white {
	color: #666666;
	background: #ffffff;
	vertical-align: middle;
	height: 100%;
	padding: 3px;
}

INPUT.order-field {
	padding: 3px;
}

SPAN.small {
	color: #666666;
	background: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
}
