/* CSS Document */
.arenaModerateText {
	display:block;
	float:right;
	color:#ffcc00;
	font-size:10px;
	padding-top:3px;
}

.bs2_arenaCommentLogIn {
	float:right;
	clear:both;
	padding-right:10px;
}

.bs2_CommentContentButtons {
	float:left;
	clear:both;
	width:371px;
}
a.postbut_en, a.postbut_en:hover,
a.postbut_fr, a.postbut_fr:hover,
a.postbut_es, a.postbut_es:hover,
a.postbut_it, a.postbut_it:hover {
	height:25px;
	display:block;
	float:right;
	clear:both;
	text-indent:-9999px;
}
a.postbut_en {
	width:72px;
	background:url(../images/buttons/post_en.gif) no-repeat;
}
a.postbut_fr {
	width:99px;
	background:url(../images/buttons/post_fr.gif) no-repeat;
}
a.postbut_es {
	width:90px;
	background:url(../images/buttons/send_es.gif) no-repeat;
}
a.postbut_it {
	width:70px;
	background:url(../images/buttons/send_it.gif) no-repeat;
}
a.postbut_en:hover, a.postbut_fr:hover, a.postbut_es:hover, a.postbut_it:hover {
	background-position:0 -25px;
}

.bs2_arenaCommentContainer {
	padding:15px 0 0 50px;
	float:left;
	clear:both;
	width:421px;
	height:auto;
}
.cmtbox {
	float:left;
	clear:left;
	width:371px;
	height:auto;
	display:none;
}
.even {
	background-color:#666;
}
.odd {
	background-color:#333;
}
/*
.wallEntry:nth-child(odd) {
	background-color:#666666;
}
.wallEntry:nth-child(even) {
	background-color:#999999;
}
*/
.bs2_community_land_mid_body {
	padding:5px 0 0 0;
	width:471px;
}
#titleArena {
	padding:0 0 5px 10px;
}
/* Comment field */

.cmtbox .wallField{
	width:371px;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:left;
	margin-bottom:10px;
	background-color:#FFFFFF;
}
/* Message field */
#msgbox {
	padding:0 10px 10px 10px;
	border-bottom:1px solid #333;
	float:left;
	clear:both;
}
#wallField{
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:left;
	padding:5px 0 0 5px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	width:446px;
}
.wallEntry{
	width:471px;
	height:auto;
	border-bottom:#333 1px solid;
	padding-top:10px;
	float:left;
}
#contentArena .bs2_winners_avatar {
	margin-left:10px;
}
.wallEntryComment .bs2_winners_avatar, .wallEntryComment .bs2_winners_avatar a img {
	width:44px;
	height:49px;
}
.bs2_EntryContentButtons {
	height:10px;
	float:left;
	clear:both;
	width:471px;
	padding:10px 0 15px 0;
}
.addComment, .deleteComment {
	display:block;
	float:right;
	width:20px;
	height:20px;
	background:url(../images/community/bs2_community_blogBtns.gif) no-repeat;
	text-indent:-9999px;
	margin:0 5px 0 5px;
}
.deleteComment {
	background-position:0 -20px;
}
#contentArena{
	float:left;
	clear:left;
	height:auto;
}
.wallEntryComment {
	width:371px;
	padding:10px 0 5px 0;
	float:left;
	clear:both;
	border-bottom:1px solid #000;
}
.bs2_EntryTimeStamp, .bs2_EntryContent, .bs2_CommentTimeStamp, .bs2_CommentContent {
	width:220px;
	text-align:left;
	clear:none;
	float:left;
	padding:0 0 10px 0;
}
.bs2_EntryTimeStamp, .bs2_CommentTimeStamp {
	color:#CCC;
	margin-left:10px;
}
.bs2_EntryContent, .bs2_CommentContent {
	margin-left:10px;
}

