body {
	margin: 0;
	padding: 0;
}

canvas {
    display: inline;
}

.otherroom a, .otherroom.alt a, .otherroom a:hover, .otherroom.alt a:hover {
	
}

.otherroom a, .otherroom.alt a {
    opacity: 0.3;
}

.otherroom:hover a, .otherroom.alt:hover a {
	
}

.chatselector img {
	margin-top: 3px;
	width: 16px;
	height: 19px;
}

.chatselector {
	height:100%;
	float:right;
	background: linear-gradient(to bottom, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%);
}

.chatselector:hover {
	background: linear-gradient(to bottom, #fefefe 0%,#dadada 49%,#e2e2e2 50%,#e8e8e8 100%);
}

.chatselector.selected, .chatselector.selected:hover {
	background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%) !important;	
	font-weight: Bold;
}

.chatselector div {
	padding: 0 10px;
	line-height:24px;
	border-left: 1px solid rgb(187, 187, 187);
}

#rooms {
	float: right;
}

#rooms > div:first-child {
	border-right: 1px solid rgb(187, 187, 187);
}

#messagebox .chatEmo {
    position: relative;
    margin-top: 2px;
    max-height: 18px;
    vertical-align: inherit !important;
}

.subpanel .chatEmo {
    height: 16px !important;
}

#chatBoxArea {
    position: relative;
    left: 0px;
    width: 648px;
    top: 0px;
    height: 580px;
}

#chatforumposts {
    margin-top: -66px;
}

#newchat {
	position: absolute;
	margin-left: -9px;
	border: 0px;
}
* {margin: 0; padding: 0; outline: none;}
#footpanel {
    display: block;
	position: fixed;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	bottom: 0; 
    z-index: 9996; /*--Keeps the panel on top of all other elements--*/
/*	background: #282828;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#202020'); 
background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#202020));
background: -moz-linear-gradient(top,  #282828,  #202020);


	border: 1px solid #444;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;*/
	background: none;
	border: none;
    max-width: 99%;
   /* min-width: 775px;*/
    right: 15px;

	margin: 0;
	opacity: .95;
}
.chatbox, .chatboxinput {
	margin: 0px !important;
	padding: 0px !important;
}

.chatboxlink:hover {
    text-decoration: none !important;
    background-color: none !important;
    background: none !important;
}

.chatboxlink {
    text-decoration: underline !important;
    background-color: none !important;    
    background: none !important;
}

*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
		.focus {
			border-top: 1px #ccc solid;
			z-index: 1000;
		}

		.nofocus {
			border-top: 1px #ccc dashed;
			z-index: 1000;
		}
		
#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 0px /*1px solid #222; /*--Gives the bevel feel on the panel--*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;

	font-size: 1.1em;
}
#alertpanel, #chatpanel, .rightpanel {
background: #282828;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#202020'); 
background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#202020));
background: -moz-linear-gradient(top,  #282828,  #202020);


	border: 1px solid #444;
	border-bottom: none;
}
#alertpanel {
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}

#chatpanel, .rightpanel {
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}

.notrounded {
	border-top-left-radius: 0px !important;
	-moz-border-radius-topleft: 0px !important;
}

#alertsubpanel ul, #chatlist ul {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-color: #fff !important;
}

#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px;
	height: 16px; width: 16px;
	text-decoration: none;
	color: #fff;
	position: relative;
}
html #footpanel ul li a:hover{
	background-color: #303030;
}

a.home:hover {
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}
a.alerts {
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
html #footpanel ul li a.active { /*--Active state when subpanel is open--*/
	background-color: #666666;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to subpanel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active area on top of the subpanel--*/
	position: relative;
	border-radius: 0px;
	-moz-border-radius: 0px;
}

.chatthumb {
	border: 0;
}

