//tbody tr:nth-child(even) {
//   background-color: #eee;
//}

//tbody tr.odd
//{
//   background-color: #eee;
//}

//tbody td { 
//	background-color: white; 
//	} 
//tbody td.odd { 
//	background-color: #eee;
//	}  
  
th.sortable { 
      	color: #666; 
	cursor: pointer; 
	text-decoration: underline; 
        background-image: url(../img/bg.gif);
        background-repeat: no-repeat;
	background-position: center right;
	} 
th.sortable:hover { color: black; } 
th.sorted-asc { 
    color: black;
    background-image: url(../img/asc.gif);
        background-repeat: no-repeat;
	background-position: center right;
    }  
th.sorted-desc { 
    color: black; 
    background-image: url(../img/desc.gif);
        background-repeat: no-repeat;
	background-position: center right;
}  
