/* aleCZAT by Andrzej Aleksiejuk i Zbigniew Czarnecki (c) 2009 czat.andrzej.info.pl */
* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 12px;
}
a {
	color: #7B7B7B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: middle;
}
.button1, .button2, .button3, .button4 {
	width: 86px;
	height: 27px;
	border: none;
	font-weight: bold;
	color: #FFF;
	font-size: 0.9em;
	text-transform: uppercase;
	cursor: pointer;
	padding-bottom: 1px;
	vertical-align: middle;
}
.button1 {
	background: url('layout/buttons.gif') center top;
}
.button2 {
	background: url('layout/buttons.gif') center center;
}
.button3 {
	background: url('layout/buttons.gif') center bottom;
}
.button4 {
	width: 20px;
	height: 19px;
	background: url('layout/buttonx.gif');
}
#loading {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
	background: #535353;
}
#loading_inner {
	width: 129px;
	height: 137px;
	line-height: 64px;
	padding: 10px 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background: #FFF url('layout/box.loader.png');
}
.form_box {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #535353;
	display: none;
}
.doc_body {
	background: #535353;
}
#admin {
	position: static;
	display: block;
	background: none;
}
#login {
	z-index: 20;
}
#information {
	z-index: 15;
}
.form_box_inner {
	position: relative;
	width: 425px;
	margin: 0 auto;
	text-align: left;
}
.form_box .title {
	text-align: right;
	margin: 4px 12px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}
