/*СТИЛИ ПО УМОЛЧАНИЮ*/
body {
	color: #000000;
	font: 10pt Arial, Helvetica, sans-serif;
	background: white;
}

a {
	color: #31659C;
}

a:hover {
	color: Blue;
}

hr {
	margin: 5px 0px 3px 0px;
	border: 1px solid #7B9EC6;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
}

h1 {
	font-size: 17pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
}

small {
/*	font-size: 8pt;*/
}

fieldset {
	border: 1px solid #D4D0C8;
	background: #F9F9F9;
}

legend {
	font-weight: bolder;
	font-size: 10pt;
}


fieldset fieldset {
	border: 1px solid #E6E3DF;
	background: #FAFAFA;
}

fieldset fieldset legend {
	font-size: 9pt;
	padding: 0 3px 0 3px;
}

img {
	border: 0;	
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
	/*БЛОКИ*/
table.block-dark {
	margin: 5px;
	width: 98%
}

table.block-dark th.title {
	background-color: #7B9EC6;
	color: White;
}

table.block-dark td.content {
	background: #E7EFEF;
	border: 1px solid #7B9EC6;
	color: #4C4B50;
	font-size: 9pt;
	padding: 5px;
}

table.block-dark td.content a {
	display: block;
}

.skin-block_item_separate {
	width: 100%;
	border-bottom: 1px dotted #7B9EC6;
	padding: 1px 0 2px 0;
}

.skin-block_hide
{
	display: none;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
	/*ОФОРМЛЕНИЕ ТЕКСТА*/ /*Текст маркированный*/
.selected {
	background: #7B9EC6;
}

/*Текст имеющий важное значение*/
.important {
	color: #840000;
}

/*Текст определяющий что все хорошо*/
.well {
	color: green;
}

/*Текст имеющий вторичное значение*/
.secondary {
	color: #9C9C9C;
}

/*Всплывающая подсказка*/
.tooltip_text {
	padding-bottom: 1px;
	border-bottom: 1px dotted #900;
	cursor: pointer
}

/*Дата*/
.date {
	color: #959595;
}

/*Автор*/
.author {
	color: #6C6C6C;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
	/*ТАБЛИЦЫ*/ /*Таблица темная*/
table.table_dark {
	border: 1px solid #BDCFE5;
	background-color: #F9F9F9;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}

.dark,tr.tr_dark {
	background: #E7EFEF;
}

th.th_dark,td.td_dark {
	background-color: #BDCFE5;
	height: 24px;
	padding: 0px 3px 0px 3px;
}

th.th_title,td.td_title {
	font-weight: bold;
}

/*Таблица светлая*/
table.table_light {
	background: #ffffd9;
	border: 1px solid #fce0d8;
	margin: 10px 0px 10px 0px
}

.light,tr.tr_light {
	background: #F7F7F7;
}

th.th_light,td.td_light {
	background-color: #F9F9F9;
	height: 24px;
	padding: 0px 3px 0px 3px;
}

/*Таблица сетка*/
table.table_grid {
	background-color: #BDCFE5;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}

/*Таблица формы*/
table.table_form {
	border: 1px solid #D5D5D5;
	background: #F9F9F9;
	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;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
form {
	padding: 0;
	margin: 0;	
}
	/*ЭЛЕМЕНТЫ ФОРМ*/
textarea,input,select {
	background: #F4F4F4;
	font-size: 9pt;
	border: 1px solid #C8C8C8;
	font-family: Arial, Helvetica, sans-serif;
}

textarea:hover,input:hover,select:hover {
	border: 1px solid #DC9898;
}

input.radio,input.checkbox {
	border: none;
}

.button,.submit {
	background: #D4D0C8;
	border: 1px solid Gray;
}

input.file {
	font-size: 8pt;
	border: 1px solid #C8C8C8;
}

input.image {
	background: none;
	border: none;
	vertical-align: middle;
}

/*Кнопка отправки данных*/
.button_submit {
	text-align: right;
}

.button_submit input{
	margin: 5px 5px 5px 0px;
}

/*Кнопка слайдер*/
.button_slide {
	border: 1px solid #D5D5D5;
	background: #EFEFEF;
	padding: 2px;
	margin: 2px;
	font-weight: bolder;
	cursor: pointer;
}

/*Кнопка*/
button.button {
	margin: 5px 5px 5px 0px;
}

/*Элемент ListCheckBox*/
.ListCheckBox {
	overflow-x: hidden;
	overflow-y: yes;
	height: 150px;
	border: 1px solid #BDCFE5;
}
.ListCheckBox tr:hover {
	background: #7B9EC6;
}

.field {
	margin: 2px 0 2px 0;	
}	
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
	/*ДРУГИЕ СТИЛИ*/ /*Икона*/
.icon {
	cursor: pointer;
	border: 0;
}

.help {
	cursor: help;
}

/*Лоадер круглый*/
.loading {
	background: url(icon16-loading.gif) no-repeat center;
	width: 16px;
	height: 16px;
}
/*Лоадер для текстового поля*/
.loading_textfield {
	background: url(icon16-loading.gif) no-repeat right;
}

/*Лоадер горизонтальный*/
.loading-admin {
	background: url(icon-horizontal-loading.gif) no-repeat center;
	width: 200px;
	height: 15px;
}

/*Popup окно. Кнопка закрыть окно*/
#skin-popup-close {
	text-align: right;	
}

/*Popup окно. Кнопка закрыть окно*/
#skin-popup-close a{
	padding: 0 0 20px 0;
	color: #9C9C9C; 
}

/*Капча, кнопка обновить*/
.kcaptcha{
	margin: 3px 0 5px 0;
	text-align:center;
}
.kcaptcha a{
	font-size: 8pt;
	color: #9C9C9C;
	cursor: pointer;
	border-bottom: 1px dashed #9C9C9C;
	width: 125px;
}
.kcaptcha a:hover{
	color: Blue;
	border-bottom: 1px dashed Blue;
}
