@CHARSET "ISO-8859-1";

span.articles_topic{
	font-size: 0.8em;
	display: block;
}

span.articles_year{
	font-size: 0.8em;
	display: block;
}

table.articles_archive{
	border-collapse: collapse;
	width: 100%;
}

table.articles_archive thead{
	background: #eeeeee;
}

table.articles_archive td,
table.articles_archive th{
	border: 1px solid #e0e0e0;
	padding: 10px;
	color: #848484;
	vertical-align: top;
	text-align: left;
}

table.articles_archive th{
	border: 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

table.articles_archive th.articles_itemFirst{
	border-left: 1px solid #e0e0e0;
}

table.articles_archive th.articles_itemLast{
	border-right: 1px solid #e0e0e0;
}

table.articles_archive tr.articles_itemOdd td{
	background: #ffffff;
}

table.articles_archive tr.articles_itemEven td{
	background: #f9f9f9;
}

table.articles_archive td.articles_datetime{
	white-space: nowrap;
}

table.articles_archive tr.articles_spacer td{
	line-height: 6px;
	font-size: 6px;
	border: 0;
	background: transparent;
	height: 6px;
	padding: 0;
}

table.articles_archive th a{
	background-position: right center;
	padding-right: 10px;
	background-repeat: no-repeat;
}

table.articles_archive th a.articles_sortASC{
	background-image: url(../images/symSortAsc.png);
}

table.articles_archive th a.articles_sortDESC{
	background-image: url(../images/symSortDesc.png);
}

table.articles_archive p{
	margin-bottom: 0;	
}
}
