.articles table {
	width: 100%;
}
.articles table tr:hover {
	background: #999 !important;
	color: #FFF;
}
.articles table tr:hover a {
	color:#fff;
}
.articles table tr:nth-child(odd),
.articles table tr.textdoc_tr1 {
	background: #eeeeee;
}
.articles table tr td {
	border:1px solid #cdcdcd;
	padding: 5px;
	vertical-align: middle;
}
.articles table tr td a[href$=".doc"],
.articles table tr td a[href$=".pdf"],
.articles table tr td a[href$=".rtf"],
.articles table tr td a[href$=".docx"] {
	background: url('/css/img/download.png') no-repeat center left;
	padding-left: 20px;
	display: inline-block;
	vertical-align: middle;
}
.articles table tr td img,
.articles table tr td a[href$=".doc"],
.articles table tr td a[href$=".pdf"],
.articles table tr td a[href$=".rtf"],
.articles table tr td a[href$=".docx"] {
	display: inline-block;
	vertical-align: middle;
}
.articles table tr td a {
	color:#13509c;
	text-decoration: underline;
}
.articles table tr td a:hover {
	text-decoration: none;
}






