/*
  * No3x
  * http://www.noex.kilu.de/
  * Dynamic Formmailer Vers. 0.249
  * http://www.noex.kilu.de/projects/DynamicFormmailer/
  *     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
  *    |				Modul			|
  *    |		           import panels.css		    	|
  *      ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ 
 */
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 350px;
}
.message_list li {
	padding: 0;
	margin: 0;
	background: url(images/panels/message-bar.gif) no-repeat;
}

.message_list .message_head_gw {
	padding: 0;
	margin: 0;
	background: url(images/panels/message-bar-gw.png) no-repeat;
}
.message_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
}
.message_head .timestamp {
	color: #666666;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 5px;
}
.message_head cite {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
.message_body {
	padding: 5px 10px 15px;
	background: #f3f3f3;
	border-right: solid #c9c9c9 1px;
	border-left: solid #c9c9c9 1px;
	border-bottom: solid #c9c9c9 1px;
}
.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 350px;
}
.collapse_buttons a {
	margin-left: 15px;
	float: right;
}
.show_all_message {
	background: url(images/panels/tall-down-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	background: url(images/panels/tall-up-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.collpase_all_message {
	background: url(images/panels/collapse-all.gif) no-repeat right center;
	padding-right: 12px;
	color: #666666;
}