/* Article comments styles */

/** GENERAL COMMENTS STYLES **/
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

#comment_container {
	clear: left;
	text-align: left;
	width: 100%;
	max-width: 630px;
}

#comment_container a, #comment_container a:link, #comment_container a:visited, #comment_container a:active {
	font-weight: normal;
}

#comment_head {
	padding-left: 10px;
	background:transparent url(/images/article/comments_header_bg.gif) no-repeat scroll left top;
}

#comment_head h5 {
	background:#FFF url(/images/article/comments_header_bg.gif) no-repeat scroll right top;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 7px 60px;
	text-align: left;
	text-transform: uppercase;
}

#comment_head h5 a:link, #comment_head h5 a:visited, #comment_head h5 a:active {
	color: #FFF;
	font-weight: bold;
}

#comment_logo {
	background: url(/images/comment_logo.png) no-repeat bottom left;
	width: 55px;
	height: 42px;
	float: left;
}
* html #comment_logo { /* IE 6 */
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fixed', src='/images/comment_logo.png');
	margin-top: 5px;
}


#comment_body {
	border-left: 1px solid #193773;
	border-right: 1px solid #193773;
	border-bottom: 1px solid #193773;
	padding: 15px 10px 15px 10px;
	text-align: left;
	height: 100%;
	margin-top: -13px;
}

#content_comments_guidelines {
	text-align: center;
	margin-bottom: 10px;
}

#comment_login {
	margin-left: 10px;
}

#comment_logged_in {
	display: none;
	margin-left: 10px;
}

#comment_error {
	color: red;
}
#comment_error a, #comment_error a:link, #comment_error a:visited, #comment_error a:active, #comment_error a:hover {
	color: red;
}

#post_comment_form {
	margin-bottom: 15px;
}

#post_comment_form textarea {
	height: 100px;
	width: 100%;
	padding: 0px;
	border: 1px solid #CCC;
	margin-top: 5px;
}

#comment_submit {
	float: right;
}

/** CACHED COMMENTS LINKS **/
#article_ccomments_link {
	padding: 0px 10px 10px;
}
#article_ccomments_link .write_comment {
	float: left;
}

#article_ccomments_link .post_comment {
	display: none;
	float: right;
}

/** COMMENTS **/
#comment_count {
	margin: 0 0 5px 5px;
}

#comment_container #comment_paginator * {
	font-weight: bold;
	padding: 2px;
}

#comments_list {
	font-size: 11px;
}

#comments_list .comment_cell {
	border-bottom: 1px solid #333333;
	padding: 10px 5px;
	height: 100%;
}

#comments_list .comment_list_row0 {
	background: #EEE;
}

#comments_list .comment_cell_date {
	color: #999999;
}

#comments_list .comment_cell_body {
	padding: 3px 0;
	overflow: hidden;
}


#comments_list .comment_cell_report {
	float: right;
}

#comments_list .comment_cell_report a {
	background: transparent url(/shared/images/bam/comments/comments_icon_abuse.gif) no-repeat scroll left center;
	padding-left: 18px;
	text-transform: lowercase;
}

#comments_list .comment_reported {
	background: transparent url(/shared/images/bam/comments/icon_accept.gif) no-repeat scroll left center;
	padding-left: 18px;
	text-transform: lowercase;
}

/** REPORT ABUSE **/
#comment_report_abuse_menu {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	text-align: left;
	width: 170px;
	z-index: 4;
	padding: 3px 5px;
}

#comment_report_abuse_menu .report_abuse_head a {
	float: right;
	display: block;
	padding: 1px;
	border: 1px solid #000;
	background: #FFF;
	text-decoration: none;
}

#comment_report_abuse_menu .report_abuse_head a:hover {
	text-decoration: none;
	color: #FFF;
	background: #000;
}

#comment_report_abuse_menu #report_abuse_body {
	width: 98%;
	height: 60px;
}