/* Extended styles */
th {
	text-align: center;
	color:white;
	font-weight: bold;
	background-color: #006599;
}
th.details {
	text-align: right;
}
td.topbord {
	border-top: thin solid #848484;
}
tr.hideme {
	display: none;
}
/* forms */
input[type=text],input[type=file], input[type=password], select, textarea {
	background-color: #CBD4D8;
	vertical-align: top;
	position: relative;
}
/**/
input[type=text], textarea, select { margin-left: 110px;}
input[type=text].po { width: 166px; }
input[type=text].wide { margin-left: 150px; }
input[type=text].short { margin-left: 85px; width: 100px; }
input[type=text].date { margin-left: 85px; width: 80px; }
input[type=text].base { margin-left: 85px; width: 150px; }
input[type=text].qty { width: 50px; }
input[type=text].unit { width: 80px; }
input.login { margin-left: 0px; }
input[type=submit] { margin-left: 110px; }
input[type=submit].wide { margin-left: 150px; }
input[type=submit].short { margin-left: 10px; }
input[type=submit].clearmargin { margin-left: 0px; }
input[type=submit].login { margin-left: 0px; }

input[type=button] { margin-left: 110px; }
input[type=button].remover { margin-left: 150px; }

input[type=text].spoofLabel {
	border: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	width: 165px;
}
input[type=text].spoofLabelShort {
	border: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	width: 130px;
}
input[type=text].clearmargin, input[type=button].clearmargin, textarea.clearmargin {margin-left: 0px;}

textarea.Internal {width: 706px;}
#productform {
	position: absolute;
	/*width: 330px;*/
	height: 180px;
}
#parameterlist {
	position: relative;
	
	background-color: #CBD4D8;
	width: 410px;
	min-height: 155px;
	height: auto;
	left: 335px;
}
#OrderLines {
	margin-top: 10px;
	min-width: 742px;
	width: auto;
	height: auto;
	min-height: 100px;
	border: thin solid #848484;
}
label { 
	position: absolute; 
	text-align:right; 
	width:100px; 
	padding-top: 5px; 
	padding-bottom: 5px;
}
label.login { 
	position: relative; 
	text-align:left; 
	width:100px;
}
label.datalabel {
	position: relative;
	margin-left: 110px;
	width: 140px;
	font-weight: bold;
	border: thin solid black;
}
label.short { width: 80px; text-align:left; padding-left: 5px;}
label.wide { width: 140px; }
label.note {
	position: relative;
	width: 330px;
	height: 40px;
	font-weight: bold;
	color: red;
	font-size: 0.9em;
	font-style: italic;
	margin-left: 10px;
	text-align: left;
}
label.heading {
	text-align: center;
	color:white;
	font-weight: bold;
	background-color: #006599;
	width: 330px;
}
label.headingsmall {
	position: relative;
	left:330px;
	text-align: center;
	color:white;
	top: 5px;
	font-weight: bold;
	background-color: #006599;
	width: 70px;
	padding-right: 5px;
}
#parameterlist {
	border: thin outset black;
}
.clearmargin { margin-left: 0px; }