/*
*	Dialog Panel For Edit
*/
.hideError
{
	color:#F00;
	display:none;
}
textarea#dialog_intro_news
{
	width:580px;;
	height:100px;
	margin-bottom:10px;
	border:solid 1px;
}

div#dialog_send_friend
{
	direction: rtl;
	display:none;
}

#send_friend
{
	cursor: pointer;
	
}

.news_list
{
	width:100%;
}
.news_list .news_list_item
{
	position: relative;
	z-index:1;
	width:98%;
	margin:auto;
	clear:both;
	margin-bottom:10px;
	border-bottom:#666 dashed 1px;
	display:table;
	height:100%;
}
.news_list .news_list_item_edit
{
	position:absolute;
	display:none;
	cursor:pointer;
	width:100%;
	z-index:2;
	height:20px;
	background:#999;
	opacity: 0.5;

}
.news_list_item_edit a
{
	display:block;
	padding-left:10px;
	float: left;
}
.news_list .news_list_item .right
{
	float:right;
	width:100px;
}
.news_list .news_list_item .right img
{
	max-width:100px;
}
.news_list .news_list_item .left .subtitle
{
	font-size:11px;
	font-style:italic;
	color:#CCC;
}
.news_list .news_list_item .left .intro
{
	font-size:12px;
	direction:rtl;
	text-align:justify;
	line-height:22px;
}
.news_list .news_list_item .left .date
{
	font-size:12px;
	direction:rtl;
	text-align:justify;
	line-height:22px;
	margin-top:10px;
}
.news_list .news_list_noitem
{
	direction:rtl;
	text-align:center;
	color:#F00;
	margin:10px;
}
.pagination
{
	text-align:center;
	direction:rtl;
}
.pagination a#active
{
	font-weight:bold;
}
.news_useridea_form
{
	width:100%;
	margin:auto;
	direction:rtl;
}
.news_useridea_list
{
	direction:rtl;
}