p.name {font-weight:bold;color:black;}

div.table {
	width:100%;
	font-size:90%;
}

div.table div#pager {
	text-align:right;
	margin-top:5px;
	margin-bottom:10px;
	margin-right:3px;
}


table#articles {
	width:100%;
	background-color:white;
}

table#articles tr th {
	background-color:#448;
	color:white;
	font-weight:bold;
}

table#articles tr th div.allcontroller {
	font-size:80%;
}

table#articles tr th div.allcontroller a {
	color:white;
}



table#articles tr td {
	font-size:95%;
}

table#articles tr.article td.checkbox {
	width:120px;
	text-align:center;
}

table#articles tr.article td.pubDate {
	width:120px;
	text-align:right;
}

table#articles tr.article td.visible {
	width:100px;
	font-size:86%;
	text-align:center;
}

table#articles tr.invisible {
	background-color: #f4f4f4;
}

table#articles tr.invisible a {
	color:gray;
}



