Hello Venkatesh,
I have implemented using important only. Even then it does not work properly.
The following is my CSS code
.selected {
background-color: #007cc0 !important;
color: #FFFFFF !important;
}
.deselected {
background-color: #f7f7f7 !important;
color: #000000 !important;
}
Thanks
Monissha