
#tableList {
  border: 1px solid #666;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  font-family: Arial;  
}

table2Del{
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  font-family: Arial;  
}

#tableList caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

#tableList col{
  border-right: 1px solid #ccc;
}


#tableList thead {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;;
	background-position: left center;
	background-repeat: repeat-x;
	background-color: #ccc;
	background-image: url("bar.gif")
}

#tableList th {
  font-weight: normal;
  text-align: left;
}


#tableList th, #tableList td {
  padding: 0.1em 1em;
}

#tableScroll td {
  font-size: 12px;
  font-family: Arial;  
  padding: 0.1em 0.2em;
}

#tableList .odd {
  background-color:#edf5ff;
}

#tableList .oddDeleted {
  background-color:#edf5ff;
  text-decoration: line-through
}

#tableList .even {
  background-color:white;
}

#tableList .evenDeleted {
  background-color:white;
  text-decoration: line-through
}

#tableList .rowChanged{
	background-color: #80ff80
}

#tableList .rowChangedDeleted{
  	text-decoration: line-through;
	background-color: #80ff80
}

#tableList tr:hover {
  background-color: #78a8e9;
  color: #fff;
}

#tableList thead tr:hover {
  background-color: transparent;
  color: inherit;
}
