.edittable {
border-right:0px;
}

.edittable td{
border-bottom:1px solid #ccc;
padding:2px;
}

.edittable tr:hover
{
     background-color: #eeeeee;		
}
tr.odd
{
  background-color:#DEDFD6;	
}

tr.even
{
   background-color:#fafafa;
}

.edittable th{
background: url(../img/gradient.png);
color:#500000;
padding:2px;
margin:0;
font-weight:bold;
}