@charset "utf-8";
/* CSS Document */
#OnlineFirendList
{
position:absolute;
z-index:300;
visibility:hidden;
left:0px;
top:0px;
height:350px;
width:200px;
z-index:1000;
border:1px solid #000000;
}
#FriendListMainHolder
{
width:200px;
height:350px;
background-color:#ffffff;
position:fixed;
z-index:300;
overflow:hidden;
border:2px solid #000000;
}
#ChatWindowHeader
{
 background:#000000;
 height:20px;
 font:"lucida grande",tahoma,verdana,arial,sans-serif;
 font-size:14px;
 color:#004264;
}
#FriendListContainer{height:329px; overflow:auto; width:200px; z-index:1200;}
#FriendListContainer ul{ margin:0px; padding:0px; width:auto; text-align:left; width:auto;}
#FriendListContainer ul li{ margin:0px; padding:0px; width:auto; display:block; width:auto; height:25px; margin-top:2px;}
#FriendListContainer ul li:hover{margin:0px; padding:0px; width:auto; display:block; width:auto; height:25px; margin-top:2px; background-color:#666666; cursor:pointer;}
#FriendListContainer ul li a{ color:#FF9966;  font-size:12px;}
.ChatwindowContainer{ width:200px; height:300px; background-color:#333333; border:1px solid #000000; position:fixed; z-index:500; cursor:move;}
.ChatIndividualHeader{background-color: #EADECC; height:3px; color:#FFFFFF; font-size:12px; height:44px;}
.MessageContainer{ font-size:10px; color:#333333; background-color:#FFFFFF; border:1px solid #666666; height:214px; width:auto; overflow:auto; cursor:default;z-index:400; background:none repeat scroll 0 0 white; padding:3px;}
.txtMessage{ border:1px solid #0099FF; background-color:#FFFFFF; height:20px; width:196px; margin-top:5px;}

