/* Newspaper-B */
.newspaper-b {
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #09F;
	margin: 0 auto;
	margin-bottom: 20px;
}
.newspaper-b thead th{
	/*background: #176B7F;*/
	background: #0099FF;	
}
.newspaper-b tfoot tr td{
	text-align: center;
	border-top: 1px solid #09F;
	border-bottom: 1px solid #09F;

}
.newspaper-b tbody {
	background: #e8edff;
	color: #09F;
}
.newspaper-b th {
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.newspaper-b th span {
	float: left;
}
.newspaper-b th a {
	font-size: 10px;
	color: #000;
	float: right;
}
.newspaper-b td {
	text-align: left;
	padding: 10px;
	color: #09F;
	border-top: 1px dashed #fff;
}
.newspaper-b tbody tr:hover td {
	color: #339;
	background: #d0dafd;
}
.newspaper-b .l_normal, .newspaper-b .m_normal {}
.newspaper-b .l_important, .newspaper-b .m_important {
	color: green;
}
.newspaper-b .l_top, .newspaper-b .m_top {
	color: green;
	font-weight: bold;
}