.documentsList_table
{
    width:100%;
	margin-top:20px;
}
.documentsList_table td
{
    height:20px;
}
.documentsList_table tr.normal
{
    background-color:White;
}
.documentsList_table tr.hover
{
    background-color:#D9E9F0;
}
.documentsList_table td.title
{
    width:85%;
    text-align:left;
	padding-left:5px;
}
.documentsList_table td.pubDate
{
    width:15%;
}
.documentsList_table a
{
	color:#333333;
	text-decoration:none;
}
.documentsList_table a:hover
{
	color:#3180B5;
	text-decoration:underline;	
}
