﻿
div.comments 
{
	margin-left: 5px;
	padding: 0px;
}

ol.commentlisting {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 930px;
	overflow: hidden;
}


ol.commentlisting li.level1 
{
	width: 930px;
	padding: 0px 0 0 0px;
	margin: 10px 0 10px 0;
}
	
ol.commentlisting li.level2 { 
	width: 910px;
	padding: 0px 0 0 20px;
	margin: 10px 0 10px 0;
}

ol.commentlisting li.level3 { 
	width: 890px;
	padding: 0px 0 0 40px;
	margin: 10px 0 10px 0;

}

ol.commentlisting li.level4 { 
	width: 870px;
	padding: 0px 0 0 60px;
	margin: 10px 0 10px 0;
}

ol.commentlisting li.level5 { 
	width: 850px;
	padding: 0px 0 0 80px;
	margin: 10px 0 10px 0;
	
}


.user-text
{
	clear:left;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
}
.user-text-admin
{
	clear:left;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #fdfe00;
	/*background: #485973 url(images/comments/body_admin.gif) bottom left no-repeat;*/
	font-weight: bold;
}
.user-text-user
{
	clear:left;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	/*background: #485973 url(images/comments/body_user.gif) bottom left no-repeat;*/
	font-weight: normal;
}

ol.commentlisting li div.user { 
	float: left;
	background: /*#485973;*/ url(images/comments/head_user.gif) top left no-repeat;
	color: #768396;
	display: block;
	padding: 3px;
	/*border-bottom: #3d4c61 1px solid;*/
	font-size: 80%;
	width: inherit;
}

ol.commentlisting li div.user span.reply { 
	color: #ffd201;	
	float: right;
	text-align: right;   
	margin-right: 10px;
	padding-top: 1px;
}

ol.commentlisting li div.user span.user { 
	float: left;
	text-align: left;
	padding-top: 1px;
}

ol.commentlisting li div.user span.reply_level { 
	float: left;
	text-align: left;
	background: url(images/member/level_icon_sm.gif) top left no-repeat;
	color: #ffffff;
	font-weight: bold;
	width: 24px;
	height: 12px;
	display: block;
	text-align: center;
	vertical-align: bottom;
	padding-top: 4px;
	margin: 0px 5px 0px 0px;
}

ol.commentlisting li div.user span.reply_level.one
{
	background: url(images/member/level_icon_1.gif) top left no-repeat;
	color: #5f7594;
}

ol.commentlisting li div.user-admin { 
	float: left;
	background: /*#7b8853;*/ url(images/comments/head_admin.gif) top left no-repeat;
	color: #dfedaf;
	display: block;
	padding: 4px;
	/*border-bottom: #3d4c61 1px solid;*/
	font-size: 80%;
	width: inherit;
}

ol.commentlisting li div.user-admin span.reply { 
	color: #ffd201;	
	float: right;
	text-align: right;   
	margin-right: 10px;
}

ol.commentlisting li div.user-admin span.user { 
	float: left;
	text-align: left;
	margin-left: 20px;
}

/* Ghosted color was #a49649 */
ol.commentlisting li strong { 
	color: #fec000;
}

.previouspage { 
	float: left;
	margin-left: 200px;
}

.nextpage { 
	float: right;
	margin-right: 200px;
}

.prevarrowPage {
	padding-right: 3px;
	border: 0px;
}

.nextarrowPage {
	padding-left: 3px;
	border: 0px;
}

div.pages { 
	text-align: center;
}


.commentnav {
	background: url(images/comments/nav_bg.gif) top left no-repeat;
	color: #ffc300;
	overflow: hidden;
	padding: 4px 0 0px 0;
	margin: 10px 0px 0px 0px;
	width: 930px;
	height: 24px;
}

.commentnav-footer {
	clear: both;
	background: url(images/comments/nav_bg.gif) top left no-repeat;
	color: #ffc300;
	padding: 2px 0 2px 0;
	margin: 10px 0 10px 15px;
	width: 930px;
}

.commentnav p,
.commentnav-footer p {
	display: inline;
	padding: 0 15px;
	border-right: 0px #293442 solid;
}

.active 
{
	color: #fff;
	font-weight: bold;
}

.commentnav span.active,
.commentnav-footer span.active {
	color: #fff;
	font-weight: bold;
}

.commentnav span.nextprev,
.commentnav-footer span.nextprev {
	padding-left: 15px;
}

.commentnav p.show,
.commentnav-footer p.show {
	float: right;
	margin: -2px;
	border-right: 0;
	padding-top: 2px;
}


.commentform
{
	padding: 0;
	margin: 10px 0px 0px 0px;
	width: 930px;
	border-width: 0;
	border-style: solid;
	border-color: #262f3d;
}

.addyourcomment
{
	background: url(images/comments/nav_bg.gif) top left no-repeat;
	color: #ffc300;
	overflow: hidden;
	padding: 4px 0 0px 0px;
	width: 930px;
	height: 24px;
}

.addyourcomment span
{
	padding-left: 5px;
	font-weight: bold;
}

.commentrules
{
	padding: 0px 0 0px 8px;
}

.commentbox
{
	padding: 0px 0 0px 8px;
}

.commentbox textarea
{
	width: 640px;
}

.commentbutton
{
	padding: 0px 0 0px 8px;

	/*
	clear: both;
	float: left;
	width: 180px;
	padding: 0 0 0 10px;
	margin: 15px 0px 0px 0px;*/
}


.exp_alert
{
	margin-left: 0px;
	margin-right: 10px;
}


#plcReply
{
	font-weight: bold;
}


div.commentpanelheader {
	clear: both;
	background: url(/images/layout/title_largecomment.gif) no-repeat;
	color: #fec000;
	height: 26px;
	margin: 0px;
	padding-top: 2px;
	text-indent: -2000px;
	width: 974px;
	font-weight: bold;
	font-size: 18px;
}


#commentheader
{
	background: url(/images/layout/title_largecomment_top.gif) bottom left no-repeat;
	text-indent: -2000px;
}

