/* CSS Document */

table.access {
	width:440px;
}
table.access th {
	font-weight: lighter;
	background-color: #e1e1e1;
	border-bottom: 1px solid #6584A0;
	border-right: 1px solid #ccc;
	border-top: 1px solid #fff;
	white-space: nowrap;
	text-align:center;
	vertical-align:top;
	padding:3px 5px 3px 5px;
}
table.access td {
	background-color: #f0f0f0;
	border-bottom: 1px solid #6584A0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	padding:3px 3px 3px 7px;
}
table.access td span {
	font-size:80%;
}
table.access td { line-height: 1.4; }
table.access td table { margin-top:10px; }


.read {
	border-bottom:none;
}