#RE_remote {
  font-size: 12px;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 260px;
  position: absolute;
  overflow: hidden;
  background:#F0F0F0;
  z-index: 1000;
  box-shadow: 0px 0px 8px #444;
  -moz-box-shadow: 0px 0px 8px #444;
  -webkit-box-shadow: 0px 0px 8px #444;
}

#RE_remote .label-title {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: monospace;
  font-weight: bold;
  padding-bottom: 4px;
  color:rgb(51,58,70);
}

#RE_remote .ui-menu {
  margin: 0px;
  padding: 0px;
  left: 10px;
  width: 228px;
  height: 228px;
  overflow: auto;
}

#RE_remote .ui-menu-item {
  cursor: pointer;
  text-align: left;
  width: 206px;
}

#RE_remote .panel {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  width: 100%;
  margin: 0px;
  margin-bottom: 4px;
  background: #ffffff;
  overflow: auto;
}

#RE_remote td {
  vertical-align: top;
  text-align: left;
}

#RE_remote td.left {
  text-align: right;
  color: rgb(51,58,70);
}

#RE_remote button {
  font-size: 10px;
  font-style: normal;
  padding: 0px;
  margin: 0px;
  margin-left: 1px;
  width: 230px;
}

/* Header */

#RE_remoteHeader {
  height: 16px;
  width: 100%;
  margin: 0px;
  left: 0px;
  top: 0px;
  position: absolute;
  overflow: hidden;
  font-size: 13px;
  font-family: monospace;
  font-weight: bold;
  color: white;
  background-color: #A0A0A0;
  border-bottom: 1px solid #707070;
  text-align: center;
  vertical-align: middle;
}

/* Sessions */

#RE_sessions {
  padding: 0px;
  margin: 0px;
  height: 80%;
  width: 100%;
  left: 0px;
  top: 22px;
  text-align: center;
  position: absolute;
  overflow: hidden;
}

/* Leading */

#RE_leading {
  padding: 0px;
  margin: 0px;
  height: 80%;
  width: 100%;
  left: 0px;
  top: 22px;
  text-align: center;
  position: absolute;
  overflow: hidden;
}

/* Following */

#RE_following {
  padding: 0px;
  margin: 0px;
  height: 80%;
  width: 100%;
  left: 0px;
  top: 22px;
  text-align: center;
  position: absolute;
  overflow: hidden;
}

/* Mask */
#RE_mask {
  z-index: 149;
  cursor: not-allowed;
}
