/* ----- content ----- */
p.errorText {
	padding: 5px;
	background-color: #df8;
	color: #c00;
}

table td.barTop {
	border-top: 1px dashed #030;
}

table td.note {
	border-top: 1px solid #030;
	font-size: 0.7em;
}

table.orderStatusTable {
	width: 100%;
	font-size: 0.8em;
}

table.orderStatusTable tr {}

table.orderStatusTable tr td {
	background-color: #DFF7B8;
}

table.orderStatusTable td.active {
	width: 34%;
	background-color: #DFF7B8;
	font-weight: bold;
	text-align: center;
}

table.orderStatusTable td.inactive {
	width: 33%;
	background-color: #350;
	font-weight: bold;
	color: #999;
	text-align: center;
}

div.orderContent {
	margin-top: 10px;
	padding: 4px;
	background-color: #DFF7B8;
}

div.orderButtons {
	margin-top: 10px;
	padding: 4px;
	background-color: #DFF7B8;
}

div.catalogusNote {
	margin-top: 10px;
	padding: 4px;
	background-color: #DFF7B8;
	font-size: 0.8em;
}