/* */
/* SWIRL CUSTOM */
/* */

.chatContainer {

/*
	padding:1px;
	border: 0px solid white;
*/
	position: relative;
	width: 100%;
}
.chatInnerContainer {

	width: 100%;
	height: 400;
	border: 0px solid black;
	position: relative;
	text-align: left;
}

.swirl-chatmsgscroll 
{
	OVERFLOW: auto;
	padding-right: 12px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	/* background: url(../images/swirl-chat-bg.gif) no-repeat bottom right; */
}

.selected-article
{
	background:#ecf5fe url(../images/post-bg.gif) repeat-x;
	width:100%;
	border:1px solid #c3daf9;
 	padding: 2px 2px 2px 2px;
	margin-bottom: 4px;
	font-family: Trebuchet MS;
	font-size: 12px;
	/* filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80; */
}
.msg-nick
{
	font-size:12px;
	font-family:Trebuchet MS;
}
.system-message
{
	background:#FFFFFF;
	width:100%;
	border:1px solid #c3daf9;
	padding-bottom: 2px;
	margin-bottom: 4px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color:Green;
	/* font-size: 14px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80; */
}
.userlist-user 
{
	font-family: Trebuchet MS;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	white-space: nowrap;
	padding: 2px 2px 2px 18px;
	border-bottom: solid 1px black;
	background: url(../images/icons/user_green.png) no-repeat left;
}
.userstatus-1
{
	background: url(../images/icons/bullet_green.png) no-repeat left;
}
.userstatus-2
{
	background: url(../images/icons/bullet_red.png) no-repeat left;
}
.userstatus-3
{
	background: url(../images/icons/bullet_yellow.png) no-repeat left;
}
	

/* These are for Ext Menu Extras */
.blist .x-btn-text {
    background-image: url(../images/icons/list-items.gif)
}
.bmenu .x-btn-text {
    background-image: url(../images/icons/layout_edit.png)
}
.popout .x-btn-text {
    background-image: url(../images/icons/popout.gif)
}
.newroom .x-btn-text {
    background-image: url(../images/icons/application_add.png)
}
.kickuser 
{
	background: url(../images/icons/user_go.png) no-repeat left;
}
.pmuser 
{
	background: url(../images/icons/user_comment.png) no-repeat left;
}
.banuser 
{
	background: url(../images/icons/user_delete.png) no-repeat left;
}
.banuserip 
{
	background: url(../images/icons/cross.png) no-repeat left;
}

.menu-title{
    background: #ebeadb url(../images/aero/grid/grid-hrow.gif) repeat-x;
    border-bottom:1px solid #99bbe8;
    color:#15428b;
    font:bold 10px tahoma,arial,verdana,sans-serif;
    display:block;
    padding:3px;
}


/* Mask and message classes */

.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:30000;
}

#loading{
    position:absolute;
    left: 30%;
    top:40%;
    border:1px solid #5C5C5C;
    padding:2px;
    background:#eeeeee;
    width:250px;
    text-align:center;
    z-index:20000;
}
#loading .loading-indicator{
    border:1px solid #aaaaaa;
    background:white;
    color:#000000;
    font:bold 13px tahoma,arial,helvetica;
    padding:10px;
    margin:0;
    z-index:20001;
}






















