.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 {
	
	color: #fff;
	background: #000;
	
	position: absolute;
	width: 365px;
	
	border: 1px solid #fff;
	font-size: 12px;
	
	margin: 0;
	padding: 16px 16px 0 16px;
	
	overflow: hidden;
	z-index: 9999;
	
	opacity: 0.8;
	
	text-shadow: none;
	
	-moz-box-shadow: 0 0 5px #c4c4c4;
	-webkit-box-shadow: 0 0 5px #c4c4c4;
}

div#atr_tt p {
	
	text-shadow: none;
	color: #fff;
	}
	
div#atr_tt a, div#atr_tt p a {

	color: #fff;
	text-decoration: underline;
	}

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;
}

