.atr_reply
{
	cursor:pointer;
}

.atr_reply:hover
{
	text-decoration:underline;
}

.atr_reply img.atr_reply_img
{
	position:static;
	border:0;
}

a.atr_link
{
	padding:0px 2px 2px;
}

a.atr_link:hover
{
    background:#222;
    color:#eee;
}

div#atr_tt {
filter:alpha(opacity=80); /* IE */
-moz-opacity: 0.80; /* Gecko */
opacity: 0.80; /* Opera */

-moz-border-radius: 5px;
-khtml-border-radius: 5px;	
-webkit-border-radius: 5px;
border-radius: 5px;

	color:#fff;
	background-color:#000;
	position:absolute;
	max-width:400px;
	line-height: 20px;
	font-size:0.9em;
	margin:0;
	max-height:150px;
	overflow:hidden;
	padding: 5px 10px 5px 10px;
	z-index:9999;
}

div#atr_tt .edit-comment-admin-links,
div#atr_tt .atr_reply
{
    display:none;
    width:0;
    height:0;
    padding:0;
    margin:0;
    position:absolute;
    border:0;
}
