html, body, table {
	padding: 0;
	font-family: Segoe UI,arial,verdana,lucida,helvetica,sans-serif;
	font-size: 11px;
}

.text,div,span,td,p,li,input,select,textarea,legend,blockquote,pre {
	font-family: Segoe UI,arial,verdana,lucida,helvetica,arial,sans-serif;
	font-size: 11px;
}

.smtext {
	font-family: Segoe UI,arial,verdana,lucida,helvetica,arial,sans-serif;
	font-size: 11px;
}

.iframe {
	overflow: hidden;
	border: 0px solid black;
	margin-bottom: 5px;
}

#chatBox {
	width: 100%;
	height: 282;
	overflow: auto;
}

#usersBox {
    padding: 0px;
	height:282;
	overflow: auto;
}
#message {
	background-image:url(images/inputbg.gif);
	border:0px;
	height:26px;
	vertical-align:middle;
	margin: 3px;
	padding: 3px;
	top: 3px;
	clip: rect(3px,auto,auto,auto);
}

.chatBorderText {
	font-weight: bold;
	color: white;
	font-size: 10px;
}

.LogOut {
	color: #ffffff;
	font-size: 10px;
	font-family: verdana;
}

.Copyright, a.Copyright, a.Copyright:visited, a.Copyright:visited:hover, a.Copyright:hover {
	color: #ffffff;
	font-size: 11px;
	font-family: verdana;
}

.UserStatus {
	color: green;
}

.soundoptions {
	font-size: 11px;
}

.privatemessage {
	font-weight: bold;
	font-size: 11px;
	color: #99CC00;
}

.consolemessage {
	font-size: 11px;
	color:#00CCFF;
	font-weight: bold;
}

#emoticons {
    position:absolute;
    top: 272px;
    left: 4px;
    background-color: #FFFFFF;
    border-top: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
	filter:
    progid:DXImageTransform.Microsoft.Alpha(opacity=95);
    -moz-opacity: 0.95;
    overflow: hidden;
	z-index: 1
}

#emoticons div {
    width:235px;
    height:50px;
    display:block;
    overflow:hidden
}

#emoticons div span {
    width: 20px;
    height: 20px;
    border-top: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    padding: 0px;
    text-align: center
}
