/* CSS Document */

table.articles_list {
	width:100%;
}
table.articles_list th, table.articles_list td{
	vertical-align:top;
}
table.articles_list th {
	text-align:left;
	padding:4px;
}
table.articles_list td {
	padding:4px;
}
.alternate {
	background-color:#CCCCCC;
}
td.posted_date, th.posted_date {
	white-space:nowrap;
}
.article_title {
	font-weight:bold;
}
