#chat-wrapper {
	display: block;
	margin: 0;
	padding: 10px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: none solid solid solid;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-box-shadow: 0 1px 2px #CCCCCC;
	-moz-box-shadow: 0 1px 2px #CCCCCC;
	box-shadow: 0 1px 2px #CCCCCC;
}

#chat {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 13px;
}

#chat .chat-clear {
	display: block;
	height: 0;
	float: none;
	clear: both;
	text-indent: -999px;
}

#chat p {
	margin: 0;
	padding: 0;
}

#chat p img {
	vertical-align: middle;
}

#chat #chat-area {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

#chat #chat-stream {
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	float: left;
	width: 772px;
	height: 260px;
	margin: 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}

#chat #chat-stream .chat-msg {
	display: block;
	line-height: 16px;
	padding: 3px 4px;
	border-bottom: 1px solid #E5E5E5;
}

#chat #chat-stream .chat-msg:nth-child(even) {
	background-color: #FFFFFF;
}

#chat #chat-stream p {
	line-height: 16px;
}

#chat .username {
	font-weight: 800;
}

#chat span.timestamp {
	color: #0099CC;
	font-weight: 800;
}

#chat span.controls a.chat-delete {
	display: inline;
	line-height: 16px;
	padding: 0 2px;
	background: #DEDEDE;
	color: #888888;
	font-weight: 800;
	font-size: 11px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: default;
}

#chat span.controls a.chat-delete:hover {
	background: #888888;
	color: #DEDEDE;
}

#chat #chat-onlinelist {
	display: block;
	overflow: hidden;
	float: left;
	width: 143px;
	height: 260px;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid solid solid none;
	background: #ECECEC;
}

#chat-onlinelist h3 {
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 5px;
	background: #DDDDDD;
	color: #0099CC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
}

#content #chat-onlinelist ul {
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	list-style-type: none;
	height: 229px;
	margin: 0;
	padding: 0;
}

#chat-onlinelist ul li {
	padding: 3px 5px;
	border-bottom: 1px solid #CCCCCC;
}

#chat #chat-bottom {
	display: block;
	margin: 0;
	padding: 0;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: none solid solid solid;
	background: #EEEEEE;
}

#chat-bottom > p {
	padding: 10px;
}

#chat-bottom #chat-text-ctrl {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#chat-bottom #chat-text-ctrl table {
	border: 0;
}

#chat-bottom #chat-text-ctrl table td {
	border: 0;
	padding: 3px;
}

#chat-bottom #chat-text-ctrl a {
	display: block;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(#FFFFFF, #E3E3E3);
	color: #444444;
	font-weight: 400;
	text-align: center;
}

#chat-bottom #chat-text-ctrl a.bold {
	font-weight: 800;
}

#chat-bottom #chat-text-ctrl a.italic {
	font-style: italic;
}

#chat-bottom #chat-text-ctrl a.underline {
	text-decoration: underline;
}

#chat-bottom input.chat-message {
	display: inline;
	width: 450px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 2px #CCCCCC inset;
}

#chat-bottom input.chat-send {
	display: inline;
	padding: 3px 8px;
	border: 1px solid #AAAAAA;
	background: #DDDDDD;
}

#chat-bottom input.chat-send:hover {
	border: 1px solid #0099CC;
	background: #EEEEEE;
}

#chat-bottom span.note {
	color: #999999;
	font-size: 11px;
}

#chat-bottom a {
	color: #0099CC;
	font-weight: 800;
	border-bottom: 1px dotted #0099CC;
}

#chat-bottom #chat-input {
	display: block;
	float: left;
	padding: 10px;
}

#chat-bottom #chat-refresh-wrp,
#chat-bottom #chat-sound-wrp {
	display: block;
	float: right;
	margin: 0 0 0 10px;
}

#chat-bottom .chat-bottom-button {
	display: block;
	padding: 4px;
	background: #DDDDDD;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: 800;
	color: #0099CC !important;
}

#chat-bottom .chat-bottom-button:hover {
	border-color: #0099CC;
	background: #EEEEEE;
}

#chat #chat-legend {
	display: block;
	height: 30px;
	padding: 5px 10px;
	background: #EEEEEE;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: none solid solid solid;
}

#chat-legend ul {
	height: 30px;
	margin: 0;
}

#chat-legend ul li {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}

#chat-legend ul li:last-child {
	margin-right: 0;
}

#chat-legend ul li span.square {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	padding: 0;
	background: url('common/glass.png') repeat-x center transparent;
	border: 1px solid #FFFFFF;
	box-shadow: 0 1px 2px #BBBBBB;
}
