/*  
	Farben:
	Rosa hell: #E5BDCA
	Rosa dunkel: #990000
*/

/* Rahmentabelle */
table.chat{
	width: 100%;
}
table.chat a{
	color: #000000;
}
table.chat a:hover{
	color: #990000;
}
table.chat td.message{
	color: #FF0000;
}
/* Tabelle Start / Login */
table.chat-start{
	/*border: 1px solid #990000;*/
	padding: 5px;
}
/* Tabelle Raumwahl */
table.chat-raumwahl{
	width: 300px;
	border: 1px solid #990000;
	
}
/* Tabelle Registrieren */
table.chat-registrieren{
	border: 1px solid #990000;
	width:720px;
}
table.chat-registrieren td{
	padding: 2px 2px 2px 5px;
}
/* Tabelle Messages */
table.chat-messages{
	width:100%;
	border: 1px solid #990000;
}
table.chat-messages td.liste{
	padding: 1px 2px 2px 3px;
	width: 530px;
	border-bottom: 1px solid #990000;
}
table.chat-messages td.box-user-top {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
}
table.chat-messages td.box-user {
	margin: 0px;
	padding: 5px 0px 0px 3px;
	height: 220px;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
}
table.chat-messages td.box-user a {
	font-weight: normal;

}
table.chat-messages td.box-user a#selfUser {
	font-weight: normal;
	color: #990000;
}
table.chat-messages td.box-user a:hover#selfUser {
	font-weight: normal;
	color: #990000;
}
table.chat-messages td.box-chatraeume-top {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
}
table.chat-messages td.box-chatraeume {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	height: 80px;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
}
table.chat-messages td.box-chatraeume a {
	font-weight: normal;
}
table.chat-messages td.box-insert-message {
	padding: 3px 0px 3px 3px;
	height: 40px;
	color: #990000;
	font-weight: bold;
	border-bottom: 1px solid #990000;
}
/*
table.chat-messages td.box-bottom {
	padding: 3px 0px 3px 3px;
	height: 18px;
	font-size: 12px;
}
*/
table.chat-messages td.box-bottom a {
	font-weight: normal;
}
table.colorPicker td {
	border: 1px solid #990000;
}
table.colorPicker td a {
	width: 12px;
	height: 12px;
	line-height: 12px;
	display: block;
	border: 1px solid #333333;
}
table.colorPicker td a:hover {
	width: 12px;
	height: 12px;
	display: block;
	border: 1px solid #990000;
}
table.smileyPopup {
	background-color: #FFFFFF;
}
table.smileyPopup td {
	border: 1px solid #990000;
}
table.smileyPopup td a {
	padding: 3px;
}
table.smileyPopup td a:hover {
	padding: 3px;
}
#chatoutput ul {
	margin:0px;
	padding: 0px;
	height:340px;
	list-style: none;
	overflow: auto;
	overflow-x: hidden;
}

#chatoutput ul li {
	margin: 0px;
	padding: 0px;
	color: #333333;
	line-height: 150%;
}
#chatoutput ul li span.name {
	font-weight: bold;
	font-size: 12px;
	color: #990000;
}
#chatoutput ul li span.text {
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}
#chatoutput ul li span.infoMessage {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	font-style: italic;
}

#chatUserOnline {
	height:190px;
	overflow: auto;
	overflow-x: hidden;
}
#chatRaeume {
	height:80px;
	overflow: auto;
	overflow-x: hidden;
}
input#chatText {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	width: 350px;
	height: 18px;
}
#borderBottom {
	border-bottom: solid 1px #cc0000;
}
input{
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

table.userProfil {
	background-color: #FFFFFF;
	/*border: 1px solid #990000;*/
}
table.userProfil td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
table.userProfil td.top {
	padding: 3px;
	background-color: #990000;
}

#colorBox {
	width: 18px;
	height: 18px;
	position: relative;
	background-color: #000000;
	border: 1px solid #990000;
	display: block;
}
#colorPicker {
	z-index: 300;
	position: absolute;
	top:0px;
	left:0px;
	width: 65px;
	height: 65px;
	line-height:100px;
	visibility: hidden;
	display: block;
}

#smileyBox {
	width: 18px;
	height: 18px;
	position: relative;
	background-color: #990000;
	background-image: url(../../images/chat/smilies/cool.gif);
	border: 1px solid #990000;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
#smileyPopup {
	z-index: 300;
	position: absolute;
	top:0px;
	left:0px;
	line-height:100px;
	visibility: hidden;
	display: block;
}


/*Private Nachricht*/

#chatoutput-privat ul {
	margin:0px;
	padding: 10px 3px 0px 3px;
	list-style: none;
}
#chatoutput-privat ul li {
	margin: 0px;
	padding: 0px;
	color: #333333;
	line-height: 150%;
}
#chatoutput-privat ul li span.name {
	font-weight: bold;
	font-size: 12px;
	color: #990000;
}
#chatoutput-privat ul li span.text {
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}
input#chatTextPriv {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	width: 200px;
	height: 18px;
}



