/******  List View CSS ******/

th.c1{
background-color : #8d1e2b;
font : Times New Roman;
color : #fdee94;
font-size : 12px;
font-weight : bold;
text-decoration : none;
}


tr:nth-child(odd) {background-color:#FFFFFF;}
tr:nth-child(even) {background-color: #aFc8aF;}










