/* @override http://beta.newspond.com/css/chat.css */

.thread-username .response-to
 {
	float: left;
	height: 18px;
	margin: 0;
	padding: 0;
	background: none no-repeat;
	font: 12px Helvetica, Arial, Geneva, sans-serif;
	position: relative;
	top: 7px;
	left: 9px;
	color: #6a7485;
}

.thread-username .response-to a {
	color: #58557c;
	text-decoration: none;
	font-weight: bold;
		border-bottom: 1px solid #e0dfed;
	margin-left: 2px;
}

.thread-username .response-to a:hover {
		color: #69658e;
		border-bottom: 1px solid #d5d3e9;

}

.thread-username .response-to a:active {
		color: #807e9d;	
}

.chat-header {
	height: 49px;
	background: #000 url(../gfx/chat/texbg1.jpg) no-repeat center;
	text-shadow: #000 0 -1px 0;
}

.chat-header h1 {
	font: normal normal 24px/47px Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	color: #fff;
	letter-spacing: -1px;
}

.chat-nav {
	background: #000 url(../gfx/chat/shiny-x.gif) repeat-x;
}

.chat-nav .cn1 {
	background: url(../gfx/chat/shinyplate.jpg) no-repeat center;
	height: 52px;
	text-align: center;
	position: relative;
}

.chat-nav .togglechatshow {
	color: #b6bbce;
	display: block;
	width: 165px;
	height: 26px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 9px;
	left: 73px;
	font: 11px/16px "Lucida Grande", Tahoma, Verdana, Lucida, sans-serif;
	padding-top: 7px;
	text-decoration: none;
	text-shadow: #0e0f15 0 -1px 0;
	padding-left: 12px;
	text-indent: -4px;
}

.chat-nav .togglechatshow strong {
	color: #fff;
}
.chat-nav a.togglechatshow:hover {
	background-position: 0 -33px;
}
.chat-nav a.togglechatshow:active {
	background-position: 0 -66px;
}
.chat-nav .tcs-hide {
	background: url(../gfx/chat/eyeslash2.gif) no-repeat left 0px;
}

.chat-nav .tcs-show {
	background: url(../gfx/chat/eye2.gif) no-repeat left 0px;
}

.explain-chat {
	color: #9298a7;
	display: block;
	float: left;
	font: 11px "Lucida Grande", Tahoma, Verdana, Lucida, sans-serif;
	padding-top: 18px;
	padding-left: 24px;
	text-shadow: #000 0 -1px 0;
	position: absolute;
	top: 0;
	left: 0;
}

.explain-chat strong {
	color: #9679e3;
}

