﻿.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:#A2011F;
}


A.whitelnk:link,active	{	
	color:white;
    font-weight:bold;
      
	}	
		
A.whitelnk:visited	{	
	color:white;
    font-weight:bold;
	}	
		

A.whitelnk:hover	{	
	color:#A2011F;
    font-weight:bold;

}
	

.lightStecoGreenBG
{
	background-color:#BFE0D9;
}		
#tblMovementEditRemarkInput,#tblMovementEditRemarkView
{
	width:100%;
}
#pnlMovementEditFooter
{
	clear:both;
}
.tblMovementEditBody {
	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:100%;
}
.pnlMovEditAddArticle
{
 margin-top:10px;	
}
.gridSumTR .amount,.gridSumTR .amountNegative
{
	white-space:nowrap;
}
.thAmount
{
	text-align:right;
}
.cpanReportsContainer
{
	margin-top:10px;
	text-align:left;
}
.cpanReports
{
	text-align:left;
	border-top: solid 2px #008852;
	border-bottom: solid 2px #008852;
}
 .cpanReports tr th
{
	visibility:hidden;
	display:none;	
}
/** selection controls **/
.adsGridSelection
{
	background-color:#D6EFE0;
	
}

