/*
 * @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 {
	body
	{
	background: url('../img/porumbel.jpg') top center no-repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	.titlu
	{
		font-size:13px;
	color: rgb(255,204,0); line-height:130%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:-1px 0px 0px 15px;
	}
	#content #logoutChannelContaine
	{
		color:rgb(255,204,0);
	}
	#loginContent {
		background-color:none;
		color:red;
	}
	#loginContent h1 {
		color:red;
	}
	#loginContent a {
		color:red;
	}
	#loginContent input, #loginContent select {
		background-color:#000;
		color:#ddd;
	}
	#loginContent select {
	height:16px;
	}
	#loginContent #loginFormContainer #loginButton {
		background-color:#000;border:none;
		color:#ddd;
	}
	#loginContent #errorContainer {
		color:red;
	}
	
	#content {
		background-color:none;
		color:yellow; width:645px;
	}
	#content h1 {
		color:yellow;
	}
	#content a {
		color:red;
	}
	#content input, #content select, #content textarea  {
		background: rgba(0, 0, 0, 0.3);
		background:#111;
		*color:#000;
		border:none;
		color:#dedede;
	}
	#content option
	{
		background:#111;
		color:#ddd;
	}
	#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #bbCodeContainer, #content #colorCodesContainer, #content, input {
		border:rgba(0, 0, 0, 0.3);;
		background: none;
		*background:#3E3333;
		color:rgb(255,204,0);
	}
	#emoticonsContainer 
	{
		background:none;
		border:0px;
		
	}
	.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: rgba(0, 0, 0, 0.3);
		*background:#3E3333;
		color:#dedede;
	}
	#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 {
		
		color:#fff;
		
	}
	#content .rowOdd {
		
		color:#fff;
	}
	#content .guest {
		color:gray;
	}
	#content .user {
		color:#CC9900;
	}
	#content .moderator {
		color: #009900;
	}
	#content .admin {
		color: #CC6600;
	}
	#content .chatBot {
		color: #FF6600;
	}

	#content #chatList .chatBotErrorMessage {
		color: #CC6600;
	}
	#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 {
		background: rgba(0, 0, 0, 0.3);
		*background:#3E3333;
		color:#fff;
	}
	#content #settingsContainer #settingsList input.playback {
	    background:url('../img/playback.png') no-repeat;
	}

}