/*СТИЛИ ПО УМОЛЧАНИЮ*/
body {
	color: #000000;
	font: 10pt Arial, Helvetica, sans-serif;
	background: #bbbc75;
}

a {
	color: #484A25;
}

a:hover {
	color: #2D2F20;
}

hr {
	margin: 5px 0px 3px 0px;
	border: 1px solid #727341;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-size: 17pt;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 14pt;
}

h3 {
	margin: 0px 0px 10px 0px;
	font-size: 12pt;
}

h4 {
	margin: 0px 0px 10px 0px;
	font-size: 10pt;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
	/*БЛОКИ*/
table.block-dark {
	margin: 5px;
	width: 98%
}

table.block-dark th.title {
	background-color: #727341;
	color: white;
}

table.block-dark td.content {
	background: #D0D196;
	border: 1px solid #727341;
	color: White;
	font-size: 9pt;
	padding: 5px;
}

table.block-dark td.content a {
	display: block;
}

.skin-block_group_title {
	padding: 1px 0 1px 3px;
	font-weight: bold;	
	color: #727341;
}

.skin-block_item_separate {
	width: 100%;
	border-bottom: 1px dotted #727341;
	padding: 1px 0 2px 0;
}


.skin-block_hide
{
	display: none;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
	/*ОФОРМЛЕНИЕ ТЕКСТА*/ /*Текст маркированный*/
.selected {
	background: #727341;
}

/*Текст имеющий важное значение*/
.important {
	color: #840000;
}

/*Текст имеющий вторичное значение*/
.secondary {
	color: #919152;
}

/*Всплывающая подсказка*/
.tooltip_text {
	padding-bottom: 1px;
	border-bottom: 1px dotted #7B9EC6;
	cursor: pointer
}

/*Дата*/
.date {
	color: #919152;
	font-size: 8pt;
}

/*Маленький текст*/
.small_text {
	font-size: 8pt;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
	/*СООБЩЕНИЯ*/ /*Обычное сообщение*/
div.message {
	padding: 5px;
}

/*обычное сообщение - действие не удалось выполнить*/
div.message div.wrong {
	padding: 5px;
	border: 1px dotted red;
	color: Red;
}

div.message div.wrong a{
	color: Red;
}

/*обычное сообщение - действие удалось выполнить*/
div.message div.correct {
	padding: 5px;
	border: 1px dotted green;
	color: green;
}

div.message div.correct a{
	color: green;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
	/*ТАБЛИЦЫ*/ /*Таблица темная*/
table.table_dark {
	border: 1px solid #727341;
	background-color: #B0B164;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}

.dark,tr.tr_dark {
	background: #BBBC75;
}

th.th_dark,td.td_dark {
	background-color: #BBBC75;
	height: 24px;
	padding: 0px 3px 0px 3px;
}

th.th_title,td.td_title {
	font-weight: bold;
}

/*Таблица светлая*/
table.table_light {
	background: #BBBC75;
	border: 1px solid #ADAD56;
	margin: 10px 0px 10px 0px
}

.light,tr.tr_light {
	background: #D0D196;
}

th.th_light,td.td_light {
	background-color: #BBBC75;
	height: 24px;
	padding: 0px 3px 0px 3px;
}

/*Таблица формы*/
table.table_form {
	border: 1px solid #727341;
	background: #D0D196;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}

/*таблица формы - заголовок*/
table.table_form th, table.table_form thead{
	background: url(skin-table_head.jpg) repeat-x;
	height: 24px;
	padding: 0px 3px 0px 3px;
	text-align: center;
}

table.table_form th.th_title {
	text-align: left;
}

/*таблица формы - контент*/
table.table_form td {
	padding: 3px;
}

/*Кнопка отправки данных*/
td.button_submit {
	text-align: right;
}

td.button_submit input {
	margin: 5px 5px 5px 0px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
form {
	padding: 0;
	margin: 0;	
}
	/*ЭЛЕМЕНТЫ ФОРМ*/
textarea,input, select {
	font-size: 9pt;
}

.elements, textarea, select {
	background:white;
	border:none;
}


input.radio,input.checkbox {
	border: 0px;
}

.button,.submit {
	background: #727341;
	color: #E5E6C7;
	border: none;
}

input.file {
	font-size: 8pt;
	border: 1px solid #C8C8C8;
}

input.image {
	background: none;
	border: none;
	vertical-align: middle;
}

/*Кнопка слайдер*/
.button_slide {
	border: 1 px solid #93934A;
	background: #BDBD7D;
	padding: 2px;
	margin: 2px;
	font-weight: bolder;
	cursor: pointer;
}

/*Кнопка для растягивания элемента textarea*/
div.grippie {
	background: #EEEEEE url(icon-grippie.png) no-repeat scroll center 2px;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 0pt 1px 1px;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
	/*ДРУГИЕ СТИЛИ*/ /*Икона*/
.icon {
	cursor: pointer;
}

.help {
	cursor: help;
}

/*Автор*/
.author {
	color: #6C6C6C;
	font-size: 9pt;
}

/*Лоадер*/
.loading {
	background: url(icon16-loading.gif) no-repeat center;
	width: 16px;
	height: 16px;
}

.loading_horizontal {
	background: url(icon-loading_horizontal.gif) no-repeat center;
	width: 160px;
	height: 24px;
}

.service-rules {
	margin: 15px 0 0 0;
}

.service-rules_title {
	color: #0E6FC0;
	font-weight:bold;
}

.service-rules_text {
	color:Red;
}

.service-rules_text p{
	margin: 0;
	padding: 0;
}

.service-rules_text ol{
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

.service-usersage_year {
	color: #0E6FC0;
	font-weight:bold;
}