.done
{
background-image:url('/images/done.jpg');
background-repeat:no-repeat;
background-position:center;
background-color:"#E4E4E4";
color:blue;
font-family:sans-serif;
font-weight:900;
font-size: 12px;
}
.done:hover
{
background-image:url('/images/done1.jpg');
background-color:"#E4E4E4";
text-decoration: underline;
color:blue;
cursor:pointer;
}

.doneinactive
{
background-image:url('/images/done.jpg');
background-repeat:no-repeat;
background-position:center;
background-color:"#E4E4E4";
text-decoration: underline;
color:blue;
font-family:sans-serif;
font-weight:900;
font-size: 12px;
}

.doneactive
{
background-image:url('/images/done1.jpg');
background-repeat:no-repeat;
background-position:center;
background-color:"#E4E4E4";
color:blue;
font-family:sans-serif;
font-weight:900;
font-size: 12px;
}

