﻿@charset "UTF-8";

html {
	font-family:	Arial, Tahoma, sans-serif;
	font-size:	13px;
	color:		black;
}

body {
	padding: 20px;
	margin: 0;
	background-color: #FAFAFA;
   /*overflow: hidden;*/
}

#main-container {
	display:	block;
	background-color: #F2F2F2;
	margin:		8px 0px 0px 20px;
	padding:	4px 9px 4px 13px;
	position:	relative;

	border: 1px solid #C8C8C8;
	border-radius: 6px;


}
#main-container-field {
	overflow:	auto;
	position:	relative;
	height:		100%;
	width:		100%;
}


/**
 * Верхняя строка-меню
 */

#topbar {
	position:	absolute;
	top:		30px;
	left:		0px;
	right:		20px;
	height:		24px;
}

#topbar ul {
	display:	block;
	position:	absolute;
	top:		0px;
	padding:	0px;
	margin:		0px;
}

#topbar ul#topbar-left {
	display: none !important;
}

#topbar ul#topbar-right {
	right:		0px;
}

#topbar ul li {
	display:	block;
	list-style-type:none;
	margin:		0px 2px;
	padding:	0px 5px 0px 1px;
	height:		24px;
	line-height:	24px;
	float:		left;
}

#topbar div#topbar-name {
	color: #717171;
	font-size: 14px;
	float:		right;
	height:		24px;
	line-height:	26px;
	padding:	0px 0px 0px 0px;
}

    #topbar div#topbar-name .t-input {
        border: 0px;
        background-color: #FAFAFA;
        color: #717171;
    }

    #topbar div#topbar-name .t-input:hover {
        border: 1px solid;
        background-color: #FFFFFF;
    }

#topbar #logout {
	display: block;
	width:			17px;
	text-indent:		-9999px;
	padding:		0px;
	background-color: red;
	background:		url('images/exit.png') center center no-repeat;
}

/**
 * Заголовок
 */

h1#main-header,
span#main-header-shadow {
	position:	absolute;
	font-size:	19px;
	font-weight:	bold;
	padding:	0px;
	margin:		0px;
}
span#main-header-shadow {
	top:		51px;
	left:		40px;
	color:		white;
}
h1#main-header {
	top:		50px;
	left:		39px;
	color:		#0c295f;
}
a.main-header-link {
	text-decoration:none;
}

#main-header-container table td {
    min-width: 100px;  
}
#main-header-container table th {
    min-width: 160px;
}
/**
 * Нижний текст
 */

#main-footer {
	position:	absolute;
	bottom:		9px;
	font-size: 12px !important;
	color:		#252525;
	text-align:	left;
	left: 42px;
	z-index: -9999 !important;
}

/**
 * Основное меню
 */

#main-menu-closed {
	display:		block;
	position:		absolute;
	cursor:			pointer;
	left:			3px;
	top:			71px;
	height:			151px;
	width:			32px;
	padding:		0px;
	margin:			0px;
	background:		url('images/open-menu.png') 0 0 no-repeat;
}
#main-menu {
	display:		none;
	background-color:	#F2F2F2;
	position:		absolute;
	top:			66px;
	left:			29px;
	right:			8px;
	bottom:			30px;
	min-height:		230px;
	margin:			5px 5px 5px 11px;
	padding:		34px 0px 0px 0px;
	border: 1px solid #C8C8C8;
	border-radius: 6px;
}
#main-menu ul {
	padding:		5px 0px 0px 20px;
	border:			0px;
	font-family:		Arial, Geneva, sans-serif;
}
#main-menu ul li {
	position:		relative;
	line-height:		22px;
	list-style-type:	none;
}
#main-menu-open {
	display:		none;
	position:		absolute;
	cursor:			pointer;
	left:			3px;
	top:			71px;

	height:			151px;
	width:			32px;

	padding:		0px;
	margin:			0px;
	background:		url('images/close-menu.png') 0 0 no-repeat;
}
.noclose {
	background:		url('images/button-menu-collapse-disabled.png') 0 0 no-repeat !important;
	cursor:			default !important;
}

#main-menu-field {
	overflow:		auto;
	position:		relative;
	height:			100%;
	width:			100%;
}
.main-menu-subtitle		{
	font-size: 14px;
	font-weight: bold;
	color: #1a1f6c;
	float:			left;
	line-height:		30px;
}
#main-menu-submenu {
	position:		absolute;
	top:			0px;
	right:			0px;
	left:			0px;
	padding:		4px 9px 4px 9px;
	margin:			0px 2px;
}
.main-menu-subbuttons {
	display:		block;
	float:			right;
	padding:		0px;
	margin:			0px;

}
.main-menu-subbuttons a {
	display:		block;
	width: 			31px !important;
	height:			27px !important;
	float:			left;
	color:			#2d5978;
	border:			1px solid #C8C8C8;
	background-color: #dcdcdc !important;
	border-radius:		3px;

	font-size:		13px;
	text-decoration:	none;
	margin:			3px 1px 0px 1px;
}
.main-menu-subbuttons .small-refresh {
	width:			13px;
	height: 		15px;
	font-size:		0px;
	text-indent:		-9999px;
	padding:		0px;
	background:		url('images/reload.png') center center no-repeat;
}

#main-menu-submenu #tune {
	width:			15px;
	height: 		16px;
	font-size:		0px;
	text-indent:		-9999px;
	padding:		0px;
	background:		url('images/settings.png') center center no-repeat;
}

#main-menu .t-header {
	color:			#2d6888;
}

#main-menu SPAN.t-in {
	margin-left: 5px !important;
	white-space: normal
}

#main-menu .t-arrow-up {
	position:		absolute;
	left:			-12px;
	top:			8px;
	width:			9px;
	height:			9px;
	background:		url('images/arrow-open.png') 0 0 no-repeat;
}
#main-menu .t-arrow-down {
	position:		absolute;
	left:			-12px;
	top:			8px;
	width:			9px;
	height:			9px;
	background:		url('images/arrow-close.png') 0 0 no-repeat;
}

