table#editaccess {
/*	border: 1px solid #000000;	
	border-right: 0; */
	width: 400px;
	margin: auto;
	margin-top: -10px;
}
table.bigcenter {
	width: 510px;
	margin: auto;
}
table.bigcenter td {
	text-align: center;
}

table#editaccess tr td {
	padding: 2px 5px 2px 5px;
/*	border-right: 1px solid #000000; */
}

table#editaccess tr.titles td{
	font-size: 10pt;
	font-weight: bold;
	background: #880000;
	color: #ffffff;
}

tr.on td, tr.off td {
	text-align: center;
}

tr.on td input {
	border-left: 3px solid black;
	border-right: 3px solid red;
	border-top: 3px solid #ff6666;
	border-bottom: 3px solid #cc0000;
}

tr.off td input {
	border-left: 3px solid black;
	border-right: 3px solid blue;
	border-top: 3px solid #6666ff;
	border-bottom: 3px solid #0000cc;
}

table#editaccess tr.on td {
	background: #ffd9d9;
}
table#editaccess tr.off td {
	background: #ffffff;
}

