a.delete_link {margin-left: 7px; display: inline-block; background-image: url('/img/icons/delete.png'); background-repeat: no-repeat; width: 16px; height: 16px; }
a.delete_link:hover {background: transparent; background-image: url('/img/icons/delete_hl.png'); }
a.edit_link {margin-left: 7px; display: inline-block; background-image: url('/img/icons/edit.png'); background-repeat: no-repeat; width: 16px; height: 16px; }
a.edit_link:hover {background: transparent; background-image: url('/img/icons/edit_hl.png'); }
a.moder_link {margin-left: 7px; display: inline-block; background-image: url('/img/icons/moder.png'); background-repeat: no-repeat; width: 16px; height: 16px; }
a.moder_link:hover {background: transparent; background-image: url('/img/icons/moder_hl.png'); }

.status_cell {height: 1%;position: relative;}
.status_reg,.status_closed,.status_past,.status_pastres,.status_deleted,.status_deleted2
{
	display: block;  
	padding: 2px 10px;
	text-align: left;
}
a.status_reg {background-color: #B9DD4D; color: #114400;}
a.status_reg:hover {background-color: #53AE03; background-image: none; color: #fff; text-decoration: none;}
.status_closed {color: #000; background-color: #E85151;}
.status_past {color: #000; background-color: #C1C1C1;}
a.status_pastres {background-color: #FFA066;}
a.status_pastres:hover {background-color: #FF6100; background-image: none; color: #fff; text-decoration: none;}
a.status_deleted {background-color: #000; color: #FFF;}
a.status_deleted:hover {background-color: #FFF; background-image: none; color: #000; text-decoration: none;}

a.status_deleted .title1, a.status_reg .title1, a.status_pastres .title1 {cursor: pointer;}
a.status_deleted .title2, a.status_reg .title2, a.status_pastres .title2 {position: absolute; display: none; cursor: pointer;}
a.status_deleted:hover .title1 {color:#FFF;}
a.status_reg:hover .title1 {color:#53AE03;} 
a.status_pastres:hover .title1 {color:#FF6100;} 
a.status_deleted:hover .title2, a.status_reg:hover .title2, a.status_pastres:hover .title2 {top: 2px; left: 10px; display: block;}