/************************************************************************************
allfinishes TABLE
*************************************************************************************/
table.allfinishes {
	width: 960px;
	margin-bottom: 0px;
	border-collapse: collapse;
	text-align: left;
 	font-weight:normal;
}
table.allfinishes th { 
	background: #8d2825;
	text-align: left;
	padding: 2px 2px;
}
table.allfinishes td { 
    padding: 2px 2px;
}
/* Zebra striping */
table.allfinishes tr:nth-of-type(odd) { background: #7c807a;}
table.allfinishes tr:nth-of-type(even) { background: #828781;}
table.allfinishes tr:nth-of-type(odd):hover { 
  background: #9d9f9d; 
}
table.allfinishes tr:nth-of-type(even):hover { 
  background: #9d9f9d; 
}
table.allfinishes tr:nth-of-type(1) { 
  background: #d76a3a;
  font-weight:bold;
}
table.allfinishes tr:nth-of-type(2) { 
  background: #dc724b; 
}
table.allfinishes tr:nth-of-type(3) { 
  background: #dc865d; 
}
table.allfinishes tr:nth-of-type(4) { 
  background: #e59373; 
}
table.allfinishes tr:nth-of-type(5) { 
  background: #dc865d; 
}
table.allfinishes tr:nth-of-type(6) { 
  background: #e59373; 
}
table.allfinishes tr:nth-of-type(7) { 
  background: #dc865d; 
}
table.allfinishes tr:nth-of-type(8) { 
  background: #e59373; 
}
table.allfinishes tr:nth-of-type(9) { 
  background: #dc865d; 
}
table.allfinishes tr:nth-of-type(10) { 
  background: #e59373; 
}


