.nickname {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.channeltext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.selfchanneltext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.system {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
	font-weight: bold;
}
.echo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990099;
	font-weight: bold;
}
.action {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8B0566;
	font-weight: bold;
}
.channelModes {
}
.channelTopic {
}
.nickListItem {
	background-image: url(images/icons/userIconBlue.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.nickListItemSelf {
	background-image: url(images/icons/userIconBlue.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
}
.nickListItem:hover {
	background-image: url(images/icons/userIconBlue.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color:#F8F8F8;
}
.channelListEvenRow {
	background-color: #CCCCCC;
}
.channelListUnevenRow {
	background-color: #999999;
}