#chat_tab_join {
}

#chat_tab_members {
}

#chat_memberlist {
	overflow-y			: scroll;
	overflow-x			: hidden;
	height				: 348px;
	border				: solid 1px #861E19;
}

#chat_tab_join label {
	font-weight			: bold;
}

#chat_tab_join input {
	border				: solid 1px #861E19;
	background-color	: #eee;
}

#chat_tab_messages #chat_messagelist {
	height				: 300px;
	background-color	: #ddd;
	border				: solid 1px #861E19;
	margin-bottom		: 10px;
	overflow-y			: scroll;
	overflow-x			: hidden;
	width				: 100%;
}

#chat_tab_messages #chat_message {
	width				: 515px;
	background-color	: #eee;
	border				: solid 1px #861E19;
	height				: 22px;
	float				: left;
	margin				: 0px;
	margin-right		: 5px;
}

#chat_sendbtn {
	border				: solid 1px #861E19;
	height				: 24px;
	float				: left;
	margin-left			: 10px;
	margin				: 0px;
	width				: 56px;
}

.chat_tab_panel {
	border				: solid 1px #861E19;
	border-top			: solid 0px #fff;
	padding				: 5px;
	width				: 578px;
	height				: 350px;
}

#chat_tabs {
	display				: block;
	height				: 23px;
	margin-left			: 0px;
	padding-left		: 0px;
	border-bottom		: solid 1px #861E19;
}

#chat_tabs li {
	float				: left;
	border				: solid 1px #861E19;
	list-style-image	: none;
	list-style-type		: none;
	padding				: 3px;
	display				: block;
	cursor				: pointer !important;
}

.chat_colapsed {
	display				: none;
}

.chat_tabbutton_inactive {
	background-color	: #eee;
	border-bottom		: 1px solid #861E19;
}

.chat_tabbutton_active {
	border-bottom		: 1px solid #FFF;
	background-color	: #fff;
}

.chat_message_profile {
	width				: 100px;
	float				: left;
	padding				: 3px;
}
.chat_message_text {
	float				: left;
	padding				: 3px;
	padding-left		: 10px;
	width				: 420px;
}
.chat_message_row {
	background-color	: #fff;
	background-image	: url('http://dein-koeln-deine-wahl.de/external/chat/skin/chat_mb.png');
	width				: 560px;
	margin-bottom		: 1px;
}
.chat_date {
	font-size			: 7pt;
	line-height			: 10px;
	font-weight			: bold;
	color				: #861E19;
}
.chat_member_info {
	float				: left;
	width				: 500px;
}
.chat_member_func {
	float				: left;
	width				: 100px;
}