.chatdisabled {
	font-size:11px;font-family:Arial, sans-serif; color: black; padding:6px; position: relative; top: 1px; background-color: #dddddd;
	display: none;
}
#footpanel a.home{	
	background: url(/images/chatbar/home.png) no-repeat 15px center;
	width: 50px;
	padding-left: 40px;
	border-right: 1px solid #333;
	text-indent: 0; /*--Reset text indent--*/
}
a.profile{	background: url(/images/chatbar/user.png) no-repeat center center;  }
a.contacts{	background: url(/images/chatbar/address_book.png) no-repeat center center; }
a.playlist{	background: url(/images/chatbar/document_music_playlist.png) no-repeat center center; }
a.videos{	background: url(/images/chatbar/film.png) no-repeat center center; }
a.messages{	background: url(/images/chatbar/mail.png) no-repeat center center; }
a.editprofile{	background: url(/images/chatbar/wrench_screwdriver.png) no-repeat center center; }
#footpanel a.chat{	
	background: url(/images/chatbar/status.png?2) no-repeat 12px;
	/*width: 108px;*/
	width: auto;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding-left: 35px;
	padding-right: 15px;
	text-indent: 0; /*--Reset text indent--*/
}
#footpanel a.online {
	width: 131px !important;
	padding-left: 40px !important;
	background: url(/images/chatbar/status.png?2) no-repeat 20px;
	padding-right: 0px !important;
}

#footpanel a.flashfail {
	width: 278px !important;
	padding-left: 40px !important;
	background: url(/images/chatbar/exclamation.png?2) no-repeat 13px;
	padding-right: 0px !important;
}
.chatlistitem {
	background: url(/images/chatbar/status.png?2) no-repeat 12px;
	width: 30px;
	height: 17px;
	float: right;
	margin-right: 3px;
    position: relative;
	top: -1px;
}

.game {
	width: 22px;
	height: 17px;
	float: right;
	position: relative;
	top: 3px;
	right: -10px;
	background: url(/images/game.png) no-repeat;
	visibility: hidden;
}

.game.europop {
	background-position: 0 0;
	visibility: visible;
}

.typingstatus {
	background-position: 12px 0px !important;
}

.offlinestatus, .failedstatus {
    background-position: 12px -30px !important;
}

/*.failedstatus {
	background-position: 12px -60px !important;
}*/

.onlinestatus {
	background-position: 12px -90px !important;
}

.herestatus {
	background-position: 12px -120px !important;
}

.awaystatus {
	background-position: 12px -150px !important;
}

.idlestatus {
	background-position: 12px -180px !important;
}

.busystatus {
	background-position: 12px -210px !important;
}

.brbstatus {
	background-position: 12px -240px !important;
}

.onlinencstatus {
	background-position: 12px -270px !important;
}

.herencstatus {
	background-position: 12px -300px !important;
}

.awayncstatus {
	background-position: 12px -330px !important;
}

.idlencstatus {
	background-position: 12px -360px !important;
}

.busyncstatus {
	background-position: 12px -390px !important;
}

.brbncstatus {
	background-position: 12px -420px !important;
}

a.alerts{	background: url(/images/chatbar/newspaper.png) no-repeat center center;	 }

#footpanel li#chatpanel, #footpanel li#alertpanel {	float: right; }  /*--Right align the chat and alert panels--*/
.rightpanel { float: right !important; 	 }
.rightpanel a { cursor:pointer;cursor:hand; }
#footpanel a small {  /*--panel tool tip styles--*/
	text-align: center;
	width: 70px;
	background: url(/images/chatbar/pop_arrow.gif) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 1em;
	text-indent: 0;
}
#footpanel a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%; 
	margin-left: -40px; /*--Center the tooltip--*/
	z-index: 9996;
}

#footpanel ul li div a { /*--Reset link style for subpanel links--*/
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	color: #666;
	position: static;
}
#footpanel ul li div a:hover {	text-decoration: underline; } /*--Reset link style for subpanel links--*/

a.noflash {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    background: none !important;
    text-decoration: underline !important;
    line-height: inherit !important;
	height: inherit !important;
}
#footpanel .subpanel {
	position: absolute;
	left: 0; bottom: 27px;
	display: none;	/*--Hide by default--*/
	width: 180px;
	border: 1px solid #555;
	background: #fff;
	overflow: hidden;
	padding-bottom: 2px;
}

