#comments .pageIndex
{
	width: 535px;
	height: 21px;
	margin-top: 0;
}

#comments .comment .commentHeader
{
	width: 535px;
	height: 26px;
	background: url(../images/comments/head_bg.gif) no-repeat;
	margin-bottom: 10px;
	position: relative;
}

#comments .comment .commentHeader p
{
	margin: 0;
	padding: 8px 0 0 6px;
	color: #646464;
	font-size: 11px;
	line-height: 16px;
	vertical-align: middle;
	background: none;
	
}

#comments .comment .commentHeader .editLink,
#comments .comment .commentHeader .commentLink
{
	float: left;
	position: relative;
	width: 16px;
	height: 16px;
	left: -2px;
	margin-right: 1px;
}

#comments .comment .commentHeader p a
{
	color: #646464;
	text-decoration: none;
}

#comments .comment .commentHeader p a:hover
{
	color: #ed053e;
	text-decoration: underline;
}

#comments .comment .commentHeader .moderation
{
	position: absolute;
	right: 0;
	top: 5px;
	height: 21px;
}

#comments .comment .commentHeader .moderation img
{
	vertical-align: top;
}

#comments .comment hr
{
	display: none;
}

#comments .comment .comment
{
	padding-left: 20px;
	background: url(../images/comments/branch.gif) no-repeat 7px 5px;
}

/* Maximum nesting = 6 levels */
#comments .comment .comment .comment .comment .comment .comment
{
	padding-left: 0;
	background: none;
}

#comments .comment .commentContent
{
	width: 535px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}

#comments .comment .commentContent blockquote
{
	color: #646464;
	margin: 10px 0 10px 10px;
	border-left: 3px solid #d7d7d7;
	padding-left: 5px;
}

#comments .comment .commentContent a
{
	text-decoration: underline;
}

#comments .comment .commentContent ul
{
	border: 0;
	display: block;
	position: static;
	text-align: left;
	width: auto;
	top: auto;
	height: auto;
	left: 0;
	margin: 0;	
	padding: 0 0 0 40px;
	list-style-type: disc;
	list-style-image: url(../images/bullets/bullet_grey.gif);
}

#comments .comment .commentContent ol
{
	margin: 0;	
	padding: 0 0 0 30px;
	list-style-type: decimal;
}

#comments .comment .commentContent ul li
{
	display: list-item;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

#comments .comment .commentContent .edit
{
	margin-top: 10px;
	font-size: 11px;
	color: #787777;
}

#comments .comment .commentContent fieldset.modbreak
{
	border: 1px solid #b8b8b8;
	margin: 10px 5%;
	padding: 0 5px;
	color: #cf0234;
}

#comments .comment .commentContent fieldset.modbreak legend
{
	display: inline;
	font-weight: bold;
	color: #cf0234;
}

#comments .comment .admin
{
	color: #32327f;
}

#comments p.error
{
	border: 1px solid #b8b8b8;
	padding: 5px;
}

/* Comment form
   ------------ */
#commentForm
{
	margin: 0 0 10px 0;
	width: 535px;
}

#commentForm fieldset
{
	position: relative;
	border-top: 1px solid #d1d1d1;
	padding-top: 5px;
}

#commentForm label
{
	display: block;
	font-weight: bold;
	padding-left: 1px;
}

#commentForm textarea
{
	width: 507px;
	height: 234px;
	border: 1px solid #b8b8b8;
	padding: 2px;
	font-size: 12px;
}

#commentForm textarea.large
{
	height: 468px;
}

#commentForm div.submit
{
	padding: 3px 0;
}

#comments .comment form
{
	width: 515px;
	padding-left: 20px;
	background: url(../images/comments/branch.gif) no-repeat 7px 5px;
}

#comments .comment form #commentFormContentLabel
{
	display: none;
}

#comments .comment form fieldset
{
	border-top: 0;
}

#comments .comment form textarea
{
	width: 487px;
}

#comments .comment form.edit
{
	width: 535px;
	padding: 0;
	background: none;
}
#comments .comment form.edit textarea
{
	width: 507px;
}

#commentToolbar
{
	position: absolute;
	top: 1px;
	right: 0;
}

#commentToolbar img
{
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #7b7b7b;
	margin-bottom: 2px;
}

#commentToolbar img:hover
{
	border-color: #323232;
}

#emoticons
{
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #7b7b7b;
	width: 136px;
	overflow: hidden;
}

#emoticons span
{
	float: left;
	height: 22px;
	width: 32px;
	cursor: pointer;
	padding: 1px;
}

#emoticons span:hover
{
	border: 1px dotted #7b7b7b;
	padding: 0;
}

/* Moderations
   ----------- */
#modPopup
{
	position: absolute;
	/* right: -160px; */
	left: 100px;
	top: 100px;
	width: 158px;
	min-height: 43px;
	background: url(../images/comments/moderation/popup_head.gif) no-repeat;
	
	z-index: 50;
}

#modPopup img.close
{
	position: absolute;
	top: 4px;
	right: 6px;
	cursor: pointer;
	width: 11px;
	height: 11px;
	z-index: 55;
}

#modPopup #modPowerIndicator
{
	position: absolute;
	top: 4px;
	left: 3px;
	border: none;
	width: 16px;
	height: 33px;
	z-index: 55;
}

#modPopup #modMeta
{
	width: 131px;
	height: 37px;
	margin-left: 22px;
	padding-top: 3px;
	color: #e2e2e2;
}


#modPopup #modMeta span
{
	float: left;
	width: 100%;
	margin-top: 11px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#modPopup #modPower
{
	margin-left: 19px;
	background: #373737 url(../images/comments/moderation/popup_bg.gif) repeat-y;
	color: #e2e2e2;
	width: 131px;
	clear: both;
	padding: 1px 5px 0 3px;
	font-size: 11px;
	font-weight: bold;
}

#modPopup #modPower p
{
	padding: 2px 3px;
	color: #a5a5a5;
	margin: 0;
}

#modPopup #modFooter
{
	margin-left: 19px;
	height: 4px;
	width: 139px;
	background: url(../images/comments/moderation/popup_bottom.gif) no-repeat;
	overflow: hidden;
}

#modPopup table
{
	width: 100%; 
}

#modPopup th,
#modPopup td,
#modPopup td a
{
	color: #cdcdcd;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 4px;
}

#modPopup th
{
	background-color: #4b4b4b;
	font-weight: bold;
	text-align: left;
}
