.orderstatusBody
{
	background-color: #ffffff;	
}

.contentDiv
{
	background-color: #ffffff;
	color: #353535;
	font-family: "Verdana";
	font-size: 11px;	
	font-weight: 600;	
	
	font-family: "Verdana";
	font-size: 11px;	
	font-weight: 600;
	margin-top: 0px;
	
	width: 710px;
	margin:auto;
}

.formOnlyRightColumn
{
	display:block;
	position:relative;
    left: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.formItem
{
	display:block;
	position:relative;    
	width: 140;
	height: 25px;
}

.formItem label
{
	display: inline;
	position: absolute;	
	padding-top: 7px;
}

.formItem input
{
	display: inline;
	position: absolute;
	left: 150px; 
	padding-top: 0px;
}

table
{
	border: solid 1px black;
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
}

tr
{
	height: 20px;
}

tr:nth-child(even)
{
	background:#ffffff;
}

tr:nth-child(odd)
{
	background:#EFF1F2;
}

td, th {
  border-left: solid 0px black;
  border-right: solid 0px black;
  padding-left: 4px;
}

td
{	
	font-weight: 500;
}

tr:hover {
	background-color: #E73163;
}

th
{
	text-align:left;
	color: #cecece;
	background-color: #232323;	
}

.leftColumnCell
{
	border-left: none;
}

.rightColumnCell
{
	border-right: none;
}

#leftformItemsColumn
{
	padding-top: 15px;
	float: left;
	width: 50%;	
	padding-bottom: 15px;
}

#rightformItemsColumn
{
	padding-top: 15px;
	float: right;
	width: 50%;	
	padding-bottom: 15px;
}

#orderlinesTable
{
	
}

#buttonBar
{
	background-color: #232323;
	height: 40px;
	margin-bottom: 15px;
}

.buttonBarButton
{
	height: 40px;	
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;	
	background-color: #232323;
	color: #cecece;
	outline: none;
	border-style: none;
	vertical-align: middle;
	font-family: "Verdana";
	font-size: 10px;	
	font-weight: 600;
}

.buttonBarButton:hover
{	
	background-color: #575757;
}

.buttonBarButtonDisabled
{
	height: 40px;	
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;	
	background-color: #232323;
	color: #232323;
	outline: none;
	border-style: none;
	vertical-align: middle;
	font-family: "Verdana";
	font-size: 10px;	
	font-weight: 600;
}

.error
{
	background-color: #353535;
	position: relative;
	margin:auto;
	color: #ffffff;
	min-height: 150px;
	max-width: 400px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.errorOkButton
{
	position: absolute;
	right: 20px; 
	bottom: 10px;	
	width: 100px;
}