/******************************************************************************
 * Members CSS
******************************************************************************/	
table {
	margin: 0;
	padding:  0; }

/******************************************************************************
 * Shared Elements
******************************************************************************/	
div.darkBox {
	background: #f4f4f4;
	float: left;
	height: 24px;
	width: 100%; }
	
html>body div.darkBox {
	height: auto;
	min-height: 24px; }
	
.add:hover, .change:hover, .remove:hover { background-position: 0 -24px; }

.add {
	background: url(../_images/add_24.png) no-repeat;
	float: left;
	height: 24px;
	text-decoration: none;
	width: 24px; }

.change {
	background: url(../_images/spanner_24.png) no-repeat;
	float: left;
	height: 24px;
	text-decoration: none;
	width: 24px; }

.remove {
	background: url(../_images/cross_24.png) no-repeat;
	float: left;
	height: 24px;
	text-decoration: none;
	width: 24px; }
