@CHARSET "UTF-8";

#chat-form-div {
	visibility: hidden;
	width: 300px;
}


#chat-invite {
	float:left;
	width:21px;
	padding:4px;
	text-align: center;
}

#chat-invite-glow{
	width:13px;
	height:10px;
	font-size:0;
	
	*cursor:hand;
	cursor: pointer;
	background: url(../images/invite.png);
	background-repeat: no-repeat;
}
	
.chat-line {
	border-bottom: 1px dotted #ccc;	
	padding:4px 0 4px 0;
}

.chat-user, .current-user {
	font-weight: bold;
}
	
.chat-user {
	color:#a03030;
}

.current-user {
	color:#3030a0;
}


#chat-user-link {
	font-weight: bold;
}

#chat-form-div .hd {
	text-align: left;
	font-weight: bold;
}

#chat-input-offline {
	border: 1px solid #e00000;
	color:#666;
	font-size:10px;
	background-color: #ffe0e0;
	padding:4px;
	width:276px;
	margin: auto;
	 
}

#chat-messages {
	overflow: auto;
	height:300px;
	margin:8px;
	border: 1px solid #90A0FF;
	padding: 2px;
	text-align: left;

}

#chat-friends {
	float:left;
	padding:4px;
	text-align: right;
}

#chat-friends a{
	color: #ffffff;
	text-decoration: none;
}

#chat-control {
	padding:4px;
	border-left: 1px solid #ffa0a0;
	padding-left: 4px;
	float:right;
	width:40px;
	height:18px;
}

a.normal {
	color: #000;
	text-decoration: none;
}

#smiles-div {
	z-index:1000;
	position:absolute;
	text-align: left;
	color:#000;
	background-color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	border:1px solid #e00000;
}

#chat-settings {
	z-index:1000;
	position:absolute;
	text-align: left;
	color:#000;
	background-color: #fee0e0;
	font-size: 10px;
	font-weight: normal;
	border:1px solid #e00000;
}

#chat-settings ul, #chat-settings li, #chat-settings a {
	padding: 0;
	margin: 0;
}


#chat-settings li {
	list-style: none;	
	display: inline;
}

#chat-settings .selected {
	background-color: #feb0b0;
}

#chat-settings a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	color:#000;
	margin: 0;
	padding: 2px 4px 2px 4px;
}

#chat-settings a:hover{
	background-color: #fe9090;
}
