* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  background-color: white;
  min-width: 320px;
  min-height: 320px;
  position: absolute;
  height: 100%;
  width: 100%;
  /*
    top : 0px;
    bottom : 0px;
    right : 0px;
    left : 0px;
    // height : auto;
    */
}
td {
  vertical-align: top;
}
#container {
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 320px;
  position: absolute;
  border: 5px ridge silver;
}
#top-row {
  height: 22px;
}
#mid-row {
  height: 100%;
}
#bottom-row {
  height: 27px;
  margin-top: 10px;
}
.wrapper {
  position: relative;
  height: 100%;
}
#main {
  background-color: #222222;
  color: white;
  position: absolute;
  height: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0.5ex;
  overflow-y: scroll;
}
#main a,
#main a:visited {
  color: white;
  text-decoration: underline;
}
#users {
  background-color: silver;
  color: black;
  width: 130px;
}
#online {
  text-align: center;
  margin: 4px;
}
.section {
  border: 4px outset silver;
  background-color: silver;
  padding: 0.5ex;
  font-size: 9pt;
}
#right-col {
  position: relative;
  height: 100%;
}
#userlist {
  color: black;
}
#userlist span {
  cursor: pointer;
}
#options {
  position: absolute;
  width: 120px;
  height: 134px;
  bottom: 0.5ex;
  border: 5px ridge silver;
  padding: 2px;
  background-color: silver;
  z-index: 1;
}
.afk-0 {
  color: blue;
  text-align: left;
}
.afk-1 {
  color: purple;
  text-align: center;
}
.afk-1:before {
  content: '[';
}
.afk-1:after {
  content: ']';
}
.afk-2 {
  color: red;
  text-align: right;
}
.afk-2:before {
  content: '<';
}
.afk-2:after {
  content: '>';
}
.user {
  padding-right: 0.6ex;
  font-weight: bold;
}
.user:before {
  content: '<';
}
.user:after {
  content: '>';
}
#text-wrapper {
  position: absolute;
  left: 0px;
  right: 97px;
  top: 3px;
  float: left;
}
#text-entry {
  position: relative;
  width: 100%;
}
#send {
  position: relative;
  padding: 0px 12px;
  margin-right: 18px;
  margin-top: 1px;
  float: right;
}
fieldset {
  font-size: smaller;
}
label {
  display: block;
  margin: 2px;
}
#emote {
  padding-top: 1ex;
  padding-bottom: 0.3ex;
}
.small {
  font-size: smaller;
}
#color {
  width: 12px;
  height: 12px;
  border: 2px ridge white;
  float: right;
  margin-top: -2px;
  background-color: red;
}
#pulse {
  width: 60px;
  height: 25px;
  background-image: url(pulse.png);
  background-color: white;
  background-position: 200%;
  background-repeat: repeat-x;
  margin-left: 60px;
  color: green;
  text-align: right;
}
.clear {
  clear: both;
}
.right {
  float: right;
}
.centre {
  text-align: center;
}
.left {
  float: left;
}
.settings {
  text-decoration: underline;
  cursor: pointer;
  display: none;
}
.stamp {
  color: grey;
  font-weight: normal;
  display: none;
}
.stamp:before {
  content: '[';
}
.stamp:after {
  content: '] ';
}
.contextMenu {
  background-color: silver;
  font-size: smaller;
  border: 3px solid darkgrey;
  margin-left: -80px;
}
.colorpicker {
  z-index: 101;
}
#login-box {
  display: none;
  margin: 1ex;
  color: silver;
}
#login-box table td {
  vertical-align: middle;
}
#login-box table td:first-child {
  text-align: right;
}
#login-box fieldset {
  margin: 10px;
  padding: 10px;
}
#login-box fieldset legend {
  font-size: larger;
  padding: 0px 5px;
}
#login-box input {
  margin-left: 1ex;
}
#login-box #remember {
  margin-top: 4px;
}
