
table.userTable {
	margin: 0 auto;
}

table.userTable thead {

}

table.userTable th {

	width: 33%;
	background: #555555;
	color: white;
}


table.userTable tbody  td {
	padding: 1em;
}


table.userTable tfoot td {
	border: none;
	visibility: hidden;
}

table.userTable tfoot td {

}

table.userTable tfoot td.showHelp {

	visibility: visible;
}

.userList {
	width: 100%;
	/*height: 10em;*/
	overflow: auto;
}

.answerSlot {
	width: 100%;
	height: 100%;
	overflow: auto;
	border: solid 2px grey;
}

.answerSlot.over {
	width: 100%;
	height: 100%;
	overflow: auto;
	border: solid 2px blue;
}

table.userTable td a {
  display : inline-block;
  width: 150px;
  float: left;
  border: 2px solid #666666;
  background-color: #ccc;
	text-decoration: none;
	text-align: center;
	color:#111111;
	vertical-align:middle;
	margin: 1em;
	padding: 1em;
	-webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px #000;
  -ms-box-shadow: inset 0 0 3px #000;
  box-shadow: inset 0 0 3px #000;
	cursor: move;
	text-shadow: #000 0 1px;
}

td.answerSlot a {
  display : inline-block;
	width: 150px;
	float: center;
	border: 2px solid #666666;
	background-color: #00FF00;
	text-decoration: none;
	text-align: center;
	color:#111111;
	vertical-align:middle;
	margin: 1em;
	padding: 1em;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px #000;
	-ms-box-shadow: inset 0 0 3px #000;
	box-shadow: inset 0 0 3px #000;
	text-shadow: #000 0 1px;
}

.draggedUser {
	zoom: 1;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20)
}
/*
#unassignedUsers:hover {
	background-color: #ffcccc;
}

#restrictedUsers:hover {
	background-color: #ffffcc;
}

#powerUsers:hover {
	background-color: #ccffcc;
}*/