/* CSS Document */

.Comments{ clear:both; }

.Comments_Results{

font-size:1em;	
	
}

.Comments_Results hr{
	
margin:0px;	
}


.CommentItem{

position:relative;	
z-index:19;
display:block;
 
 
	
}
 



/*  --------------------------ADMInBARS  -----------------------*/
.AdminBarComments {
	clear:both;
	position:absolute;
	z-index:20;
	padding:5px 0;
	border:1px solid #999999;
	background: rgb(169,3,41);
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:0px;
	height:30px;
	top:0px;
	width:80px;
	right:0px;
	display:none;
}
.AdminBarStatic {
	position:static;
	z-index:20;
	padding:5px 0;
	border:1px solid #999999;
	background: rgb(169,3,41);
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:0px;
	height:30px;
	top:0px;
	right:0px;
	display:none;
}
.AdminBarComments button, .AdminBarStatic button {
	padding:0px 10px;
	margin:0 10px;
	border:1 px solid #999999;
}
.AdminBarComments .AddNew, .AdminBar .AddNew {
	float:left;
}
.AdminBarComments .Edit, .AdminBar .Edit {
	float:right;
}
.AdminBarComments .Delete, .AdminBar .Delete {
	float:right;
}
