/* CSS Document */
tr.titleRow{
background-color:#7B4A73;
font:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
font-weight:bold;
font-size:11px;
}
table.listNews{
width:100%;
color:#7B4A73;

}
table.listNews td{
border-bottom:1px dashed #666666;
}
td.date{
padding:0px 10px 0px 10px;
width:50px;
}
td.imgNews{
width:120px;
}
div.imgNews{
overflow:hidden;
height:80px;
width:120px;
text-align: center;
}
div.imgNews img{

}
td.content_news{
padding-left:10px;
padding-right:10px;


}
div.container{
margin-left:25px;
}
tr.rowNews{
cursor:pointer;
background-color: #ffffff;
}
tr.rowNews:hover{
	background-color: #F2EAF1 ;
	color:#FF7726;
}
.more{
text-align:right;
font-weight:bold;
width:100%;
display:block;
color:#FF7726;
}
.title{
font-weight:bold;
text-decoration:underline;
}
tr.titleRow td{
padding-left:5px;
}



div.right-contentN{
float:right;
width:200px;
margin-right:20px;
}
div.left-contentN a{
font-weight:bold;
color:#7B4A73;
}
div.left-contentN a:hover{
font-weight:bold;
}
div.left-contentN {
float:left;
width:300px;
text-align:justify;
}

div.right-contentN  img{
border:1px solid #333333;
margin-bottom:5px;
}
