.articlelisttable table, .articlelisttable td {
	font:11px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

.articlelisttable table {
	/*	width:100%;*/
	border-collapse:collapse;
	margin:0;
	align:center;
}

.articlelisttable th, .articlelisttable td {
	text-align:left;
	padding:0;
}

.articlelisttable th {
	background-color:#EBEBEB;
	color:#262626;
}

.articlelisttable td {
	border: none;
}

/* tablecloth styles */

.articlelisttable tr.even td { background-color:#F2F2F2; }

.articlelisttable tr.odd td { background-color:#EBEBEB; }

.articlelisttable th.over, .articlelisttable tr.even th.over, .articlelisttable tr.odd th.over { /*background-color:#4a98af;*/
}

.articlelisttable th.down, .articlelisttable tr.even th.down, .articlelisttabletr.odd th.down { /*background-color:#bce774;*/
}

.articlelisttable th.selected, .articlelisttable tr.even th.selected, .articlelisttable tr.odd th.selected { }

.articlelisttable td.over, .articlelisttable tr.even td.over, .articlelisttable tr.odd td.over { background-color:#ffffff; }

.articlelisttable td.down, .articlelisttable tr.even td.down, .articlelisttable tr.odd td.down { background-color:#ffffff; }

.articlelisttable td.selected, .articlelisttable tr.even td.selected, .articlelisttable tr.odd td.selected { /*	background-color:#bce774;
	color:#555;*/
}

/* use this if you want to apply different styleing to empty table cells*/
.articlelisttable td.empty, .articlelisttable tr.odd td.empty, .articlelisttable tr.even td.empty { /*background:#fff;*/
}

.articlelisttable a, .articlelisttable a:link, .articlelisttable a:visited {
	color:#3366FF;
	text-decoration:none;
	display:block;
	line-height:16px;
	padding:1px 5px;
}

.articlelisttable a:hover {
	color:#cc0000;
	text-decoration:none;
	font-weight:bold;
}

