﻿/*
'**************************************************************************************************
'*																																																*
'*	This file can be considered a logical extension of CABS.css in this theme.  Be sure to read		*
'*	the instructions there for modifying the visual appearance of this site.											*
'*																																																*
'*	DO NOT EDIT THIS FILE!																																				*
'*																																																*
'**************************************************************************************************
*/

/*****
 *****	CABS Chat Elements
 *****
 *****	These classes are used in the CABS Live Chat.  This area is still under development.
 *****
 *****	Alterations to these classes should be done with care, at least until the chat
 *****	development is completed.
 *****
 *****/
 
 .ChatWelcome
 {
 	margin-top:10px;
 	margin-bottom:10px;
 	font-size:120%;
 	color:Red;
 }
 
 .ChatWelcomeAnnouncement
 {
 	margin-top:10px;
 	margin-bottom:10px;
 	color:Blue;
 }

.ChatPost
{
	margin-bottom: 6px;
	color:Navy;
	font-size:80%;
}

.ChatWhisper
{
	margin-bottom: 6px;
	color:Navy;
}

.ChatSystemPost
{
	margin: 12px;
	color:maroon;
}

.ChatPrivatePost
{
	margin-bottom: 6px;
	color:Fuchsia;
}

.ChatPost_PosterName
{
	color:Maroon;
}

.ChatError
{
	margin-bottom:6px;
	font-size:110%;
	color:Red;
	font-weight:bold;
}

.ChatUsersList
{
	font-size: 80%;
	color: Navy;
	margin: 5px;
}

.ChatUserEntry
{
}

.ChatUserEntryOffline
{
	color:Gray;
}

.ChatUserEntry a:link
{
}

.ChatChannelsList
{
	font-size: 80%;
	color: Navy;
	margin: 5px;
}
.ChatChannelEntry
{
}

/*****
 *****	These elements are for the Chatters Gadget
 *****/
 
.Chatters_Channels_Header
{
	font-size:100%;
	font-weight:bold;
}

.Chatters_Channels_List
{
	font-size:100%;
	padding:5px;
}

.Chatters_Users_Header
{
	font-size:100%;
	font-weight:bold;
}

.Chatters_Users_List
{
	font-size:80%;
	padding:5px;
}