#chatlistsubpanel {
    width: 200px !important;
}

#footpanel h3 {
	background: #202020;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#282828'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#282828)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #202020,  #282828); /* for firefox 3.6+ */
	padding: 5px 10px;
	padding-left: 5px;
	color: #fff;
	font-size: 1.1em;
	cursor:pointer;cursor:hand
}
#footpanel h3 span { 
	font-size: 1.5em;
	float: right;
	line-height: 0.6em;	
	font-weight: normal;
}
#footpanel .subpanel ul{
	padding: 0; margin: 0;
	background: #fff;
	width: 100%;
	overflow: auto;
	
}

input.left {
	position: absolute;
	left: -235px;
}

.subpanel {
    z-index: 5 !important; 
    -moz-box-shadow: 0 0 10px #aaa;
    -webkit-box-shadow: 0 0 10px #aaa;
    box-shadow: 0 0 10px #;
}
#footpanel .subpanel li{ 
	float: none; /*--Reset float--*/
	display: block;
	padding: 0; margin: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: static;  /*--Reset relative positioning--*/
	font-size: 0.9em;
}

#chatpanel .subpanel li { background: url(/images/chatbar/dash.gif) repeat-x left center; } 
#chatpanel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;
	float: left;
}
#alertpanel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;
	float: left;
}
#chatpanel .subpanel li a img {
	float: left;
	margin: 0 5px;
}
#chatpanel .subpanel li a{
	padding: 3px 0;	margin: 0;
	line-height: 22px;
	height: 22px;
	background: #fff;
	display: block;
}
.cross {
	margin-top: 2px;
	margin-left: 8px;
	position: relative;
	left: 4px;
}
.crossbutton {
    display: inline;
	font-size: 13px !important;
}
.profilelink {
    position: relative;
    display: inline;
}

#chatpanel .subpanel li a:hover {
	background: #aaa;
	color: #fff;
	text-decoration: none;
	cursor:pointer;cursor:hand;
}
div.clearchat div {
    display: inline;
	float: right;
}
div.clearchat {
    padding: 4px 5px 3px 5px;
	color: #666;
	border-bottom: 1px #ccc solid;
    min-height: 13px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fff,  #ddd); /* for firefox 3.6+ */
}

.tal {
	text-align: left !important;
	background-image: none !important;
	padding: 2px !important;
	cursor: auto !important;
}

.tar {
	text-align: right;
}

.cb {
	clear: both;
}

.buttonfooter {
	position: relative;
	left: 45px;
	margin-top: 5px;
}

.userlist {
	margin-top: 15px;
}

.overlaytop {
	margin-left: 10px;
	width: 585px;
}

.overlayseparator {
	margin-top: -25px;
}

span.toggleblock:hover {
	text-decoration: underline;
	cursor:pointer;cursor:hand;
}

span.clearchat:hover {
	text-decoration: underline;
	cursor:pointer;cursor:hand;
}
p {
	margin: 0px;
	padding: 0px;
}
#alertpanel .subpanel { right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/ }
#alertpanel .subpanel li {
	border-top: 1px solid #f0f0f0;
	display: block;
}
#alertpanel .subpanel li p {padding: 5px 10px;}
#alertpanel .subpanel li a.delete{
	background: url(/images/chatbar/delete_x.gif) no-repeat;
	float: right;
	width: 13px; height: 14px;
	margin: 5px;
	text-indent: -9999px;
	visibility: hidden; /*--Hides by default but still takes up space (not completely gone like display:none;)--*/
}
#alertpanel .subpanel li a.delete:hover { background-position: left bottom; }
#footpanel #alertpanel li.view {
	text-align: right;
	padding: 5px 10px 5px 0;
}
.dash {
    margin-top: 2px !important;
}

