.STGrid {
/* Outer Grid */
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #D7D6C6;
}
.STGrid td {
	padding: 4px;
}
.STGrid_Spacer {
	width: 3px;
}


.STGrid_Title {
/* Grid Title */
      color: #A55A22;
	  font-size: 11px; 
      font-family: "tahoma";
      font-weight: bold;
	  background-color: #F7E2BB;
	  
}

.STGrid_Info_Upper {
/* Grid Information Row - Containing the Total Records and the Navigation */
      color: #5B5635;
	  font-size: 12px; 
      font-family: "tahoma";
      font-style: normal;
	  background-color: #C5BE9C;
}

.STGrid_Info_Upper_TD td {
	padding: 0px;
}

.STGrid_Info_Lower {
/* Grid Information Row - Containing the Total Records and the Navigation */
	  background-color: #CDA963;
}

.STGrid_Info_Lower_TD td {
	  padding: 4px;
      color: #FFFFFF;
	  font-size: 11px; 
      font-family: "tahoma";
      font-style: normal;
}

.STGrid_BottomNav {
        width: 100%;
        height: 20px;
}


.STGrid_Head {
/* Grid Header Row - Containing the Header for each Column*/
	  font-size: 11px; 
      font-family: "tahoma";
      font-style: normal;
	  font-weight: bold;
	  background-color: #CDA963;
}

.STGrid_Head_TD {
/* Grid Header Column - Containing the Header for each Column */
      color: #FFFFFF;
}
.STGrid_Data1 td {
/* Grid Data Row 1 - Containing the Data for each Column*/
      color: #715B22;
	  font-size: 11px; 
      font-family: "tahoma";
      font-style: normal;
	  background-color: #FFFFFF;
}

.STGrid_Data2 td {
/* Grid Data Row 2 - Containing the Data for each Column*/
      color: #715B22;
	  font-size: 11px; 
      font-family: "tahoma";
      font-style: normal;
	  background-color: #F3F2ED;
}


.STGrid_TotalRecords_Lower {
/* Grid Data for Total Records */
      color: #F5F4EE;
	  font-size: 10px; 
      font-family: "tahoma";
      font-style: normal;
}

.STGrid_TotalRecords_Upper {
/* Grid Data for Total Records */
      color: #F5F4EE;
	  font-size: 10px; 
      font-family: "tahoma";
      font-style: normal;
}

.STGrid_Nav_Lower {
      color: #F5F4EE;
	  font-size: 11px; 
      font-family: "tahoma";
      font-style: normal;
}

.STGrid_Nav_Upper {
      color: #F5F4EE;
	  font-size: 11px; 
      font-family: "tahoma";
      font-style: normal;
}

.STGrid_Nav_Lower a {
      color: #F5F4EE;
	  font-size: 11px; 
      font-family: "tahoma";
      font-style: normal;
}

.STGrid_Nav_Upper a {
      color: #F5F4EE;
	  font-size: 11px; 
      font-family: "tahoma";
      font-style: normal;
}

.STGrid_Nav_Lower a:hover {
	color: #FFFFFF;
}

.STGrid_Nav_Upper a:hover {
	color: #FFFFFF;
}

.SorterImage_AscOff {
	background: url(/Files/ZBerman/GridImages/AscOff.gif) 0 0 no-repeat;
}

.SorterImage_DescOff {
	background: url(/Files/ZBerman/GridImages/DescOff.gif) 0 0 no-repeat;
}

.SorterImage_AscOn {
	background: url(/Files/ZBerman/GridImages/Asc.gif) 0 0 no-repeat;
}

.SorterImage_DescOn {
	background: url(/Files/ZBerman/GridImages/Desc.gif) 0 0 no-repeat;
}
