.doubleSelector {
  width: 100%;
  border-collapse: collapse;
}

.doubleSelector thead th {
  text-align: center;
  width: 50%;
  padding: 0px 10px;
}

.doubleSelector thead th div {
	background: #000;
	color: #FFF;
	height: 26px;
}

.doubleSelector tbody td {
  width: 50%;
  padding: 0px 10px;
}

.doubleSelector tbody td div {
  position: relative;
  background: #FFF;
  color: #000;
  border: 1px solid #000;
}

.doubleSelector tbody td div img {
  position: absolute;
  right: 3ex;
  top: 1ex;
}

.doubleSelector ol,
.doubleSelector ul {
  cursor: pointer;
  height: 360pt;
  margin: 0px;
  overflow:auto;
  padding:1px 4px 4px;
  vertical-align:top;
}

.doubleSelector ol {
	padding-left: 3em;
}

.doubleSelector li {
  font-size: 7pt;
}

.doubleSelector li.alreadySelected {
  color: #ccc;
}

.doubleSelector img:hover {
/*  border: 1px outset;*/
}

.doubleSelector li:hover {
/*  outline: 1px dotted #ccc;*/
}

#sidebar .formset h3.current {
/*	background: #ffffff;*/
}


#subpanel > form > ol {
	margin-top: 20px;
}