/*
 * @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 PunBB style "Cobalt":
 * http://punbb.org/
 */


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


/*
 * Colors
 */
 
 @import url('global_colors.css');
 

@media screen,projection,handheld {
	
	#loginContent {
		background-color:#2A2A2A;
		color:#D4D4D4;
	}
	#loginContent h1 {
		color:#D4D4D4;
	}
	#loginContent a {
		color:#60A0DC;
	}
	#loginContent input, #loginContent select {
		background-color:#424242;
		color:#D4D4D4;
	}
	#loginContent #loginFormContainer #loginButton {
		background-color:#424242;
		color:#D4D4D4;
	}
	#loginContent #errorContainer {
		color:red;
	}
	
	#content {
		background-color:#42413c;
		color:#1f1e19;
	}
	#content h1 {
		color:#868478;
	}
	#content a {
		color: #1f1e19;
		font-weight: bold;
	}
	#content textarea {
		background-color:#FFFFFF;
		color:#000000;
	}
	
	#content select, #content input {
		background-color:#868478;
		color:#1f1e19;
	}
	
	#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #colorCodesContainer {
		border-color:#565656;
		background-color:#65645b;
	}
	
	#content #emoticonsContainer {
		border: 2px solid #565656;
		background-color:#868478;
	}
	
	#content #bbCodeContainer {
	}
	
	.statusContainerOn {
		background-image: url('../img/loading.png');
	}
	.statusContainerOff {
		background-image: url('../img/loading-done.png');
	}
	#content #bbCodeContainer input, #content #logoutButton, #content #submitButton, #content #backButton {
		background-color:#CCCCCC;
		color:#000000;
	}
	#content #colorCodesContainer a {
		border-color:black;
	}
	#content #optionsContainer input {
	    background-color:transparent;
	}
	#content #optionsContainer #helpButton {
	    background:url('../img/help.png') no-repeat;
	}
	#content #optionsContainer #settingsButton {
	    background:url('../img/settings.png') no-repeat;
	}
	#content #optionsContainer #onlineListButton {
	    background:url('../img/users.png') no-repeat;
	}
	#content #optionsContainer #audioButton {
	    background:url('../img/audio.png') no-repeat;
	}
	#content #optionsContainer #audioButton.off {
	    background:url('../img/audio-off.png') no-repeat;
	}
	#content #optionsContainer #autoScrollButton {
	    background:url('../img/autoscroll.png') no-repeat;
	}
	#content #optionsContainer #autoScrollButton.off {
	    background:url('../img/autoscroll-off.png') no-repeat;
	}
	#content .rowEven {
		background-color:#868478;
	}
	#content .rowOdd {
		background-color:#949285;
	}
	#content .guest {
		color:#1f1e19;
	}

	#content .chatBot {
		color:#555555;
	}
	#content #chatList .chatBotErrorMessage {
		color:#DD0000;
	}
	#content #chatList a {
		color:#1f1e19;
		text-decoration: underline;
	}
	#content #chatList a:hover {
		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:#65645b;
		color:#1f1e19;
	}
	#content #settingsContainer #settingsList input.playback {
	    background:url('../img/playback.png') no-repeat;
	}
	
	#logoutChannelContainer {
		color: #868478;
	}
	
	
	#messageLengthCounter {
		color: #868478;
	}
	
	
	#headlineContainer a{
		color: #68665b;
		text-decoration: none;
	}
	
	#headlineContainer a:hover{
		color: #908e80;
	}
	
	.toplink {
		color: #68665b !important;
	}
	
	.realNameHover:hover span { 
		border:1px solid #1f1e19;
		color:#1f1e19;
		background-color:#b7b5a6;
	}
}
