CSS Cleaner for asp.net apps
I found this Freebie (not great interface though) which helped me to cleanup my stylesheet.
Word of caution
By default this looks for .aspx,.ascx,.master files.
So before removing the unused class, please search the entire solution to make sure you haven’t used them in code behind files.
object.cssclass = “cssclassname”
Happy Style Cleaning !