.announcement {
    padding: 10px !important;
    min-height: 40px !important;
    font-size: 12px !important;
    border-top: 1px solid silver !important;
    
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e0e0e0') !important; /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#e0e0e0)) !important; /* for webkit browsers */
background: -moz-linear-gradient(top,  #eeeeee,  #e0e0e0) !important; /* for firefox 3.6+ */
}

.unreadAnnouncement {
background: rgb(255,255,200) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffaa', endColorstr='#fefed9') !important; /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ffffaa), to(#fefed9)) !important; /* for webkit browsers */
background: -moz-linear-gradient(top,  #ffffaa,  #fefed9) !important; /* for firefox 3.6+ */
}

.nf {
    padding-left: 150px;
}
.nf h4 {
    font-size: 14px !important;
    font-weight: Bold !important;
    color: rgb(80, 80, 80) !important;
}

.announcement h4 {
    font-size: 14px !important;
    font-weight: Bold !important;
    color: rgb(80, 80, 80) !important;
}

.announcement a:hover {
    background: inherit !important;
}
.alertimg {
    background: url('/images/goldalert.png') !important;
}

.chatboxcontainer {
    height: 170px; max-height: 170px; min-height: 170px; overflow: hidden; -webkit-overflow-scrolling:touch; overflow-y: auto; padding: 5px !important; margin: 0px !important;
}

#messageboxcontainer {
    width: 623px;
    height: 350px;
    max-height: 350px;
    min-height: 350px;
    -webkit-overflow-scrolling:touch;
    overflow: hidden;
    overflow-y: auto;
    padding: 5px 5px 5px 6px !important;
    margin: 0px !important;
    border: 3px #DDDDDD double;
    border-radius: 5px;
    position: relative;
    left: 2px;
}

.chatcentrestage {
    width: 632px;
    height: 355px;
    overflow: auto;
    padding: 1px !important;
    margin: 0px !important;
    border: 3px #DDDDDD double;
    border-radius: 5px;
    position: relative;
    left: 2px;
}

#messagebox {
    width: 610px;
    height: 350px;
    font-size: 13px;
    font-family: Arial;
    padding: 2px;
    color: white;
}

#newchat {
    padding: 10px 0px 0px 11px;
    z-index: 1000;
}

.guestChatter {
    font-style: italic;
}

.statusChanged, .statusChanged a {
    padding-top: 5px;
    color: silver;
    padding-bottom: 3px;
    text-align: left !important;
}

.statusChanged a {
    text-decoration: underline;
}

.warning, .success {
    padding-top: 5px;
    color: red;
    padding-bottom: 3px;
}
.success {
    color: rgb(0, 255, 0);
}

.chatMessage {
    font-size: 13px;
    line-height: 21px;
}

.chatMessage a {
    color: inherit !important;
    text-decoration: underline !important;
}

.chatMessage a:hover {
    text-decoration: none !important;
}

.chatMessageContainer {
    padding-top: 4px;
    padding-bottom: 3px;
    text-align: left !important;
}

.chatImage {
	box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	-moz-box-shadow: 0px 0px 8px #000000;
	padding:2px;
	margin-bottom: 10px;
	background-color:#888;
	max-width: 125px;
	margin-right: 15px;
}

.chatImageGif {
	max-width: 125px;
	margin-right: 15px;
}

.pmstatus {
    font-family: Arial;
    font-size: 11px;
    color: silver;
}

.alert {
    color: white;
    background-color: red;
    font-weight: Bold;
    padding: 3px 4px 3px 4px;
}

.chattingNowContainer {
    overflow: hidden;
    display: none;
}

#chattingNowContainer {
	max-height: 401px;
}

#chattingNow li {
    padding-bottom: 0px !important;
    padding-top: 6px !important;
}

#chattingNow > li:first-child {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

div.scrollbar-container {
    position: absolute;
    float: right;
    right: 8px;
    width: 6px !important;
    margin-right: 15px;
    margin-top: 467px;
    top: 3px;
}

div.scrollbar-track {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
}

div.scrollbar-drag {
    position: absolute;
    width: 6px;
    right: 0px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    border-radius: 3px;
    background: #333;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 100px;
}

.chatgroup {
    display: inline;
    float: right; 
    text-align: right;
    position: relative;
    top: -4px;
    right: -10px;
}

