﻿@charset "utf-8";
/*message*/
.sidebar .msgbotton{
	padding: 10px 0;
	border-bottom: 1px solid #BBB;
}
.sidebar .loading{
	background: url(icon/loading_02.gif) no-repeat left center;
}
.sidebar .msgbotton a{
	background: url(message/btn_open.gif) no-repeat left center;
	height: 25px;
	width: 110px;
	display: block;
	line-height: 25px;
	color: #333;
	font-weight: bold;
	font-size: 10px;
	padding-left: 37px;
	margin: 0 auto;
}
.sidebar .msgbotton a:hover{
	background-position: left bottom;
}
.sidebar .msgbotton a.opened{
	background-position: left top;
}
.message{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*height: 568px;*/
	width: 288px;
	position: absolute;
	left: 30%;
	top: 258px;
	overflow: hidden;
}
/*head*/
.message .headwrap{
	background: url(message/bg_head.png) no-repeat left top;
	height: 27px;
}
.message h2{
	font-size: 11px;
	color: #f9ffca;
	height: 18px;
	overflow: hidden;
	cursor: move;
	padding: 9px 12px 0 30px;
	position: relative;
}
.message h2 a{
	background: url(message/close.gif) no-repeat left top;
	float: right;
	height: 15px;
	width: 15px;
}
.message h2 a:hover{
	background-position: left bottom;
}
/*msgbody*/
.message .bodywrap{
	width: 288px;
	background-image: url(message/bg_body.png);
}
.message .msgbody{
	position: relative;
}
.msgbody h3{
	font-size: 10px;
	margin: 0 5px;
	padding: 0 5px;
	background: url(message/bg_post.gif) repeat-x left top;
}
.msgbody h3 span{
	display: block;
	padding: 5px 0;
}
.msgbody h3.error{
	color: #F30;
}
.msgbody h3.loading span{
	background: url(icon/loading_01.gif) no-repeat left center;
	padding: 5px 0 5px 20px;
}
.msgbody h3 a{
	color: #06F;
	background: url(icon/icon_login.gif) no-repeat left center;
	margin-left: 5px;
	padding-left: 12px;
}
.msgbody h3 a:hover{
	color: #090;
}
.msgbody .msgbox{
	background: url(message/bg_msgbox.gif) no-repeat;
	height: 108px;
	width: 268px;
	margin: auto;
}
.msgbody .msgbox textarea{
	width: 260px;
	background-color: #D5D5D5;
	border: none;
	height: 100px;
	margin: 4px;
	font-size: 12px;
	overflow: auto;
}
/*msgcontorl*/
.msgbody .msgcontorl{
	padding: 5px 10px;
}
.msgcontorl input.msgbutton{
	background: #FFF url(message/btn_cancel.gif);
	height: 20px;
	width: 55px;
	color: #FFF;
	border: none;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
}
.msgcontorl input.post{
	float: right;
	background-image: url(message/btn_post.gif);
	_position: relative;
}
/*fontsize*/
.msgbody .fontsize{
	font-size: 10px;
	margin: 0 5px;
	background-color: #d5d5d5;
	padding: 5px 150px 5px 5px;
	border-bottom: 1px solid #FFF;
	height: 12px;
}
.fontsize span{
	font-weight: bold;
	padding-left: 2px;
}
.fontsize a{
	float: right;
	background: no-repeat left top;
	height: 10px;
	width: 10px;
	margin: 2px 5px 0 0;
}
.fontsize a.add{background-image: url(message/font_add.gif);}
.fontsize a.reduce{background-image: url(message/font_reduce.gif);}
.fontsize a:hover{
	background-position: left bottom;
}
/*pagenumber*/
.msgbody #postlist{width: 288px;}
.msgbody dl.pagenumber{
	line-height: 13px;
	background-color: #aeaeae;
	margin: 0 5px;
	padding: 5px;
	font-size: 9px;
	border-bottom: 1px solid #FFF;
}
dl.pagenumber dt{
	font-weight: bold;
	color: #FFF;
}
dl.pagenumber dd{
	font-family: Arial, Helvetica, sans-serif;
}
dl.pagenumber dd a{
	color: #FFF;
	padding: 0 2px;
}
dl.pagenumber dd span{padding: 0 2px;}
dl.pagenumber dd a:hover{
	color: #FF0;
}
/*msglistwrap*/
.msgbody .msglist{
	background-color: #5c5c5c;
	font-size: 9px;
	height: 296px;
	overflow: auto;
	margin: 0 5px;
}
.msglist p.nomessage{
	color: #CF0;
	text-align: center;
	font-weight: bold;
	line-height: 21px;
}
/*msglist*/
.msglist dl{
	border-bottom: 1px solid #999;
	min-height: 50px;
	_height: 50px;
	clear: both;
	padding-top: 5px;
}
.msglist dl.spacing{
	background-color: #737373;
}
.msglist dl dt{
	float: left;
}
.msglist dl dt img{
	height: 36px;
	width: 36px;
	border: 1px solid #EEE;
	margin: 0 5px;
}
.msglist dl dd{
	color: #222;
	margin: 0 5px 0 50px;
}
.msglist dl dd p{
	color: #FFF;
	line-height: 14px;
	margin-bottom: 5px;
}
.msglist dl dd h4{
	font-weight: normal;
	font-size: 10px;
	color: #AAA;
	line-height: 12px;
}
.msglist dl dd h4 span{
	font-weight: bold;
	margin-right: 5px;
	display: block;
	color: #9C0;
}
.msglist dl.spacing dd h4 span{
	color: #F90;
}
/*foot*/
.message .footwrap{
	background-image: url(message/bg_foot.png);
	height: 26px;
}
.message ul.msgfoot{
	line-height: 20px;
	padding-left: 15px;
	font-size: 10px;
	position: relative;
	width: 288px;
}
ul.msgfoot li{
	float: left;
}
ul.msgfoot li a{
	background: no-repeat left center;
	padding-left: 12px;
	margin-right: 8px;
	color: #FFF;
}
ul.msgfoot li.signoff a{
	background-image: url(icon/icon_signoff.gif);
}
ul.msgfoot li.refresh a{
	background-image: url(icon/icon_refresh.gif);
}
ul.msgfoot li.edit a{
	background-image: url(icon/icon_visitor.gif);
}
ul.msgfoot li a:hover{
	color: #0CF;
}
* html .message .headwrap{
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enable=true,src='/skins/message/bg_head.png',sizingMethod='image');
}
* html .message .bodywrap{
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enable=true,src='/skins/message/bg_body.png',sizingMethod='scale');
}
* html .message .footwrap{
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enable=true,src='/skins/message/bg_foot.png',sizingMethod='image');
}

