body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 9pt;
}
h2 {
	margin-top: 0;
}
img {
	border: 0;
}

a {
	text-decoration:none;
	color: #000;
}



#menu {
	text-align: left;
	border: 1px solid #F00;
	padding:10px;
	margin: auto;
	min-width: 900px;
}

#menuleft {
	width: 18%;
	border-right: 1px solid #000;
	float: left;
	position: relative;
	margin-right: 10px;
}

.clear{
	clear: both;	
	margin-left: 10px;
}

#menuright {
	width: 80%;
	float: left;
	position: relative;
}


.goodmessage {
	display:inline; 
	background-color:#CCCCCC; 
	color: #390;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #3C0;
	border-radius: 4px;
}

.badmessage {
	display:inline; 
	background-color:#CCCCCC; 
	color:#F00; 
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #F00;
	border-radius: 4px;
}

.th {
	background-color: #DDD;	
}

.even {
	background-color: #EEE;	
}

.oneven {
	background-color: #FFF;
}

.even:hover {
	background-color: #DDD;	
}

.oneven:hover {
	background-color: #DDD;	

}

.toolate {
	color: #F60;
}

.late {
	color: #F00;
}

.normal {
	color: #000;
}


/* form.css */
.button {
	border: 1px solid #333;
	background-color: #1870CF;
	font-family: Tahoma, Arial, sans-serif;
	padding: .2em;
	font-variant: small-caps;
	color: #fff;
	font-weight: bold;
}
.smallbutton {
	border: 1px solid #333;
	background-color: #1870CF;
	font-family: Tahoma, Arial, sans-serif;
	padding: .3em;
	font-size: 8pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #fff;
}
.form_error {
	border: 1px solid #069;
}
.error_message {
	display: inline;
	vertical-align: top;
	color: #069;
	white-space:nowrap;
}
form {
	margin: 0 4px;
	font-size: 110%;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #DB8101;
}

form fieldset {
	font-size: 100%;
	border: 1px solid #666;
	padding: 10px;
}

form fieldset legend {
	padding: 0.2em 0.5em;
	border:1px solid #666;
	color:#333;
	font-size:90%;
	text-align:right;
	background-color: #ADC2E7;
	font-variant: small-caps;
}
label {
	float:left;
	width:25%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:normal;
}
label u {
	font-style: normal;
	text-decoration: underline;
}

input, select, textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	margin-bottom: 5px;
}

textarea {
	overflow: auto;
}

form div {
	clear: left;
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0px 0px 10px 10px;
  padding: 5px;
  border: 1px solid #666;
  background-color: #ffffe1;
  color: #666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0px 3px 27px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #666;
  color: #666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #666;
  margin: 0px 0px 0px 142px;
  padding: 0px 5px 5px 5px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0px 3px 0px 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 200px;
  background-color: #f4f4f4;
  font-size: 16px;
  padding: 3px 5px;
  margin: 0px 0px 5px 0px;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  margin: 0px 0px 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0px 0px 5px 0px;
}
p.error {
  color: #DB8101;
  background-color: #DBA941;
  font-size: 14px;
  padding: 1em;
}

form div input, form div select, form div textarea {
  padding: 1px 3px;
  margin: 0px 0px 0px 0px;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
}

#ordercontainer {
	width: 100%;
	/*border : 1px solid #F00;*/
}
	

#inputleft {
	margin-top:10px;
	float: left;		
}

#inputright {
	margin-top:10px;
	float: right;
}

.inputleft {
	margin-top:10px;
}

.inputright {
	margin-top:10px;
	float: right;
}

.inputbig {
	font-size: 2em;
	margin-left: 10px;
}

.label {
	font-style: italic;
}

#ordinaryinputblock {
	margin-top:10px;
}

.ordinaryinput {
	font-size: 1.5em;
	margin-left: 10px;
}

.smallinput {
	font-size: 1em;
	margin-left: 10px;
}

.artikel {
	margin-left: 80px;
	font-size: 1.2em;
}

#plaats {
	position: absolute;
	left: 400px;
	top: 200px;
}

#opmerkingen {
	width: 80%;
	padding: 5px;
	font-size: 1.5em;
}

#geschiedenis {
	width: 80%;
	padding: 5px;
	font-size: 1.5em;
}

.selectartikel {
	line-height: 2em;
}

.validateError {
	border: 2px solid #F00;
}

.selectstatus {
	border: 1px solid #AAA;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;	
}

.selectactie {
	border: 1px solid #AAA;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;	
}

.sort-desc {
	width: 14px;
	height: 11px;
	background-image: url(images/up.gif);
	float: right;
	margin-top: 3px;
}

.sort-desc:hover{
	background-image: url(images/up_over.gif);	
}

.sort-asc {
	width: 14px;
	height: 11px;
	background-image: url(images/down.gif);
	float: right;
	margin-top: 3px;
}

.sort-asc:hover{
	background-image: url(images/down_over.gif);	
}

.nextprevbttn {
	border: 1px solid #999;
	background-color: #CCC;
	padding: 2px;
	margin-left: 10px;	
}

#tablelist tr{
	cursor: pointer;
}

.voorontwerpbox {
	position: relative;
	float: left; 
	margin-right: 35px;
	margin-bottom: 10px;
}

.voorontwerpdelete {
	position: absolute;
	top: 5px;
	right: -20px;	
}

.bestelbonbox {
	position: relative;
	float: left; 
	margin-right: 35px;
	margin-bottom: 10px;
}

.bestelbondelete {
	position: absolute;
	top: 5px;
	right: -20px;	
}

.mainbutton {
	display:block;
	padding: 5px;
	margin-left: 20px;
	background-color: #CCC;
	border: 1px solid #999;	
	float: left;
}

.subbutton {
	display:inline-block;
	padding: 2px;
	margin-left: 20px;
	margin-bottom: 5px;
	background-color: #EEE;
	border: 1px solid #999;	
	/*float: left;*/
}

.smallbutton2 {
	display: inline-block;
	padding: 2px;
	margin-left: 20px;
	background-color: #CCC;
	border: 1px solid #999;	
	font-size: 0.8em;
	border-radius: 3px;
	font-style: italic;
}

.smallbutton2:hover {
	background-color: #BBB;	
}

#showDetail {
	margin: 5px 5px 0 15px;;
}

#detail {
	display: none;
	margin: 5px 5px 0 30px;;
}

#showDetailBezoeken {
	margin: 5px 5px 0 15px;;
}

#detailbezoeken {
	display: none;
	margin: 5px 5px 0 30px;;
}

