td.community_table_list_td_class_1{
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
}

td.community_table_list_td_class_2{
	background-color: #ddd;
	font-size: 12px;
	font-weight: bold;
}

td.community_table_list_td_class_readed_1{
	background-color: #fff;
	font-size: 12px;
}

td.community_table_list_td_class_readed_2{
	background-color: #ddd;
	font-size: 12px;
}

form.community_messages{
	display:inline;
	margin: 0px;
}

.community_submit{
	background-color: #fff;
	border: 1px solid black;

	padding: 0px;

	font-weight: bold;
}

td.community_user_messages_view_avatar{
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

td.community_user_messages_view_avatar img{
	border: solid 1px black;
	padding: 2px;
}

td.community_user_messages_view_text{
	font-size: 12px;
	text-align: justify;
}

span.community_user_messages_view_text_title{
	font-size: 16px;
	font-weight: bold;
}

/*from panel*/
.new_messages{
	color: #990000;
}

/*Search form*/

div.search_form_container{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;

	background-color: #eee;
	border: none;
	font-weight: bold;
	color: #000;
	
	height: 60px;
}

div.search_form_container input.username{
	width: 235px;
	font-size: 10px;
	padding: 0px;
	margin-bottom: 20px;
}

div.search_form_container input.submit{
	width: 40px;

	border: solid 1px black;
	background-color: #fff;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

table.search_form_container{
	font-size: 12px;
	font-weight: bold;
	
	width: 340px;
}

a.search_form_container{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}