/* тело документа */
body {color:#000000; background:#FFFFFF; border-radius:10px 10px 0 0;font:12px Verdana; }

 #leftdiv img {max-width:400px;max-height:400px;}

/* выравнивание */
input, select {vertical-align:middle; margin:0px;}
img {vertical-align:middle; border:0px;}

/* ссылки  */
a,a:active{color:#005DB5; font: bold 12px Verdana; text-decoration: none;}
a:hover{text-decoration: underline;}

/*  скрытие лички в логах */

.log-body font[style="background-color:pink;"]:before {
	content: 'приватное сообщение';
}

.log-body span.log-privat {
	display: none;
}

/* кнопки, текстовые поля и селекторы */



input, select {margin-bottom: 4px; padding:3px 4px; border:1px #E7E1E1 solid; border-radius:14px 4px 4px 14px; }
input[type=checkbox] {width:16px; height:16px;  padding:3px 4px;border:1px;border-radius:2px 2px 2px 2px;}
input[type=file] {border:0px;}
input[type=button], input[type=submit] {cursor:pointer; padding:3px 4px; color:black; border:1px #EEEEEE solid; background-color:#EDECEB
;}
input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {border:0; padding:0;} /* FF fix padding */


	/* откл обводки в Хроме*/
input:focus {
  outline: none;
}

/* иконка выбора файла для загрузки */
.file {vertical-align:middle; display:inline-block; overflow:hidden; width:13px; height:24px; background-image:url(https://imgs.su/upload/677/1391143496.gif);}
.file input {cursor:pointer; width:21px; height:21px;	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;}

/* стиль заголовка таблицы .title */
.title   {color:white;border-radius:10px 10px 0 0; background-color:#0D1723
; font-weight:bold;    text-align:center; }
.title a {color:white;}
.title a:active {color:white;}
.title a:hover {color:white;}
.low {color:gray; font: normal 11px Verdana;} 



/* стиль никлиста в фрейме участников для #id=users */
#users border-left: 2px solid gray;
#users table {border:2px;}
#users td {border:2px; }
#users a { font: bold 12px Verdana; }

/* стиль для игры - викторина */
#gamediv table {border-collapse:collapse;} 
#gamediv td {padding:2px; font:18px Verdana;text-align:center; width:20px; height:15px;}

/* стиль выводимого смайла */
.sm {cursor:pointer;}

/* STYLESATOR */
.reg-body {
	background-color:#FFFBF0;
	color:#000000;
	font-size:10;
	font-family:Verdana;
}
.index-body {
	color:#A52A2A;
}
.index-body table {
}
.index-body a:hover {
	color:#FF0000;
}
body {
	background-color:#FFFBF0;
}
.chat-body {
	background-color:#FFFBF0;
}
.info-body {
	background-color:#E6E6FA;
}
.gallery-body {
	background-color:#FFF8DC;
}
.gb-body {
	background-color:#FFF8DC;
}
.top100-body {
	background-color:#FFF8DC;
}
.who-body {
	background-color:#FFF8DC;
}
.users-body {
}
.users-body font {
}
.users-body td {
}
.index-body td {
	font-size:30;
}
.index-body input {
	font-size:30;
	font-weight:bold;
}
.index-body div {
}
.index-body a {
	color:#FFD700;
}
.chat-body font {
}
.chat-body input { 
}
.chat-body textarea {
}
.chat-body select {
}


/*  checkbox */
.round {
  position: relative;
	display:inline-block;
	width: 22px;
	line-height:22px;
}
.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}
.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 9px;
}
.round input[type="checkbox"] {
  visibility: hidden;
}
.round input[type="checkbox"]:checked + label {
  background-color: #95bd97;
  border-color: #95bd97;
}
.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}


/*  Для  поля\строки отправки сообщений  textarea
#textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 4px 0;
	padding: 4px;
	border: solid 3px #ffffff;
	background-color: #fff; 
	<!--background-color:#EDECEB;-->
	height: 36px;
	font-size: 18px; 
	line-height: 1.5;
	resize: vertical; 
	
}
*/


.locked {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}

