/* CHAT */
#popout #Chat {
	color: #000000;
	border: 1px solid #0a3663;
	background: #FFFFFF;
	width: 250px;
	height: 376px;
	position:absolute;
	display:none;
	top: 36px;
	left: 0px;
	overflow: hidden;
}
.popup #Chat a {
	text-decoration: none;
}
.popup #Chat a:hover {
	text-decoration: underline;
}
.popup #Chat {
	color: #000000;
	background: #FFFFFF;
	top: 0px;
	position: relative;
	overflow: hidden;
	font-size: 11px;
}
#ChatRooms {
	height: 21px;
}
#ChatRooms table {
	width: 100%;
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 1px;
}
#ChatRooms td {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding-top: 1px;
	cursor: pointer;
	cursor: hand;
	height: 20px;
	border: 1px solid #FFF;
	color: #CCC;
}
#ChatRooms td:hover {
	border: 1px solid #EAEEFF;
	background: #EAEEFF;
}
#ChatRooms td.pressed {
	border: 1px solid #FFF;
	background: #0A3663;
	color: #FFF;
}
#ChatArea {
	height: 305px;
	overflow-x: hidden;
	overflow-y: scroll;
	word-wrap:break-word;
}
.popup #ChatArea {
	height: 346px;
}
#ChatMsg {
	width:180px;
}
.popup #ChatMsg {
	width: 310px;
}
#ChatArea .ChatInit0, #ChatArea .ChatInit1, #ChatArea .ChatInit2, #ChatArea .ChatInit3 {
	border-bottom: 1px solid #0a3663;
}
#ChatArea .ChatInit0 .ChatTop {
	background: #EAEEFF;
	padding: 2px;
	color: #000 !important;
}
#ChatArea .ChatInit0 .ChatTop a.ChatUsername {
	color: #000 !important;
}
#ChatArea .ChatInit1 .ChatTop {
	background: #0A3663;
	padding: 2px;
	color: #FFFFFF;
}
#ChatArea .ChatInit2 .ChatTop {
	background: #2487CA;
	padding: 2px;
	color: #FFFFFF;
}
#ChatArea .ChatInit3 .ChatTop {
	background: #D7F5B4;
	font-weight: bold;
	padding: 2px;
	color: #0A3663;
}
#ChatArea .ChatInit3 .ChatTop a.ChatUsername {
	color: #0A3663 !important;
}
#ChatArea .ChatBot {
	color: #000 !important;
	padding: 2px;
}
#ChatArea .ChatBot a {
	color: #0f408d !important;
}
#ChatPost {
	height: 50px;
	padding: 2px;
}
#ChatPre {
	padding-bottom: 5px;
	padding-top: 5px;
	cursor: pointer;
	cursor: hand;
	overflow: hidden;
}
#ChatPre img {
	height: 12px;
	vertical-align: middle;
}
#ChatPreChat br {
	line-height: 0px;
}
#ChatTop {
	height: 30px;
	padding-top: 12px;
	cursor: pointer;
	cursor: hand;
}
#ChatSmile {
	position: relative;
}
#ChatSmile1 {
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;
	margin-bottom: 4px;
}
#ChatSmile2 {
	background: #FFF;
	position: absolute;
	display: none;
	border: 1px solid #0a3663;
	top:-175px;
	left: -39px;
	height:197px;
	width: 100px;
	overflow-y:hidden;
}
#ChatSmile3 div {
	float: left;
	cursor: pointer;
	cursor: hand;
	width: 42px;
	height: 20px;
	padding:4px;
}
#ChatSmile3 div:hover {
	background: #DDD;
}
.ChatOpt {
	float:right;
	font-size: 10px;
	margin-left: 4px;
}
