/*
 * @package AJAX_Chat
 * @author Sebastian Tschan
 * @copyright (c) Sebastian Tschan
 * @license GNU Affero General Public License
 * @link https://blueimp.net/ajax/
 */


@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;*/
        background-color: #fff;
		color:#000;
        border-style:solid;
        border-color: #a0a0a0;
        border-width:1px;
	}
	#loginContent h1 {
		color:#000;
	}
	#loginContent a {
		color:#00f;
	}
	#loginContent input, #loginContent select {
		background-color:#FFF;
		color:#000;
	}
	#loginContent #loginFormContainer #loginButton {
        text-align:center;
		background-color:#F7F5F1;
		color:#000;
	}
	#loginContent #errorContainer {
		color:red;
	}
	
	#content {
		background-color:#e5e5e8;
		color:#000;
	}
	#content h1 {
		color:#fffcd2;
	}
	#content a {
		color:#00f;
	}
	#content input, #content select, #content textarea {
		background-color:#FFF;
		color:#000;
	}
	#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #bbCodeContainer, #content #colorCodesContainer, #content #emoticonsContainer{
		border-color:gray;
		background-color:#FFF;
	}
	.statusContainerOn {
		background-image: url('../img/loading.png');
	}
	.statusContainerOff {
		background-image: url('../img/loading-done.png');
	}
	.statusContainerAlert {
		background-image: url('../img/loading-trouble.png');
	}
	#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 #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:#f6f6f6;
	}
	#content .rowOdd {
		background-color:#ecedf3;
	}
	#content .guest {
		color:gray;
	}
	#content .user {
		color:#000;
	}
	#content .moderator {
		color:#00AA00;
	}
	#content .admin {
		color:red;
	}
	#content .chatBot {
		color:#FF6600;
	}
	#content #chatList .chatBotErrorMessage {
		color:red;
	}
	#content #chatList a {
		color:#1E90FF;
	}
	#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 {
		color:#fffcd2;
	}
	#content #settingsContainer #settingsList input.playback {
	    background:url('../img/playback.png') no-repeat;
	}

	#logoutChannelContainer {
        text-align:center;
		color:#fffcd2;
		background:url('../forum/Themes/bisdakworldgreen/images/catbg.jpg');
	}

	#content #headertitlerow {
		color:#fffcd2;
        width:301px;
        margin-left:20px;
        text-align:center;
		background:url('../forum/Themes/bisdakworldgreen/images/catbg.jpg');
	}

	.titlerow {
		color:#fffcd2;
        text-align:center;
		background:url('../forum/Themes/bisdakworldgreen/images/catbg.jpg');
	}

	.loginheaders {
		color:#fffcd2;
        text-align:center;
        padding-top:8px;
        height:24px;
		background:url('../img/greenbg.jpg') no-repeat center;
	}

}

