body{ background: #333; padding: 0; margin: 0; }
html{ overflow: hidden !important; }
#header { width: auto !important; margin: 0; padding: 0 0 0 1em; }
#header div.obj { margin-left: 1em; }

#signin_popup { 
  width:400px; 
  padding:1em 0 2em; 
  text-align:center; background-color: #ddd;
  color:#000;
  border: 10px solid #333;
  position:absolute;
  top:100px;
  left:50%;
  margin-left: -200px;
  z-index:2;
}
#signin_popup h2 { color: #333; font-weight; bold; }
#signin_popup h3 { color: #333; margin-top: 5px; font-size: 1.3em; font-weight: normal; }
#nickname { width:90pt; }
#absorb_clicks { position:absolute; top:-10px; left:-10px; bottom: -10px; right: -10px; background: #000; opacity: 0.6; z-index: 1 }
.chatbox h2 { margin-bottom: 0; }
.chatbox h3 { color: #333; margin-top: 5px; font-size: 1.3em; font-weight: normal; }
.chatbox { 
	font: 100% Arial, Verdana, sans-serif; 
	background-color:#333; 
	padding:0; 
	position:absolute;
	top: 10px; right: 10px; left: 10px; bottom: 10px;
	margin: 0; 
}
.chatbox .user_list {
  position: absolute; 
  right:0px;
  top:0px;
  bottom: 40%;
  background-color:#111;
  width:160px;
  overflow:auto;
  padding: 0.5em 0;
}
.chatbox .user_list .user_entry { 
	padding:.2em 0 .2em 2.4em; 
	background: transparent url(/i/favicon13.gif) no-repeat scroll 10px center;
}
.chatbox .user_list .user_entry.admin { 
	background-image: url(/i/favicon13e.gif);
}
.chatbox .left_column { position: absolute; top: 0; left: 0; right: 0; bottom: 0px; }
.chatbox .contentpane { background: #222; overflow: hidden; position: absolute; top: 0; right: 170px; left: 0; bottom: 40%; }
.chatbox .chathistory.loading,
.chatbox .user_list.loading { background: #111 url(/i/loading-111.gif) no-repeat center center; }
.chatbox .chathistory { background: #111; overflow-x: hidden; margin-top: 10px; position: absolute; top: 60%; right: 0; left: 0; bottom: 48px; }
.chatbox .chathistory div {
  line-height:20px;
  padding-left:0.6em;
}
.chatbox .chathistory .message .user {
  width:5em;
  font-weight: bold;
  color:#DD7200;
  padding-right:.2em;
  text-align:right;
}
.chatbox .chathistory .message.self .user{ color: #B42600; }
.chatbox .chathistory .message.mentioned{  }
.chatbox .chathistory .message.private{ background-color: #ccc; }
.chatbox .chathistory .message.ctcp { background-color: #f0f; }
.chatbox .chathistory .action, .chatbox .chathistory .action .user { color: #D68850; font-style:italic; }
.chatbox .chathistory .action.self,
.chatbox .chathistory .action.self .user { color: #A94C3B; font-style:italic; }
.chatbox .chathistory .informative {
  font-style: italic;
  color:#999;
  text-align:center;
  padding:.3em;
  background-color: #222;
}
.chatbox .chathistory .informative.error {
  color: #a00;
}
.chatbox .chathistory a.generated {
	padding: .04em .2em .09em;
	background: #222;
}
.chatbox .chathistory a.generated:hover {
	background: #333;
}
.chatbox a.toggle_chat { 
	position: absolute;
	width: 16px;
	height: 16px;
	background: transparent url(/i/ear_down.gif) no-repeat left top !important;
	margin: 0;
	padding: 0;
	top: 60%; right: 0;
	margin-top: 10px;
}
.chatbox a.toggle_chat:hover { 
	background-position: left -16px !important;
}
.chatbox.chatdown a.toggle_chat { top: auto; bottom: 92px; background-image: url(/i/ear_up.gif) !important; }
.chatbox.chatdown .chathistory { top: auto; height: 60px; }
.chatbox.chatdown .contentpane,
.chatbox.chatdown .user_list { bottom: 118px; }

#text_input { 
	border: 5px solid #999; 
	overflow: hidden; 
	position: absolute; 
	bottom: 0; left: 0; right: 0; 
	padding: 0 6px 0 6px;
	background-color: #e9e9e9;
	/* margin-right:230px; */
}
#text_input a.dump_url { 
	position: absolute;
	width: 16px;
	height: 16px;
	text-align: center;
	background: #157A01;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: bold;
	left: 6px; bottom: 6px;
	display: none;
}
#text_input a.dump_url:hover { 
	background: #20BF00;
}

#text_input.focused {
  border-color: #00AAFF;
	background-color: #fff;
}
#text_input input.text {
  padding: 6px 0;
  width:100%; 
  border: 0;
  margin: 0;
}
#text_input.locationbar { 
	border-color: #FFAA00;
}
#events {
  visibility:hidden;
  border:0;
  width:0;
  height:0;
/*  display:none;*/
}
a.powered_by_recess {
	right: 10px;
	bottom: 12px;
	width: 134px;
	display: none;
}