/*СТИЛИ ПО УМОЛЧАНИЮ*/
hr {
	margin: 5px 0px 3px 0px;
	border: 1px solid #006494;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.skin-block_hide
{
	display: none;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
	/*ОФОРМЛЕНИЕ ТЕКСТА*/ /*Текст маркированный*/
.selected {
	background: #006494;
	color: White;
}

/*Текст имеющий важное значение*/
.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_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;
}

input.radio,input.checkbox {
	border: none;
}

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;
}

.field {
	margin: 2px 0 2px 0;	
}	
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
	/*ДРУГИЕ СТИЛИ*/ /*Икона*/
.icon {
	cursor: pointer;
}

.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;
}

/*Капча, кнопка обновить*/
.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;
}
