.LabelStyleN
{
	font-family:Microsoft Sans Serif; 
	font-size: 12px;
}
.LabelStyleNL
{
	font-family:Microsoft Sans Serif; 
	font-size: 15px;
}
.LabelStyleNS
{
	/*font-family:Arial, Microsoft Sans Serif; */
	font-family:Microsoft Sans Serif; 
	font-size: 11px;
}
.LabelStyleNS10
{
	/*font-family:Arial, Microsoft Sans Serif; */
	font-family:Microsoft Sans Serif; 
	font-size: 10px;
}
.LabelStyleNB
{
	font-family:Microsoft Sans Serif; 
	font-size: 12px;
	font-weight:600;
}
.LabelStyleNBS
{
	font-family:Microsoft Sans Serif; 
	font-size: 11px;
	font-weight:600;
}
.LabelStyleNBS10
{
	font-family:Microsoft Sans Serif; 
	font-size: 10px;
	font-weight:600;
}

.TextBoxStyleN
{
	font-family:Microsoft Sans Serif; 
	font-size: 12px;
	width: 215px;
}
.TextBoxStyleNRS
{
	font-family:Microsoft Sans Serif; 
	font-size: 11px;
	width: 215px;
	text-align:right;
}
.TextBoxStyleNR
{
	font-family:Microsoft Sans Serif; 
	font-size: 12px;
	width: 215px;
	text-align:right;
}
/* Panel Style */
.PanelStyleN
{
	border:solid;
	background-color:#E2E2FE;
	border-width:1px;
	border-color:Black;
	font-family:Microsoft Sans Serif;
	font-weight:100;
	font-size: 12px;
	overflow: auto;
}
/* DataList style */
.dlStyleN 
{
	font-family:Microsoft Sans Serif;
	font-size:14px;
}
/* end of DataList style */

/* DataGrid style */

