.rooms_box { margin-bottom:5px; padding:10px; }
.rooms_box a { text-decoration:none; font-weight:bold; padding-right:20px; font-size:11px; }
.rooms_box .current_room { color:#00AFE4; text-decoration:underline; }

.chat_form { padding-bottom:15px; }
.chat_form input { width:540px; }
.chat_form .chat_send {
	padding:3px 15px; margin-left:5px; background:#00b3e8; border:1px solid #d9d9d9; color:#ffffff;
	-webkit-border-radius:5px; -moz-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; behaviour:url(border-radius.htc);
}
.chat_form .refresh_link { 
	padding:3px 15px; margin-left:5px; background:#00b3e8; border:1px solid #d9d9d9; color:#ffffff;
	-webkit-border-radius:5px; -moz-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; behaviour:url(border-radius.htc);
}


/* czat - wiadomości */
.chat_container { margin:15px 0; text-align:center; height:550px; overflow:auto; }
.chat_container .chat_item { overflow:hidden; margin:10px 0; }
.chat_container .chat_avatar { 
	width:35px; height:35px; float:left; margin-right:15px; border:1px solid #676566; position:relative; 
	background:url(/imgs/nouser_35x35.png) no-repeat top left; 
}
.chat_container .chat_avatar span { 
	width:0; height:0; position:absolute; right:-9px; top:0; 
	border-top:18px solid transparent; border-bottom:18px solid transparent; border-right:0 solid transparent; border-left:8px solid #676566; 
} 
.chat_container .chat_content { float:left; width:640px; text-align:left; }
.chat_container .chat_time { 
	font-size:9px; color:#C0C0C0; margin-bottom:3px; border-bottom:1px dotted #C0C0C0; cursor:default; float:left; 
}
.chat_container .chat_message { color:#000000; clear:both; }
.chat_container .chat_message a { font-weight:bold; text-decoration:none; color:#02719E; }


/* chat window */
.ui-dialog { position:fixed; }
.ui-dialog-titlebar .window_title { width:250px; overflow:hidden; }
.ui-dialog-titlebar .window_title img { width:20px; height:20px; float:left; border:1px solid #676566; }
.ui-dialog-titlebar .window_title .login_title { float:left; margin: 3px 0 0 8px; }
.chat_window .chat_form input { width:255px; }
.chat_window .chat_form textarea { width:255px; height:45px; }
.chat_window .chat_container { height:auto; }
.chat_window .chat_content { width:200px; }
.chat_window .chat_form { padding-bottom:0; }


/* chat alert */
.chat_alert_container { margin:10px 0; text-align:center; overflow:auto; }
.chat_alert_container .chat_alert_item { overflow:hidden; margin:10px 0; }
.chat_alert_container .chat_avatar { 
	width:35px; height:35px; float:left; margin-right:15px; border:1px solid #676566; position:relative; 
	background:url(/imgs/nouser_35x35.png) no-repeat top left; 
}
.chat_alert_container .chat_avatar span { 
	width:0; height:0; position:absolute; right:-9px; top:0; 
	border-top:18px solid transparent; border-bottom:18px solid transparent; border-right:0 solid transparent; border-left:8px solid #676566; 
} 
.chat_alert_container .chat_alert_content { float:left; width:150px; text-align:left; color:#000000; }
.chat_alert_container .chat_alert_content a { font-weight:bold; text-decoration:none; color:#02719E; }
.chat_alert_container .chat_alert_content span { 
	display:block; font-size:11px; margin:2px 0; font-weight:normal; text-decoration:none; color:#000000; font-style:italic; 
}


/* boczna sekcja ludzi będących w danym pokoju */
.chat_room_user_list .chat_user { overflow:hidden; margin:5px 0; }
.chat_room_user_list .chat_avatar { 
	width:20px; height:20px; float:left; margin-right:15px; border:1px solid #676566; position:relative; 
	background:url(/imgs/nouser_20x20.png) no-repeat top left; 
}
.chat_room_user_list .chat_avatar span { 
	width:0; height:0; position:absolute; right:-6px; top:0; 
	border-top:10px solid transparent; border-bottom:10px solid transparent; border-right:0 solid transparent; border-left:5px solid #676566; 
} 
.chat_room_user_list .chat_login { float:left; width:140px; text-align:left; overflow:hidden; }
.chat_room_user_list .login { float:left; font-weight:bold; text-decoration:none; color:#02719E; padding-top:3px; }
.chat_room_user_list .__private_chat__ { float:left; margin-top:4px; }

.__private_chat__ { display:block; width:12px; height:12px; background:url(/imgs/chat.png); margin-left:4px; }