.form_box .title span {
	color: #919191;
}
.form_box .form {
	background: #FFFFFF url('layout/info.form.bg.png');
}
.form_box .form .form_inner {
	background: url('layout/info.form.foot.png') no-repeat left bottom;
	padding: 12px;
}
#information .form .form_inner {
	font-weight: bold;
	color: #2F2F2F;
	min-height: 60px;
}
#message_button {
	margin: 10px 0 0 5px;
}
#chat_logo, #information_logo {
	position: absolute;
	right: 15px;
	top: 35px;
}
#information_message {
	padding-right: 80px;
}
.form_box .form dl {
	clear: both;
	min-height: 34px;
	line-height: 34px;
	width: 100%;
	padding-top: 5px;
}
.form_box .form dl dt {
	float: left;
	width: 85px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	color: #BBB;
	text-transform: uppercase;
	font-size: 0.9em;
}
.form_box .form dl dd {
	float: left;
	width: 300px;
}
.form_box .form .input {
	width: 200px;
	height: 20px;
	padding: 7px;
	background: #ECECEC url('layout/info.form.input.png');
	border: none;
	vertical-align: middle;
	font-size: 1.3em;
	color: #696969;
}
.form_box .form .textarea, .form_box .form .textarea2 {
	width: 250px;
	height: 350px;
	padding: 7px;
	background: #ECECEC;
	border: 1px solid #C3C3C3;
	vertical-align: middle;
	font-size: 1.2em;
	color: #696969;
}
.form_box .form .textarea2 {
	height: 100px;
}
#foot_login_links {
	height: 29px;
	margin: 12px 0 -12px;
	font-size: 0.9em;
}
#register_link, #password_link {
	display: block;
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
	color: #7A7A7A;
	font-weight: bold;
	text-transform: uppercase;
}
#register_link span, #password_link span	 {
	display: block;
	height: 29px;
	padding: 0 10px;
}
#register_link:hover, #password_link:hover {
	background: #E6E6E6 url('layout/info.link1.png');
	color: #4A4A4A;
	text-decoration: none;
}
#register_link:hover span, #password_link:hover span {
	background: url('layout/info.link2.png') no-repeat right;
}
#register_link {
	float: left;
}
#password_link {
	float: right;
}
.form_box .form .select {
	margin: 2px 0;
}
.select_description {
	height: 26px;
	line-height: 26px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	padding: 6px 10px 0;
}
.select_plus {
	float: left;
}
.select {
	width: 214px;
	height: 30px;
	background: #ECECEC url('layout/info.form.input.png');
	padding: 2px 0;
}
.select span {
	display: block;
	width: 172px;
	height: 26px;
	line-height: 23px;
	font-weight: bold;
	color: #696969;
	padding: 4px 0 0 6px;
	float: left;
	overflow: hidden;
}
.select div {
	float: left;
	width: 34px;
	height: 30px;
	background: #828282 url('layout/select.arrow.png') left top;
	cursor: pointer;
}
.select ul {
	width: 212px;
	display: none;
	padding: 5px 0;
	list-style: none;
	border: 1px solid #E2E2E2;
	background: #FFF url('layout/select.list.png') repeat-x left top;
	position: absolute;
	top: 33px;
	left: 0;
}
.select ul li {
	height: 18px;
	line-height: 18px;
}
.select ul a {
	display: block;
	text-decoration: none;
	color: #666;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
}
.select ul a:hover {
	color: #FFF;
	background: #808080 url('layout/select.a.png');
	font-weight: bold;
}
.form_box .form .description {
	width: 290px;
	font-size: 0.9em;
	padding: 2px;
	color: #FFF;
	display: none;
	position: absolute;
	left: 5px;
	border: 1px solid #FFF;
	line-height: 1.2em;
	font-weight: bold;
	background-color: #345b85;
}
.form_box .form dd:hover {
	position: relative;
}
.form_box .form dd:hover .description {
	display: block;
}
.box_link {
	color: #737373;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 3px 10px;
}
.checkbox {
	padding-top: 10px;
}
.checkbox_on, .checkbox_off {
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: #F4F4F4 url('layout/icons.png') top left;
}
.checkbox_on {
	background: #828282 url('layout/icons.png') bottom left;
}
#body {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #535353 url('layout/bg.jpg') no-repeat fixed center center;
	display: none;
}
#body_inner {
	width: 745px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#body .body_left {
	width: 544px;
	float: left;
}
#body .body_left .logo {
	float: left;
	height: 44px;
	margin-left: 10px;
}
#body .body_left .select_room {
	float: right;
	height: 34px;
	width: 325px;
	margin-right: 10px;
	background: url('layout/label.room.gif') no-repeat left center;
	padding: 5px 0;
}
#body .body_left .select_room .select {
	height: 25px;
	background: #F2F2F2 url('layout/select.png');
	padding: 2px 0;
	margin: 2px 0 4px;
	float: right;
}
#selected_room a.new {
	color: #517D00;
}
#body .body_left .select_room .select span {
	width: 177px;
	height: 21px;
	line-height: 18px;
	font-weight: normal;
}
#body .body_left .select_room .select span a {
	font-weight: bold;
}
#body .body_left .select_room .select div {
	width: 29px;
	height: 25px;
	background: #828282 url('layout/select.arrow.png') right top;
}
#body .body_left .select_room .select ul {
	top: 28px;
	border: 1px solid #393939;
}
#body .body_left .content_box {
	margin-top: 44px;
	background: #ECECEC url('layout/box.content.png');
	height: 277px;
	padding: 5px 10px;
}
#priv_title {
	height: 27px;
	line-height: 27px;
	float: left;
	padding: 2px 0;
}
#priv_title .user {
	font-weight: bold;
}
#priv_buttons {
	height: 27px;
	float: right;
	padding: 2px 0;
}
#content.main {
	margin-top: 0;
	overflow-x: hidden;
	overflow-y: auto;
	height: 277px;
}
#content.priv {
	border-top: 1px solid #ECECEC;
	margin-top: 37px;
	padding-top: 3px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 236px;
}
.box_info {
	width: 100%;
	color: #989898;
	padding: 2px 0;
}
.box_info strong {
	color: #818181;
}
.box_info span {
	color: #BABABA;
	font-weight: bold;
}
.box_info .user {
	color: #7B7B7B;
	font-weight: normal;
}
.box_topic {
	width: 100%;
	padding: 2px 0;
}
.box_topic .label {
	color: #818181;
	font-weight: bold;
	float: left;
}
.box_topic .topic {
	color: #4E4E4E;
	font-weight: bold;
	margin-left: 5em;
}
.box_topic a, .box_message a { color: #345b85; }
.box_message {
	width: 100%;
	padding: 2px 0;
}
.box_message .date {
	font-size: 0.8em;
	color: #8D8D8D;
	margin-top: 1px;
	float: left;
}
.box_message .message1 {
	color: #676767;
	margin-left: 3em;
}
.box_message .message2 {
	color: #676767;
}
.box_message .user {
	font-weight: bold;
}
#body .body_left .message_box {
	height: 18px;
	padding: 5px 8px;
	background: #EBEBEB url('layout/box.message.png');
	margin: 5px 3px;
}
#message {
	width: 521px;
	height: 16px;
	line-height: 16px;
	border: none;
	background: none;
	vertical-align: middle;
	color: #676767;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 1em;
}
#body .body_left .options_buttons {
	float: left;
	height: 27px;
	margin: 0 3px 5px;
}
#body .body_left .message_button {
	float: right;
	height: 27px;
	margin-bottom: 5px;
}
#body .body_right {
	width: 197px;
	float: right;
}
#body .body_right .label_users {
	height: 44px;
	background: url('layout/label.users.gif') no-repeat 92px 29px;
}
#body .body_right .users_list {
	height: 192px;
	background: #FFE4CD url('layout/box.users.png');
	padding: 10px;
}
#users {
	color: #676767;
	height: 192px;
	overflow-x: hidden;
	overflow-y: auto;
}
#users .selected {
	font-weight: bold;
}
#user_menu {
	background: url('layout/user.menu.gif') no-repeat left -99px;
	margin: 3px 0;
	display: none;
}
#user_menu_inner {
	background: url('layout/user.menu.gif') no-repeat left bottom;
	padding-left: 10px;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}