.dgStyleN
{
	font-family:Microsoft Sans Serif;
	font-size:12px;
	border-style:ridge;
	border-width:1px;
	border-color:Silver;
	/*background-color:White;*/
}
.dgItemStyleN
{
	font-family:Microsoft Sans Serif;
	font-size:12px;
	/*ackground-color:"#DEDFDE";*/
	background-color:#E2E2FE;
	/*background-color:White;*/
	color:Black;
	text-align : center;
	
}
.dgItemStyleNS
{
	font-family:Microsoft Sans Serif;
	font-size:11px;
	/*ackground-color:"#DEDFDE";*/
	background-color:#E2E2FE;
	/*background-color:White;*/
	color:Black;
	text-align : center;
}
.dgItemStyleNR
{
	font-family:Microsoft Sans Serif;
	font-size:12px;
	/*ackground-color:"#DEDFDE";*/
	background-color:#E2E2FE;
	/*background-color:White;*/
	color:Black;
	text-align : right;
}
.dgItemStyleNSR
{
	font-family:Microsoft Sans Serif;
	font-size:11px;
	/*ackground-color:"#DEDFDE";*/
	background-color:#E2E2FE;
	/*background-color:White;*/
	color:Black;
	text-align : right;
}
.dgItemStyleNS10R
{
	font-family:Microsoft Sans Serif;
	font-size:10px;
	/*ackground-color:"#DEDFDE";*/
	background-color:#E2E2FE;
	/*background-color:White;*/
	color:Black;
	text-align : right;
}
.dgAlternatingItemStyleN
{
	font-family:Microsoft Sans Serif;
	font-size:12px;
	/*ackground-color:"#DEDFDE";*/
	background-color: #F7F7F7;
	/*background-color:White;*/
	text-align : center;
}
.dgAlternatingItemStyleNS
{
	font-family:Microsoft Sans Serif;
	font-size:11px;
	/*ackground-color:"#DEDFDE";*/
	background-color: #F7F7F7;
	/*background-color:White;*/
	text-align : center;
}
.dgAlternatingItemStyleNR
{
	font-family:Microsoft Sans Serif;
	font-size:12px;
	/*ackground-color:"#DEDFDE";*/
	background-color: #F7F7F7;
	/*background-color:White;*/
	text-align : right;
}
.dgAlternatingItemStyleNSR
{
	font-family:Microsoft Sans Serif;
	font-size:11px;
	/*ackground-color:"#DEDFDE";*/
	background-color: #F7F7F7;
	/*background-color:White;*/
	text-align : right;
}
.dgSelectedItemStyleN
{
	font-family:Microsoft Sans Serif;
	font-size:12px;
	background-color : Yellow;
	color : Black;
	text-align : center;
	/*font-weight:bold;*/
}
.dgSelectedItemStyleNS
{
	font-family:Microsoft Sans Serif;
	font-size:11px;
	background-color : Yellow;
	color : Black;
	text-align : center;
	/*font-weight:bold;*/
}
.dgHeaderStyleN
{
	font-family:Microsoft Sans Serif;
	/*font-size:12px;*/
	background-color:#4A3C8C;
	color:#E7E7FF;
	font-weight:bold;
	text-align:center;
}
.dgHeaderStyleNS
{
	font-family:Microsoft Sans Serif;
	font-size:11px;
	background-color:#4A3C8C;
	color:#E7E7FF;
	font-weight:bold;
	text-align:center;
}
.dgHeaderStyleNSR
{
	font-family:Microsoft Sans Serif;
	font-size:11px;
	background-color:#4A3C8C;
	color:#E7E7FF;
	font-weight:bold;
	text-align:right;
}
.dgTitleN
{
	font-family:Microsoft Sans Serif;
	/*font-size:12px;*/
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.dgFooterStyleN
{
	font-family:Microsoft Sans Serif;
	font-size:12px;
	font-weight:bold;
	background-color : white;
}
.dgFooterStyleNS
{
	font-family:Microsoft Sans Serif;
	font-size:11px;
	font-weight:bold;
	background-color : white;
}

/* end of DataGrid style */

/* ValidationSummary style */
.ValSummary
{
	font-size : 20px;
	font-weight : bold;
	text-align : left;
}
/* end of ValidationSummary style */

/* GENERIC style*/
THEAD.Cash   {
    font-family : Microsoft Sans Serif;
    font-size : 14px;
    font-weight:bold;
    text-align : center;
    background-color : #4A3C8C;
    /*color : white;*/
	color:#E7E7FF;
}
THEAD.UnCost   {
    font-family : Microsoft Sans Serif;
    font-size : 10px;
    font-weight:bold;
    
    background-color : #4A3C8C;
    /*color : white;*/
	color:#E7E7FF;
}
THEAD.Import   {
    font-family : Microsoft Sans Serif;
    font-size : 12px;
    font-weight:bold;
    text-align : center;
    background-color : #4A3C8C;
    /*color : white;*/
	color:"#E7E7FF";
}

THEAD.DocCtl   {
    font-family : Microsoft Sans Serif;
    font-size : 12px;
    font-weight:bold;
    text-align : center;
    background-color : #4A3C8C;
    /*color : white;*/
	color:"#E7E7FF";
}

TR.Cash   {
    font-family : Microsoft Sans Serif;
    font-size : 12px;
}
TR.UnCost   {
    font-family : Microsoft Sans Serif;
    font-size : 10px;
}

TR.DocCtl   {
    font-family : Microsoft Sans Serif;
    font-size : 12px;
    background-color : #F7F7F7; 
}

TD.Cash   {
    font-family : Microsoft Sans Serif;
    font-size : 12px;
    text-align :right;
    
}

.staticMenuitem
{ 
	background-color:#CC9933;
	color:white; 
	padding:0px 3px 0px 3px; 
	cursor:default; 
	white-space: nowrap;
}

.staticMenuitem A
{
	font-size:77%;
	color:white; 
}

.staticMenuitem A:visited 
{	
	text-decoration:none;
	color:white;
}

.staticMenuitem A:hover 
{	
	text-decoration:none;
	color:red;
}
.staticMenuitem img 
{
  width: 16px;
  height: 15px;
}

.dynamicMenuitem
{	
	background-color: #FFFFCC;
	text-decoration:none
}

.dynamicMenuitem A
{
	font-size:70%;
	text-decoration:none;
	color: darkred;	
}

.dynamicMenuitem A:link
{
	color: darkred;	
	text-decoration:none;
}

.dynamicMenuitem A:visited 
{ 
	color: darkred;
	text-decoration:none; 
}

.dynamicMenuitem A:hover
{
	text-decoration:none;
	color: darkblue;	
}


.staticHoverStyle A:Hover
{
	text-decoration: none;
	color: red;
}

.dynamicHoverStyle A:Hover
{
	text-decoration: none;
	color: darkblue;
}

.TreeNodeStyle
{
	color: black;
}

.TreeNodeStyle A
{
	color:black;
}

.TreeNodeStyle A:visited
{
	color:black;
}

.TreeNodeStyle A:Hover
{
	color: #F7F7F7;
	background: #6699cc;
}

.SelectedTreeNodeStyle A
{
	color: White;
	background: royalblue;
}

.SelectedTreeNodeStyle A:visited
{
	color:White;
}

/* end of GENERIC style*/

