/****************  PeerGroup   ********************/

div.peerGroupUserSelect{
  margin: 0px 0px;
  min-height: 68px;
  padding-bottom:15px;
}

div.peerGroupUserSelectAvailableElement, div.peerGroupUserSelectSelectedElement, div.peerVuUserSelectAvailableElement, div.peerVuUserSelectSelectedElement, div.peerVuUserReferSelectAvailableElement, div.peerVuUserReferSelectSelectedElement{
  float: left; 
  width: 60px;
  height: 80px;
  padding:10px;
  cursor: pointer;
  margin-left:5px;
  margin-bottom:10px;
  padding-bottom: 5px;
  text-align: center;
}

div.peerGroupUserSelect{
  margin-left:15px;
}

div#peerGroupUserSelectSelected {
  position:relative;
  left:-5px;
}
div.peerGroupUserSelect img, div.peerVuUserSelect img, div.peerVuUserReferSelect img{
  margin: 0px;
  width: 50px;
}

div.peerGroupUserSelect p, div.peerVuUserSelect p, div.peerVuUserReferSelect p { 
  font-size: 11px;
  color: #000000;	
  text-align:center;
  overflow:hidden;
  height: 50px;
  width: 80px;
  float: left;
  line-height: 20px;
  padding-bottom: 10px;
  display: block;
}
/**************** PeerVu refer   ********************/

div.peerVuUserReferSelectSelectedElement {
  padding-right:20px;
  margin-left:-10px;}

div.peerVuUserReferSelectContainer{
  position: relative;
/*  min-height: 300px; */
  width: 300px;
}

div#peerVuUserReferSelectAvailableContainer{
  position: absolute;
  top: 0px;
  left: 320px;
  width: 400px;
  z-index: 99;
  display:none;
  background-color:white;
}

div#peerVuUserReferSelectAvailable{
  width: 343px;
  min-height: 276px;
}

div#peerVuUserReferSelectSelected{
  width: 300px;
  min-height: 296px;
}

div#peerVuUserReferSelectWillPaginate, div#peerVuUserReferSelectWillPaginateDown{
  text-align: center;
  margin: auto;
}


/****************  PeerVu users  ********************/

div.peerVuUserSelectContainer{
  position: relative;
/*  min-height: 300px; */
  width: 345px;
}

div#peerVuUserSelectAvailableContainer{
  position: absolute;
  top: -50px;
  left: -410px;
  width: 350px;
  display:none;
  background-color:white;
}

div#peerVuUserSelectAvailable{
  width: 343px;
  min-height: 276px;
}

div#peerVuUserSelectSelected{
  width: 326px;
  min-height: 296px;
}

div#peerGroupUserSelectWillPaginate,div#peerGroupUserSelectWillPaginateDown,
div#peerVuUserSelectWillPaginate, div#peerVuUserSelectWillPaginateDown{
  text-align: center;
  margin: auto;
}

div#peerVuUserSelectWillPaginateDown, div#peerVuUserReferSelectWillPaginateDown,
div#peerGroupUserSelectWillPaginateDown
{
  padding-top:40px;
}


/****************  PeerVu products  ********************/


div#peerVuProductSelectAvailable{
}

div#productSelectContainer{
  display: none;
}

/************************************/

.transparent {
  opacity: 0.85;
}

.pagination {
  clear:both
}
