﻿
.orderBodyConfirmedQuantity, .orderBodyItemQuantity, .txbPalletQuantitySum, .txbBoxQuantitySum, .txbConfPalletSum
{
	border-style: none;
	background-color: Transparent;
	width: 100px;
	text-align: right;
}	


.poInputBox, .orderRemarkInput, .orderBodyPalletQuantity, .orderHeadDataInput
{
	/*background-color:White; border-top: #FFFFFF solid thin; border-bottom: #FFFFFF solid thin; border-right: #FFFFFF solid thin; border-left: #FFFFFF solid thin; color:#BFE1D4;*/
	background-color: #F4F6F3;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 18px;
	vertical-align: middle;
}

.poInputBox
{
	width: 240px;
}

.orderBodyPalletQuantity
{
	/*border:groove 1px black;*/
	width: 30px;
	text-align: right;
}
.orderHeadDataInput
{
	width: 200px;
}
.tdOrderHeadDataDisplay
{
	margin: auto;
	vertical-align: top;
	width: 350px;
	text-align: left;
}
.orderBodyRowsInputPanel
{
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
}
TD.tdOrderHeadDataInput
{
	margin-left: auto;
	margin-right: auto;
	float: right;
}
.tdOrderHeadDataInputText
{
	text-align: left;
}
.tdOrderHeadDataInputValue
{
	text-align: left;
}
.tblInvoiceCpyInfo, .tblDeliveryCpyInfo
{
	vertical-align: top;
	text-align: left; /*border: dotted 2px gray;*/
	border: solid 1px black;
	background-color: #D6EFE0;
	width: 250px;
}

.tblOrderBody
{
	border-collapse: collapse;
	border-right: none;
	border-left: none;
	border-top: solid 2px #008852;
	border-bottom: solid 2px #008852;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.TBLPurchaseOrderSelect
{
	width: 100%;
}
.OrderButton
{
	width: 180px;
}

.pnlOrderBodyInput
{
	text-align: center; /*border-bottom: solid 2px #008852;*/
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.pnlMailNotify, .pnlAGB, .pnlRemark
{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.orderRemarkInput
{
	width: 800px;
	height: 60px;
}
.mailNotificationOptions
{
	margin-left: 37px;
	margin-right: 0 auto;
}
.cbxMailNotify, .imgMailNotify
{
	clear: both;
}
.lblAGBOrderDate
{
	display: none;
}


.OrdersCollapsiblePanel
{
	text-align: left;
}
/*Order Overview Styles*/
TABLE.TBLOrderOverviewSelect /*Used*/
{
	margin-top: 10px;
	border-collapse: collapse;
	border-style: none;
	border-bottom: solid 1px #007a4c;
	border-top: solid 1px #007a4c;
	background-color: #d6efe0;
	width: 800px;
}
.tdOrderNoSelect
{
	text-align: left;
	vertical-align: middle;
	width: 280px;
}
.tdOrderStateSelect, .tdOrderTypeSelect
{
	text-align: left;
	vertical-align: middle;
	width: 200px;
}

.tdNewReservation, .tdNewOrder{}

.tdNewOrder
{
	text-align: center;
	vertical-align: middle;
}

.loadOrdersButton
{
	width: 230px;
}
.tblAmountDetail .gridItem, .tblAmountDetail .gridAltItem, .tblArticleDetail .gridItem, .tblArticleDetail .gridAltItem
{
	border: none;
}
.thOrderDate, .tdOrderDate, .thWDelDate, .tdWDelDate, .thAmount
{
	text-align: right;
}
.thLabelNoWrap
{
  font-size:8pt;
  color: Black;
  white-space: nowrap;
}
.thOrderDate, .tdOrderDate
{
	width: 100px;
}
.thWDelDate, .tdWDelDate
{
	width: 160px;
}

.thCAmount,.thWAmount,
.tdCAmount,.tdWAmount
{
	width: 90px;
	padding-right: 10px;
}

.thOrderNumber, .tdOrderNumber, .thOrderOvArticleName, .tdOrderOvArticleName
{
	text-align: left;
}
.thOrderNumber, .tdOrderNumber
{
	width: 120px;
}
.thOrderOvArticleName, .tdOrderOvArticleName
{
	width: 100px;
	padding-left: 30px;
}
.thOrderState, .tdOrderState
{
	text-align: right;
}
.tdOrderDirection 
{
	text-align: right;
}
.tdPartlist{padding-left:5px;white-space:nowrap;}
.tdPartlist select
{	
	width:160px;	
	background-color:#F4F6F3;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
.tdArticleName
{
	white-space:nowrap;
	text-align:left;
}
/*************************** BEGIN TAB CONTROL ************************************/
.tabControl /*container for the control*/
{
	width: 100%;
	text-align: left;
}
.tabControlHeader{} /*container for tabheader*/
.tabPageHeader /*single tab header, active or inactive*/
{
	float: left;
	display: block;
	background-color: #F6F6F6;
	border: solid 1px transparent;
	background-repeat: repeat-x;
	height: 20px;
	font-size: 17px;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: bottom;
}
.activeTabHeader /*active single tab header*/
{
	background-color: #007a4c;
	background-image: url(images/atabbg_2x20.gif);
	color: White;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px transparent;
}
.activeTabHeader A, .inactiveTabHeader A /*text of tabheader*/
{
	font-weight: normal;
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-size: 12px;
	white-space: nowrap;
	display: block;
	color: White;
	padding-top: 2px;
}
.inactiveTabHeader /*inactive single tab header*/
{
	cursor: pointer;
	background-color: #F6F6F6;
	background-image: url(images/tabbg_2x20.gif);
	color: Black;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
}
.inactiveTabHeader A /*text of inactive tabheader*/
{
	color: Black;
}
.tabPages /*container for tabpages*/
{
	clear: both;
}
.activeTabPage /*single active tabpage container */
{
	background-color: #F6F6F6;
	border: solid 1px black;
}
.inactiveTabPage /*single inactive tabpage container */
{
	background-color: #F6F6F6;
	border: solid 1px black; /*display is setup in element style by js to provide it unobstrusively*/
}
/*************************** END TAB CONTROL ************************************/
@media print
{
	#rpt_navbar
	{
		display: none;
	}

}
#rpt
{
	height: 600pt !important;
	margin-left: 0 auto;
	margin-right: 0 auto;
	margin-top: 0 auto;
	margin-bottom: 0 auto;
}
/*OrderConfirmation*/
.orderConfirmationBox
{
	margin-top: 30px;
	width: 800px;
	background-color: #D6EFE0;
	border-bottom: solid 1px #007a4c;
	border-top: solid 1px #007a4c;
}
table.oovContent{width:100%;}
