/*
//	DU.css
//	Author: Detacom Projecten (A.E.Veltstra)
//	Purpose: providing appearance to the DU order entry system
//	Created: 13/11/2001
//	Last-Modified 11/01/2003 -- for portfolio
//	Copyright notice: Feel free to copy, use and modify this stylesheet,
//	Copyright notice: but please state the origin.
*/
body {
	background-image: none;
	background-color: #FFCC99; /*orange*/
	color: #000000; /*black*/
	padding: 5px;
	margin: 5px;
}
.leftRule {
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 2px;
}
.point10 {
	font-size: 10pt;
}
p, td, th, select, input, textarea, fieldset, a, li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	background-color: inherit;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
h1, h2, h3 {
	font-family: Verdana, Arial, sans-serif;
	background-color: inherit;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 24pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 14pt;
}
a:link, a:active, a:visited {
	text-decoration: underline;
}
select, input {
	padding: 0;
	height: 14pt;
	width: 15em;
}
input.bevelmenu {
	text-align: center;
	background-color: ButtonFace;
	color: #3333FF;
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
	height: 14pt;
	width: 10em;
}

input.bevel {
	text-align: center;
	background-color: ButtonFace;
	color: #3333FF;
	font-weight: bold;
	cursor: pointer;
	height: 18pt;
}

input.bevel2 {
	text-align: center;
	background-color: ButtonFace;
	color: #336600;
	font-weight: bold;
	font-size: 7pt;
	cursor: pointer;
	height: 14pt;
	width: 8em;
}

input.bevel3 {
	text-align: center;
	background-color: ButtonFace;
	color: #990000;
	font-weight: normal;
	font-size: 7pt;
	cursor: pointer;
	height: 14pt;
	width: 8em;
}

input.article {
	background-color: ButtonFace; /*white*/
	color: ButtonText;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 1pt;
	height: 13pt;
	width: 5em;	
}
th {
	padding-top: 15px;
	border-top-style: dashed;
	border-top-color: #000000;
	border-top-width: 2px;
	text-align: left;
	font-weight: bold;
}
th.noEndingRule {
	border-top-style: none;
}
.required {
	background-color: inherit;
	color: #990000;
}
td.EndingRule {
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
}

.required input, input.required, input:required {
	color: #000000;
}
.disabled {
	color: #000000;
}
.disabled input, input.disabled, input:disabled {
	color: #000000;
}
.disabled select, select.disabled, select:disabled {
	color: #000000;
}
.optional {
	color: #006600;
}
.hidden {
	visibility: hidden;
}
.spanwidth2 {
	width: 30em;
}
.spanwidth3 {
	width: 46em;
}
.spanwidth4 {
	width: 63em;
}
.spanwidthchk {
	width: 5em;
	text-align: right;
}