@charset "utf-8";

p {
	padding: 0 0 1em;
}
.msg_list {
	margin: 0px;
	padding: 2px;
	width:450px;
}
.msg_head {
	padding: 2px 10px;
	margin:3px;
	width:400px;
	cursor: pointer;
	position: relative;
	background-color:#eee;
	overflow: hidden ;
	text-align:right;
}

.msg_head_Text{
	color:#003366;
	font-weight:bold;

	font-family: "tahoma";
	font-size: 12px;
	text-align:right;}

.msg_body {
    padding: 2px 2px 15px;
    text-align:justify;
	width:400px;
	height:auto;
	overflow:hidden;
    word-wrap: break-word;
}
.msg_body_year{
    padding: 2px 2px 15px;
    text-align:justify;
	width:400px;
	height:auto;
	overflow:hidden;
    word-wrap: break-word;
}
/*FOR TOOLTIP ISSUE*/

#easyTooltip{
	padding:5px 10px;
	border:1px solid #195fa4;
	background:#f1f1f1;
	color:#003366;
	font-family: "tahoma";
	font-size: 12px;
	font-weight: bold;
	}
