@charset "utf-8";

body {
	background: #d3eff2 url("../image/layout-background-sohbet.png") left top no-repeat; 
}
#layout-body-banner {
	margin-top: 1px;
	display: block;
	width: 899px;
	height: 28px;
	padding-top: 12px;
	padding-left: 10px;
	font: normal 11px Arial;
	color: #7b89b6; 
}
#layout-body-head-banner {
	height: 136px;
}
#layout-body-middle {
	height: 400px;
	text-align: center;	
	margin-bottom: 8px;
}
#layout-body-appletoption {
	background: #000 url("../image/roomoptions.png") left top no-repeat;
	height: 70px;
}
#layout-body-appletoption-nickname {
	position: absolute;
	width: 206px;
	height: 70px;
}
#layout-body-appletoption-nickname-title-input {
	padding-left: 24px;
	padding-top: 10px;
}
#layout-body-appletoption-nickname-title-input input {
	width: 110px;
	border: 0;
	background: transparent;
}
#layout-body-appletoption-nickname-title-submit {
	position: relative;
	left: 150px;
	margin-top: -20px;
	width: 22px;
	height: 20px;
}
#layout-body-appletoption-nickname-title-submit:hover {
	cursor: pointer;
}
#layout-body-appletoption-privatechat {
	width: 200px;
	height: 70px;
	position: absolute;
	left: 206px;
}
#layout-body-appletoption-privatechat a {
	font: bold 14px Arial;
	color: #2c5be9;
	text-decoration: none;
}
#layout-body-appletoption-privatechat a:hover {
	text-decoration: underline;
}
#layout-body-appletoption-privatechat-open {
	width: 50px;
	float: left;
	margin: 12px 0 0 55px;
}
#layout-body-appletoption-privatechat-close {
	float: left;
	margin: 12px 0 0 20px;
	width: 50px;
}
#layout-body-appletoption-chatrooms {
	position: absolute;
	left: 465px;
}
#layout-body-appletoption-nickname-title {
	padding-left: 45px;
}
#layout-body-appletoption-chatrooms-title {
	margin-bottom: 12px;
}
#layout-body-appletoption-privatechat-title {
	margin-left: 31px;
}
#layout-body-middle-banner {
	top: 12px;
}
#layout-body-footer {
	margin-top: 29px;
	height: auto;
}
#layout-body-footer-wordofday {
	top: 0;
}
#layout-footer {
	margin-top: 10px;
}
/**
 * STANDART CSS
 */
.layout-body-appletoption-title {
	padding-top: 10px;
	font: bold 14px Arial;
	color: #0ba4b6;
}
.layout-body-appletoption-chatrooms-room {
	display: inline;
	margin-right: 20px;
}
.layout-body-appletoption-chatrooms-room a {
	font: bold 14px Arial;
	color: #2c5be9;
	text-decoration: none;
}
.layout-body-appletoption-chatrooms-room a:hover {
	text-decoration: underline;
}