.playoverlay {
	display: block;
	height: 90px;
	width: 120px;
	background-image:url('/images/overlay.png');
}
.playoverlay:hover {
	background-position: 0px 102px;
}

.playbox {
    box-shadow: 0px 0px 8px #000000;
    -webkit-box-shadow: 0px 0px 8px #000000;
    -moz-box-shadow: 0px 0px 8px #000000;
    padding:0px;
    margin-bottom: 10px;
    background-color:#888;
    margin-left: 15px;
    margin-right: 15px;
    width: 120px;
    height: 90px;
    display: inline-block; 
    background-size: 120px 90px;
}

#toprightbox {
    overflow: hidden !important;
}

#mediaplayercontainer {
	margin-left: 8px;
    position: relative;
    height: 130px;
    width: 231px;
    overflow: hidden !important;
    z-index: 1;
}

#mediaplayer {
	z-index: 1;
}

#mediaplayer_wrapper {
    right: 0px;
    position: relative;
    overflow: hidden !important;
}

#playerend {
    height: 188px;
}

.abs {
    position: absolute;
    width: 262px;
    height: 182px;
    right: 13px;
}

.borderRadius {
    border-radius: 5px 0px 0px 5px !important;
    -moz-border-radius: 5px 0px 0px 5px !important;
    -webkit-border-radius: 5px 0px 0px 5px !important;
    -khtml-border-radius: 5px 0px 0px 5px !important;
}

div.tableContainer {
	clear: both;
	border-bottom: 1px solid rgb(223, 223, 223);
	overflow: auto;
	width: 650px;
	font-weight: Normal !important;
	z-index: 9998 !important;
}

thead.fixedHeader tr {
	position: relative
}

html>body thead.fixedHeader tr {
	display: block
}

html>body div.tableContainer {
	overflow: hidden;
	width: 650px;
}

div.tableContainer table {
	float: left;
	width: 650px;
}

html>body div.tableContainer table {
	width: 650px;
}

tbody.scrollContent {
	color: #000;
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

tbody.scrollContent td {
	background-color: rgb(255, 255, 255) !important;
	padding: 3px 0px 3px 0px !important; 
	border: 1px;
	font-size: 11px;
	border: 0px;
	overflow: hidden;
}

tbody.scrollContent td span {
	position: relative;
	top: 2px;
}

tbody.scrollContent a {
	color: #000 !important;
	display: block;
	text-decoration: none;
	width: 98%;
    padding: 2px 0px;
}
tbody.scrollContent a:hover {
	background-color: #e1e1e1;
	color: #000;
	display: block;
	text-decoration: none;
	width: 98%;
    cursor: pointer;
    border-radius: 5px;
}

.nopad thead, .nopad thead th {
	padding-left: 0px !important;
}

.nopad thead, .nopad thead th, .nopad tbody, .nopad tbody td {
	padding-right: 0px !important;
}

.nopad {
	background-color: white !important;
	z-index: 9999;
}

.tableScrollContainer {
	overflow-y: auto;
	overflow-x: hidden;
	width: 650px; 
    max-height: 272px;
}
.checkselected {
    background-color: #d3d3d3 !important;
    border-radius: 5px;
}

.redlink {
	color: red !important;
}

#nobody {
	display: none;
	position: absolute;
	width: 600px;
	text-align: center;
	font-weight: Bold;
	color: silver;
	top: 83px;
}

#message_text {
	height: 80px;
	width: 578px;
}

.message_text_helper, #message_text_helper {
	padding-left: 10px; 
	width: 580px;
}

#banExpires {
	position: relative;
	margin-top: 10px;
	font-size: 11px;
}

.explain580 {
	width: 580px;
}

.alertColour {
    height: 18px;
    width: 23px;
    border: 1px solid white;
    margin-right: 5px; 
    cursor: pointer;
    border-radius: 3px;
}

.tvChannel {
    height: 55px;
    width: 80px;
    border: 1px solid white;
    margin-right: 10px; 
    cursor: pointer;
    border-radius: 3px;
}

