@charset "utf-8";
/* CSS Document */

input[type="text"], textarea {
	font-family: inherit;
	font-size: inherit;
	margin-bottom: 10px;
	border: 1px solid #666;
	background: #333;
	width: 400px;
	color: #CCC;
}

input[type="button"], input[type="submit"] {
	border: 1px solid #666;
	background: #666;
	color: #CCC;
}

.nocomments {
	margin-bottom: 20px;
}
.comment {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px dashed #666;
	width: 80%;
}
.reply {
	margin: 10px 0 0 30px;
	padding: 10px;
	border: 1px dashed #333;	
}
.avatar {
	padding-right: 10px;
	float: left;
}
.avatar img {
	width: 80px;
	height: 80px;
}
.reply .avatar img {
	width: 60px;
	height: 60px;
}
.ranklabel {
	border: 1px solid #999;
	text-align: center;
	font-size: 16px;
	/*width: 78px; 80px (avatar width) -2 for border */
	cursor: default;
	color: #fff;
}
.reply .ranklabel {
	font-size: 12px;
}
.author, .reply .author {
	background: #900;
	font-size: 10px;
}
.norank {
	display: none;
}
.rank5 {
	background: #039;
}
.rank4 {
	background: #093;
}
.rank3 {
	background: #F70;
}
.rank2 {
	background: #63F;
}
.rank1 {
	background: #F00;
}
.postdate {
	font-size:10px;
	font-style: italic;
}
.posterinfo {
	font-size:10px;
	float: right;
}
.posterinfo a:link {
	color: #333;
}
.posterinfo a:hover {
	color: #0099FF;
}

.commentform {
	display: none;
	padding: 10px;
	border: 1px dashed #666;
	width: 80%;
}
.replyform {
	display: none;
	margin: 10px 0 0 30px;
	padding: 10px;
	border: 1px dashed #333;
}
.outputmsg {
	display: none;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.allowedtags {
	font-size:10px;
	font-style:italic;
}
.toggle-news-comments {
	float: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.comment .url-name[href="#"] {
	color: inherit;
	text-decoration: none;
	cursor: text;
}
.comment .url-avatar[href="#"] {
	cursor: default;
}