﻿
.AddRow
{
  background: #FFFFFF url('../images/AddBKG.gif') repeat-x left bottom;
  padding-top: 5px;
}

.AddRow td {padding: 5px;}

.Gridheader	{
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #CCCCCC; 
	background: #718a96 URL(../images/grid.header.bkg.overLay.png) repeat-x;
	color: #FFFFFF;
}

.GridAddNew td{
	font-size: 13px;
	border: 1px solid #CCCCCC; 
	padding: 5px;
	border-top: 0px;
	empty-cells: show;
	background: #FFFFFF URL(../images/AddNewBkg.png) repeat-x bottom;
}

.GridAddNew td table tr td{
	font-size: 13px;
	border: 0px; 
	padding: 0px;
	border-top: 0px;
	empty-cells: show;
	background: #FFFFFF URL() repeat-x bottom;
}
.GridLight input{
	font-size: 12px;
}

.InputNoBorder, .InputNoBorder input {
    border: none;
}

.GridTotal td{
	font-size: 13px;
	border: 1px solid #CCCCCC; 
	padding: 5px;
	border-top: 1px solid #999; 
	border-left: 0px;/**/
	empty-cells: show;
	background: #FFFFFF URL(../images/AddNewBkg.png) repeat-x bottom;
	font-weight: bold;
    color: #000;
}

#dtTrackOrders tbody tr:hover td {
	font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-top: 0px;
	background-color: #4c6673;
	cursor: pointer;
	line-height: 16px;
	color: #FFF;
}

table .GridLightInner td{
	font-size: 13px;
	border: 1px solid #CCCCCC; 
	border-top: 0px;
	border-left: 0px;/**/
	empty-cells: show;
	background: #FFFFFF;
	color: #000000;
}
.GridLight{
    font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-top: 0px; 
	background: #7994a2;
	line-height: 16px;
	color: #FFF;
}
.GridDarkLeft, .GridDark td	{
	font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-top: 0px; 
	background: #666666;
	line-height: 16px;
	color: #FFF;
}

.GridDark{
    font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-top: 0px; 
	background: #666666;
	line-height: 16px;
	color: #FFF;
}

.GridDark input{
	font-size: 12px;
}

table .GridDarkInner td{
	font-size: 13px;
	border: 1px solid #CCCCCC; 
	border-top: 0px;
	border-left: 0px;/**/
	empty-cells: show;
	background: #c1d6dc;
	color: #FFF;
}
.Grid1DayDue td {
    font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-top: 0px; /**/
	background: #FDF4AF;
	line-height: 16px;
	}
	
.GridOverDue td {
    font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-top: 0px; /**/
	background: #990000;
	color: #FFFFFF;
	line-height: 16px;
	}
	
.GridAtRisk td {
    font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-top: 0px; /**/
	background: #ffcc66;
	color: #000;
	line-height: 16px;
	}	
		
.GridIndeterminate td {
    font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-top: 0px; /**/
	background: #72949a;
	color: #FFF;
	line-height: 16px;
	}
	
  .GridRow
  {
    background-color: #FFFFFF;
  }
  .GridRowAlternating
  {
    background-color: #dadada;
  }

  .GridFullWidth 
  {
      width: 100%;
  }
  
  /* ---------------- -----------------*/
  .RowHoverEdit input
  {
  font-size: 13px;
  }
  
.RowHoverEdit td
  {
  font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC; 
	border-top: 0px;
    background-color: #4c6673; /*cfd0ca*/
    cursor: pointer;
	line-height: 16px;
    color: #FFF;
  }

.RowHoverEdit2 td
  {
  font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC; 
	border-top: 0px;
    background-color: #ff9900; /*cfd0ca*/
    cursor: pointer;
	line-height: 16px;
  }
  
.RowHoverOrderDetails td
  {
  font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC; 
	border-top: 0px;
    background-color: #FFD993; /*cfd0ca*/
    cursor: pointer;
	line-height: 16px;
  }
.RowHoverEditExtra td
  {
  font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC; 
	border-top: 0px;
    background-color: #f07625; /*cfd0ca*/
    cursor: pointer;
	line-height: 16px;
  }
.RowHover
  {
  font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC; 
	border-top: 0px;/**/
	
    background-color: #CFC9B8; /*cfd0ca*/
    cursor: default;/*pointer;*/
  }
 
.RowHover2
  {
  font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC; 
	border-top: 0px;/**/
	
    background-color: #ff9900; /*cfd0ca*/
    cursor: default;/*pointer;*/
  }
.RowHover a, .RowHover a:visited
  {
    background-color: #CFC9B8; /*cfd0ca*/
    /*cursor: default;*/
    color: #FFFFFF;
    text-decoration: underline;
  } 
    .RowError td
  {
  font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC; 
	border-top: 0px;
    background-color: #990000;
    color: #FFFFFF;
	line-height: 16px;
  }
  
  .RowHoverDelete td
  {
  font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC; 
	border-top: 0px;
    background-color: #990000;
    cursor: pointer;
    color: #FFFFFF;
	line-height: 16px;
  }

.RowHoverDelete a, .RowHoverDelete a:visited
  {
    color: #FFFFFF;
    text-decoration: underline;
  }
 
 .tblTrackOrdersPopup {
	 width:100%
 }
 
/*#AdminHeader_CustName {width:105px;}
#AdminHeader_Factory {width:148px;}
#AdminHeader_OrderID {width:75px;}
#AdminHeader_PONum {width:105px;}
#AdminHeader_OrderDate {width:91px;}
#AdminHeader_CurrentStatus {width:138px;}
#AdminHeader_Edit {width:40px;}
#AdminHeader_SKU {width:40px;}

#AdminFooter_CustName {width:105px;}
#AdminFooter_Factory {width:148px;}
#AdminFooter_OrderID {width:75px;}
#AdminFooter_PONum {width:105px;}
#AdminFooter_OrderDate {width:91px;}
#AdminFooter_CurrentStatus {width:138px;}
#AdminFooter_Edit {width:40px;}
#AdminFooter_SKU {width:40px;}*/

#mfHeader_CustomerName {width:88px;}
#mfHeader_Factory   {width:129px;}
#mfHeader_OrderID   {width:59px;}
#mfHeader_PONumber   {width:77px;}
#mfHeader_OrderDate   {width:74px;}
#mfHeader_StartDate   {width:107px;}/*103*/
#mfHeader_EstCompletionDate   {width:112px;}
#mfHeader_ActualCompletionDate   {width:112px;}
#mfHeader_SKU   {width:28px;}


#mffooter_CustomerName   {width:88px;}
#mffooter_Factory   {width:129px;}
#mffooter_OrderID   {}
#mffooter_PONumber   {}
#mffooter_OrderDate   {}
#mffooter_StartDate   {width:107px;}
#mffooter_EstCompletionDate   {}
#mffooter_ActualCompletionDate   {}
#mffooter_SKU   {}