#main-menu .t-minus	 
{
	position:		absolute;
	height:			14px;
	top:			0px;
	width:			13px;
	background:		url('images/collapse.png') 0 0 no-repeat;
}
#main-menu .t-plus 
{
	position:		absolute;
	height:			13px;
	top:			1px;
	width:			13px;
	background:		url('images/expand.png') 0 0 no-repeat;
}

#main-menu ul li a {
	color:			black;
	text-decoration:	none;
}
#main-menu .t-link {
	position:		static;
	display:		block;
	line-height:		25px;
	padding-left:		20000px;
	margin-left:		-20000px;
	cursor:			pointer;
	border:			0px;
	background:		none;
}

#main-menu .epsilon-treeItem-selected {
	color:			#000000;
	background-color:	#dcdcdc;
}

/* t-grid */
/*
#main-container fieldset {
	border:			0px;
	margin:			0px;
	padding:		0px;
}
#main-container fieldset legend {
	display:		none;
}
 */
#main-container .t-grid {
	position:		relative;
	border:			0px;
}
#main-container .t-grid .t-toolbar {
	clear:			both;
	padding:		0px;
	background-color:	transparent;
	border: none !important;
}
.t-grid-header-wrap, .t-grid-footer-wrap {
	border: none !important;
}
.t-widget.t-grid {
	background: none !important;
}
/*кол-во элементов на страницу в пэйджере грида*/
.t-grid .t-page-size .t-dropdown.t-header {
    line-height: 23px !important;
    vertical-align: middle;
    top: 1px;
    width: 60px !important;
}

#main-container .t-grid table {
	clear:			both;
	text-align:		left;
	width:			100%;
	padding:		0px 0px 8px 0px;
	border-collapse: collapse;
}
#main-container .t-grid .t-detail-cell {
	padding-right:		0px;
}
#main-container .t-grid th,
#main-container .t-grid td {
	padding:		0px 25px 0px 5px;
	vertical-align:		top;
	border: 1px solid #CCCCCC;
/*	position:		relative;
	overflow:		hidden;
	white-space:		nowrap;
	text-overflow:		ellipsis;
	max-width:		270px;*/
}
#main-container .t-grid td {
	padding:		5px 25px 2px 5px;
}
#main-container .t-grid .t-header .t-link,
#main-container .t-grid .t-header,
#main-container .t-grid tfoot tr td,
#main-container .t-grid-bottom {
	color:			#000000;
	background-color: 	#e2e2e2;
	background-image:	none !important;
	height:			30px !important;
	line-height:		30px;
	white-space:		nowrap;
	overflow:		hidden;
	text-overflow:		ellipsis;
	border:			none;
	padding:		0px 8px 0px 5px;
}

.t-dropdown-wrap .t-select.t-header {
	background-color: transparent !important;
}

.t-grid-edit-row .t-widget.t-combobox.t-header {
	background-color: transparent !important;
}

#main-container .t-grid .t-header .t-link {
	padding:		0px;
	margin:			0px;
    margin-right: 10px;
}
.t-window .t-grid-header .t-header .t-link {
    padding: .3em 1.0em .3em .6em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
} 
#main-container .t-grid tfoot tr td,
#main-container .t-grid-bottom {
	border: 1px solid #CCCCCC;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#main-container .t-grid .t-pager-wrapper {
	padding:		0px;
}
#main-container .t-grid .t-pager-wrapper td {
	width:			auto;
	padding:		0px;
}
#main-container .t-grid .t-pager {
	float:			left;
	vertical-align:		top;
}
#main-container .t-grid tfoot tr td {
	max-width:		auto !important;
}
#main-container .t-grid th.t-header:first-child {
	border-top-left-radius:	5px;
}
#main-container .t-grid th.t-header:last-child {
	border-top-right-radius:5px;
}

#main-container .t-grid .t-status {
	border:			none;
	background:		transparent;
	padding:		0px;
	margin:			0px;
}
#main-container .t-grid .t-icon {
	display:		block;
	width:			9px;
	height:			9px;
	margin:			5px 0px 0px 10px;
	border-radius:		3px;
}
#main-container .t-grid .t-minus {
	background:		url('images/arrow-open-20.png') 0 0 no-repeat;
	/*margin:			5px 0px 0px 10px !important;*/
    width: 30px !important;
    height: 30px !important;
    margin: 0px !important;
}
#main-container .t-grid .t-plus {
	background:		url('images/arrow-close-20.png') 0 0 no-repeat;
	/*margin:			5px 0px 0px 10px !important;*/
    width: 30px !important;
    height: 30px !important;
    margin: 0px !important;
}

#main-container .t-grid-content {
	overflow-x:		auto;
	overflow-y:		auto;
}
#main-container .t-grid-header {
	background-color: 	#E2E2E2 !important;
	background:		none;
	border: none;
	border-top:			1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	clear: both;
}
#main-container .t-grid-header table {
	margin:			0px;
}
#main-container .t-grid-pager .t-refresh,
#main-container .t-grid-pager .t-link,
#main-container .t-pager-wrapper .t-refresh,
#main-container .t-pager-wrapper .t-link,
.t-grid-pager .t-link {
	width:			22px;
	height:			22px;
	background-color: 	#BEBEBE;
	border:			1px solid #afafaf;
	float:			left;
	line-height:		23px;
	margin:			3px 1px 0px 0px;
	padding:		0px 0px 0px 0px;
	text-align:		center;
	cursor:			pointer;
	border-radius:		3px;


	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}
#main-container .t-grid-pager .t-state-active,  
#main-container .t-grid .t-state-active,
#main-container .t-panelbar .t-state-active,
.t-grid-pager .t-state-active
{
	width:			22px;
	height:			22px;
	border-color:		#C8C8C8;
	background-color: #dbdbdb;
	display:		inline-block;
	float:			left;
	line-height:		23px;
	margin:			3px 1px 0px 0px;
	padding:		0px 0px 0px 0px;
	text-align:		center;
	border-radius:		3px;
}

.t-link .t-icon.t-arrow-next, .t-link .t-icon.t-arrow-prev {
	left: 1px;
	top: 7px;
}

.t-calendar .t-arrow-next, .t-calendar .t-arrow-prev {
	top: 2px !important;
}

