/* new css by evan */

.message_list {
  margin: 0;
}

.my_messages_list {
  margin: 0;
}

.message_list .message_name
{
  border: 1px solid #999999;
  border-width: 1px 0 1px 0;
  padding: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #9DCA5D;
}

.message_list .date_line {
  color: #000000;
  background-color: #d2e9ff;
	font-weight: bold;
  padding: 5px;
  border: 1px solid #999999;
  border-width: 1px 0 1px 0;
  margin-bottom: 5px;
}

.message_list .time_line {
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #999999;
}

.message_list table.message_table {
	padding-bottom: 0;
	margin-bottom: 5px;
}

.message_list .message_line td {
	color: #000000;
	background-color: #ECECEC;
	vertical-align: middle;
	border: 0;
	padding: 5px;
	border-bottom: 1px solid #999999;
}

.message_list .blank_line td {
	background-color: #FFFFFF;
	border-bottom: 0;
	padding-bottom: 0;
}

.message_list .descriptions th {
	font-weight: bold;
	vertical-align: top;
	padding: 5px;
}

.message_list .descriptions td {
	font-weight: normal;
	padding: 5px;
}
.message_details .title_line td {
	background-color: #9DCA5D;
	padding: 5px;
}

.message_details .title_line td label {
	font-weight: bold;
	color: #000000;
}

.my_messages_name
{
  border: 1px solid #999999;
  border-width: 1px 0 1px 0;
  padding: 5px;
  background-color: #FFFFAA;
}

.title_header {
  width: 30em;
}

.member_header {
  width: 10em;
}

.message_name {
  width: 10em;
  border-right: 1px solid #999999;
  vertical-align: top;
}

.title_menu {
  display: inline;
}

.message_header {
  background-color: #dddddd;
  border-top: 1px solid #000000; 
  padding: 0; 
  margin-top: 100em;
}


tr.message_header td {
  border-top: 1px solid #000000; 
  padding: 2px;
}

.message_title_cont {
  padding: 1em;
}

.message_main {
}

.message_list tr.last_row td, .my_messages_list tr.last_row td {
  border: 0px;
}

.member_pic {
  width: 25px;
  text-align: center;
}

.member_pic img {
  vertical-align: middle;
}


.avatar_pic {
  text-align: center;
  padding: 5px;
}

.avatar_pic img {
  
}

.read_message {
}

.new_message {
  font-weight: bold;
}

.current_message {
  background: #f0f0ff;
}
