/* -----------------------------------------------------------------------------------------------------------------------
USER PROFILES
----------------------------------------------------------------------------------------------------------------------- */
.textarea-unfocus {
	width: 581px;
	border: 1px solid #afafaf;
	color: #555; 
	font-size: 12px;
	padding: 5px;
	height: 14px;
}

tr.editMode td { background-color: #d9feda; }
tr.editMode td div.pointer-up-green { background: url(/img/style-2.0/gen/pointer-up-green.gif) no-repeat; height: 10px; width: 23px; overflow:hidden; position:absolute; top: -20px; left: 16px; float: left; }


.subLiveSearch {
	position: relative;
}

.subLiveSearchResults{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#stream .username {
	font-weight: bold;
}

.comment-box {
	margin-top: 5px;
	width: 300px;
	position:relative;
}

.comment-stream {
	width: 350px;
}

.comment, .comment-showall {
	padding: 2px 5px;
	font-size: 11px;
	background-color: #f5f3e9;
	margin-bottom: 2px;
	padding-left: 45px;
	position: relative;
}

.comment-text {
	background-color: #f5f3e9;
}

.comment-text textarea {
	font-size: 11px;
	color: #555;
	padding: 5px;
	margin: 2px 0 0 8px;
	border: 1px solid #e8e6df;
	width: 289px;
	height: 15px;
}

.top-right {
	margin: 20px;
	float: right;
}