a.delete
{
 position: absolute;
 bottom: 0px;
 right: 0px;
 width: 16px;
 height: 16px;
 background: url('../../../images/delete.png') no-repeat;
}
a.public
{
 position: absolute;
 bottom: 0px;
 right: 0px;
 width: 16px;
 height: 16px;
 background: url('../../../images/public.png') no-repeat;
}
a.unpublic
{
 position: absolute;
 bottom: 0px;
 right: 0px;
 width: 16px;
 height: 16px;
 background: url('../../../images/unpublic.png') no-repeat;
}

div.unpublic p,
div.unpublic strong
{
 color: #ccc;
}