/*
 * © chill.lv, 2009
 *
 * Anpher
 * marcis@chill.lv
 */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #eee;
}

textarea {
	overflow: auto;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 100%;
	height: 60px;
}

.text {
	padding: 0.4em;
	width: 95%;
}

#wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#left {
	padding: 10px 260px 10px 10px;
}

#right {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
}

#right ul {
	list-style: none;
}

#chatbox {
	border: 1px solid #ccc;
	background-color: #fff;
	overflow: auto;
}

#chatform {
	position: relative;
	height: 100px;
	padding-top: 10px;
}

#chatform .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/images/spinner_send.gif') no-repeat 10px 20px;
	display: none;
}

#chats li, #users li {
	padding: 1px 5px;
	cursor: pointer;
	margin-bottom: 2px;
}

#chatbox .message {
	clear: left;
	position: relative;
}

#chatbox .message .name {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	text-align: right;
	white-space: nowrap;
}

#chatbox .message .date {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	text-align: right;
	color: #c77405;
}

#chatbox .message .msg {
	text-align: left;
	padding: 0 60px 0 110px;
}

#chabox p {
	line-height: 133%;
}

#chatbox .message .name span.user {
	color: #1c94c4;
}

#chatbox .message .name span.me {
	color: #c77405;
}

#chatbox .chat {
	padding: 0 10px;
}

#chatbox .message .msg a {
	color: #0063dc;
	text-decoration: none;
}

#chatbox .message .msg a:hover {
	text-decoration: underline;
}

#chatbox .message .msg img.emo {
	vertical-align: bottom;
	float: none;
}

#chatbox .message .text {
	margin: 5px 0;
}