.FaqGrid .rgMasterTable td.rgGroupCol, .RadGrid_Metro .rgMasterTable td.rgExpandCol {  
    border:none;
    background-color:transparent;
}

.FaqQuesMessageTxt {
    background-position: right bottom;
    color: rgb(0, 153, 204);
    background-image: url('../Images/faq_qus_bg.gif');
    background-repeat: repeat-x;
}
    .FaqQuesMessageTxt:hover {
    background-position: right bottom;
    color: #2008f8;
  
    background-image: url('../Images/faq_qus_bg_selected.gif');
    background-repeat: repeat-x;

}

.FaqNestedViewPanel
 {   
    padding-right:-10px;
 
       
}




.FaqGrid .rgAltRow {
    background:none;
}
.FaqGrid .rgAltRow td {
    border:none;
}

.FaqGrid .rgRow td, .FaqGrid .rgAltRow td, .FaqGrid .rgEditRow td, .FaqGrid .rgFooter td {
    border:none;
    
}
.FaqGrid {
      border:none;
}