
/**************************************/
/*              tables               */
/**************************************/

table.usersTable{
	border-color: #eee;
	margin: 10px;
}
td.usersTable{
	padding: 2px 5px;
	margin: 0px;
	line-height: 18px;
	border-color: #eee;
}
th.usersTable{
	padding: 2px 5px;
	margin: 0px;
	line-height: 18px;
	background-color: #eee;
	border-color: #eee;
}



table.keysTable{
	border-color: #eee;
	font-align: center;
}
td.keysTable{
	padding: 2px 5px;
	margin: 0px;
	line-height: 18px;
	border-color: #eee;
}
th.keysTable{
	padding: 2px 5px;
	margin: 0px;
	line-height: 18px;
	background-color: #eee;
	border-color: #eee;
}


table.myProfileTable{
	border-color: #ddd;
	background-color:#efefef;
	margin: 0px;
	width: 100%;
	text-align: left;
}
td.myProfileTable{
	padding: 2px 5px;
	margin: 0px;
	line-height: 18px;
	border-color: #ddd;
}
th.myProfileTable{
	padding: 2px 5px;
	margin: 0px;
	line-height: 18px;
	background-color: #ddd;
	border-color: #ddd;
}
