body #presence {
    background-color: #eee;
    bottom: 0;
    color: #111;
    font: 11px Helvetica, Arial, sans-serif; 
    height: 25px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: right;
    width: 100%;
    z-index: 99;
	}
body #presence div {
    display: inline;
	}
body #presence div#presencelist {
    background: transparent url('/img/chat/bg_translucent.png');
    border: 1px solid #cfcfcf;
    float: right;
    height: 200px;
    margin-top: 100px;
    z-index: 105;
	}
body #presence div#presencelist_titlebar {
    background: #3875D7 url('/img/chat/chat_titlebar_bg.png') repeat-x left bottom;
    border-bottom: 1px solid #515151;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 19px;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    }
body #presence div#presencelist ul#presencelist_ul li {
	padding-left: 5px;
	}
body #presence div#presencelist ul#presencelist_ul li a {
	color: #000;
	text-decoration: none;
	}
body #presence div#presencelist ul#presencelist_ul li a:link,
body #presence div#presencelist ul#presencelist_ul li a:visited {
	text-decoration: none;
	}
body #presence div#presencelist ul#presencelist_ul li a:hover {
	text-decoration: underline;
	}
body #presence div#presencelist ul#presencelist_ul li a:active {
	text-decoration: none;
	}
body #presence div.chat_window div {
    background: transparent;
    display: block;
	}
body #presence div.spaced span#presence_ouser_count {
	padding-right: 5px;
	}
div#chat_windows_container {
    bottom: 25px;
    height: 302px;
    position: absolute;
    right: 0; /*204px;*/
	}
div.chat_window {
    background-color: transparent;
    background-image: url('/img/chat/bg_translucent.png');
    border: 1px solid #cfcfcf;
    height: 300px;
    float: right;
    text-align: left;
    width: 300px;
	}
body #presence div.chat_window div.chat_titlebar {
    background: #E4E4E4 url('/img/chat/chat_titlebar_bg.png') repeat-x left bottom;
    border-bottom: 1px solid #515151;
    color: #000;
    font-weight: bold;
    padding: 5px 0;
    text-shadow: #fff 0 -1px 2px;
    width: 100%;
	}
body #presence div.chat_window div.chat_titlebar span.chat_title {
	padding: 0 5px;
	}
body #presence div.chat_window div.chat_conversation {
    height: 220px;
    margin: 3px;
    overflow-y: auto;
    width: 297px;
	}
body #presence div.chat_window div.chat_input_div {
    text-align: center;
    width: 100%;
	}
body #presence div.chat_window div.chat_input_div textarea {
    height: 41px;
    width: 295px;
	}
body #presence div.chat_window div.chat_titlebar span.chat_close {
    display:block;
    float:right;
    margin-right:5px;
    margin-top:-1px;
	}
body #presence div.chat_window div.chat_titlebar span.chat_close a {
    background-color: #e8e8e8;
    border: 1px solid #515151;
    color: #515151;
    font-size: 12px;
    padding: 1px 2px;
    text-decoration: none;
	}
body #presence div.chat_window span.time {
	color: #a7a7a7;
	}
body #roster {
    background: transparent url('/img/chat/bg_translucent.png');
    border: 1px solid #cfcfcf;
    height: 200px;
    margin-top: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    width: 200px;
    float:right;
	}
body #roster div.rosterGroupHeader {
    background: #E4E4E4 url('/img/chat/chat_titlebar_bg.png') repeat-x left bottom;
    border-bottom: 1px solid #515151;
    color: #000;
    font-weight: bold;
    padding: 5px;
    text-shadow: #fff 0 -1px 2px;
	}
body #roster div.rosterUser {
	line-height: 16px;
	}
body #roster div {
    display: block;
    line-height: 16px;
	}
body #roster div.hidden {
    display: none;
	}
