html, body, table {
	padding: 0;

	font-family: Trebuchet MS;
	font-size: 11px;
}

.text,div,span,td,p,li,input,select,textarea,legend,blockquote,pre {
	font-family: Trebuchet MS;
	font-size: 11px;
}

.smtext {
	font-family: Trebuchet MS;
	font-size: 11px;
}

.iframe {
	overflow: hidden;
	border: 1px solid black;
}

#chatBox {
	width: 100%;
	height: 335;
	overflow: auto;
}

#usersBox {

	height: 280;
	padding: 0 5px 0 10px;
	overflow: auto;
}

.chatBorderText {
	font-weight: bold;
	color: black;
	font-size: 11px;
}

.LogOut {
	color: #333333;
	font-size: 11px;
	font-family: Trebuchet MS;

}

.UserStatus {
	color: gray;
}

.soundoptions {
	font-size: 11px;
}

.privatemessage {
	font-weight: regular;
	font-size: 11px;
	color: red;
}

.consolemessage {
	font-size: 11px;
	color: gray;
	font-weight: regular;
}

#emoticons {
    position:absolute;
    top: 320px;
    left: 21px;
    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=90);
    -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
}

A:link, A:visited { text-decoration: none }
A:hover { text-decoration: underline }