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

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.filterd  {
	background-color:#f4ecec;	
}
*/

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

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

table#articles tr.article div.article_link {
	color:green;
	font-size:80%;
}



div#legend {
	margin: 30px 0 0 10px;
	font-size: 90%;
	padding: 5px;
	border: 1px solid gray;
	width: 400px;
}

div#legend div#legend_title {
	margin-bottom: 7px;
}

div#legend div#legend_filter {
	margin-left: 10px;
}

div#legend div#legend_graychip {
	margin-top: 5px;
	margin-left: 10px;
}

div#legend div#legend_graychip span {
	border: 1px solid #aaa;
	background-color: #e4e4e4;
	display: block;
	width: 20px;
	float: left;
}

div#legend span#legend_notice {
	margin: 5px 0 0 5px;
	color: gray;
	font-size: 80%;
	
}

div#legend div#legend_clear {
	clear: both;
}
