/**********************************
*
*  Author: 		P. Belenski
*  Project: 	Comments Web Service ( CWS )
*  Filename: 	comments.style.css
*  Created on:	09.04.2009
*  Contents: 	Css for the comments
*
**********************************/

#comments-header{
	height: 23px;
	line-height: 21px;
	text-indent: 12px;
	border: 1px solid #D9D9D9;
	background: url(images/comments_header.jpg);
}
#comments-header h3{
	width: 400px;
	border: 0px;
	background: none;
	float: left;
	font-weight: normal;
}
#comments-header span.sep{
	display: block;
	float: left;
	width: 15px;
	text-indent: 0px;
	text-align: center;
}
#comments-header a{
	display: block;
	float: left;
	font-size: 11px;
	text-indent: 0px;
}

.comment-box{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #D9D9D9;
}

.comment-row{
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
}
.comment-avatar{
	float: left;
	clear: both;
	width: 70px;
}
.comment-bg{
	float: left;
	width: 575px;
	padding: 7px 7px 0px 7px;
	/*background: #F2F2F2;*/
}
.comment-no-avatar{ width: 648px !important; }
.comment-title{
	margin-bottom: 10px;
	font-size: 11px;
}
.comment-text{
}

.comments-complain{ 
	height: 16px;
	text-align: right;
	font-size: 11px;
	font-style: italic; 
	color: #888888; 
	}

.comment-user-details div{
	float: left;
	background: #F2F2F2;
	border: 1px solid #911D1F;
	padding: 0px 7px;
	height: 17px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}
.comment-user-details span{
	display: block;
	float: left;
	font-size: 12px;
	color: #353535;
	line-height: 17px;
	margin-right: 3px;
}
.comment-user-details .author{
	font-weight: bold;
}
.comment-user-details span.before{
	font-size: 11px;
	color: #666666;
}


.comment-user-details img{
	float: left;
	border: 2px solid grey;
	margin: 0px 10px 10px 0px;
}

.comment-nav-frame
{
	float: right;
	text-align: right;
}

.comment-nav
{
	height: 25px;
	width: 280px;
}

.comments-grade-up
{
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	font-size: 0px;
}

.comments-grade-down
{
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	font-size: 0px;
}

.comments-grade{
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: right;
	margin-right: 10px;
	text-indent: 2px;
	line-height: 25px;
	color: grey;
}
.comment-reply {
	font-size: 11px;
	float: right;
	margin-right: 10px;
	line-height: 25px;
}

.comment-hide-nav{ float: right; padding-right: 10px; font-size: 11px; line-height: 24px;  }

.comments-grade-up
{
	background: url(images/comments_up_normal.gif) 0px 0px no-repeat;
}

.comments-grade-down
{
	background: url(images/comments_down_normal.gif) 0px 0px no-repeat;
}

.grade .hover-up
{
	background: url(images/comments_up_hover.gif) 0px 1px no-repeat;
	cursor: pointer;
}

.grade .hover-down
{
	background: url(images/comments_down_hover.gif) 0px 0px no-repeat;
	cursor: pointer;
}

.comments-pagging
{
	padding: 10px 0px;
}

.comments-pagging a, .comments-pagging span
{
	margin-right: 4px;
}

.comments-hide {	display: none; }
.clear { clear: both; }

.comment-new-header{
	font-weight: bold;
	border-bottom: 2px solid #911D1F;
	margin-bottom: 1px;
	line-height: 21px;
}
.comment-new-header a{
	float: right;
	font-weight: normal;
	font-size: 11px;
}
.comment-new-container{
	background: #F2F2F2;
	height: 100%;
	padding: 15px 0px 10px 0px;
}
.comment-new-container div.c1{
	clear: both;
	float: left;
	width: 92px;
	text-align: right;
	margin-right: 8px;
	margin-bottom: 10px;
	line-height: 20px;
}
.comment-new-container div.c2{
	float: left;
	width: 500px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #666666;
	line-height: 25px;
}
.comment-new-container input{
	border: 1px solid #cccccc;
}
#comment-text{
	border: 1px solid #cccccc;
	width: 495px;
	height: 69px;
}
#comment-code{
	width: 60px;
	float: left;
	margin: 5px 10px 0px 0px;
}
.comment-new-container div.c2 img{
	display: block;
	float: left;
}
.comment-new-container div.c2 button{
	line-height: 15px;
}

.comment-hide-row .comment-row
{
	display:					none;
}
.comment-lowlight{
	background-color: #FDF2F2;
}
.comment-highlight{
	background-color: #EAF5E9;
}

.comment-complain{
	clear: both;
	display: block;
	float: right;
	width: 12px;
	height: 11px;
	background: url(images/comments_icon_signal.gif) no-repeat;
	font-size: 11px;
}