@charset "UTF-8";

table.usermgmt_table {
	border: 1px solid #1C6EA4;
	background-color: #EEEEEE;
	width: 350px;
	text-align: left;
	border-collapse: collapse;
}

table.usermgmt_table td, table.usermgmt_table th {
	border: 0px solid #AAAAAA;
	padding: 3px 2px;
}


table.usermgmt_table tbody td {
	font-size: 14px;
	white-space: nowrap;
    padding-right: 1em;
}



table.center {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