.contextMenu {
	position: absolute;
	width: 135px;
	z-index: 9998;
	padding: 0px !important;
	margin: 0px !important;
	display: none;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
	opacity: .95;
}

.contextMenu li {
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
    font-size: 11px !important;
}

.contextMenu a {
	color: white;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px !important;
	padding-left: 30px !important;
}

.contextMenu li.hover a {
	color: #000;
    opacity: .90;
}

.contextMenu li.disabled a {
	color: #AAA;
	cursor: default;
}

.contextMenu li.hover.disabled a {
	background-color: transparent;
}

.contextMenu li a { background-size: 16px; background-position: 8px 4px;}
.contextMenu li.privatemessage a { background-image: url(/newchat/ckeditor/images/pm.png); background-position: 7px 3px;}
.contextMenu li.whisper a { background-image: url(/newchat/ckeditor/images/whisper.png); background-position: 8px 5px;}
.contextMenu li.viewprofile a { background-image: url(/newchat/ckeditor/images/profile.png); background-position: 8px 5px;}
.contextMenu li.checkcountry a { background-image: url(/newchat/ckeditor/images/flag.png); background-position: 9px 4px; }
.contextMenu li.gag a { background-image: url(/newchat/ckeditor/images/gag.png);}
.contextMenu li.eject a { background-image: url(/newchat/ckeditor/images/eject.png); background-position: 7px 3px; }
.contextMenu li.sendalert a { background-image: url(/newchat/ckeditor/images/alert.png); }
.contextMenu li.sendurl a { background-image: url(/newchat/ckeditor/images/url.png); }
.contextMenu li.playmedia a { background-image: url(/newchat/ckeditor/images/player.png); }
.contextMenu li.modifyprivileges a { background-image: url(/newchat/ckeditor/images/elevate.png); background-position: 8px 5px;}

#pin {
    background-image: url(/images/pins.png?1);
    background-position: 0px 0px;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-top: -31px;
    left: 13px;
    opacity: 0.5;
    float: left;
}

#pin:hover {
    background-position: 0px -20px;
    cursor: pointer;
}

.pinned {
    background-position: 0px 20px !important;
}

#switch {
    background-image: url(/images/pins.png?1);
    background-position: -20px 0px;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-top: -31px;
    left: 39px;
    opacity: 0.5;
    float: left;
}

#switch:hover {
    background-position: -20px -20px;
    cursor: pointer;
}

#delay {
    background-image: url(/images/pins.png?1);
    background-position: -80px 0px;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-top: -31px;
    right: 15px;
    opacity: 0.5;
    float: right;
    display: none;
}

#delay:hover {
    background-position: -80px -20px;
    cursor: pointer;
}

.switched {
    background-position: -20px 20px !important;
}

#switchedusers {
    background-image: url(/images/pins.png?1);
    background-position: -40px 0px;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-top: -24px;
    left: 600px;
    opacity: 0.5;
    float: left;
    display: none;
}

#switchedusers:hover {
    background-position: -40px -20px;
    cursor: pointer;
}

.switchedusers {
    background-position: -40px 20px !important;
}

#immerse {
    background-image: url(/images/pins.png?1);
    background-position: -60px 0px;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-top: -31px;
    left: 67px;
    opacity: 0.5;
    float: left;
    display: none;
}

#immerse:hover {
    background-position: -60px -20px;
    cursor: pointer;
}

.immersed {
    background-position: -60px 20px !important;
}

.privateEditor {
	min-height: 25px;
	max-height: 65px;
	width: 168px;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: black; 
	overflow-y: auto;
	overflow-x: hidden;
	word-wrap: break-word;
    margin: 10px 5px 5px 5px;
}

.privateEditor:focus {
	outline: none;
}

.privateEditor img {
	display: none;
    max-height: 0px;
    width: 0px; 
}

.privateEditor img.chatEmo {
	display: inline !important;
	max-height: 18px !important;
	width: auto !important;
    vertical-align: middle;
}

.privateEditor p {
	margin: 0px;
}

.textareabox {
    margin-top: 10px !important;
    margin-left: 5px !important;
    width: 168px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}  