/*
 * @package AJAX_Chat
 * @author Sebastian Tschan
 * @copyright (c) Sebastian Tschan
 * @license GNU Affero General Public License
 * @link https://blueimp.net/ajax/
 * 
 * Templates and CSS by MyBB PL
 * http://mybboard.pl/
 */
 
body {
	background: #f9fcdd url(http://forum.mybboard.pl/images/mybbpl/body_bg.jpg) top left repeat-x;
	color: #000;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	font-family: Tahoma, Verdana, Trebuchet MS, Arial, Sans-Serif, Helvetica;
	font-size: 13px;
}

h1,h2 {
	font: inherit;
	display: inline;
}

.inner_width {
	width: 1004px;
	margin: auto;
	min-width: 1004px;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

/* linki */

a:link {
	color: #006E68;
	text-decoration: none;
}

a:visited {
	color: #006E68;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

/* header [logo, menu] */

#header {
	background: url(http://forum.mybboard.pl/images/mybbpl/header_bg.png) top center no-repeat;
	height: 150px;
	text-align: left;
}

.logo {
	padding-top: 20px;
}

#menu {
	background: #006e68 url('../img/thead_bg.png') bottom left repeat-x;
	height: 38px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 12px;
}

#menu ul {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
}

#menu ul li {
	float: left;
	line-height: 34px;
	display: block;
	margin: 0 10px 0 0;
}

#menu ul li a {
	color: #fff;
	padding: 11px 10px 12px 10px;
	text-decoration: none;
}

#menu li.default a:hover {
	color: #ffffff;
	border-bottom: 2px solid #fdfaf4;
}

#menu li.active a {
	background: #EDE3D4 url('../img/menu_active_bg.png') bottom left repeat-x;
	color: #000;
	display: block;
	padding: 4px 14px 3px 14px;
	float: left;
	margin: -5px 0 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 2px solid #A9987F;
	border-left: 1px solid #106F6E;
	border-right: 1px solid #106F6E;
	text-decoration: none;
}

#menu li.active {
	float: left;
	padding: 0;
}

.menu_nav ul {
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding: 4px;
	display: block;
}

.menu_nav ul a:link {
	color: #3d2200;
	text-decoration: none;
}

.menu_nav ul a:visited {
	color: #3d2200;
	text-decoration: none;
}

.menu_nav ul a:hover, .menu_nav ul a:active {
	color: #6a4705;
	text-decoration: none;
}

.menu_nav ul {
	list-style: none;
	margin: 0;
}

.menu_nav li {
	display: inline;
	padding-left: 5px;
}

.menu_nav img {
	padding-right: 5px;
	vertical-align: top;
}

/*Panel*/

#panel {
	background: #F9F5EE;
	color: #000000;
	border: 1px solid #DCD2C2;
	border-right: 2px solid #DCD2C2;
	border-bottom: 2px solid #DCD2C2;
	-webkit-border-radius: 5px;
	-khtml-border-radiust: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	line-height: 30px;
	padding: 3px;
}

#content #optionsContainer input.button {
    width:22px;
	height:22px;
	vertical-align: middle;
	outline: 0;
	padding: 3px;
	background: #F9F6F2 url('../img/button_bg.png') bottom left repeat-x;
	border: 1px outset #B5A68F;
	-webkit-border-radius: 5px;
	-khtml-border-radiust: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 11px;
	margin: 0;
}

#content #optionsContainer {
	float: right;
}

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

#audioButton, #audioButton.off, #autoScrollButton, #autoScrollButton.off {
	margin-top: -3px;
}

#container {
	background: #fff;
	color: #000000;
	text-align: left;
	-moz-box-shadow: 0px 0px 5px black;
	-webkit-box-shadow: 0px 0px 5px black;
	box-shadow: 0px 0px 5px black;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
}

#content {
	width: auto !important;
	padding: 0 15px;
}

#statusIconContainer {
	width: 26px;
	height: 26px;
	padding: 2px 0 2px 30px;
}

.statusContainerOn {
	background: url('../img/loading.png') center right no-repeat;
}
.statusContainerOff {
	background: url('../img/loading-done.png') center right no-repeat;
}
.statusContainerAlert {
	background: url('../img/loading-trouble.png') center right no-repeat;
}

/*Nawigacja*/

.navigation {
	background: #EDE3D4;
	color: #9C8C72;
	border-bottom: 1px solid #E4D9C7;
	overflow: hidden;
}

.navigation ul {
	margin: 0;
	padding: 0;
}

