.chat-panel {
	background-color: #ffea9b;
	padding: 4px; 
	padding-left: 8px;
	width: 328px;
	border-bottom: 1px solid #003366;
	font: 76% trebuchet ms, Verdana, Arial, Helvetica, sans-serif; 
	margin: 0px; 
	color: #003366;
}
.chat-panel a {color: #003366;}

.chat-panel-2 {
	background-color: #ffea9b;
	padding: 4px; 
	padding-left: 8px;
	width: 100%;
	border-top: 1px solid #003366;
	font: 76% trebuchet ms, Verdana, Arial, Helvetica, sans-serif; 
	margin: 0px; 
	color: #003366;
}
.chat-panel-2 a {color: #003366;}

.chat {
	background-color: #ffffcf;
	padding: 4px; 
	padding-left: 8px;
	width: 320px;
	height: 412px;
	overflow: auto;
	font: 86% trebuchet ms, Verdana, Arial, Helvetica, sans-serif; 
	margin: 0px; 
	color: #003366;
}
.chat a {color: #003366;}

.pseudolink {
	cursor: pointer; 
	text-decoration: none; 
	border-bottom: 1px solid; 
	color: #003366;
}
.pseudolink_inactive {
	text-decoration: none; 
	border-bottom: 1px solid; 
	color: #000000;
}
.pseudolink_img {
	cursor: pointer; 
	border-bottom: 0px; 
}

.tooltip {
	z-index: 1;
}
.tooltip-trigger {
	z-index: 2;
}

.tooltip-popup {
	position: absolute;
	display: none;
	background-color: #ffffcf;
	width: 250px;
	padding: 4px;
	padding-left: 8px;
	text-align: left;
	border: 2px solid #003366;
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif; 
	color: #003366;
	z-index: 50;
	border-collapse: collapse;
}
.tooltip-popup a {color: #003366;}