/*
 * @package AJAX_Chat
 * @author Sebastian Tschan
 * @copyright (c) 2007 Sebastian Tschan
 * @license http://creativecommons.org/licenses/by-sa/
 * @link https://blueimp.net/ajax/
 * 
 * Color palette inspired by Simple Machines Forum style "SMF Default Theme - Core":
 * http://www.simplemachines.org/
 */


@import url('positions.css');
@import url('borders.css');
@import url('fonts.css');
@import url('misc.css');
@import url('print.css');


/*
 * Colors
 */

@media screen,projection,handheld {
	
	#loginContent {
		background-color:#E5E5E8;
		color:#000;
	}
	#loginContent h1 {
		color:#000;
	}
	#loginContent a {
		color:#000;
	}
	#loginContent input, #loginContent select {
		background-color:#FFF;
		color:#000;
	}
	#loginContent #loginFormContainer #loginButton {
		background-color:#F7F5F1;
		color:#000;
	}
	#loginContent #errorContainer {
		color:red;
	}
	
	#content {
		background-color:#E5E5E8;
		color:#000;
	}
	#content h1 {
		color:#000;
	}
	#content a {
		color:#000;
	}
	#content input, #content select {
		background-color:#FFF;
		color:#000;
	}
	#content #chatList {
		border-color:#ADADAD;
		background-color:#FFF;
	}
	#content #onlineListContainer {
		border-color:#ADADAD;
		background-color:#FFF;
	}
	#content #helpContainer {
		border-color:#ADADAD;
		background-color:#FFF;
	}
	#content #bbCodeContainer {
		border-color:#ADADAD;
		background-color:#FFF;
	}
	#content #colorCodesContainer {
		border-color:#ADADAD;
		background-color:#FFF;
	}
	#content #emoticonsContainer {
		border-color:#ADADAD;
		background-color:#FFF;
	}
	#content #bbCodeContainer input, #content #logoutButton, #content #submitButton {
		background-color:#F7F5F1;
		color:#000;
	}
	#content #colorCodesContainer a {
		border-color:black;
	}
	#content #optionsContainer input {
	    background-color:transparent;
	}
	#content .rowEven {
		background-color:#ECEDF3;
	}
	#content .rowOdd {
		background-color:#F6F6F6;
	}
	#content .guest {
		color:gray;
	}
	#content .user {
		color:#000;
	}
	#content .moderator {
		color:#0000FF;
	}
	#content .admin {
		color:#FF0000;
	}
	#content .chatBot {
		color:#476C8E;
	}
	#content #chatList .chatBotErrorMessage {
		color:red;
	}
	#content #chatList a {
		color:#476C8E;
	}
	#content #onlineListContainer h3, #content #helpContainer h3 {
		background-color:#88A6C0;
		color:#FFF;
	}
	
}