.navigation li {
	display: inline;
	list-style: none;
	float: left;
	padding: 5px 0 5px 5px;
	font-size: 11px;
	font-weight: bold;
}

.navigation li a, .navigation li a:visited {
	color: #382E1F;
	outline: 0;
	text-decoration: none;
}

.navigation li a:hover {
	color: #635239;
	outline: 0;
	text-decoration: none;
}

.navigation li.start {
	background: url('../img/nav_start.png') top right no-repeat;
	padding: 5px 15px 5px 14px;
}

.navigation li.active {
	color: #005C59;
}

/* ChatBox - zawartość */

#content #chatList {
	font-size: 13px;
	overflow:auto;
	height: 300px;
}

#content .rowEven {
	background: #F4ECDF;
	border-top: 1px solid #F9F5EE;
	border-right: 1px solid #EDE3D4;
	border-bottom: 1px solid #EDE3D4;
	border-left: 1px solid #F9F5EE;
	padding: 3px;
}

#content .rowOdd {
	background: #F9F5EE;
	border-top: 1px solid #FDFAF6;
	border-right: 1px solid #F1E8DA;
	border-bottom: 1px solid #F1E8DA;
	border-left: 1px solid #FDFAF6;
	padding: 3px;
}

#content .rowEven img, #content .rowOdd img {
	vertical-align: middle;
}
#content .guest {
	color:gray;
}
#content .user {
	color:#000;
	font-weight: bold;
}
#content .moderator {
	color:#0000FF;
	font-weight: bold;
}
#content .admin {
	color:#FF0000;
	font-weight: bold;
}	
#content .techadmin {
	color: darkorange;
	font-weight: bold;
}	
#content .grafik {
	color: darkgoldenrod;
	font-weight: bold;
}
#content .tlumacz {
	color: green;
	font-weight: bold;
}	
#content .dev {
	color: teal;
	font-weight: bold;
}	
#content .beta {
	color: mediumpurple;
	font-weight: bold;
}	
#content .mentor {
	color:#0a3794;
	font-weight: bold;
}	
#content .chatBot {
	color: grey;
	font-weight: bold;
	font-style: italic;
}
#content #chatList .chatBotErrorMessage {
	color:red;
}
#content #chatList a {
	color:#008E00;
}
#content #chatList img {
	vertical-align: middle;
}
#content #chatList span.dateTime {
	font-size:0.7em;
	color:#4D3711;
}
#content #chatList .delete {
	display:block;
	float:right;
	background:url('../img/delete.gif') no-repeat right;
	width: 20px;
	height: 20px;
	margin: -2px;
	outline: 0;
}
#content #chatList .deleteSelected {
	background: #ffdde0;
	outline: 0;
}
#content #chatListContainer, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer {
	background: #FDFAF6;
	border: 1px solid #DCD2C2;
	border-right: 2px solid #DCD2C2;
	border-bottom: 2px solid #DCD2C2;
	overflow: auto;
}

/*Sidebar - zawartość*/

#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
	background:  #9F937F url('../img/thead_stats.png') top left repeat-x;
	padding: 4px;
	color: #ffffff;
	font-size: 12px;
	margin: 0;
	border-bottom: 1px solid #6F6350;
	border-right: 1px solid #6F6350;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px
}

h3 {
	background: #1f7777 url('../img/thead_bg.png') top left repeat-x;
	padding: 4px;
	font-size: 12px;
	margin: 0;
	overflow: hidden;
	color: #ffffff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	border-bottom: 1px solid #186464;
	border-right: 1px solid #186464;
}

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

#content #onlineListContainer, #content #helpContainer, #content #settingsContainer {
	float: right;
	font-size: 11px;
	margin-left: 5px;
	min-width: 200px;
	max-width: 400px;
}

#content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #chatListContainer {
	-webkit-border-radius: 5px;
	-khtml-border-radiust: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#content #onlineList, #content #helpList, #content #settingsList {
	overflow: auto;
	height: 300px;
}

#content #onlineListContainer ul li, #content #helpContainer ul li, #content #settingsContainer ul li {
	margin-left: -20px;
}

/*Edytor*/

#emoticonsContainer img {
	vertical-align:middle;
	padding: 1px;
}

#emoticonsContainer{
	float:right;
	width:300px;
}

