/*
 * @package AJAX_Chat
 * @author Sebastian Tschan
 * @copyright (c) Sebastian Tschan
 * @license GNU Affero General Public License
 * @link https://blueimp.net/ajax/
 * 
 * Color palette inspired by phpBB style "subsilver2":
 * http://www.phpbb.com/
 */


@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:#60A35F;
		color:#000;
	}
	#loginContent h1 {
		color:#000000;
	}
	#loginContent a {
		color:#000;
	}
	#loginContent input, #loginContent select {
		background-color:#FFF;
		color:#000;
	}
	#loginContent #loginFormContainer #loginButton {
		background-color:#1C6DA4;
		color:#FFFFFF;
	}
	#loginContent #errorContainer {
		color:red;
	}
	
	#content {
		background-color:#60A35F;
		color:#000;
	}
	#content h1 {
		color:#000000;
	}
	#header {
		color:#000000;
		background:url('../img/header.gif') no-repeat;
		width: 320px;
		height: 72px;
		align: center;
		position: absolute;
		top: 2px;
		left: 200px;
		margin-bottom: 10px;
	}
	#ferret {
		color:#000000;
		background:url('../img/ferret.gif') no-repeat;
		width: 137px;
		height: 75px;
		align: center;
		position: absolute;
		bottom: 4px;
		left: 400px;
	}
	#content a {
		color:#000;
	}
	#content textarea, #content select, #channelField {
	font-size: 9pt;
	background-color: white;
	border: 1px solid #000000;
	color: #000000;
	font-family: tahoma, sans-serif;

	}
	#content input, #content button {
	font-size: 9pt;
	background-color: #1C6DA4;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-family: tahoma, sans-serif;
	}
	
	input, button {
	font-size: 9pt;
	background-color: #1C6DA4;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-family: tahoma, sans-serif;
	}
	.statusContainerOn {
		background-image: url('../img/poo.gif');
	}
	.statusContainerOff {
		background-image: url('../img/poo.gif');
	}
	
	#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #bbCodeContainer, #content #colorCodesContainer, #content #emoticonsContainer {
		border-color:#000000;
		background-color:#F0F0F0;
	}
	#content #bbCodeContainer input, #content #logoutButton, #content #submitButton {
		background-color:#1C6DA4;
		color:#FFFFFF;
	}
	#content #colorCodesContainer a {
		border-color:black;
	}
	#content #optionsContainer input {
	    background-color:transparent;
	}
	#content #optionsContainer #helpButton {
	    background:#F7F5F1 url('../img/help.png') center no-repeat;
	    margin-left: 2px;
	}
	#content #optionsContainer #settingsButton {
	    background:#F7F5F1 url('../img/settings.png') center no-repeat;
	}
	#content #optionsContainer #onlineListButton {
	    background:#F7F5F1 url('../img/users.png') center no-repeat;
	}
	#content #optionsContainer #audioButton {
	    background:#F7F5F1 url('../img/audio.png') center no-repeat;
	}
	#content #optionsContainer #audioButton.off {
	    background:#F7F5F1 url('../img/audio-off.png') center no-repeat;
	}
	#content #optionsContainer #autoScrollButton {
	    background:#F7F5F1 url('../img/autoscroll.png') center no-repeat;
	}
	#content #optionsContainer #autoScrollButton.off {
	    background:#F7F5F1 url('../img/autoscroll-off.png') center no-repeat;
	}
	#content .rowEven {
		background-color:#E1E1E1;
	}
	#content .rowOdd {
		background-color:#F0F0F0;
	}
	#content .guest {
		color:#000000;
	}
	#content .user {
		color:#CC2A42;
	}
	#content .moderator {
		color:#467824;
	}
	#content .admin {
		color:#1b6da4;
	}
	#content .chatBot {
		color:#000000;
	}
	#content #chatList .chatBotErrorMessage {
		color:red;
	}
	#content #chatList a {
		color:#000000;
	}
	#content #chatList .delete {
		background:url('../img/delete.png') no-repeat right;
	}
	#content #chatList .deleteSelected {
		border-color:red;
	}
	#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
		background-color:#E1E1E1;
		color:#000000;
	}
	#content #settingsContainer #settingsList input.playback {
	    background:url('../img/playback.png') no-repeat;
	}
	#content a:link, #content a:visited, #content a:active {
   text-decoration: none;
   font-weight: bold;
	}
	#content a:hover {
   color: #323232;
   text-decoration: none;
   font-weight: bold;
	}

}
