@font-face {
	font-family: 'PF BeauSans Pro';
	src: url('../fonts/pfbeausanspro-sebold-webfont.eot');
	src: url('../fonts/pfbeausanspro-sebold-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/pfbeausanspro-sebold-webfont.woff') format('woff'),
		url('../fonts/pfbeausanspro-sebold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PF Agora Sans Pro';
	src: url('../fonts/pfagorasanspro-light-webfont.eot');
	src: url('../fonts/pfagorasanspro-light-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/pfagorasanspro-light-webfont.woff') format('woff'),
		url('../fonts/pfagorasanspro-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* 1. Сброс margin и padding*/
* {
	margin: 0;
	padding: 0;
}

/* 2. Фон страницы и шрифт основного текста*/
html {
	height: 100%;
	min-width: 1024px;
	font: normal normal 14px Calibri, sans-serif;
	color: #333;
/* 	background: #000 url(../images/base_bg.png) center -100px no-repeat; */
}

body {
	height: 100%;
}

#body_Start {
	height: 100%;
/* 	background: #000 url(../images/base_bg.png) center no-repeat; */
}


/* 3. Сброс тегов html5*/
section,header,footer,content,hgroup,nav,aside,article {
	/*display: block;*/
}

mark {
	display: inline;
}

/* 4. Стили основных элементов*/
h1:first-child,h2:first-child {
	margin-top: 0px;
}

h1 {
	font-size: 35px;
	color: #fff;
}

h2 {
	font-size: 21px;
	color: #fff;
}

h4 {
	font-size: 15px;
	color: #FFF;
}

a {
	color: #0071BC;
}

a:hover {
	color: #5EA4CB;
}

img {
	border: none;
}

/* 7. Частоиспользуемые классы*/
.FL {
	float: left;
}

.FR {
	float: right;
}

.clear {
	clear: both;
}

/* 8. Остальные стили*/
.base {

}

.base.reset_bg {
	/*height: 100%;*/
	background: #FFF;
}

/* Стартовая страница */
.title_BeauSans {
	text-align: center;
	font-family: "PF BeauSans Pro", sans-serif;
	font-weight: normal;
}

.text_shadow {
	text-shadow: 0 1px 1px black;
}

.pad_430 {
	padding-top: 430px;
}

.title_AgoraSans {
	font-family: "PF Agora Sans Pro", sans-serif;
	text-align: center;
	font-weight: normal;
}

.login {
	position: relative;
	width: 242px;
	margin: 28px auto 0;
	padding: 27px 27px 25px;
	background: url(../images/login_bg.png) 0 0 no-repeat;
}

.login h2.title_AgoraSans {
	margin-bottom: 18px;
}

.login_input_user {
	width: 100%;
	height: 19px;
	line-height: 19px;
	padding-left: 8px;
	border: 1px solid #D3D6D9;
	background: #fff;
	margin-bottom: 13px;
	font-size: 12px;
	color: #3D413F;
}

.login_input_password {
	width: 100%;
	height: 19px;
	line-height: 19px;
	padding-left: 8px;
	border: 1px solid #D3D6D9;
	margin-bottom: 13px;
	font-size: 12px;
	color: #3D413F;
	background: #fff url(../images/eye.png) 230px 2px no-repeat;
}

.login_input_checkbox {
	margin: 2px 5px 0 0;
}

.label_checkbox {
	font-size: 12px;
	color: #4599F2;
}

.btn {
	position: relative;
	height: 39px;
	line-height: 39px;
	margin: 20px auto 20px;
}

.btn .tail {
	position: absolute;
	width: 0px;
	height: 39px;
	top: 0;
	background: url(../images/btn.png) right 0 no-repeat;
}

.black_shadow,.white_shadow {
	position: absolute;
	width: 159px;
	height: 19px;
}

.black_shadow {
	left: 0;
	bottom: -19px;
	background: url(../images/black_shadow.png) 0 0 no-repeat;
}

.white_shadow {
	left: 0;
	top: -19px;
	background: url(../images/white_shadow.png) 0 0 no-repeat;
}

.btn:hover {
	cursor: pointer;
	color: #3C5768;
}

.black_shadow:hover,.white_shadow:hover {
	cursor: default;
}

.btn_welcome {
	position: relative;
	height: 39px;
	line-height: 39px;
	margin: 0px;
	background: url(../images/btn.png) 0 0 no-repeat;
	text-align: center;
	font-size: 18px;
	font-family: "PF BeauSans Pro", sans-serif;
	color: #062038;
	text-shadow: 0 1px 1px white;
}

.btn_width {
	width: 158px;
}

.login a {
	display: block;
	text-align: center;
	margin: 0;
	line-height: 3px;
}
/* Тени */
.top_shadow {
	position: absolute;
	left: 0;
	top: -26px;
	width: 295px;
	height: 24px;
	background: url(../images/top_shadow.png) 0 0 no-repeat;
}

.right_shadow {
	position: absolute;
	top: 3px;
	right: -85px;
	width: 83px;
	height: 203px;
	background: url(../images/right_shadow.png) 0 0 no-repeat;
}

.left_shadow {
	position: absolute;
	top: 3px;
	left: -36px;
	width: 34px;
	height: 193px;
	background: url(../images/left_shadow.png) 0 0 no-repeat;
}

/* Хэдэр системы */
.system_head {
	position: relative;
	height: 64px;
	background: #0F4777;
	background: rgb(10, 55, 98); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(10, 55, 98, 1) 0%,
		rgba(14, 69, 118, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(10,
		55, 98, 1)), color-stop(100%, rgba(14, 69, 118, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(10, 55, 98, 1) 0%,
		rgba(14, 69, 118, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(10, 55, 98, 1) 0%,
		rgba(14, 69, 118, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(10, 55, 98, 1) 0%,
		rgba(14, 69, 118, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(10, 55, 98, 1) 0%,
		rgba(14, 69, 118, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3762',
		endColorstr='#0e4576', GradientType=0); /* IE6-9 */
}

.head_logo {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 162px;
	height: 64px;
	background: url(../images/header_logo.png) 0 0 no-repeat;
}

.system_head_panel {
	position: absolute;
	top: 0px;
	left: 160px;
	width: 50%;
	height: 64px;
	background: #0F4777;
	background: rgb(10, 55, 98); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(10, 55, 98, 1) 0%,
		rgba(14, 69, 118, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(10,
		55, 98, 1)), color-stop(100%, rgba(14, 69, 118, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(10, 55, 98, 1) 0%,
		rgba(14, 69, 118, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(10, 55, 98, 1) 0%,
		rgba(14, 69, 118, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(10, 55, 98, 1) 0%,
		rgba(14, 69, 118, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(10, 55, 98, 1) 0%,
		rgba(14, 69, 118, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3762',
		endColorstr='#0e4576', GradientType=0); /* IE6-9 */
}

.text_alignL {
	text-align: left !important;
}

.text_alignR {
	text-align: right !important;
}

.support,.about_user {
	height: 50px;
	line-height: 20px;
	margin-top: 3px;
	padding-top: 9px;
	font-size: 12px;
	color: #FFF;
}

.support {
	width: 120px;
	padding-left: 18px;
	border-left: 1px solid #6C88A3;
}

.about_user {
	padding-right: 18px;
	border-right: 1px solid #06223D;
}

.head_link {
	color: #FFF !important;
}

.head_link img {
	position: absolute;
	top: 0;
	left: -22px;
}

.tech_support {
	padding-left: 22px;
	background: url(../images/link_pic_1.png) 0 0 no-repeat;
}

.help {
	padding-left: 22px;
	background: url(../images/link_pic_2.png) 0 0 no-repeat;
}

.system_head a:hover {
	cursor: pointer;
	color: #aaa;
}

/* Панель госномера */
.regno_label {
	font-weight: bold;
	margin: 0 0px 0 30px;
}

.regno_input {
	font-weight: bold;
	margin: 0 0 0 5px;
	width: 150px;
}

.tb-btn-find-tool {
	margin: 0 0 0 10px;
    color: #fff;
    font-family: calibri, regular, sans-serif;
    font-size: 14px;
    font-weight: normal; 	
	background-color: rgb(15, 71, 119);
	height: 32px;
	width: 135px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0071bc), to(#1f3463)), -webkit-gradient(linear, 0 0, 0 100%, from(#29abe2), to(#0071bc));
    background-image:         linear-gradient(#0071bc, #1f3463),         linear-gradient(#29abe2, #0071bc);
}        

.tb-btn-find-cancel-tool {
	margin: 0 0 0 10px;
    color: #fff;
    font-family: calibri, regular, sans-serif;
    font-size: 14px;
    font-weight: normal; 	
	height: 32px;
	width: 135px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#575757), to(#333333)), -webkit-gradient(linear, 0 0, 0 100%, from(#8a8a8a), to(#575757));
    background-image:         linear-gradient(#575757, #333333),         linear-gradient(#8a8a8a, #575757);
}

.ui-layout-unit .ui-layout-unit-content {
    padding: 0px;
    /*margin: 0px; * раньше тут было написано ``margine: 0px;`` (лишняя буква ``e``) */
    border: 0px none;
    overflow: hidden;
}

.ui-widget {
/* font-size: 1.1em; */
font-family: calibri,regular, sans-serif;
font-size: 14px;
}