#content #EditorContainer {
	background: #f9f5ee;
	color: #000000;
	font-size: 11px;
	border: 1px solid #DCD2C2;
	border-right: 2px solid #DCD2C2;
	border-bottom: 2px solid #DCD2C2;
	padding: 7px 7px 5px 7px;
	-webkit-border-radius: 5px;
	-khtml-border-radiust: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content #inputFieldContainer #inputField {
	height:40px;
	width: 592px;
}

#content #TextContainer input, #content #optionsContainer input.button, #content #settingsContainer #settingsList input.button, #helpButton, #settingsButton, #onlineListButton, #logoutButton{
	cursor:pointer;
}

#content #TextContainer {
	float:left;
	width:598px;
}

#messageLengthCounter {
	padding: 3px;
}

#content #colorCodesContainer {
	padding:3px;
	z-index:1;
}

#content #colorCodesContainer a {
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin: 1px;
}
	
#content #settingsContainer #settingsList input{
	vertical-align: top;
	border: 0;
	margin: 3px;
}

/*Inne*/

input.textbox {
	margin: 10px;
	background: #ffffff;
	color: #000000;
	border: 1px solid #C0B39E;
	-webkit-border-radius: 5px;
	-khtml-border-radiust: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input.loginbox {
	border: 1px solid #DCD2C2;
}

input.button {
	color: #000000;
	background: #F9F6F2 url('../img/button_bg.png') bottom left repeat-x;
	border: 1px outset #B5A68F;
	-webkit-border-radius: 5px;
	-khtml-border-radiust: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	margin: 0 2px 3px 0;
}

input.button_send {
	background: #E4F3F1 url('../img/button_send_bg.png') bottom left repeat-x;
	color: #000000;
	border: 1px outset #8FB5AF;
	-webkit-border-radius: 5px;
	-khtml-border-radiust: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #C0B39E;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
	-webkit-border-radius: 5px;
	-khtml-border-radiust: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

select {
	background: #ffffff;
	border: 1px solid #C0B39E;
}

img {
	border: none;
}

table {
	color: #000000;
	margin: 0;
}

.tborder {
	background: #EDE3D4;
	width: 100%;
	margin: auto auto;
}

.selection {
	margin-left: 10px;
}

/*Stopka*/

#copyright {
	color: #392C19;
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 15px 15px 15px;
}


/* MyBBoard Messages */

.newsbar1, .newsbar2, .newsbar3, .newsbar4 {
	-webkit-border-radius: 5px;
	-khtml-border-radiust: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
}

.newsbar1 {
	background: #E7F1FF url('../img/newsbar1_bg.png') bottom left repeat-x;
	border: 1px outset #455B77;
}

.newsbar2 {
	background: #FFEECF url('../img/newsbar2_bg.png') bottom left repeat-x;
	border: 1px outset #6F5425;
}

.newsbar3 {
	background: #FFE9E9 url('../img/newsbar3_bg.png') bottom left repeat-x;
	border: 1px outset #824444;
}

.newsbar4 {
	background: #E0F8E4 url('../img/newsbar4_bg.png') bottom left repeat-x;
	border: 1px outset #088C10;
}

/*login page*/

#loginContent {
	padding: 0 15px;
}

#loginContent .rules {
	background: #FFDCDC;
	border: 1px solid red;
	color: #AB1B1B;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 20px 10px 10px;
	font-size: 11px;
}

#loginHeader {
	background: url('http://forum.mybboard.pl/images/mybbpl/header_bg.png') top center no-repeat;
	height: 150px;
}

#loginFormContainer ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 1px solid #DCD2C2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#loginFormContainer ul li.rowEven {
	background: #F4ECDF;
	border-top: 1px solid #F9F5EE;
	border-right: 1px solid #EDE3D4;
	border-bottom: 1px solid #EDE3D4;
	border-left: 1px solid #F9F5EE;
	padding: 6px;
}

#loginFormContainer ul li.rowOdd {
	background: #F9F5EE;
	border-top: 1px solid #FDFAF6;
	border-right: 1px solid #F1E8DA;
	border-bottom: 1px solid #F1E8DA;
	border-left: 1px solid #FDFAF6;
	padding: 6px;
}

.loginLabel {
	width: 150px;
	float: left;
}

.loginInput, #loginRegisteredUsers {
	float: left;
}

.sponsor_bg {
	background: url('../img/header_sponsor.png') no-repeat;
	width: 372px;
	float: right;
	height: 150px;
}

.sponsor {
	padding: 60px 0 0 120px;
}

.error {
	color: red;
	font-weight: bold;
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	margin: 0 0 10px 0;
}