#user_menu_inner a {
	color: #676767;
	text-decoration: none;
}
#user_menu_inner a:hover {
	color: #517D00;
}
#body .body_right .label_privs {
	height: 19px;
	background: url('layout/label.privs.gif') no-repeat 99px 5px;
}
#body .body_right .privs_list {
	height: 100px;
	background: #EFEFEF url('layout/box.privs.png');
	margin-bottom: 5px;
	padding: 10px;
}
#privs {
	color: #676767;
	height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
}
#privs a {
	color: #676767;
}
#privs .selected {
	font-weight: bold;
}
#privs a.new {
	font-weight: bold;
	color: #517D00;
}
#privs a.new2 {
	font-weight: bold;
}
#privs .none {
	color: #CCC;
	text-align: center;
	padding-top: 42px;
	text-transform: uppercase;
	font-size: 0.9em;
}
#body .panel {
	width: 745px;
	height: 51px;
	background: #ECECEC url('layout/box.panel.png');
	clear: both;
	visibility: hidden;
}
#options {
	padding: 13px 18px 13px 12px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	color: #676767;
}
#options .colors {
	float: left;
}
#options .font_sizes {
	float: right;
}
#options .font_sizes a {
	text-transform: none;
	color: #676767;
	margin-left: 10px;
}
#options .font_sizes a.active {
	color: #517D00;
}
#smileys {
	padding: 15px;
	height: 20px;
	overflow-x: hidden;
	overflow-y: auto;
}
#smileys a img {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#smileys a:hover img {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
.colors .label {
	float: left;
	margin-right: 4px;
}
#colors {
	float: left;
}
#colors div {
	width: 18px;
	height: 18px;
	padding: 2px;
	float: left;
	margin-right: 2px;
}
#colors div.active, #colors div:hover {
	background: #A8A8A8 url('layout/box.color.png');
}
#colors div a {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	text-decoration: none;
}
#sounds {
	width: 18px;
	height: 16px;
	background: url('layout/icons.png') top right;
	float: right;
	cursor: pointer;
	margin: 5px 20px 0 0;
}