@charset "utf-8";
/* CSS Document */
p {
	padding: 0 0 1em;
}
.msg_list {
	margin: 0px;
	padding: 2px;
	width:410px;
}
.msg_head {
	padding: 2px 10px;
	margin:3px;
	
	width:370px;
	
	
	cursor: pointer;
	position: relative;
	background-color:#F4F4F8; 
	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:370px;
	height:auto;
	overflow:hidden;
    word-wrap: break-word;
   
}

.msg_body_year{
    padding: 2px 2px 15px;
	 
    text-align:justify;
	width:370px;
	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;
	}