﻿body,
html
{
	margin: 0;
	padding: 0;
	background-color: #aff0f0;
	color: #000;
	font-family: arial, tahoma, verdana, sans-serif, Lucida Sans;
	font-size: 12px;
}

table { border-collapse:collapse }

td, th {	padding: 5px }

/* обертка для центрирования содержимого*/
#wrap
{
	width: 942px;
	margin: 0px auto;
	overflow: hidden;
}

#topbar { background-color: #7ed6d6 }

/* Активный язык */
.active_flag
{
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid red;
}

/* Заголовок */
#header
{
	/* padding-bottom: 10px; */
	/* height: 226px; */

	margin-top: -3px
}

/* Верхнее меню */
#top_menu 
{
	margin:0;
	text-align: left;
	border: 1px solid #333;
	height: 26px;
	line-height: 26px;
	padding: 5px;
}

/* Поля ввода */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea
{
	background-color: #aff0f0;
	border: 1px solid #666;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"]
{
	margin-right: 5px;
}

textarea { font-family: inherit; }

/* Уведомления */
#nf
{
	float: left;
	margin-left: 5px;
	height: 26px;
	line-height: 26px;
	width: auto;
}

.nf_success { color: #393 }
.nf_error { color: #c00 }

a:link,
a.dashed:visited
{
	color: #08576e;
}

a.dashed
{
	border-bottom: 1px dashed;
	text-decoration: none;
}

img
{
	border: 0;
}

#sidebar
{
	width: 160px;
	float: left;
	/* border: 1px solid #e31e24; */
	margin-top: -1px;
	overflow: hidden;
	font-size: 12px;
}

#footer
{
	clear: both;
}

#nav
{		
	text-align: center;
}

#nav b
{
	display: block;
	padding: 5px 0 5px 0;
	border: 1px solid #222;
	background-color: #f0861a;
	position: relative
}

#nav b:first-child
{
	margin-top: 0px
}

#nav a
{
	margin: 0;
	padding: 4px 0 4px 0;
	color: #000;
	text-decoration: none;
}

#lol
{
	border: 1px solid #222;
	background-color: #ffed00;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff20b), to(#ffc209));	/* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(#fff20b, #ffc209);	/* Safari 5.1+, Chrome 10+ */
	background:    -moz-linear-gradient(#fff20b, #ffc209);	/* FF 3.6+ */
	background:      -o-linear-gradient(#fff20b, #ffc209);	/* Opera 11.10 */
	background:     -ms-linear-gradient(#fff20b, #ffc209);	/* IE10 */
	background:         linear-gradient(#fff20b, #ffc209);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff20b', endColorstr='#ffc209');
	zoom:1;
}

#lol a:hover
{
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ffc209));	/* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(white, #ffc209);	/* Safari 5.1+, Chrome 10+ */
	background:    -moz-linear-gradient(white, #ffc209);	/* FF 3.6+ */
	background:      -o-linear-gradient(white, #ffc209);	/* Opera 11.10 */
	background:     -ms-linear-gradient(white, #ffc209);	/* IE10 */
	background:         linear-gradient(white, #ffc209);
}

#lol a.active
{
	background-color: #ff0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ffc209));	/* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(#ff0000, #ffc209);	/* Safari 5.1+, Chrome 10+ */
	background:    -moz-linear-gradient(#ff0000, #ffc209);	/* FF 3.6+ */
	background:      -o-linear-gradient(#ff0000, #ffc209);	/* Opera 11.10 */
	background:     -ms-linear-gradient(#ff0000, #ffc209);	/* IE10 */
	background:         linear-gradient(#ff0000, #ffc209);
}

#bar1
{
	text-align: center;
	border: 1px solid black;
	padding-top:10px;
	padding-bottom:10px;
	overflow: hidden;
	margin-top: -1px;
}

#bar1 form
{
	margin: 0;
}

#bar1 label
{
	display: block;
	padding: 3px 10px 3px 0;
	text-align: right
}

#bar2
{
	background-color: inherit;
	text-align: center;
	padding: 10px 0;
	border: 1px solid black;
	border-top: none
}

#bar2 img
{
	padding: 10px 0;
	border: 0;
}

#main
{
	float: left;
	overflow: hidden;
	padding: 0 20px;
	width: 576px;
	min-height: 1024px
}

#main_table
{
	padding: 20px 20px 20px 20px; 
}

.hidden
{ display: none}
img
{ border: 0; }
.clear
{clear: both; }

/* Registration */

.reg
{width: 450px; text-align: center;}
.reg div
{float: left; padding: 10px 0 5px 0;}
.reg ul
{padding: 10px 0 0 0; list-style-type: none;}
.reg .f
{font-weight: bold; padding-bottom: 10px; text-align: center;}
.reg li
{text-align: right; padding-bottom: 2px;}
.reg .star
{color: #C00; font-weight: bold}
.red
{color: red;}
.red span
{color: black;}
.err_border
{border: 1px solid red; }
/* end registration */

/* recovery */
.err
{color: red; padding: 7px;}
.success
{color: green; padding: 7px; }
.restore
{padding: 10px;}
.restore .input
{display:block; float:left; padding-bottom: 4px; }
.err span
{color: black;}
/* end recovery */

/* authorise */
.auth
{
	float: left;
}

.auth b
{
	display: block;
	text-align: left;
	padding: 15px 0 15px 0;
}

.auth form
{
	text-align: left;
	margin: 0;
}

.auth label
{
	display: block;
	padding: 3px 10px 3px 0;
}

.auth .btn
{ margin: 0 12px 0 0; }

.auth a
{    	  
	text-align: left; 
	display: block;
	padding: 15px 0; 
}
/* end authorise */

/* Rules */
.kvit
{
	background-color: #fff;
	padding: 10px 0 10px 20px;
}
/* Registration */
h3
{font-weight: bold;}
.fields
{margin-left: 30px;}
.fields div
{margin-top: 20px; }
.fields .first
{font-weight: bold; margin-top: 35px;}
/* end rules*/

/* activation request */
div.req li
{ padding-bottom: 10px;}
div.req div
{ padding-top: 5px; }
div.req label
{display: block; padding-top: 10px;}

/*disable style */
.disabled
{
border: 1px solid #999;
background-color: #ddd !important;
}
/* translate */
.translate
{ width: 100%; border: 1px solid black;}
.transl_left
{float: left; width: 50%; border-right: 1px solid black;}
.transl_right
{float: left;}
.translate div h4
{display: block; text-align: center;}
.classic
{ list-style-type: none; }
.classic li
{ padding-bottom: 10px; }
.trans_input
{border: 1px solid white;}
.active_flag
{border: 1px solid red; }

#noscript, #noscript1
{
	background-color: #ff9;
	border: 1px solid #C00;
	padding: 5px;
	text-align: center;
	position: relative;
}
