.positive{
	color: green;
	font-weight: bold;
}

.negative{
	color: red;
	font-weight: bold;
}

.neutral{
	color: black;
	font-weight: bold;
}

div.reply{
	position: relative;
	text-align: right;
	padding-bottom: 5px;
}

div.reply div.reply_options{
	position: relative;
}

.reply a.reply_link{
	padding-left: 4px;
	display: inline;
	color: #2F5299;
}

div.owners_post{
	background-color: #ccffcc;
}

.reply a.show_link{
	float: left;
	display: block;
	color: #2F5299;
	margin-left: 40px;
	padding-right: 15px;
	padding-top:15px;
	
	background: url(/icons/toggle-open.gif) right no-repeat;
}

div.points{
	float: left;
}

/*div.vote_bad{
	width: 16px;
	height: 16px;
	
	float: left;
	margin-left: 3px;
	
	background: url('/main/thumbsdown_not_vote.png') no-repeat;
	
	cursor: pointer;
}

div.vote_bad:hover, div.user_voted_bad{
	background: url('/main/thumbsdown.png') no-repeat;
}

div.vote_good{
	width: 16px;
	height: 16px;
	
	float: left;
	margin-left: 3px;
	
	background: url('/main/thumbsup_not_vote.png') no-repeat;
	
	cursor: pointer;
}*/

div.member_info{
	/*position: relative;
	/*left: 3px;
	top: 5px;*/
	/*width: 150px;*/
	/*height: 60px;*/
	/*overflow: hidden;*/
}

div.vote_good:hover, div.user_voted_good{
	background: url('/main/thumbsup.png') no-repeat;
}

div.nest{
	margin-left: 40px;
}

div.post{
	 border-top: 1px solid #CCCCCC;
}

table.review_layout{
	margin-right: 100px;
	position: relative;
}

table.review_layout td{
	vertical-align: top;
	padding-top: 5px;
	padding-left: 3px;
}

/*div.business_owner{
	background-color: #00CCAA;
}*/
