/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
    BACKGROUND-COLOR: white;
  /* FONT-FAMILY: ARIAL, Helvetica, sans-serif;*/
    FONT-FAMILY:Verdana, Arial, Helvetica, Sans-Serif;
    FONT-SIZE: .6em;  
    margin: 0 auto;
    /* padding: 0px 0px 0px 0px; */
  /*  background-color:Gray;*/
}


H1, H2, H3, H4, H5
{
    color:#00743F;
}
H1	{	

/*	font-size:	1em; */
	color:#00743F;
font-family:Arial,sans-serif;
font-size:12px;
font-weight:bold;
margin:0 0 5px;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

TABLE
{
  FONT-FAMILY:Verdana, Arial, Helvetica, Sans-Serif;
}

/*Login*/


#masterContent,.masterContent
{
	width:100%;
	margin: 0 auto;
	text-align:center;
	
}
.menuPanel{
	border:none;
}
.userContainer 
{
	position:absolute;
	text-align:center;
	top:53px;
	width:100%;	
	z-index:5;
}
#userData
{
	text-align:left;
	width:800px;
	}
/*#tblContent{background-color:White;}*/
.MainMenuLayoutTable
{
	border-collapse:collapse;

	width:800px;
	/*background-color:White;*/
}
.headerImage
{
	width:800px;
	height:75px;
}
.MenuRow
{
	background-image: url(images/tabbg_2x20.gif);
	background-repeat: repeat-x;
	text-align:center;
	background-color:#F6F6F6;
	vertical-align:middle;
	
}
.LogoutCell
{
	text-align:right;
	float:right;
	height:18px;
	vertical-align:middle;
}
#vNavbar{ vertical-align:top; text-align:left;padding-top:15px;	padding-right:10px;}
.MenuCell{	text-align:left;	float:left;	}

table.mainMenu,table.mainMenuDyn,table.vMainMenu
{
	border: none ;
	background-color:#F6F6F6;	
	color:Black;
	border: solid 2px #C0C0C0;
	border-right:none 0px #C0C0C0;
	border-collapse:collapse;
}
.mainMenu td
{ /*asp menu puts spacer col with fixed width of 3 px-> remove it */
	width:0px !important;
	height:18px;	
	vertical-align:top;
}
.vMainMenu td{	height:18px;vertical-align:top;}
.mainMenuDyn td{ height:18px;}
a.mainMenuItemDyn{display:block;padding-left:4px;padding-right:4px;}
table.mainMenuItem ,table.mainMenuItemDyn
{	
	border-right: solid 2px #C0C0C0;
	background-image: url(images/menubg36.gif);
	background-repeat: repeat-x;
	height:100%;
	width:160px;
	vertical-align:top;
	text-align:left;
}
table.mainMenuItemDyn{width:156px;}
table.mainMenuItemDyn
{
border: solid 0px #C0C0C0;
border-bottom:solid 1px #C0C0C0;

}
.mainMenuItem a{display:block; height:34px; padding-top:2px; padding-left:4px; padding-right:4px;}
table.mainMenuItem 
{
	height:36px;
	background-color:#D6E5DA;
	background-image: url(images/menubg36.gif);
	background-repeat: repeat-x;
}
.mainMenuDyn 
{
	/*border-left:solid 1px black;
	border-right:solid 1px black;border-bottom:solid 1px #C0C0C0;*/
	border:solid 2px #C0C0C0;
	border-bottom:solid 2px #C0C0C0;
	width:156px;
		
}

table.mainMenuItemHover , table.mainMenuItemSelected ,
table.mainMenuItemHoverDyn , table.mainMenuItemSelectedDyn 
{
	background-image: url(images/menubg36a.gif);
	background-color:#478A5C;
	background-repeat: repeat-x;
	height:18px;
}
table.mainMenuItemHover , table.mainMenuItemSelected 
{
	height:36px;
}
.mainMenu a:link, .mainMenu a:visited,.mainMenu a:active,.mainMenu a:hover, 
.vMainMenu a:link, .vMainMenu a:visited,.vMainMenu a:active,.vMainMenu a:hover, 
.mainMenuDyn a:link, .mainMenuDyn a:visited,.mainMenuDyn a:active,.mainMenuDyn a:hover
{
	font-weight: normal;
	text-decoration: none;
	text-transform:uppercase;
	font-family: Arial,sans-serif !important;
	font-size: 12px !important;
	white-space:normal !important;
	color:black;
	
	/*padding-left:10px;
	padding-right:10px;*/
}

.logoutLnk a ,a:link.logoutLnk , a:visited.logoutLnk, a:active.logoutLnk
{
 color:White;
 text-decoration:underline;
 float:right;
 vertical-align:bottom;
 padding-right:20px;
}

a:hover.logoutLnk{	font-weight:bold;	color:red;}


.mainMenuItemHover a:hover,.mainMenuItemHover a:active,.mainMenuItemHover a:link, .mainMenuItemHover a:visited,
.mainMenuItemHoverDyn a:hover,.mainMenuItemHoverDyn a:active,.mainMenuItemHoverDyn a:link, .mainMenuItemHoverDyn a:visited
{
	color:White;
}
.mainMenuItemSelected a:hover,.mainMenuItemSelected a:active,.mainMenuItemSelected a:link, .mainMenuItemSelected a:visited,
.mainMenuItemSelectedDyn a:hover,.mainMenuItemSelectedDyn a:active,.mainMenuItemSelectedDyn a:link, .mainMenuItemSelectedDyn a:visited
{
	color:White;
	font-weight:bold;
}

#tblContent{width:800px;border: none;}

.input_115 {
background-color:#F4F6F3;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
height:21px;
width:115px;
}

.text_12px_schwarz
{
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.grayItem
{

	background-color:#F2F1F1;
	font-size:8pt;
}
.gridItem,.gridItem .tdData,.gridItem .tdAmount,.gridItem td, .adsGridSelection td
{
	border-top:solid 1px #008852;
	/*border-right:solid 0px transparent;
	border-right:solid 0px transparent;
	text-align:center;*/
	background-color:#FFFFFF;
	font-size:8pt;
}
.gridAltItem,.gridAltItem .tdData,.gridAltItem .tdAmount,.gridAltItem td,
.trAvisoTodo,.trAvisoDone
{
		border-top:solid 1px #008852;
	/*border-width:1px;*/
		/*text-align:center;*/
	background-color:#FFFFFF;
	font-size:8pt;
}

	/*default filterbox Styles*/
DIV.cpanFilterContainer /*Used*/
{
	width: 100%;
	text-align:right;
}
TABLE.tblFilter
{
	/*margin-top: 10px;*/
	border-collapse: collapse;
	border-style: none;
	border-bottom: solid 1px #007a4c;
	border-top: solid 1px #007a4c;
	background-color: #d6efe0;
	text-align:left;
	width: 100%;
}
.tdDocNumberFilter
{
	text-align: left;
	vertical-align: middle;
	width: 280px;
}
.tdDocNumberFilter INPUT, .txbDeliveryNoteInput
{
	/*float:right;*/
	width:120px;
	
}

.tdCheckBoxFilter
{
	text-align: left;
	vertical-align: middle;
	width: 160px;
}

.tdFilterAction
{
	text-align:right;
	vertical-align: middle;
	
}
/* end default filter Box */


TABLE.TBLSelect
{
	border-collapse: collapse;
	border-right:none;
	border-left:none;
	border-top:solid;
	border-bottom:solid;
	border-color:Black;
	border-width:1px;
	
}	
TABLE.TBLBorderStecoRed
{
	border-collapse: collapse;
	border-right:none;
	border-left:none;
	border-top:solid;
	border-bottom:solid 1px;
	border-color:#00743F;
	border-width:1px;
	
}	
TABLE.TBLBordersStecoRed
{
	border-collapse: collapse;
	border-right:none;
	border-left:none;
	border-top:solid 2px #008852;
	border-bottom:solid 2px #008852;
	width:800px;
	/*border-width:1px;
	border-width:1px;*/
}	


TABLE.TBLStockInventories
{
	border-collapse: collapse;
	border:solid 1px #008852;
	text-align:left;
	width:100%;
}	
TABLE.TBLMovOverviewSelection /*Used*/
{   
/*	border-width:2px;
	border-style:  ridge;
	 border-bottom: ridge 2px;
	 border-top: ridge 2px;
	 border-left: ridge 2px;
	 border-right: ridge 2px;
*/		
    width:650px;
	
}	



TABLE.TBLRemark /*Used*/
{
	width:100%;
	height:100%;
	border-collapse:collapse;
}
.TBLRemark .tdInputLabel
{
	vertical-align:top;
	font-weight:bold;
	width:240px;
}
	

TABLE.TBLBorderBlack
{
	border-right:solid;
	border-left:solid;
	border-top:solid;
	border-bottom:solid;
	border-color: Black;
	border-width:1px;
	height:24px;
	
}	

td.CellBorderBlackFont
{
	border-right:solid thin;
	border-left:solid thin;
	border-top:solid thin;
	border-bottom:solid thin;
	border-color: Black;
	border-width:1px;
    height: 24px;
	font-family:Arial;
	font-size:10pt;
}

TABLE.TBLBorderBlackAddress
{
  border-right:solid;
	border-left:solid;
	border-top:solid;
	border-bottom:solid;
	border-color: Black;
	border-width:1px;
	font-family:Arial;
	font-size:10pt;
}	
.tdPageChange
{
	border-bottom:solid 2px #008852;
	text-align:right;
}

A
{
	text-decoration:	none;
	    /*border:none;*/
	    font-size:10pt;   
	    
}


A.whitelnk:link,active	{	
	color:white;
    font-weight:bold;
      
	}	
		
A.whitelnk:visited	{	
	color:white;
    font-weight:bold;
	}	
		

A.whitelnk:hover	{	
	color:#BFE1D4;
    font-weight:bold;

	}		





A:link,active	{	
	color:#00743F;
    font-weight:bold;
      
	}	
	
A:visited	{	
	color:#00743F;
    font-weight:bold;
	}	


A:hover	{	
	color:#BFE1D4;
	
    font-weight:bold;

}
A.smallLink:link,active{
    color:#00743F;
    font-weight:bold;
   	font-size:8pt;
}
A.smallLink:visited	{	
	color:#00743F;
    font-weight:bold;
   	font-size:8pt;
}	
A.smallLink:hover
{
	color:#BFE1D4;
    font-weight:bold;
   	font-size:8pt;	
}	

A.actLink:link,active{
    color:#000000;
    font-weight:bold;
   	font-size:8pt;
}
A.actLink:visited	{	
	color:#000000;
    font-weight:bold;
   	font-size:8pt;
}	
A.actLink:hover
{
	color:#000000;
    font-weight:bold;
   	font-size:8pt;	
}	

A.editLnk:link,active{
    color:#000000;
    font-weight:bold;
   	font-size:8pt;
    text-decoration:underline;
}
A.editLnk:visited	{	
	color:#000000;
    font-weight:bold;
   	font-size:8pt;
}	
A.editLnk:hover
{
	color:#000000;
    font-weight:bold;
   	font-size:8pt;	
   	text-decoration:none;
}	



A.Header:link,active{
    color:black;
    font-weight:bold;
   	font-size:8pt;
}
A.Header:visited	{	
	color:black;
    font-weight:bold;
   	font-size:8pt;
}	
A.Header:hover
{
	color:black;
    font-weight:bold;
   	font-size:8pt;	
}



BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	


.STECOGREEN
{
	color:#8CCFC6;	
}
.STECORED
{
	color:#BFE1D4;
}

.CAL_TITLE
{
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#066A21 none repeat scroll 0 0;
border:1px solid #000000;
color:#FFFFFF;
font-weight:bold;
padding:1px;
text-align:center;
}

.CAL_DAY_TITLE
{
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E8F4EB none repeat scroll 0 0;
border-bottom:1px solid #000000;
padding:2px;
text-align:center;
	
}
.CAL_DAYS
{
padding:2px 4px 2px 2px;
text-align:right;
width:2em;
}
.CAL
{
	font-size:x-small;
}
.CAL_NAV
{
	font-weight:bold;
	color:#FFFFFF;
	font-size:small;
}
.CAL_SELECTED
{
	color:#0000FF;
font-weight:bold;
}

.lightStecoGreenBG
{
	background-color:#E6F3EE;
}
.StecoGreenBG
{
	background-color:#00743F;
}
.StecoRedBg
{
	background-color: #FFFFFF;
	border-bottom: solid 2px #008852;
	border-top: solid 2px #008852;
	color: #000000;
	font-weight: bold;
	font-size: 8pt; /*border-style:none;*/
	
}

.HeaderNonLnk,.HeaderNonLnk th,.HeaderNonLnk td
{
	border-bottom: solid 2px #008852;
	border-top: solid 2px #008852;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold !important;
	font-size: 8pt; /*border-style:none;*/
}
.HeaderNonLnk th{vertical-align:top; border:solid 0px #008852;}
.lbxStecoGreen
{
	
	background-color:#F4F6F3;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;

width:240px;
}
.cbxStecoGreen
{
	
}

.labelDeliveryNote
{
  font-size:9pt;
  color:#666666; 
}

.labelDeliveryNoteFootline
{
  font-size:14pt;
  color:#666666;
  font-weight:bold;
}

.labelStecoGreen
{
	color:Gray;
	font-size:8pt;
}

.labelWhite
{
	color:White;
}
.labelStecoRed,.thMovBEdit
{
 /*color:#008852;*/
 color:#000000;

font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}

th.labelStecoRed,.thMovBEdit
{
	font-weight:bold;
}
.PageTitleLabel,.loginTitle
{
	color:#23502F;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:normal;
	text-transform: uppercase;
	/*border-bottom: solid 1px #008852;*/
}

#tblActions,#tblActions a,#tblActions a:link,#tblActions a:visited
{
	color:Black;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
}
#tblActions a:hover
{
	font-weight:bold;
}
#tblActions
{
	width:100%;
}
.loginTitle,.loginText
{
	text-align:left;
	color:#008852;
	text-transform:none;
	/*border-bottom: solid 2px #008852;*/
	font-weight:bold;
}
.loginText
{
	font-size:14px;
	display:block;
	padding-bottom:10px;
}
#LoginCtrl,#chgPwdCtrl,#actUsrCtrl
{	margin:0 auto;
	border:solid 1px black;
	width:650px;
	padding: 10px 0px 10px 0px;
}
#ActivateUserContent
{
	text-align:center;
	margin:0 auto;
	width:100%;
}
#tdLogoImg
{
	width:160px;
}	
 #login,#loginControlsContent,#tblChangePassword,#chgPwdControlsContent,#actUsr,#actUsrControlsContent,#tblactUsr,#actUsrContent
{
	
	border-collapse:collapse;
	width:100%;
	text-align:left;
	
}
#loginControlsContent,#actUsrControlsContent
{
	margin-top:15px;
	margin-bottom:15px;
}
#loginPwdHdr td,#loginUsernameHdr td,#chgPwdUsernameHdr td 
{
	vertical-align:bottom;
}
#imgBtnLogin
{
	border:none;
}

.logo,.loginTitle
{
	vertical-align:middle;
}
.logo
{
	margin-left:10px;
	
}
.tdLoginInput
{
	width:150px;
}

.loginSpace,.actUsrSpace
{
	height:25px;
}
#loginContent,#chgPwdContent,#actUsrContent
{
	background:#d6efe0;
	
}

.txbLoginInput
{
	border:solid 1px black;
	width:150px;
}
.txbCrtUsrInput
{
	border:solid 1px black;
	width:120px;
}
.ddlCreateUserInput,.txbEmailInput
{
	border:solid 1px black;
	width:200px;
}
#tblActions .tdIcoLeft,#tblActions .tdIcoRight,#tblactUsrActions .tdIcoLeft,#tblactUsrActions .tdIcoRight
{	
	vertical-align:middle;
		width:30px;	
}
#tblActions .tdIcoRight,#tblactUsrActions .tdIcoRight
{
	padding-left:30px;
}
#trQuestionHeader,#trQuestionInput,#trAnswerHeader,#trAnswerInput,.btnCreateUser
{
		visibility:hidden;
		display:none;
}
.crtUsrContent
{
	margin-top:20px;
}
.imgText,.chgPwdLink
{
  white-space:nowrap;
  vertical-align:middle;
}

.tdCrtUsrInput
{
	width:200px;
}
.crtUsrNav
{
	width:100%;
}
.tdCopyright
{
	text-align:center;
}
.pageTitlePanel
{
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: solid 2px #008852;
	/*width:800px; no width to have full size underline*/
}

.defaultPanel,.pnlMovementEditHead
{
	text-align:left; /*was center*/
	/*border-bottom: solid 2px #008852;*/
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
}


.buttonPanel
{
	/*width:50%;*/
	padding-bottom:10px;
	margin-bottom:10px;
	padding-top:10px;
	margin-top:10px;
	border-bottom: solid 2px #008852;
	border-top: solid 2px #008852;
}

	
.inputBox
{
/*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;
}



.none
{
	background-color:Transparent;
}
.txbPalletQuantitySum, .txbBoxQuantitySum, .txbConfPalletSum,
.txbAmountSum,.txbSenderAmountSum,.txbReceiverAmountSum,.txbDiffAmountSum,
.txbSubtotalChildAmount,.txbTotalParentAmount
{
	color: #008852;
	font-weight: bold;
	font-size: 8pt;
	border:solid 0px transparent;
	background-color:Transparent;
	width: 30px;
}

.txbAmountSum,.txbDiffAmountSum,
.txbSenderAmount,.txbReceiverAmount,
.txbPalAmount,.txbDiffAmount
{
	text-align:right;
	width:40px;
}


.txbDiffAmount
{
 color:Red;
 border:solid 0px transparent;
 background-color:Transparent;
}

.txbSenderAmount,.txbReceiverAmount,.txbPalAmount
{
background-color:#F4F6F3;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
height:18px;
vertical-align:middle;
}

.tdPalletQuantity, .tdBoxQuantity, .tdConfPallet,.tdSenderAmount,
.tdReceiverAmount,.tdDiffAmount,.tdDiffAmountSum,.tdDiffChildSubtotalAmount,.tdDiffParentAmountSum,
.tdSenderAmountSum,.tdReceiverAmountSum, .tdPartlist
{
	text-align: right;
}
.tdAmountDiff,.tdDiffAmount
{
color:#CC3333;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
}	
	
.diffAmount
{
  border-top: #DCDCDC solid thin;
  border-bottom: #DCDCDC solid thin;
  border-right: #DCDCDC solid thin;
  border-left: #DCDCDC solid thin;
  color: #00743F;
  font-size:8pt;
	text-align:right;
  background-color: #DCDCDC; 
  /*#F2F1F1;*/ /* gridItem bg color*/
}
.differencesColumn
{
  
  color: #2664C4;
  font-size:8pt;
	text-align:right;
  background-color:#DCDCDC; 
  
}
.trTotalAmount,.trTotalParentAmount,.trTotalChildAmount,.trSubtotalChildAmount
{
	
background-color:#FFFFFF;
border-bottom:2px solid #008852;
border-top:2px solid #008852;
color:#000000;
font-size:8pt;
font-weight:bold;

}


.gridItemMouseOver
{
		/*text-align:center;*/
	background-color:#d6efe0;
/*	font-size:8pt;*/
}

.gridItemRed
{
 background-color:#BFE1D4;
 font-size:8pt;
 text-align:center;
}
.printableCell
{
border-color:#666666;
border-width:1px;
border-style:Solid;	
}


.normalText
{
	font-size:8pt;
}
.infoText,.chgPwdCompletedMsg
{
  color:#00743F;
  font-size:10pt;
  font-weight:bold;
}
.Errortxt
{
	color:Red;
	font-size:9pt;
	font-weight:bold;
}
.navigationButton
{
 color:#0080E6;
 font-size:10pt;
 font-weight:bold;
}

.tblAmountDetail,
.tblAmountDetail .gridItem .tdAmount,
.tblAmountDetail .gridAltItem .tdAmount ,
.tblAmountDetail .gridItem .tdAmountDiff,
.tblAmountDetail .gridAltItem .tdAmountDiff,
.tblAmountDetail .gridItem .tdAmountOK,
.tblAmountDetail .gridAltItem .tdAmountOK,
.tblArticleDetail .gridItem td,
.tblArticleDetail .gridAltItem td
{
	border:none 0px transparent;
	margin-left:auto;
	margin-right:0px;
}
/**/
.tdData,.tdServiceType,.thArticleName
{
	 text-align:left;
}
.tdDate,.thDate
{
	 text-align:right;
}
.amount,.tdAmount,.tdAmountOK,.tdAmountDiff
{
	color:#008852;
	font-size:8pt;
	text-align:right;
}
/*.thArticleName,.tdArticleName not for aviso
{
 width:100px;
}*/
.trSum,.trSum TD
{
		border-top: solid 2px #008852;
		font-weight:bold;
}
.sumBox
{
	text-align:left;
	font-size:8pt;
	white-space:nowrap;
}

#tblMovBuildHeader #trDeliveryNoteInput #tdTypeSelection
{
	width:50%;
	vertical-align:top;
}
.tblTTypeSel TR TD
{
	vertical-align:top;
}
.thMovBEditArticle
{
	text-align:left;
}
.thMovBEditSenderAmount,thMovBEditReceiverAmount
{
	text-align:right;
}

.mBuildMBInput
{
	margin-top:10px;
	float:left;
	margin-bottom:20px;
	width:48%;
	text-align:left;
}
TABLE.tblMovementBodyEdit{	border-collapse:collapse;	}

.mBuildRemarkInput
{
	float:right;
	margin-top:10px;
	margin-right:7px;
	margin-bottom:20px;
	width:49%;
}
.mBuildPalInput
{
	clear:both;
	text-align:left;
	width:100%;
	
}

.txbMovBRemark
{
	height:130px;
	width:100%;
	text-align:left;
}
#tblEuroPalInput #tdEuroPalLabel
{
	width:240px;
	text-align:left;	
}
.pnlMovBActions
{
	text-align:left;
	vertical-align:middle;
	margin-top:20px;
	padding-top:10px;
}


/*AVISO*/
label.lblAviso,label.lblBlancDel,label.lblMovOv,label.lblRecMovCheck
{
width: 10em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block
}
.ctrlAviso,.ctrlBlancDel,.ctrlMovOv
{
 width:120px;
 text-align:left;
}

#tdPartnerAvisoFilter
{
	text-align: left;
	vertical-align: middle;
}
/*#tdDeliverynoteAvisoFilter
{
width:180px;
}*/
/*#tdTodoAvisoStatusFilter
{
	padding-left:30px;
	width:250px;
}
#tdDoneAvisoStatusFilter
{
	width:250px;
}*/
#tdAvisoFilterAction
{
  vertical-align:bottom;
}


/*overview data */
.AvisosCollapsiblePanel
{ 
	margin-top:10px;
	text-align:left;
}
.tdDeliverynote,.tdPartner,
.tdAvisoState,.tdArticleName,
.tdInternalReference,.tdStecoInternalReference
{
	text-align:left;
	white-space:nowrap;
}
.tdDeliverynote,.thDeliverynote
{
	width:120px;
}
.tdPartner,.thPartner
{
	width:200px;
}
.tdAvisoAmount,.thAmount
{
	text-align:right;
	padding-right:10px;
}
.tdAvisoState
{
	width:210px;
}
.tdAvisoDocDate
{
	text-align:right;
}
.tdDepositState,.thDepositState
{
	text-align:center;
	width:30px;
}

.thInternalReference,.thStecoInternalReference,
.tdInternalReference,.tdStecoInternalReference
{
	padding-left:10px;
}
.gridSumTR td
{
	border:none;
}
.tdCheckBoxFilter .labelStecoGreen
{
	color:black;
}
.tdTodoStatusFilter .labelStecoGreen,
.trAvisoTodo .tdAvisoState,
.trAvisoTodoMouseOver .tdAvisoState,
.trAvisoTodo .tdAvisoAmount,
.trAvisoTodoMouseOver .tdAvisoAmount
{
	color:red;
}
.UserAdministrationNotificationLabel
{
    font-size: 10pt;
    color: #23502F;
    font-weight:bold;
}


/*MovementBuilder*/
label.lblRemarkHeader,span.lblRemarkHeader,a.hlnkRemarkView{font-weight:bold;display:block;text-align:left;}
span.lblViewRemarkHeader{margin-top:10px;}
.ctrlMovementBuilder{text-align:left; width:200px;}
select.ctrlMovementBuilder { width:205px;}
/* MovementEditor*/
#tdMovEditDeliverynoteText,#tdMovEditDeliverynoteValue,#tdMovEditDocDateText,#tdMovEditDocDateValue{width:25%;}
/*#tdMovEditDocDateText,#tdMovEditInternalReferenceText,#tdMovEditDelDateText{padding-left:20px;}*/
.thMEBArticle{text-align:left;}
.thMEBSender,.thMEBReceiver,.thMEBDiff{text-align:right;}
div.mBuildMBInput div{margin-bottom:10px;}
/*blancDel*/
select.ctrlBlancDel { width:125px; margin-left:-6px;}
/*MovementOverview*/
#tdMovOverviewTransfTypeFilterText,#tdMovOverviewTransfTypeFilterOutValue,#tdMovOverviewTransfTypeFilterIncValue{vertical-align:top;}
/*#tdMovOverviewTransfTypeFilterText{padding-top:4px;}*/
#trMovOverviewDocumentFilter td {width:35%;}
.tdCheckBoxFilter span {clear:both;display:block;margin-bottom:5px;margin-top:5px;width:150px;vertical-align:middle;}
.tdCheckBoxFilter span input{float:left;height:16px;margin:0 auto;vertical-align:middle;}
.tdCheckBoxFilter span label{display:block;padding-top:1px;}
#tblMovOverviewMovementTypeFilter{border-collapse:collapse;}
#tblMovOverviewMovementTypeFilter td{width:auto;}
.movOvFilter{display:block;}
select.ctrlMovOv { width:125px; margin-left:-2px;}
table.dtSelector span
{	
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}
/*#tblFilterActions{float:right;}*/
#tdMovOverViewStatusFilter{width:20%;}
#tdMovOverViewFromDateFilter,#tdMovOverViewToDateFilter{height:50px; vertical-align:top;}
#tdPartnerSel{padding-left:35%;}

/* STOCK */
.stockGrid td,.stockGrid th{height:20px;}
.tdSTCInc,.tdSTCOut,.tdSTCStock{text-align:right;}
.tblDepositOverview, .tblDepositOverview table{width:100%;}

/*ReportSelector*/
#adobeDownload{text-align:left;}
/*ReceiverMovementCheck*/
.ctrlRecMovCheck{text-align:left; width:200px;}
#tblRecMovCheckFilter td{background-color:Transparent;vertical-align:bottom;}
.trRecMovCheckDetailData,.trRecMovCheckDetailData td {border-collapse:collapse;border:solid 0px Transparent;}
.tblRecMovCheckBodyDetail{width:100%;}
.tdSenderAmountDetail,.tdReceiverAmountDetail{text-align:right; width:100%;	}
.tdRecMovCheckAction{text-align:center; vertical-align:middle;}
#tdRecMovCheckInvertCbx{text-align:right;}
.navigationButton #tblPageNavigation{width:100%;}
#tdPgNav{width:50%;text-align:left; vertical-align:middle;}
#tdJumpToPg,#tdLinesPerPg{text-align:right; vertical-align:middle;width:25%;}
#tdJumpToPg input,#tdLinesPerPg input{width:20px;}

/*PalletDocPrint */
.palDocBTypeContent{margin-bottom:10px;margin-top:10px;}
.gvPalDocBType{border-bottom:2px solid #008852;}
.tdPalDocAmount{padding-right:10px;}
.thPalDocFactor,.tdPalDocFactor{text-align:right;}
.txbBTypePalAmount{width:30px;}
/* WebClear style
#masterContent,.masterContent
{
	width:800px;
	margin:  0px 0px 0px 10px; 
	text-align:left;
}
.menuPanel{
	border:none;
	visibility :hidden;
}
*/
/*
.MainMenuLayoutTable,#tblContent,#userData{margin:0 auto;padding:0 auto;	}*/
.MainMenuLayoutTable,#tblContent,#userData,.userContainer,#masterContent, .masterContent {margin-left:10px;	text-align:left; width:800px;}
/*vertical layout*/
#tblVContent,#vMasterContent{margin-left:0px;	text-align:left; width:800px;}
#tdContent{vertical-align:top;}
/*ASP MENU IE8 IFRAME Bugfix*/
#ctl01_mnMainMenun1Items_MenuIFrame,#ctl01_mnMainMenun2Items_MenuIFrame,#ctl01_mnMainMenun3Items_MenuIFrame,#ctl01_mnMainMenun4Items_MenuIFrame,
#ctl01_mnMainMenun5Items_MenuIFrame,#ctl01_mnMainMenun6Items_MenuIFrame,#ctl01_mnMainMenun7Items_MenuIFrame,#ctl01_mnMainMenun8Items_MenuIFrame
{
display:none;
visibility:hidden;
}