.t-calendar .t-arrow-next {
	left: -5px !important;
}
.t-calendar .t-arrow-prev {
	left: 7px !important;
}

#main-container .t-state-disabled {
	border-color:		#C8C8C8 !important;
	background: #eeeeee;
}

#main-container .t-numerictextbox.t-state-disabled .t-input {
text-indent: -4444px;
}

#main-container .t-state-disabled input, #main-container .t-state-disabled select {
	background: #eeeeee !important;
}

#main-container .t-state-disabled .t-icon {
	opacity: 0.4 !important;
}


.t-widget.t-tabstrip .t-state-disabled {
	background: none !important;
	border: none !important;
}
#main-container .t-numeric, .t-grid-pager .t-numeric {
	float:			left;
}

.t-grid-bottom .t-status-text {
	padding-top: 1px;
}
.t-window .t-grid-bottom .t-status-text {
	padding-top: 3px !important;
}
.t-window .t-grid-bottom .t-refresh {
	position: relative;
	top: 2px !important;
}

#main-container .t-refresh {
	margin:			3px 9px 0px 3px !important;
}
#main-container .t-grid-pager .t-icon,
#main-container .t-grid .t-icon {
	display:		block;
	width:			20px;
	height:			22px;
	font-size:		0px;
	margin:			0px;
	padding:		0px;
	text-indent:		-9999px;
}
#main-container .t-pager-wrapper .t-reset,
#main-container .t-grid-pager .t-reset {
	display:		inline;
}
#main-container .t-pager-wrapper .t-status-text {
	float:			right;
	padding:		0px 10px 0px 0px;
	display:		inline !important;
}
#main-container .t-grid-pager .t-reset {
	float:			left;
	padding:		0px 10px 0px 0px;
	display:		inline !important;
}
#main-container .t-refresh {
	background:		url('images/reload.png') center center no-repeat;
}


/**
 * Элементы форм
 */

h2, h3 {
	font-size:		15px;
	color: #1a1f6c;
}

h2 a {
	color: #1a1f6c;
}

#main-container table {
	border-collapse:	collapse;
	margin:			0px 0px 5px 0px;
	width:			100%;
}
#main-container table.striped {
	border-collapse: collapse !important;
}
#main-container table.striped td, #main-container table.striped th {
	border: 1px solid #C8C8C8 !important;
}
#main-container table tr.t-state-hover {
	background-color: transparent;
	border-color: transparent;
}
#main-container table tr.t-state-selected.t-state-hover {
	background-color: #e6e6e6;
}
.t-alt {
	background-color: transparent;
}
.t-state-selected {
	background-color: #e6e6e6;
}
 table th,td {
	text-align:		left;
	vertical-align:		top;
	line-height:		26px;
	margin:			2px 0px 0px 0px;
}
#main-container table tr td {
	padding:		1px 7px 0px 7px;
	border:			0px solid transparent;
}
table tr th {
	position:		relative;
	max-width:		270px;
	text-overflow:		ellipsis;
	font-weight:		normal;
	padding:		0px 4px 0px 8px;
}
table tr > .first-col-width{
    width: 20%;
}
#main-container fieldset {
    border-style: solid;
    border-color: #CCCCCC;
}

table tr td select {
	display:		block;
	width:			100%;
	margin:			3px 0px 0px 0px;
}
table tr td input,textarea {
	width:			100%;
	margin-top:		2px;
	padding-right:		0px;
}
input,
select {
	border:			1px solid #C8C8C8;
	border-radius:		3px;
	height:			25px;
	line-height:		25px;
	font-size: 13px !important;
	font-family: Arial, Geneva, sans-serif !important;

}
input:focus {
	box-shadow:		0 0 3px #52a8ec;
	border:			1px solid #52a8ec;
}

.t-autocomplete, .t-input[type="text"], .t-input[type="password"] {
	padding: 0px 0px 0px;
}

.t-dropdown {
	position:		relative;
	top:			3px;
	width:			139px;
	height:			30px;
	line-height:		27px;
	font-family:		Arial, Geneva, sans-serif;
	font-weight:		normal;
	font-size:		13px;
	color:			#000000;
	border-radius:		3px;
}
.t-dropdown .t-input {
	padding:		0px 0px 0px 6px;
}
.t-dropdown-wrap {
	border:			1px solid #d1d0d0;
	padding:		0px 23px 0px 0px;
	margin:			0px 0px 0px 0px;
	border-radius:		3px;
}
.t-dropdown .t-arrow-down {
	background:		url('images/icon-down.png') center center no-repeat;
	width:			11px;
	height:			6px;
	position: relative;
	top: 9px;
	margin-right: 8px;
}
.t-state-disabled .t-arrow-down {
	background:		url('images/arrow-down.png') center center no-repeat;
	opacity: 0.3;
}
.t-state-disabled {
	color:			#999999;
}
table tr td .t-combobox {
	width:			100%;
	overflow:		visible;
	border:			0px;
}

.t-dropdown.t-header {
	background: none !important;
}

.t-combobox {
	background:		none;
	padding-top:    2px;
}
.t-combobox .t-input {
	padding:		0px 23px 0px 0px;
	border:			1px solid #C8C8C8;
	height:         27px;
}
.t-combobox .t-dropdown-wrap {
	border:			0px;
}
.t-combobox .t-select {
	background:		none;
	border:			none;
}
.t-combobox .t-arrow-down {
	background:		url('images/icon-down.png') center center no-repeat;
	width:			11px;
	height:			6px;
	position:		relative;
	left:			-5px;
	top:			11px;
}

.t-grid-edit-row .t-combobox .t-arrow-down {
	left: 6px !important;
	top: 9px !important;
}

table select {
	height:			28px;
	line-height:		25px;
	padding:		0px;
}

form input {
	border: 1px solid #C8C8C8 !important;
}

