#container {
	border: 2px solid;
	border: 0;
	/*border-top: solid 2px #666;*/
	background-color: #fff;
}
a:link, a:visited{
color: #37497F;
text-decoration: none;
}
#message_disabled {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	border: 0;
	border-top: 1px solid;
	border-color: #888 #888 #888 #888;
	color: black;
	padding: 4px;
	/*margin: 3px;*/
	width: 100%;
	background-color: #ccc;
}
body {
	/*background-color: #eee;*/
	font-family: "Open Sans",sans-serif;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
table {
	/*margin: -4px;*/
	padding: 0;
	/*background-color: #ddd;*/
}
td {
	font-size: 11px;
	background: white;
}
td.left {
	width: 70px;
	min-width: 70px;
	background: #4B525A;
	color: white;
	padding: 1px;
	font-size: 9px;
	word-wrap: break-word;
	border-bottom: 1px solid #5E656C;
	border-right: 1px solid #5E656C;
	font-family: "Lato",sans-serif;
}
.left a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
td.right{
	word-wrap: break-word;
	border-bottom: 1px dashed #d5d5d5;
	max-width: 0px;
}
td.avatar {
	width: 25px;
	background: #3E4650;
	border-bottom: 1px solid #4E545A;
	border-right: 1px solid #5E656C;
	padding: 1px;
	text-align: center;
}
#chat_table {
	overflow-y: scroll;
	overflow-x: hidden;
	position: fixed !important;
	position: absolute;
	top: 0px;
	bottom: 25px;
	right: 120px;
	/*right: 0;*/
	left: 0px;
}
#chat_table img{
	vertical-align: middle;
}
.sendbar {
	bottom: 0px; 
	left: 0; 
	right: 0; 
	position: fixed;
}
td.spacer {
	height: 10px;
}
#message {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	border: 0;
	border-top: 1px solid #ccc;
	color: black;
	padding: 4px;
	/*margin: 3px;*/
	width: 100%;
}

#chatbutton {
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	border: 1px solid;
	border-color: #fff #888 #888 #fff;
	color: black;
	padding: 2px 20px;
	/*margin: 3px;*/
}
.char {
	margin-left: 1px;
	max-height: 25px;
	max-width: 25px;
}
#report {
	position: absolute;
	right: 28px;
	top: 10px;
}
#report img {
	cursor: pointer;
}
img{
max-width: 100%;
max-height: 240px;
}

#string img{
max-width: 100%;
max-height: 20px;
vertical-align: middle;
}
#userlist{
	overflow-y: scroll;
	overflow-x: hidden;
	bottom: 25px;
	top: 0px;
	position: fixed;
	background:#eee; 
	border-left: 1px solid #ccc;
	margin: 0;
	padding: 0;
	width: 120px;
}
.usercolumn{
width: 120px;
}