/*
 * @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 vBulletin style "Standard-Style":
 * http://www.vbulletin.com/
 */
/*
@import "";
@import "";
@import "";
@import "";
@import "";
*/

@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: #606096;
 color: #ffffff;
}

#loginContent h1 
{
 color: #36d033;
}

#loginContent a 
{
 color: #36d033;
}

#loginContent input, #loginContent select 
{
 background-color: #FFF;
 color: #000;
}

#loginContent #loginFormContainer #loginButton 
{
 background-color: #F7F5F1;
 color: #000;
}

#loginContent #errorContainer 
{
 color: red;
}

#content 
{
 background-color: #E1E1E2;
 color: #000;
}

#content h1 
{
 color: #606096;
}

#content a 
{
 color: #606096;
}

#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: #007000;
 background-color: #36d033;
}

#content #bbCodeContainer input, #content #logoutButton, #content #submitButton 
{
 background-color: #606096;
 color: #FFFFFF;
}

#content #colorCodesContainer a 
{
 border-color: black;
}

#content #optionsContainer input 
{
 background-color: transparent;
}

#content #optionsContainer #helpButton 
{
 background-image: url('../img/help.png');
 background-repeat: no-repeat;
}

#content #optionsContainer #settingsButton 
{
 background-image: url('../img/settings.png');
 background-repeat: no-repeat;
}

#content #optionsContainer #onlineListButton 
{
 background-image: url('../img/users.png');
 background-repeat: no-repeat;
}

#content #optionsContainer #audioButton 
{
 background-image: url('../img/audio.png');
 background-repeat: no-repeat;
}

#content #optionsContainer #audioButton.off 
{
 background-image: url('../img/audio-off.png');
 background-repeat: no-repeat;
}

#content #optionsContainer #autoScrollButton 
{
 background-image: url('../img/autoscroll.png');
 background-repeat: no-repeat;
}

#content #optionsContainer #autoScrollButton.off 
{
 background-image: url('../img/autoscroll-off.png');
 background-repeat: no-repeat;
}

#content .roweven 
{
 background-color: #E1E4F2;
}

#content .rowodd 
{
 background-color: #F5F5FF;
}

#content .guest 
{
 color: gray;
}

#content .user 
{
 color: #000;
}

#content .moderator 
{
 color: #00AA00;
}

#content .admin 
{
 color: red;
}

#content .chatbot 
{
 color: #3B5485;
}

#content #chatList .chatboterrormessage 
{
 color: red;
}

#content #chatList a 
{
 color: #3B5485;
}

#content #chatList .delete 
{
 background-image: url('../img/delete.png');
 background-repeat: no-repeat;
 background-position: right;
}

#content #chatList .deleteselected 
{
 border-color: red;
}

#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 
{
 height: auto;
 background-color: #738FBF;
 color: #FFF;
}

#content #settingsContainer #settingsList input.playback 
{
 background-image: url('../img/playback.png');
 background-repeat: no-repeat;
}
}