.t-button.gray, .t-button.gray:hover {
    border:			1px solid #656565 !important;
	border-bottom-color: 	#6A6A6A !important;
	background: #939393 !important;
	background: -moz-linear-gradient(top,  #939393 0%, #6a6a6a 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939393), color-stop(100%,#6a6a6a)) !important;
	background: -webkit-linear-gradient(top,  #939393 0%,#6a6a6a 100%) !important;
	background: -o-linear-gradient(top,  #939393 0%,#6a6a6a 100%) !important;
	background: -ms-linear-gradient(top,  #939393 0%,#6a6a6a 100%) !important;
	background: linear-gradient(to bottom,  #939393 0%,#6a6a6a 100%) !important;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#6a6a6a',GradientType=0 ) !important;
}
#submitButton.t-button, .t-button.js-multisubmit-prevented, .t-button.t-grid-update, #main-container button[type='submit'],
form.e-changehandle input[type='submit'], #registerCardForm .t-button.js-multisubmit-prevented {

	color: #ffffff;

	background: #1a1f6c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkOTkxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTZkMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1a1f6c 0%, #1a1f6c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a1f6c), color-stop(100%,#1a1f6c));
	background: -webkit-linear-gradient(top,  #1a1f6c 0%,#1a1f6c 100%);
	background: -o-linear-gradient(top,  #1a1f6c 0%,#1a1f6c 100%);
	background: -ms-linear-gradient(top,  #1a1f6c 0%,#1a1f6c 100%);
	background: linear-gradient(to bottom,  #1a1f6c 0%,#1a1f6c 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1f6c', endColorstr='#1a1f6c',GradientType=0 );

	border: 1px solid #1a1f6c;
	border-bottom-color: #1a1f6c !important;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#registerCardForm .t-button.js-multisubmit-prevented.t-button.t-button-danger,
.t-button.js-multisubmit-prevented.t-button.t-button-danger {

	color: #ffffff;

	background: #e51f1f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkOTkxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTZkMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e51f1f 0%, #c00101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e51f1f), color-stop(100%,#c00101));
	background: -webkit-linear-gradient(top,  #e51f1f 0%,#c00101 100%);
	background: -o-linear-gradient(top,  #e51f1f 0%,#c00101 100%);
	background: -ms-linear-gradient(top,  #e51f1f 0%,#c00101 100%);
	background: linear-gradient(to bottom,  #e51f1f 0%,#c00101 100%) !important;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51f1f', endColorstr='#c00101',GradientType=0 );

	border: 1px solid #aa0101;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#registerCardForm .t-button.js-multisubmit-prevented.t-button.t-button-danger:hover,
.t-button.js-multisubmit-prevented.t-button.t-button-danger:hover {
    background: #c00101 !important;
}

#submitButton.t-button:hover, .t-button.js-multisubmit-prevented:hover, .t-button.t-grid-update:hover, #main-container button[type='submit']:hover,
form.e-changehandle input[type='submit']:hover, #registerCardForm .t-button.js-multisubmit-prevented:hover {

	color: #ffffff;

	background: #24811a;

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0ODExYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTZkMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a90060 0%, #a90060 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24811a), color-stop(100%,#a90060));
	background: -webkit-linear-gradient(top,  #24811a 0%,#a90060 100%);
	background: -o-linear-gradient(top,  #a90060 0%,#a90060 100%);
	background: -ms-linear-gradient(top,  #a90060 0%,#a90060 100%);
	background: linear-gradient(to bottom,  #a90060 0%,#a90060 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90060', endColorstr='#a90060',GradientType=0 );

	border: 1px solid #a90060;
	border-bottom-color: #a90060 !important;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}

.t-icon.t-clear-filter {
	background:		url('images/filter-off.png') center center no-repeat;
}

.t-filter-options.t-popup .t-icon.t-clear-filter, .t-filter-options.t-popup .t-icon.t-filter {
	position: relative;
	top: 12px !important;
}

.t-group, .t-content, .t-editable-area {
	border-color: #C8C8C8;
}

.t-filter-options.t-popup .t-button {
	color: #474747 !important;
	line-height: 35px !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#bebebe',GradientType=0 ) !important;
	border:			1px solid #C1C1C1 !important;
}

.t-button.t-upload-button, .t-button.t-grid-edit, .t-button.t-grid-delete, .e-kladr-wrapper .t-button {

	color: #474747;
	background: #e4e4e4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWJlYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e4e4e4 0%, #bebebe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#bebebe));
	background: -webkit-linear-gradient(top,  #e4e4e4 0%,#bebebe 100%);
	background: -o-linear-gradient(top,  #e4e4e4 0%,#bebebe 100%);
	background: -ms-linear-gradient(top,  #e4e4e4 0%,#bebebe 100%);
	background: linear-gradient(to bottom,  #e4e4e4 0%,#bebebe 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#bebebe',GradientType=0 );

	border:			1px solid #C1C1C1 !important;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}

.t-button.t-upload-button:hover, .t-button.t-grid-edit:hover, .t-button.t-grid-delete:hover, .e-kladr-wrapper .t-button:hover  {

	color: #474747;
	background: #e4e4e4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWJlYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fafafa 0%, #bebebe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#bebebe));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#bebebe 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#bebebe 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#bebebe 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#bebebe 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#bebebe',GradientType=0 );

	border:			1px solid #C1C1C1 !important;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}

a.closeButton {
	text-decoration: none;
	display: inline-block;
	position: relative;
	left: 4px;
}

#main-container button, .t-button, a.closeButton, .t-pane button#submit {
	border:			1px solid #656565;
	border-bottom-color: 	#6A6A6A !important;
	border-radius:		3px;
	line-height:		25px;
	color:			#FFFFFF;
	padding:		2px 25px;
	margin:			7px 5px 5px 0px !important;
	font-size:		13px;
	cursor:			pointer;

	background: #939393;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkzOTM5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTZhNmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #939393 0%, #6a6a6a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939393), color-stop(100%,#6a6a6a));
	background: -webkit-linear-gradient(top,  #939393 0%,#6a6a6a 100%);
	background: -o-linear-gradient(top,  #939393 0%,#6a6a6a 100%);
	background: -ms-linear-gradient(top,  #939393 0%,#6a6a6a 100%);
	background: linear-gradient(to bottom,  #939393 0%,#6a6a6a 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#6a6a6a',GradientType=0 );

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#main-container button:hover, .t-button:hover, a.closeButton:hover, .t-pane button#submit:hover {
	border:			1px solid #656565;
	border-bottom-color: 	#6A6A6A !important;
	border-radius:		3px;
	line-height:		25px;
	color:			#FFFFFF;
	padding:		2px 25px;
	margin:			7px 5px 5px 0px !important;
	font-size:		13px;
	cursor:			pointer;

	background: #e4e4e4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkzOTM5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTZhNmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #bababa 0%, #6a6a6a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#6a6a6a));
	background: -webkit-linear-gradient(top,  #bababa 0%,#6a6a6a 100%);
	background: -o-linear-gradient(top,  #bababa 0%,#6a6a6a 100%);
	background: -ms-linear-gradient(top,  #bababa 0%,#6a6a6a 100%);
	background: linear-gradient(to bottom,  #bababa 0%,#6a6a6a 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#6a6a6a',GradientType=0 );

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


form.e-changehandle input[type='submit'] {

	height: 32px;
	margin: 15px 0px 15px 0px !important;

}

.t-grid .t-icon.t-filter {
	background:		url('images/filter.png') center center no-repeat !important;
}
.t-grid-filter {
	height: 12px !important;
}
.t-grid-filter.t-state-hover {
	background-color: transparent;
}
.t-icon.t-filter:hover {
	opacity: 0.5;
}

.t-icon.t-expand {
	background:		url('images/arrow-forward.png') center center no-repeat !important;
}
.t-icon.t-collapse {
	background:		url('images/arrow-down-2.png') center center no-repeat !important;
}

.clear {
	clear:			both;
}

#main-container .updater table {
	width:			100%;
}
#main-container .updater table th {
	width:			1%;
	white-space:		nowrap;
}
#main-container .updater table td {
	min-width:		200px;
}
#main-container .updater table th:first-child {
	width:			250px;
	line-height:		35px;
	white-space:		normal;
}
#main-container .updater table th:last-child {
	width:			0px;
	min-width:		0px;
	padding:		0px;
	margin:			0px;
}

.t-grid-footer, .t-grid-footer-wrap table {
	background-color: transparent;
	border-color: #C8C8C8;
}
.t-footer-template td {
	background-color: transparent;
}

.t-picker-wrap input {
	width:			100%;
}
.t-numerictextbox input {
	width:			100%;
}
.t-numerictextbox .t-arrow-up {
	background:		url('images/arrow-up.png') center center no-repeat;
	width:			11px;
	height:			6px;
	margin:			0px;
	position:		relative;
	top:			6px;
	left:			-14px;
}
.t-numerictextbox .t-arrow-down {
	background:		url('images/arrow-down.png') center center no-repeat;
	width:			11px;
	height:			6px;
	margin:			0px;
	position:		relative;
	top:			-6px;
	left:			-25px;
}
.t-datepicker {
	width:			140px;
}
.t-picker-wrap {
	padding:		2px 40px 0px 0px;
	height:			27px;
	white-space: nowrap;
}
.t-picker-wrap .t-select {
	width:			31px;
	height:			27px;
	border:			1px solid #C8C8C8;
	position:		absolute;
	top: 2px;
	background-color: 	#dcdcdc !important;
	border-radius:		3px;
}

.t-picker-wrap .t-input {
	height: 27px !important;
}

.t-clear-button .t-clear-filter {
    white-space: nowrap !important;
    width: 16px !important;
}
.t-filter-options .t-clear-button {
    padding: 0px !important;
}
.t-datepicker .t-icon-calendar {
	width:			17px;
	height:			15px;
	background-color: 	#dcdcdc !important;
	background:		url('images/calendar.png') center center no-repeat;
	position:		relative;
	top:			2px;
	left:			7px;
}
.toggle {
	position:		relative;
	left:			0px;
	right:			0px;
	border-left:		1px solid #d1dfed;
	border-right:		1px solid #d1dfed;
	border-top:		1px solid #d1dfed;
	background-color:	#f2f8fd;
	height:			29px;
}
#main-container .closed {
	border-bottom:		1px solid #d1dfed;
}
#main-container .toggle .icon {
	display:		inline-block;
	width:			14px;
	height:			14px;
	border:			1px solid #d3d2d3;
	background:		url('images/table-gradient.png') center center repeat-x;
	margin:			6px 4px 0px 6px;
}
#main-container .toggle a {
	position:		relative;
	top:			-2px;
}



#main-container .toggle2 {
	position:		relative;
	left:			0px;
	right:			0px;
	border:			1px solid #d1dfed;
	background:		url('images/menu-title-bg-2.png') center center repeat-x;
	height:			29px;
	margin:			20px 0px 0px 0px;
	font-size:		13px;
	font-weight:		bold;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#main-container .toggle2 .icon {
	display:		inline-block;
	width:			14px;
	height:			14px;
	border:			1px solid #aec6de;
	background:		url('images/table-gradient.png') center center repeat-x;
	margin:			6px 4px 0px 6px;
}
#main-container .toggle2 a {
	position:		relative;
	top:			-3px;
	color:			#0a355c;
}

#main-container .closed .icon {
	background:		url('images/icon-plus.png') center center no-repeat;
}
#main-container .open .icon {
	background:		url('images/icon-minus.png') center center no-repeat;
}

/* Меню Viewer'а */
#viewer-menu-closed {
	display:		block;
	position:		absolute;
	cursor:			pointer;
	left:			3px;
	top:			353px;
	height:			261px;
	width:			32px;
	padding:		0px;
	margin:			0px;
	background:		url('images/open-menu-2.png') 0 0 no-repeat;
}
#viewer-menu-open {
	position:		absolute;
	cursor:			pointer;
	left:			3px;
	top:			353px;
	height:			261px;
	width:			32px;
	padding:		0px;
	margin:			0px;
	background:		url('images/close-menu-2.png') 0 0 no-repeat;
}
#viewer-menu {
	background-color:	#F2F2F2;
	position:		absolute;
	top:			66px;
	left:			29px;
	bottom:			30px;
	min-height:		230px;
	margin:			5px 5px 5px 11px;
	width:			220px;

	border: 1px solid #C8C8C8;
	border-radius: 6px;
}

.t-widget.t-splitter-vertical.t-splitter {
	background: none !important;
}

#viewer-menu-field {
	overflow:		auto;
	position:		relative;
	height:			100%;
	width:			100%;
}
#viewer-menu ul {
	padding:		5px 5px 5px 10px;
	border:			0px;
	font-family:		Arial, Geneva, sans-serif;
}
#viewer-menu ul li {
	position:		relative;
	line-height:		22px;
	list-style-type:	none;
}
#viewer-menu .t-header {
	color:			#000000;
}

#viewer-menu .e-treeview-root {
	color:			#000000;
}

#viewer-menu SPAN.t-in {
	white-space: normal
}

#viewer-menu .t-arrow-up {
	position:		absolute;
	left:			-12px;
	top:			9px;
	width:			9px;
	height:			9px;
	background:		url('images/arrow-open.png') 0 0 no-repeat;
}

#viewer-menu .t-plus 
{
	position:		absolute;
	top:			1px;
	width:			13px;
	background:		url('images/expand.png') 0 0 no-repeat;
}

#viewer-menu .t-arrow-down {
	position:		absolute;
	left:			-12px;
	top:			9px;
	width:			9px;
	height:			9px;
	background:		url('images/arrow-close.png') 0 0 no-repeat;
}

#viewer-menu .t-minus 
{
	position:		absolute;
	top:			0px;
	width:			13px;
	background:		url('images/collapse.png') 0 0 no-repeat;
}

#viewer-menu ul li a {
	color:			black;
	text-decoration:	none;
}
#viewer-menu .t-link {
	position:		static;
	display:		block;
	line-height:		25px;
	padding-left:		20000px;
	margin-left:		-20000px;
	cursor:			pointer;
	border:			0px;
	background:		none;
}
#viewer-menu .t-link:hover {
	background-color:	#d7dde3;
}

#viewer-menu .t-state-selected .t-link {
	color:			white;
	background-color:	#418ad8;
}

#main-container .required,
.required-field-marker {
	display:		inline-block;
	width:			8px;
	height:			7px;
	background:		url('images/star.png') center center no-repeat;
	position:		relative;
	top:			-5px;
	left: 3px;
}

#main-container .error-global,
#main-container .error {
	display:		block;
	background-color:	#f0dcd6;
	color:			#6e3321;
	padding:		8px;
	margin:			2px 0px;
	font-style:		italic;
}
#main-container .error {
	padding:		4px 4px 4px 8px;
	margin:			0px 0px 0px 0px;
	line-height:		16px;
}
#main-container .intable {
	width:			99%;
}


#main-container .t-grid .t-resize-handle {
	margin-right:		6px;
	height:			29px;
	width:			0px;
	border-left:		1px solid #cfcfcf;
	cursor:			col-resize;
	display:		block;
	position:		absolute;
	top:			-30px;
	right:			5px;
}

.pulldown {
	display:		inline-block;
	clear:			both;
	position:		relative;
	white-space:		nowrap !important;
}
.pulldown a {
	text-decoration:	none;
	color:			#737373;
}
.pulldown-button1,
.pulldown-button2 {
	display:		inline-block;
	height:			22px;
	line-height:		22px;
	border:			1px solid #d3d2d2;
	background-color:	#efeeee;
	padding:		0px 5px;
	margin:			0px;
	overflow:		hidden;
	text-overflow:	ellipsis;
}
.pulldown-button1 {
	width:				90px;
}
.pulldown-button2 {
	margin-left:		-3px;
	width:				10px;
}

.pulldown-button2 a.t-button {

	color: #000000 !important;

	background: #e5e5e3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWJlYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e5e5e3 0%, #bebebe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e3), color-stop(100%,#bebebe));
	background: -webkit-linear-gradient(top,  #e5e5e3 0%,#bebebe 100%);
	background: -o-linear-gradient(top,  #e5e5e3 0%,#bebebe 100%);
	background: -ms-linear-gradient(top,  #e5e5e3 0%,#bebebe 100%);
	background: linear-gradient(to bottom,  #e5e5e3 0%,#bebebe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e3', endColorstr='#bebebe',GradientType=0 );
}

.pulldown-button2 a.t-button:hover {
	background: #e5e5e3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWJlYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e5e5e3 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e3), color-stop(100%,#d3d3d3));
	background: -webkit-linear-gradient(top,  #e5e5e3 0%,#d3d3d3 100%);
	background: -o-linear-gradient(top,  #e5e5e3 0%,#d3d3d3 100%);
	background: -ms-linear-gradient(top,  #e5e5e3 0%,#d3d3d3 100%);
	background: linear-gradient(to bottom,  #e5e5e3 0%,#d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e3', endColorstr='#d3d3d3',GradientType=0 );
}

.pulldown-menu {
	position:		absolute;
	display:		none;
	top:			25px;
	left:			0px;
	right:			0px;
}
.pulldown-menu ul {
	padding:		0px;
	margin:			0px;
	background-color:	#ffffff;
	border:			1px solid #c3c3c3;
	border-radius:		3px;
}
.pulldown-menu ul li {
	padding:		0px 0px 0px 6px;
	line-height:		20px;
	list-style-type:	none;
	white-space:		nowrap;
	overflow-x:		hidden;
	text-overflow:	ellipsis;
}
.pulldown-menu ul li:hover {
	background-color:	#d7dde3;
}
.pulldown-image {
	position:		relative;
	top:			-1px;
	display:		inline-block;
	width:			20px;
	height:			20px;
	overflow:		hidden;
	vertical-align:		middle;
	text-align:		center;
}
.pulldown a img {
	border:			none;
}
.t-window {
	border:			2px solid white !important;
}
.t-window-titlebar {
	background:		url('images/main_menu.png') 0 0 repeat-x;
	color:			#1a1f6c;
	border:			none;
	border-radius:		3px;
}
.t-window-titlebar .t-window-action {
	filter:			none;
	vertical-align:		top;
}
.t-window-titlebar .t-window-actions .t-state-hover,
.t-window-titlebar .t-window-actions .t-state-hover:hover {
	border-style:		none;
	background-color:	transparent;
}
.t-window .t-widget {
	border:			none;
}
.t-window .t-window-content {
	padding:		0px;
}
.t-window .t-toolbar {
	background:		none;
	border:			none;
	padding:		0px;
}
.t-window .t-window-actions {
	background:		none;
}
.t-window .t-window-actions .t-link {
	opacity:		1;
	padding:		0px 0px 0px 3px;
	margin-top:		-2px;
	width:			23px;
	height:			22px;
}
.t-window .t-window-actions .t-icon {
	width:			22px;
	height:			22px;
	background-color: 	#dcdcdc	!important;
	border:			1px solid #C8C8C8 !important;
	right:			0px;
	border-radius: 4px;
}
.t-window .t-window-actions .t-close {
	background:		url('images/icon-close.png') center center no-repeat;
}
.t-window .t-window-actions .t-maximize {
	background:		url('images/maximize.png') center center no-repeat;
}
.t-window .t-window-actions .t-minimize {
	background:		url('images/icon-window-collapse.png') center center no-repeat;
}
.t-window .t-window-actions .t-restore {
	background:		url('images/minimize.png') center center no-repeat;
}
.t-window .t-window-actions .t-refresh, .t-icon.t-refresh {
	background:		url('images/reload.png') center center no-repeat;
}
.t-window .t-grid-header {
	background:		none;
	background-color: #e2e2e2;
	border: none;
}
.t-window-content.t-content {
	padding: 5px !important;
}
.t-grid-content table {
	border-collapse: collapse !important;
}
.t-grid-content table td {
	border: 1px solid #C8C8C8 !important;
}
.t-grid-content table tr.t-state-hover {
	background-color: transparent;
}




.t-icon.t-arrow-down {
	background:		url('images/arrow-down.png') center center no-repeat !important;
}
.t-icon.t-arrow-up {
	background:		url('images/arrow-up.png') center center no-repeat !important;
}

.t-window .t-grid-header .t-header .t-state-hover {
	background-color:	transparent;
	border:			none;
}

.t-treeview .t-in {
	line-height: 20px !important;
	padding: 0 !important;
	margin: 0 !important;
}
.t-in.t-state-hover {
	background: none !important;
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
	text-decoration: underline !important;
	cursor: pointer !important;
}

.t-window .t-grid-header table {
	border-collapse: collapse;
}


.t-window .t-grid-header th {
	background: none;
	background-color: #e2e2e2;
	border:			1px solid #C8C8C8 !important;
	border-bottom: none !important;
}
.t-window .t-grid-header-wrap tr {
	height:			30px;
}
.t-window .t-grid-header-wrap tr th {
	color:			#000000;
}
.t-window .t-grid-bottom {

	background: none;
	background-color: #e2e2e2;
	border:			1px solid #C8C8C8 !important;

}
.t-window .t-status {
	height:			30px;
	padding-top:		0px;
	border:			none;
	background-color: #e2e2e2;
}
.t-calendar {
	border:			1px solid #d9d9d9;
	-webkit-box-shadow:	none;
	-moz-box-shadow:	none;
	-o-box-shadow:		none;
	box-shadow:		none;
	border-radius:		3px;
	background-color: #FAFAFA !important;
}
.t-calendar .t-header {
	color:			#000000;
	background:		url('images/main_menu.png') 0 0 repeat-x;
	height:			30px !important;
	white-space:		nowrap;
	overflow:		hidden;
	text-overflow:		ellipsis;
	border:			none;
	padding:		0px 8px 0px 5px;
}
.t-calendar .t-header .t-nav-fast {
	color: #000000 !important;
	line-height:		30px;
}

.t-calendar .t-content .t-link {
	color: #000000;
	padding: 0px 15px 0px 8px !important;
}
.t-calendar .t-other-month .t-link {
	color: #a8a8a8;
}

.t-pager .t-link.t-state-disabled, .t-grid-pager .t-state-disabled {
	background: none !important;
	background-color: #dbdbdb !important;
	filter: none !important;
}


.t-icon.t-arrow-next {
	background:		url('images/arrow-forward.png') 0 0 repeat-x !important;
	width: 6px !important;
	height: 9px !important;
	position: relative;
	top: 2px;
	left: -5px;
}
.t-icon.t-arrow-prev {
	background:		url('images/arrow-back.png') 0 0 repeat-x !important;
	width: 6px !important;
	height: 9px !important;
	position: relative;
	top: 2px;
	right: -5px;
}

.t-icon.t-arrow-last {

	width: 11px !important;
	height: 9px !important;
	position: relative !important;
	top: 7px !important;
	right: 0px !important;

	background: url('images/duble-arrow-forward.png') 0 0 repeat-x !important;
}

.t-icon.t-arrow-first {
	background: url('images/duble-arrow-back.png') 0 0 repeat-x !important;
	width: 11px !important;
	height: 9px !important;
	position: relative;
	top: 7px;
	right: 0px;
}


.t-status .t-icon.t-refresh {
	width: 22px !important;
	height: 22px !important;
	border: 1px solid #C1C1C1 !important;
	border-radius: 3px !important;
}

/**
*TODO: разобраться с ховер-эффектом
*/
/*
.t-state-hover, .t-state-hover:hover {
	background-color: transparent !important;
	border: transparent !important;
}
*/

.editor-label {
	white-space:		nowrap;
}
.editor-label label {
	white-space:		normal;
}
#main-container .table-limwidth tr th {
	display:		block;
	max-width:		400px;
	line-height:		30px;
	height:			auto !important;
}

/* Стили для карты №1.1 */
.t-tabstrip-items {
	color:         #000000;
	height:        40px !important;
	line-height:   30px;
	white-space:   nowrap;
	text-overflow: ellipsis;
	border:        none;
	padding:       20px 0px 0 3px !important;
}

.t-tabstrip-items li.t-state-hover {
	text-decoration: underline;
	background-color: transparent !important;

}

.t-tabstrip .t-content, .t-panelbar .t-tabstrip .t-content {
	border-color: #C8C8C8 !important;
}

.t-tabstrip-items .t-item {
	top:           3px;
	height:        40px !important;
	border-radius: 3px;
	padding:       0;
	margin:        0 0 0 3px;
	border:        none;
	line-height:   42px !important;

	width:         auto !important;
	float:         none !important;
}

.t-tabstrip-items .t-item a {
	position: relative;
	top: -2px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
	font-size:   13px;
	font-family: Arial, Geneva, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
}

.t-tabstrip-items .t-item.t-state-active {
	background-color: #ffffff !important;
	margin: 0 !important;
	margin-left: 1px !important;
	height: 38px !important;
	border: 1px solid #C8C8C8;
	border-bottom: none !important;

}

.t-tabstrip-items .t-item.t-state-active a {
	cursor: default;
}

.form .t-content {
	width: auto !important;
	background-color: transparent !important;
}

.highlight {
	color: #ec5f2e;
}

:disabled {
	color: #aaaaaa !important;
	background-color: #eeeeee !important;
}

.form th {
	width: 1%;
	max-width: 200px;
	white-space: nowrap;
}

.form a.t-button {
	position: relative;
	top: -5px;
}

.form td table tr *:first-child {
	padding-left: 0 !important;
}

.form td table tr *:last-child {
	padding-right: 0 !important;
}

.form textarea {
	width:         100%;
	border:        1px solid #d9d9d9;
	border-radius: 3px;
}

.t-tabstrip.t-header {
	background: none !important;
}

.t-tabstrip.t-content {
	border: none !important;
	padding: 0 0 0 9px !important;
	margin: 0 !important;
}

.t-tabstrip.t-widget {
	border: none !important;
}

.marked {
		background-color: #E0EDCB;
}

.fl {
    float: left;
}

.text-filed-decimal {
	width: 195px;
}

.t-splitbar {
	border-color: #b0b0b0;
	height: 7px !important;
}

.t-splitbar-vertical .t-collapse-prev, .t-splitbar-vertical .t-expand-next {
	background:		url('images/arrow-up.png') center center no-repeat;
	top: 1px;
}

.t-splitbar-vertical .t-collapse-next, .t-splitbar-vertical .t-expand-prev {
	background:		url('images/arrow-down.png') center center no-repeat;
	top: 1px;
}

.t-splitbar-vertical .t-resize-handle {
	top: 1px;
}
.t-splitbar-vertical-hover {

	background: #e4e4e4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWJlYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e4e4e4 0%, #bebebe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#bebebe));
	background: -webkit-linear-gradient(top,  #e4e4e4 0%,#bebebe 100%);
	background: -o-linear-gradient(top,  #e4e4e4 0%,#bebebe 100%);
	background: -ms-linear-gradient(top,  #e4e4e4 0%,#bebebe 100%);
	background: linear-gradient(to bottom,  #e4e4e4 0%,#bebebe 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#bebebe',GradientType=0 );
}


/**
*	jam icons
*/

.open-doc-icon {
	background:		url('images/doc-open.png') center center no-repeat;
	width: 19px;
	height: 20px;
	display: inline-block;
}

.delete-doc-icon {
	background:		url('images/icon-close-big.png') center center no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
}

.print-doc-icon {
	background:		url('images/print.png') center center no-repeat;
	width: 18px;
	height: 17px;
	display: inline-block;
}

.search-doc-icon {
	background:		url('images/search.png') center center no-repeat !important;
	width: 19px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 2px;
	right: 2px;
}

.add-doc-icon {
	background:		url('images/doc-add.png') center center no-repeat !important;
	width: 19px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 2px;
	right: 2px;
}

.copy-doc-icon {
	background:		url('images/doc-copy.png') center center no-repeat !important;
	width: 18px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 2px;
	right: 2px;
}


/*подсказка во всплывающем окне*/
.tip {
    display: inline-block;
    position: relative;
    margin-left: 5px;
}

.tip em,
.linktip em {
    background: #FD6E00;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #ccc;
    color: #fff;
    font: normal bold 12px Arial;
    text-decoration: none;
    cursor: pointer;
    padding: 0 4px;
}

.tip .answer > b,
.tip .answer-left > b {
    position: absolute;
    font: normal bold 14px Comic Sans MS;
    color: #999;
    cursor: pointer;
    padding: 4px;
}

.tip .answer > b {
    top: 0;
    right: 0;
}

.tip .answer-left > b {
    top: 0;
    left: 0;
}

.tip .answer > b:hover,
.tip .answer-left > b:hover {
    color: #000;
}

.tip .answer,
.tip .answer-left {
    display: none;
    position: absolute;
    z-index: 19998;
    background: #EDEDED;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #000;
    font: normal 500 14px Trebuchet MS;
    text-align: left;
    text-shadow: 0 1px 2px #fff, 0 0 10px #E0F1FF;
    text-decoration: none;
    opacity: 1;
    cursor: default;
    margin-top: -30px;
    width: 200px;
    min-height: 50px;
    max-height: auto;
    white-space: normal;
}

.tip .answer {
    box-shadow: 5px 5px 0.5em -0.1em rgba(0,0,6,0.5);
    right: -240px;
    padding: 5px 20px 7px 7px;
}

.tip .answer-left {
    box-shadow: -5px 5px 0.5em -0.1em rgba(0,0,6,0.5);
    left: -240px;
    padding: 5px 7px 7px 20px;
}

.tip .a-top {
    bottom: -10px;
}

.tip .a-top:before,
.tip .answer:before,
.tip .answer-left:before {
    content: "";
    position: absolute;
    background: url('images/tip-corner-grey.png') no-repeat;
    width: 9px;
    height: 15px;
}

.tip .answer:before {
    left: -9px;
    margin-top: 10px;
    background-position: 0 0;
}

.tip .answer-left:before {
    right: -9px;
    margin-top: 10px;
    background-position: -9px 0;
}

.tip .a-top:before {
    bottom: 10px;
}

.tip > a:focus ~ span.answer,
.tip > a:focus ~ span.answer-left {
    display: block;
}

.tip > a[tabindex="1"]:focus {
    outline: none;
}

.tip > a[tabindex="1"]:focus > em {
    background: #FF4F19;
}

table.court-work th {
        width: 30%;
}

.court-work tr .separator {
    margin-top: 25px;
}