/* style for main user tables */
table.usertable {
	width: 100%;
	color: inherit;
	margin-top: 0px;
	margin-bottom: 1em;
	padding: 5px; /* top, right, bottom, left */
	border: 1px solid #777777;
}

table.usertable td  {
	padding: 5px;
}

table.usertable th  {
	background-color: #CFCFCF;
	padding: 5px 5px 10px 5px; /* top, right, bottom, left */
}
