body {
	background: white;
	color: black;
}

html {
	font-family: Tahoma, Trebuchet MS, sans-serif;
	font-size: 95%;
}

a {
	color: #00486e;
	text-decoration: none;
}

a:hover {
	color: #327499;
}

img {
	border: 0;
}

a.hiddenlink, a.hiddenlink:hover {
	color: black;
	text-decoration: none;
}

form.loginform {
	width: 250px;
	border: 1px solid #00486e;
	background: #F0F0F0;
	padding: 0.5em 0.5em 0.5em 0;
	margin-top: 20pt;
	color: black;
}

div.topbar {
	border: 1px solid #00486e;
	background: #EEEEEE;
	padding: 3pt;
	font-style: normal;
	clear: both;
}

div.topbar div.right {
	float: right;
}

div.topbar div.left {
	float: left;
}

h1 {
	text-align: left;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 3pt;
	font-size: 140%;
	font-family: Bitstream Vera Sans Mono, Andale Mono, Verdana, sans-serif;
}

h1 img {
	/* margin-right: 8pt; */
}

h2 {
	clear: both;
	padding: 24pt 0 2pt 0;
	margin: 0 0 8pt 0;
	border-bottom: 1px solid #00486e;
	font-weight: bold;
	font-style: normal;
	color: #00486e;
	text-align: left;
	font-size: 120%;
}

h3 {
	padding: 4pt 0 0 0;
	margin: 0;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	font-size: 110%;
	color: #00486e;
}

h4 {
	padding: 8pt 0 0 0;
	margin: 0;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	font-size: 100%;
	color: #00486e;
}

h5 {
	margin-bottom: 0.8em;
	padding-bottom: 0;
	font-size: 100%;
	color: blue;
}

.twocol { width: 42%; float: left; margin: 1em 1em 1em 0; padding: 0 0.5em 0 0.5em; background: #DEF; }

span.title {
	margin: 0 0 6pt 4pt;
	padding: 0;
	vertical-align: middle;
	position: relative;
	bottom: 9px;
}

span.printtitle {
	display: none;
}

a.logout {
	font-weight: bold;
}

div.footercontainer {
	border: 1px solid white;  /* grim hack to make kHTML & Gecko render this in the right place! */
	clear: both;
}

div.footer {
	border-top: 1px solid #00486e;
	padding: 2pt 0 0 0;
	margin: 24pt 0 0 0;
	color: #777;
}

div.icon {
	text-align: center;
	width: 90pt;
	margin: 4pt;
	float: left;
}

div.icon img {
	width: 64px;
	height: 64px;
}

table.emailtable td {
	background: #bbffff;
	vertical-align: top;
	padding: 2px 8px 2px 8px;
	white-space: nowrap;
}

table.emailtable tr.even td {
	background: #bbe8ff;
}

table.emailtable td.emailtable-selected {
	font-weight: bold;
}

table.emailtable td.emailtable-alias {
	color: #0000B0;
}

table.emailtable td.emailtable-target {
	white-space: normal;
}

img.miniicon {
	width: 16px;
	height: 16px;
	vertical-align: bottom;
	margin-right: 5px;
}

td {
	empty-cells: show;
}

th {
	font-weight: bold;
}

table.pseudotable {
	border-spacing: 0;
	border: 0;
}

table.pseudotable tr td, table.pseudotable tr th {
	padding: 0 12pt 3pt 0;
	margin: 0;
	border: 0;
	text-align: left;
}

table.invoices {
	border-spacing: 0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

table.invoices tr td, table.invoices tr th {
	padding: 2pt 8pt 2pt 4pt;
	margin: 0;
	text-align: left;
	border-bottom: 1px solid black;
	vertical-align: bottom;
}

table.invoices tr th {
	border-bottom: 3px double black;
}

table.invoice {
	border-spacing: 0;
	margin: 14pt 0 0 0;
}

table.invoice tr td, table.invoice tr th {
	padding: 4pt 12pt 4pt 4pt;
	margin: 0;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-weight: normal;
}

table.invoice tr td {
	padding: 10pt 12pt 0 4pt;
}

table.invoice td.description {
	white-space: normal;
	width: 400px;
}

table.invoice td.amount, table.invoice th.amount {
	text-align: right;
}

table.invoice tr th {
	border-bottom: 2px solid black;
}

table.invoice tr.total td {
	font-weight: bold;
	border-top: 1px solid black;
	white-space: nowrap;
	padding: 4pt 12pt 4pt 4pt;
}

tr.unpaidinvoice {
	background-color: #ffff80;
}

td.invoicenum {
	font-family: monospace;
}

td.invoiceamt {
	font-weight: bold;
}

td.overdue {
	color: red;
}

p.pay * {
	vertical-align: bottom;
}

p.pay input {
	margin-bottom: 16px;
	margin-left: 16pt;
}

table.pricelist {
	border-spacing: 0;
}

table.pricelist td {
	text-align: center;
	font-weight: normal;
	padding: 0.5em 0.3em 0.5em 0.3em;
	width: 8em;
}

table.pricelist th {
	text-align: center;
	font-weight: bold;
	padding: 0.5em 0.3em 0.5em 0.3em;
}

table.pricelist th.leftheading {
	text-align: right;
	font-weight: bold;
	padding-right: 1em;
}

table.pricelist tr.price td {
	font-weight: bold;
}

table.pricelist .yes {
	color: #008000;
}

table.pricelist .no {
	color: red;
}

table.pricelist .extra {
	color: #ff8000;
}

.email {
	background-color: #ffe8f4;
}

.starter {
	background-color: #e8d0ff;
}

.lite {
	background-color: #e4e4ff;
}

.standard {
	background-color: #ddffdd;
}

.professional {
	background-color: #ffffc8;
}

table.pricelist tr.orderlinks td {
	font-weight: bold;
	background-color: white;
}

p.orderlink {
	clear: both;
	font-weight: bold;
	font-size: 140%;
	background: #cfc;
	padding: 2pt 10pt;
}
