@charset "utf-8";
/* CSS Document */

/* ------ chatroom Live ------ */
/* whosLiveList */
#whosLiveList {clear: both; width: 960px; height: auto; text-align: left; padding-left:8px; }
#whosLiveList:after { 
content:".";
display:block;
height: 0;
clear: both; 
visibility: hidden; }
.wlBox {
padding-top: 10px; 
float:left;
text-align: center;
width:135px; height:auto;
}
.wlBox div{margin: 0 auto;}
.wlImg {
height:90px; width:120px; overflow:hidden;}
.wlImg img { 
border: none;
height:90px;
width:120px;
}
.wlDname {
font-weight:bold;
height:16px; line-height: 16px;
overflow:hidden;
text-align:center;
width:120px;
}
.wlStatus {
height:18px; width:120px;
overflow:hidden; 
text-align:center;
}
.wlStatus a img { border: none; margin-top: 2px; }

.wlChatroom {
height:16px; width:120px;
overflow:hidden; 
text-align:center;
}
.wlChatroom img { border: none; margin-top: 2px; }

	/*pageNav*/
	.pageNavTop { line-height: 24px;
	text-align: right; 
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-right:8px;}
	#whosLiveTitle .pageNavTop { color: #fff;}
	#whosLiveTitle .pageNavTop a { color: #333;}
	
	.pageNavTop a.arrow, .pageNavTop a.arrow:hover {
	color:#333333;
	font-family:"Courier New",Courier,monospace;
	font-size:10px;
	text-decoration:none;}
	
