@font-face {
	font-family: 'Droid Serif';
	font-style: normal;
	font-weight: normal;
	src: url('/css/droidserifregular.eot');
	src: url('/css/droidserifregular.eot?#iefix') format('embedded-opentype'),
		 url('/css/droidserifregular.woff2') format('woff2'),
		 url('/css/droidserifregular.woff') format('woff'),
		 url('/css/droidserifregular.ttf') format('truetype');
}
@font-face {
	font-family: 'Droid Serif';
	font-style: italic;
	font-weight: normal;
	src: url('/css/droidserifitalic.eot');
	src: url('/css/droidserifitalic.eot?#iefix') format('embedded-opentype'),
		 url('/css/droidserifitalic.woff2') format('woff2'),
		 url('/css/droidserifitalic.woff') format('woff'),
		 url('/css/droidserifitalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Droid Serif';
	font-style: normal;
	font-weight: bold;
	src: url('/css/droidserifbold.eot');
	src: url('/css/droidserifbold.eot?#iefix') format('embedded-opentype'),
		 url('/css/droidserifbold.woff2') format('woff2'),
		 url('/css/droidserifbold.woff') format('woff'),
		 url('/css/droidserifbold.ttf') format('truetype');
}

.article, .aside, details, figcaption, figure, .footer, .header, hgroup, .nav, .section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; background-Color:#FFFFFF;}

body, button, input, select, textarea { font-family: 'Droid Serif', sans-serif; color: #222; }

::-moz-selection { background: #006737; color: #fff; text-shadow: ne; }
::selection { background: #006737; color: #fff; text-shadow: none; }

a { color: #00e; text-decoration: underline; }
a:visited { color: #551a8b; }
a:hover { color: #06e; text-decoration: none; }
a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, monospace, 'Droid Serif'; _font-family: 'courier new', 'Droid Serif', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }
/*Подкрашиваем цвет ошибки для текста для вложений!*/
#err_color { color: #C50000; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 35px; }
dd { margin: 0 0 0 40px; }
.nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }

fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

legend { border: 0; *margin-left: -7px; padding: 0; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; *overflow: visible; }

table button, table input { *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="radio"] { margin-right: 5px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
thead {color:white;}
td { vertical-align: top; }


/* primary styles */

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  cursor: default;
  background: #efefef url('https://files.admin.tomsk.ru/design/body-bg.jpg') no-repeat 50% 0;
}
body, select, input, textarea { color: #444; font-family: Cambria, 'Droid Serif', sans-serif; }

a, input { outline: 0 !important; }

.container {
  width: 1048px;
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 10px #9e9a86;
     -moz-box-shadow: 0px 0px 10px #9e9a86;
          box-shadow: 0px 0px 10px #9e9a86;
}
.ie8 .container { position: relative; }
.ie8 .container:before,
.ie8 .container:after {
  position: absolute;
  width: 10px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  top: 0;
  content: "";
}
.ie8 .container:before {
  background: url('https://files.admin.tomsk.ru/design/sprite-hgrad.png') -85px 0;
  left: -10px;

}
.ie8 .container:after {
  background: url('https://files.admin.tomsk.ru/design/sprite-hgrad.png') -114px 0;
  right: -10px;
}
.ie7 .container {
  padding: 0 9px;
  background: url('https://files.admin.tomsk.ru/design/body-shadow.png') repeat-y 50% 0;
}
.main {
  padding: 0 0 260px;
  min-height: 500px;
}

.main_for_webapp
{
	padding: 0 0 130px;
	min-height: 600px;
}


.ie7 .main {
  background: #DEE8DE;
}

.footer{
  width: 1048px;
  margin: -260px auto 0;
  height: 260px;
  position: relative;
}

.footer_for_webapp{
  width: 1048px;
  margin: -130px auto 0;
  height: 130px;
  position: relative;
}

.footer1{
  height: 130px;
  background-color: #67686b;
  background-image: url('https://files.admin.tomsk.ru/design/footer-bg.png');
  background-repeat: no-repeat;
  background-position: 50% 1px;
}

.footer1 .article {
  padding: 18px 20px;
  height: 94px;
  overflow: hidden;
}
.footer1 .article p {
  margin: 0;
  color: #c6c5c5;
  font-size: 12px;
  line-height: 1.5em;
}
.footer1 .article h2 {
  font-size: 18px;
  margin: 10px 0;
  color: #f1f0f0;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 1px 1px 0 #505154;
}
.footer1 div.counters {
  position: absolute;
  right: 20px;
  bottom: 18px;
  text-align: right;
}
.footer1 .counter-item {
  display: inline-block;
}
.footer1 .counter-item+.counter-item {
  margin-left: 19px;
}

.container1 { width: 100%; float: left; overflow: hidden; }
.content { padding: 0 330px 0 330px; }
.left-sidebar { float: left; width: 310px; margin-left: -100%; position: relative; }
.right-sidebar { float: left; margin-right: -3px; width: 310px; margin-left: -310px; position: relative; }

.header .top-container {
  text-align: right;
  border-bottom: 1px solid #c5d5c5;
  background-color: #dee8de;
  position: relative;
}
.ie7 .header .top-container {
  height: 39px;
  background-image: url('https://files.admin.tomsk.ru/design/white-blink.png');
  background-repeat: repeat-x;
  background-position: 0 0;
}
.header .top-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  z-index: 0;
  -o-background-size: 100% 100%; -webkit-background-size: 100% 100%; -khtml-background-size: 100% 100%; background-size: 100% 100%;
  background-color: #dee8de;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dee8de), to(#eaf1ea));
  background-image: -webkit-linear-gradient(top, #dee8de, #eaf1ea);
  background-image:    -moz-linear-gradient(top, #dee8de, #eaf1ea);
  background-image:     -ms-linear-gradient(top, #dee8de, #eaf1ea);
  background-image:      -o-linear-gradient(top, #dee8de, #eaf1ea);
  background-image:         linear-gradient(top, #dee8de, #eaf1ea);
  background-clip: border-box; -moz-background-clip: border; -webkit-background-clip: border-box;
  background-origin: border-box; -moz-background-origin: border; -webkit-background-origin: border-box;
}
.ie8 .header .top-container:before {
  height: 9px;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png');
  background-repeat: repeat-x;
  background-position: 0 -58px;
}
.header .top-container .left-sidebar {
  margin: 9px 0 9px 1px;
  width: auto;
  font-size: 12px;
  color: #006737;
  text-shadow: 1px 1px 0 #fff;
  line-height: 20px;
  vertical-align: middle;
}
.header .top-container .left-sidebar span {
  position: relative;
  margin-left: 8px;
  padding-left: 10px;
}
.ie7 .header .top-container .left-sidebar span {
  background: url('https://files.admin.tomsk.ru/design/header-separator.png') no-repeat 0 50%;
}
.header .top-container .left-sidebar span:before {
  position: absolute;
  content: " ";
  width: 0;
  top: -2px;
  left: -10px;
  border-left: 1px solid #afd0c1;
  border-right: 1px solid #ffffff;
  height: 20px;
  margin-left: 10px;
}
.header .top-container .left-sidebar a {
  color: #006737;
  text-decoration: none;
}
.header .top-container ul {
  list-style: none;
  float: right;
  display: inline;
  height: 20px;
  margin: 0;
  position: relative;
  color: #006737;
  font-size: 12px;
  padding: 0;
}
.header .top-container ul li {
  float: left;
  background: url('https://files.admin.tomsk.ru/design/header-top-container-li-a-separator.png') no-repeat 0 0;
}

.footer1  ul {
  list-style:none;
  float: right;
  height: 20px;
}

.footer1  ul li {
  float: left;

  padding-right: 10px;
}


.header .top-container ul li a {
  display: block;
  /*На мой взгляд не там объявлено свойство высоты, top-container должен быть стабильно 38 пикс, в не зависимости от наличия ссылок (перенесла свойство в search-container)*/
 /* height: 38px;*/
  line-height: 38px;
  vertical-align: middle;
  text-align: center;
  padding: 0 7px;
  /*это я! Кнопочка в топе прижимала */
  color: #006737;
  text-decoration:none;

}

.header {
  position: relative;}

.header:after {
  position: absolute;
  content: " ";
  height: 9px;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png');
  background-repeat: repeat-x;
  background-position: 0 -67px;
  width: 100%;
  bottom: -9px;
  left: 0;
}

.addSprite {
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}

.atlas-link:before,
.atlas-link:after{
  position: absolute;
  top: 40%;
  left: 20%;
  content: "";
  background-image: url('https://files.admin.tomsk.ru/design/atlas.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}


.atlas-link,
.atlas-link:before,
.atlas-link:after {
  width: 58px;
}


.atlas-link:before,
.atlas-link:after {
  height: 20px;
  margin-top: -5px;
  margin-left: -6px;
}

.d-link:before,
.d-link:after{
  position: absolute;
  top: 70%;
  left: 71%;
  content: "";
  background-image: url('https://files.admin.tomsk.ru/design/tomsk3da.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}

.d-link,
.d-link:before,
.d-link:after {
  width: 45px;
}

.d-link:before,
.d-link:after {
  height: 20px;
  margin-top: -5px;
  margin-left: -8px;
}

.cam-link:before,
.cam-link:after{
  position: absolute;
  top: 70%;
  left: 80%;
  content: "";
  background-image: url('https://files.admin.tomsk.ru/design/maincam.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}

.cam-link,
.cam-link:before,
.cam-link:after {
  width: 30px;
}

.cam-link:before,
.cam-link:after {
  height: 20px;
  margin-top: -5px;
  margin-left: -4px;
}

.special-link:before,
.special-link:after{
  position: absolute;
  top: 40%;
  left: 30%;
  content: "";
  background-image: url('https://files.admin.tomsk.ru/design/eyes.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}

.special-link,
.special-link:before,
.special-link:after {
  width: 33px;
}

.special-link:before,
.special-link:after {
  height: 20px;
  margin-top: -5px;
  margin-left: -4px;
}

.home-link,
.email-link,
.sitemap-link,
.special-link,
.atlas-link
{
  text-indent: -999em;
  position: relative;
}
.home-link:before,
.email-link:before,
.sitemap-link:before,
.home-link:after,
.email-link:after,
.sitemap-link:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.home-link,
.home-link:before,
.home-link:after {
  width: 11px;
}
.email-link,
.email-link:before,
.email-link:after {
  width: 13px;
}
.sitemap-link,
.sitemap-link:before,
.sitemap-link:after {
  width: 11px;
}
.home-link:before,
.home-link:after {
  height: 10px;
  margin-top: -5px;
  margin-left: -4px;
}
.home-link:hover:after { background-position: 0 -22px; }
.home-link:before { background-position: 0 0; margin-top: -4px; margin-left: -3px; }
.home-link:after  { background-position: 0 -11px; }

.email-link:before,
.email-link:after {
  height: 9px;
  margin-top: -4px;
  margin-left: -6px;
}
.email-link:hover:after { background-position: -11px -22px; }
.email-link:before { background-position: -11px 0; margin-top: -3px; margin-left: -5px; }
.email-link:after  { background-position: -11px -11px; }

.sitemap-link:before,
.sitemap-link:after {
  height: 11px;
  margin-top: -5px;
  margin-left: -5px;
}
.sitemap-link:hover:after { background-position: -24px -22px; }
.sitemap-link:before { background-position: -24px 0; margin-top: -4px; margin-left: -4px; }
.sitemap-link:after  { background-position: -24px -11px; }

.ie7 .home-link,
.ie7 .email-link,
.ie7 .sitemap-link {
  background-image: url('https://files.admin.tomsk.ru/design/ie7-header-icons-sprite.png');
  background-repeat: no-repeat;
}
.ie7 .home-link { background-position: 50% -38px; }
.ie7 .home-link:hover { background-position: 50% 0; }
.ie7 .email-link { background-position: 50% -114px; }
.ie7 .email-link:hover { background-position: 50% -76px; }
.ie7 .sitemap-link { background-position: 50% -190px; }
.ie7 .sitemap-link:hover { background-position: 50% -152px; }



.middle-container {
  border-top: 1px solid #fff;
  background-color: #efefef;
  background-image:url('https://files.admin.tomsk.ru/design/header_bg_default.jpg');
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: relative;
  padding-top: 14px;
}
.header .add-bg-main { background-image:url('https://files.admin.tomsk.ru/design/header_bg_main.jpg'); }
.header .add-bg-online { background-image:url('https://files.admin.tomsk.ru/design/header_bg_online.jpg'); }
.header .add-bg-student { background-image:url('https://files.admin.tomsk.ru/design/header_bg_student.jpg'); }
.header .add-bg-mayor { background-image:url('https://files.admin.tomsk.ru/design/header_bg_mayor.jpg'); }
.header .add-bg-guest { background-image:url('https://files.admin.tomsk.ru/design/header_bg_guest.jpg'); }
.header .add-bg-city { background-image:url('https://files.admin.tomsk.ru/design/header_bg_city.jpg'); }
.header .add-bg-business { background-image:url('https://files.admin.tomsk.ru/design/header_bg_business.jpg'); }
.header .add-bg-citizen { background-image:url('https://files.admin.tomsk.ru/design/header_bg_citizen.jpg'); }
.header .add-bg-adm { background-image:url('https://files.admin.tomsk.ru/design/header_bg_adm.jpg'); }



#logo {
  text-decoration: none;
}
#logo img {
  float: left;
  display: inline;
  margin-right: 16px;
  margin-left: 20px;
}
#logo h1 {
  color: #003e15;
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #fff;
  float: left;
  display: inline;
  margin-top: 23px;
}
.search-container {
  float: left;
  display: inline;
  padding: 0 10px;
  margin-top: 0;
  -webkit-border-radius: 5px 0 0 5px;
     -moz-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;
  position: relative;
}
.ie7 .search-container,
.ie8 .search-container {
  -pie-border-radius: 5px 0 0 5px;
  behavior: url(/css/PIE.htc);
}

.search-container span {
  color: #003e15;
  font-size: 13px;
  margin: 12px 15px 0 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #deeade;
  float: left;

}
.search-container a {
  color: #00ae5f;
  font-size: 12px;
}
.search-input-wrapper {
  float: left;
  margin-top: 2px;
}
.search-input-wrapper .input,
.search-input-wrapper button {
  float: left;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.search-input-wrapper .input input {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: 0;
}
.search-input-wrapper .input {
  background-color: #fff;
  position: relative;
  height: 17px;
  width: 234px;
  border-right: 1px solid #e9e9e9;
  margin: 5px 0;
  padding: 5px 8px 3px;
  -webkit-box-shadow: -1px 0px 4px #c9c9c9 inset;
     -moz-box-shadow:  0px 0px 4px #c9c9c9 inset;
          box-shadow:  3px 3px 3px #c9c9c9 inset;
  -webkit-border-radius: 5px 0 0 5px;
     -moz-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;
}
.ie7 .search-input-wrapper .input,
.ie8 .search-input-wrapper .input {
  -pie-border-radius: 5px 0 0 5px;
  behavior: url('/css/PIE.htc');
}
.search-input-wrapper .input:before,
.search-input-wrapper .input:after {
  background-image: url('https://files.admin.tomsk.ru/design/sprite-hgrad.png');
  background-repeat: no-repeat;
  background-position: -358px 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.search-input-wrapper .input:before {
  top: auto;
  bottom: -2px
}
.search-input-wrapper button {
  border-left: 1px solid #38e195;
  background-color: #00ae5f;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png');
  background-repeat: repeat-x;
  background-position: 0 -441px;
  height: 25px;
  width: 34px;
  margin: 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
     -moz-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
  text-indent: -999em;
  padding-bottom: 25px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.ie7 .search-input-wrapper button {
  background-image: url('https://files.admin.tomsk.ru/design/ie7-search-button.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.ie7 .search-input-wrapper button:hover {
  background-position: 49% 0;
}
.ie7 .search-input-wrapper button,
.ie8 .search-input-wrapper button {
	border-radius: 0 5px 5px 0;
  	behavior: url('/css/PIE.htc');
}
.csstransitions .search-input-wrapper button:hover {
  background-color: #20c87c;
}
.search-input-wrapper button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.search-input-wrapper button:before,
.search-input-wrapper button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.search-input-wrapper button:before,
.search-input-wrapper button:after {
  width: 12px;
}
.search-input-wrapper button:before,
.search-input-wrapper button:after {
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
}
.search-input-wrapper button:hover:before { background-position: -35px -24px; }
.search-input-wrapper button:before { background-position: -35px -12px; margin-top: -5px; margin-left: -5px; }
.search-input-wrapper button:after  { background-position: -35px 0; }
.search-input-wrapper button:active:before { margin-top: -5px; margin-left: -4px; }
.search-input-wrapper button:active:after { margin-top: -6px; margin-left: -5px; }

.square-plus-icon {
  padding-left: 15px;
  position: relative;
}
.ie7 .square-plus-icon {
  background: url('https://files.admin.tomsk.ru/design/square-plus-icon.gif') no-repeat 0 70%;
}
.square-plus-icon:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -36px;
  content: "";
}
.header .middle-container .nav {
  background-color: #003e15;
  border-top: 1px solid #006737;
  margin-top: 27px;
}
.header .middle-container .nav ul {
  border-top: 1px solid #00ae5f;
  position: relative;
}
.header .middle-container .nav ul:before {
  position: absolute;
  content: "";
  background-color: #006737;
  width: 100%;
  height: 8px;
  top: 0;
  left: 0;
}
.header .middle-container .nav ul li {
  float: left;
}
.header .middle-container .nav ul li:first-child {
  margin-left: 20px;
}
.header .middle-container .nav ul li a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-family: 'Droid Serif';
  text-transform: uppercase;
  line-height: 28px;
  vertical-align: middle;
  padding: 0 11px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #00270d;
  position: relative;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.header .middle-container .nav ul li a:hover {
  line-height: 33px;
  margin-top: -5px;
}
.header .middle-container .nav ul li a.current {
  background-color: #00ae5f;
  line-height: 38px;
  margin-top: -10px;
  padding: 0 15px;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.ie7 .header .middle-container .nav ul li {
  zoom: 1;
  height: 28px;
}
.ie8 .header .middle-container .nav ul li a.current {
  background: #00ae5f url('https://files.admin.tomsk.ru/design/ie7-header-nav-a-current.png') no-repeat 50% 0;
  -pie-border-radius: 4px 4px 0 0;
   behavior: url('/css/PIE.htc');
}
.ie7 .header .middle-container .nav ul li a.current {
  background: #00ae5f url('https://files.admin.tomsk.ru/design/ie7-header-nav-a-current.png') no-repeat 50% 0;
  zoom: 1;
  height: 38px;
  line-height: 18px;
  -pie-border-radius: 4px 4px 0 0;
    behavior: url('/css/PIE.htc');
}
.header .middle-container .nav ul li a.current:hover {
  cursor: default;
}
.header .middle-container .nav ul li a:after,
.header .middle-container .nav ul li a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.header .middle-container .nav ul li a:after { background-position: 0 -29px; }
.header .middle-container .nav ul li a:after { right: 0; background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png'); }
.header .middle-container .nav ul li a:before { left: 0; background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png'); }
.header .middle-container .nav ul li:first-child a:before { background-image: none; }
.header .middle-container .nav ul li:last-child a:after { background-image: none; }
.header .middle-container .nav ul li a.current:after {
  display: none;
}

.header .middle-container .nav ul li a.current:before {
  position: absolute;
  overflow: hidden;
  top: -2px;
  left: 0;
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #00ae5f;
  content: "";
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  background-color: #20c87c;
  background-image: url('https://files.admin.tomsk.ru/design/header-nav-a-current.png');
  background-repeat: no-repeat;
  background-position: 50% 1px;
}
.ie8 .header .middle-container .nav ul li a.current:before {
  display: none;
}



.header .middle-container .nav ul li { position: relative; }
.no-js .header .middle-container .nav ul li ul {
  visibility: hidden;
}
.js .header .middle-container .nav ul li ul {
  display: none;
}
.header .middle-container .nav ul li ul {
  overflow: hidden;
  border-top: 0;
  position: absolute;
  top: 28px;
  background: #00ae5f;
  z-index: 5;
  padding: 5px 5px 10px;
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.no-js .header .middle-container .nav ul li:hover ul {
  visibility: visible;
}
.header .middle-container .nav ul li ul:before {
  display: none;
}
.header .middle-container .nav ul li ul .before {
  display: block;
  width: 100%;
  height: 9px;
  background-color: #01af60;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png');
  background-repeat: repeat-x;
  background-position: 0 -67px;
  top: 0;
  left: 0;
  border: 0 !important;
  position: absolute;

}
.header .middle-container .nav ul li ul li {
  width: 190px;
  display: inline-block;
  height: auto;
  margin: 0 auto;
  padding-left: 24px;
  background: url('https://files.admin.tomsk.ru/design/dot2.gif') no-repeat 12px 9px;
}
.header .middle-container .nav ul li ul li:first-child {
  margin-left: 0;
}
.header .middle-container .nav ul li ul li a {
  font-size: 12px;
  text-shadow: none;
  text-transform: none;
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
  padding: 0;
  text-decoration: none;
  position: relative;
  border-bottom: thin dotted #9fffd3;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.header .middle-container .nav ul li ul li a:hover {
  line-height: 22px;
  margin-top: 0;
  border-bottom: thin dotted #00ae5f;
}
.header .middle-container .nav ul li ul li a:before {
  display: none;
}
.header .middle-iner .nav ul li ul li a:after {
  display: none;
}


.container {
  background-color: #dee8de;
  min-height:100%;
}
.main .top-container {
  height: 285px;
  border-bottom: 1px solid #dee8de;
  position: relative;
  margin-bottom: 10px;
}
.main .top-container:after {
  position: absolute;
  content: " ";
  height: 9px;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png');
  background-repeat: repeat-x;
  background-position: 0 -67px;
  width: 100%;
  bottom: -10px;
  left: 0;
}
.ie7 .main .sectiontop-container {
  margin-bottom: 0;
  padding-bottom: 11px;
  background: url('https://files.admin.tomsk.ru/design/shadow.png') repeat-x 0 100%;
}

#newsSlider {
  width: 428px;
  /*380px;*/
  float: left;
  display: inline;
  padding-right: 310px;
  position: relative;
  height: 285px;
  background: none;
  border: 0;
  padding: 0;
  z-index: 2;
  -webkit-border-radius: 0;
   -khrml-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
#newsSlider ul.ui-tabs-nav {
  position: absolute;
  top: 0;
  left: 428px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 310px;
  background: none;
  border: 0;
  -webkit-border-radius: 0;
   -khrml-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  z-index: 2;
}
#newsSlider ul.ui-tabs-nav:before {
  position: absolute;
  width: 19px;
  height: 285px;
  background: url('https://files.admin.tomsk.ru/design/sprite-hgrad.png') repeat-y -85px 0;
  content: "";
  top: 0;
  left: -19px;
}
.ie6 .newsSliderShadowLeft,
.ie7 .newsSliderShadowLeft {
  position: absolute;
  width: 19px;
  height: 285px;
  background: url('https://files.admin.tomsk.ru/design/sprite-hgrad.png') repeat-y -85px 0;
  top: 0;
  left: -19px;
}

#newsSlider:after {
  position: absolute;
  width: 20px;
  height: 285px;
  background: url('https://files.admin.tomsk.ru/design/sprite-hgrad.png') repeat-y -104px 0;
  content: "";
  top: 0;
  right: -330px;
  z-index: 1000;
}
.newsSliderShadowRight {
  position: absolute;
  width: 20px;
  height: 285px;
  background: url('https://files.admin.tomsk.ru/design/sprite-hgrad.png') repeat-y -104px 0;
  top: 0;
  right: -330px;
  z-index: 1000;
}

#newsSlider ul.ui-tabs-nav li {
  padding: 0;
  padding-left: 2px;
  border: 0;
  margin: 0;
  background: #fff;
  top: 0;
  -webkit-border-radius: 0;
   -khrml-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  white-space: normal;
  border-top: 1px solid #a2b5a2;
}
#newsSlider ul.ui-tabs-nav li span {
  font-size: 14px;
  line-height: 18px;
  font-family: Cambria, 'Droid Serif', sans-serif;
  font-weight: normal;
  text-shadow: 1px 1px 2px #ffffff;
  display: table-cell;
  vertical-align: middle;
  padding: 0 16px;
}
#newsSlider .ui-tabs-panel {
  width: 428px; /*380px;*/
  height: 285px;
  position: relative;
  overflow: hidden;
  padding: 0;
}
#newsSlider .ui-tabs-hide{
  display:none;
}
#newsSlider li.ui-tabs-nav-item a {
  text-decoration: underline;
  padding: 0;
  color: #00ae5f;
  background: #d5e1d5 url('https://files.admin.tomsk.ru/design/sprite-vgrad.png') repeat-x 0 -171px;
  height: 94px;
  display: table;
  outline: none;
  width: 307px;
}
.ie7 #newsSlider ul.ui-tabs-nav li {
  display: block;
  width: 310px;
}
.ie7 #newsSlider ul.ui-tabs-nav li.ui-tabs-selected {
  width: 305px;
}
.ie7 #newsSlider li.ui-tabs-nav-item a {
  display: block;
  width: 100%
}
.ie7 #newsSlider ul.ui-tabs-nav li span {
  display: inline-block;
}

#newsSlider li.ui-tabs-nav-item a:hover{
  background: #d5e1d5 url('https://files.admin.tomsk.ru/design/sprite-vgrad.png') repeat-x 0 -76px;
}
#newsSlider li.ui-tabs-selected {
  position: relative;
  z-index: 2;
  background: #00ae5f !important;
  padding: 2px 3px 0 2px !important;
  border-top: 1px solid #006737 !important;
  border-bottom: 1px solid #006737 !important;
}
#newsSlider li.ui-tabs-selected a {
  height: 91px !important;
  background: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png') repeat-x 0 -266px !important;
  color: #fff;
}

#newsSlider li.ui-tabs-selected a:hover {
  cursor: pointer;
}
#newsSlider li.ui-tabs-selected a span {
  text-shadow: 1px 1px 0px #00471b;
}
#newsSlider li.ui-tabs-selected:before {
  position: absolute;
  content: "";
  width: 19px;
  height: 35px;
  top: 30px;
  left: -17px;
  background: url('https://files.admin.tomsk.ru/design/newsSlider-item-selected-icon.png') 0 0 no-repeat;
}
.ie7 #newsSlider li.ui-state-default .before {
  display: none;
}
.ie7 #newsSlider li.ui-tabs-selected .before {
  display: block;
  position: absolute;
  width: 19px;
  height: 35px;
  top: 30px;
  left: -17px;
  background: url('https://files.admin.tomsk.ru/design/newsSlider-item-selected-icon.png') 0 0 no-repeat;
}
#newsSlider ul.ui-tabs-nav li.ui-tabs-selected a {
  background: #ccc;
}
#newsSlider .ui-tabs-panel div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 428px; /*340px;*/
  padding: 16px 20px;
  background-color: rgba(0,32,11,0.6);
  text-align: right;
}
.no-rgba #newsSlider .ui-tabs-panel div {
  background: url('https://files.admin.tomsk.ru/design/newsSlider-p-bg.png') repeat 0 0;
}
#newsSlider .ui-tabs-panel div p {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-family: Cambria, 'Droid Serif', sans-serif;
}
#newsSlider .ui-tabs-panel div p:first-child {
  float: left;
  text-align: left;
}
#newsSlider .ui-tabs-panel div p:first-child span {
  position: relative;
  padding-left: 10px;
  margin-left: 8px;
}
.ie7 #newsSlider .ui-tabs-panel div p:first-child span {
  border-left: 1px solid #7c867f;
}
#newsSlider .ui-tabs-panel div p:first-child span:before {
  width: 1px;
  content: "";
  background-color: #7c867f;
  border-right: 1px solid #15201b;
  position: absolute;
  height: 20px;
  left: 0;
  top: -3px;
}
#newsSlider .ui-tabs-panel div p.comments {
  float: right;
}
.comments {
  position: relative;
}
.comments span {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.ie7 .comments span {
  display: inline-block;
}
.comments:before {
  display: inline;
  position: absolute;
  top: 1px;
  left: -30px;
  width: 20px;
  height: 15px;
  content: " ";
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -45px;
}
.ie7 .comments .beforeComments {
  display: block;
  position: absolute;
  top: 1px;
  left: -30px;
  width: 20px;
  height: 15px;
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -45px;
  border-bottom: 0;
}

.main .top-container .aside #tomskCityRegionMapContainer {
  float: right;
  width: 310px;
  height: 285px;
  position: relative;
}
#tomskCityRegionMapContainer {
  background-image: url('https://files.admin.tomsk.ru/design/tomsk-city-regions-map.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#tomskCityRegionContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
  height: 285px;
  background-image: url('https://files.admin.tomsk.ru/design/tomsk-city-regions-map-sprite.png');
  background-repeat: no-repeat;
}
div.tomskCityRegionMapKir { background-position: -310px 0; }
div.tomskCityRegionMapLen { background-position: -620px 0; }
div.tomskCityRegionMapSov { background-position: -930px 0; }
div.tomskCityRegionMapOkt { background-position: -1240px 0; }

#tomskCityRegionMapContainer ul { list-style: none; }
#tomskCityRegionMapContainer ul li {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 210px;
  margin-left: -115px;
  background-color: rgba(255,255,255,0.9);
  border: 1px solid #5d5543;
  padding: 6px 9px;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.37);
     -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.37);
          box-shadow: 2px 2px 5px rgba(0,0,0,0.37);
  display: none;
}
.no-rgba #tomskCityRegionMapContainer ul li {
  background-color:#FFF;
}
#tomskCityRegionMapContainer ul li:before {
  content: "";
  width: 27px;
  height: 21px;
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-repeat: no-repeat;
  background-position: -47px 0;
  position: relative;
  top: 0;
  margin-top: -27px;
  margin-left: -9px;
  display: block;
}
#tomskCityRegionMapContainer ul li .before {
  width: 27px;
  height: 21px;
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-repeat: no-repeat;
  background-position: -47px 0;
  position: relative;
  top: 0;
  margin-top: -27px;
  margin-left: -9px;
  display: block;
}

#tomskCityRegionMapKir { top: 150px; }
#tomskCityRegionMapKir:before,
#tomskCityRegionMapKir .before { left: 20%; }
#tomskCityRegionMapLen { top: 110px; }
#tomskCityRegionMapLen:before,
#tomskCityRegionMapLen .before { left: 35%; }
#tomskCityRegionMapSov { top: 160px; }
#tomskCityRegionMapSov:before,
#tomskCityRegionMapSov .before { left: 60%; }
#tomskCityRegionMapOkt { top: 122px; }
#tomskCityRegionMapOkt:before,
#tomskCityRegionMapOkt .before { left: 70%; }


#tomskCityRegionMapContainer ul li p img {
  border: 1px solid #ccc;
  float: left;
  display: inline;
  margin: 0 6px 0 0;
}

#tomskCityRegionMapContainer ul li a {
  color: #00ae5f;
}
#tomskCityRegionMapContainer ul li h3,
#tomskCityRegionMapContainer ul li h3 a {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
}
#tomskCityRegionMapContainer ul li p {
  color: #67686b;
  font-size: 12px;
  margin: 5px 0;
}
#tomskCityRegionMapContainer ul li p em {
  display: block;
  width: 90%;
  margin-bottom: 3px;
}
.ie7 #tomskCityRegionMapContainer ul li p em {
  width: 70%;
}
#tomskCityRegionMapContainer ul li p span {
  font-size: 14px;
}
#tomskCityRegionMapContainer ul li p span:before {
  width: 15px;
  height: 16px;
  float: left;
  margin-right: 7px;
  content: "";
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-repeat: no-repeat;
  background-position: -20px -45px;
}

.main-container .container1>.content {
  padding: 0 310px 0 10px;
}

.main-container .aside .right-sidebar {
  padding: 0 20px 0 10px;
  width: 280px
}

#newsTabs,
#newsTabs .ui-tabs-nav,
#newsTabs .ui-state-default,
#newsTabs .ui-state-default a {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  -webkit-border-radius: 0;
   -khtml-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
#newsTabs .ui-tabs-nav-item a span {
  font-family: Cambria, 'Droid Serif', sans-serif;
  font-size: 18px;
  line-height: 28px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: normal;
}
#newsTabs .ui-state-default {
  border-bottom: 1px solid #f0f0f0 !important;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png');
  background-repeat: repeat-x;
  background-position: 0 -391px;
}

#newsTabs .ui-state-default a span {
  color: #67686b;
  text-shadow: 1px 1px 0px #ffffff;
}
#newsTabs .ui-state-default a {
  border: 1px solid #fff;
  margin: 1px 0;
  border-top: 0;
  border-bottom: 0;
}
#newsTabs .ui-tabs-nav-item a {
  width: 138px;
  text-indent: 10px;
}
#newsTabs .ui-state-active {
  border-bottom: 1px solid #dee8de;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png');
  background-repeat: repeat-x;
  background-position: 0 -361px;
  z-index: 2;
}
#newsTabs .ui-state-active:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 11px;
  width: 19px;
  height: 10px;
  background: url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat -47px -24px;
}
#newsTabs .ui-state-active a span,
#newsTabs .ui-state-active a:link span,
#newsTabs .ui-state-active a:visited span {
  color: #fff;
  text-shadow: 1px 1px 0px #00471b;
  border: 0;
  width: 140px;
}
#newsTabs .ui-state-active a {
  border-left: 0;
  border-right: 0;
}
#newsTabs .newsTabs-wrapper {
  background-color: #f7f7f7;
  border: 1px solid #d5d5d5;
  border-top: 0;
  border-bottom: 1px solid #fff;
  position: relative;
}
#newsTabs .newsTabs-wrapper:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png');
  background-repeat: repeat-x;
  background-position: 0 -421px;
}
#newsTabs .ui-tabs-panel {
  padding: 16px 19px 9px;
}
.newsList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.newsList li {
  margin-bottom: 8px;
}
.newsList li>span {
  float: left;
  margin-right: 20px;
}
.newsList p {
  margin: 0;
  overflow: hidden;
}
.main .main-container,
.newsList {
  font-size: 14px;
  line-height: 22px;
  color: #67686b;
}
 .main-container a,
.ui-widget .newsList a {
  color: #00ae5f;
  font-size: 14px;
  line-height: 22px;
}
.main .ui-widget {
  font-family: Cambria, 'Droid Serif', sans-serif;
}
.fullLink {
  background: url('https://files.admin.tomsk.ru/design/sep.gif') repeat-x 0 0;
  padding-top: 6px;
  position: relative;
  padding-left: 20px;
  margin: 15px 0 0;
}
.fullLink:before {
  content: " ";
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-repeat: no-repeat;
  background-position: -36px -47px;
  width: 12px;
  height: 11px;
  top: 12px;
  left: 0;
  position: absolute;
}
.backLink {
  background: url('https://files.admin.tomsk.ru/design/sep.gif') repeat-x 0 0;
  padding-top: 6px;
  position: relative;
  padding-left: 20px;
  margin: 15px 0 0;
}
.backLink:before {
  content: " ";
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-repeat: no-repeat;
  background-position: -48px -47px;
  width: 12px;
  height: 11px;
  top: 12px;
  left: 0;
  position: absolute;
}
#vote{
	text-align:center
	}

.main-container .section {
  margin-bottom: 10px !important;
}

.main-container .border {
  margin-bottom: 10px !important;
}

.main-container .border:after {
  content: " ";
  background-image: url('https://files.admin.tomsk.ru/design/sprite-shadows.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 10px;
  width: 100%;
  display: block;
}

.bannerIcon{
	width:130px;
	height:70px;
	float:left;
	margin:5px;
}


.main-container .bannerIcon .border:after {
  content: " ";
  background-image: url('/site/core.nsf/bannerIcons.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 10px;
  width: 100%;
  display: block;
}

.main-container .aside .section:after {
  background-position: 50% -10px;
}
.jcarousel-skin-adm li.jcarousel-item-horizontal:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-shadows.png');
  background-repeat: no-repeat;
  background-position: 50% -20px;
  height: 10px;
  width: 100%;
  display: block;
}


.popular-block .heading h3 {
  line-height: 60px;
  font-size: 22px;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 0px #00270d;
  border-left: 1px solid #957906;
  float: left;
  padding: 0 33px 0 10px;
  background-color: #003e15;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: -8px;
  margin-right: 15px;
}
.popular-block .heading h3:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  top: 0;
  left: 0;
  background-color: #006737;
  z-index: 1;
}
.popular-block .heading h3:after {
  position: absolute;
  content: "";
  width: 23px;
  height: 60px;
  top: 0;
  right: 0;
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-position: -74px 0;
  background-repeat: no-repeat;
  z-index: 2;
}
.heading {
  background-color: #006737;
  height: 52px;
  padding-top: 8px;
}
.main .popular-block .heading a {
  color: #f7f7f7;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: bold;
  padding-right: 12px;
  white-space: nowrap;
}
.main .popular-block .heading a:hover {
  color: #feda46;
  font-weight: bold;
}

.popular-block .newsList {
  background-color: #fff;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  padding: 11px 9px 8px;
}
.popular-block .newsList li {
  margin-bottom: 11px;
}
.popular-block .newsList p {
  text-align: right;
}
.popular-block .newsList a {
  float: left;
  text-align: left;
  width: 90%;
}

.popular-block .newsList p>span {
  color: #67686b;
  font-size: 12px;
}

.stateDown-icon:after,
.stateNormal-icon:after,
.stateUp-icon:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-bottom: -3px;
}
.stateDown-icon:after { background-position: -97px 0; }
.stateNormal-icon:after { background-position: -97px -20px; }
.stateUp-icon:after { background-position: -97px -42px; }

.pollBlock .article {
  border: 1px solid #f4f7f4;
  padding: 8px 8px 9px;
  position: relative;
}
.pollBlock h3 {
  margin: 0;
  color: #006737;
  font-size: 18px;
  line-height: 31px;
  text-indent: 8px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 1px 1px 0px #fff;
}
.pollBlock article h4 {
  margin: 0;
  color: #003e15;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  padding-left: 50px;
  margin-bottom: 1em;
}
.pollBlock article h4:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  background: url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat 0 -61px;
  width: 40px;
  height: 55px;
}
.pollBlock input {
  float: left;
  clear: left;
  display: inline;
  margin: 0 20px;
  margin-top: 4px;
}
.pollBlock label {
  float: left;
}
.ie7 .pollBlock input {
  margin: 0 17px 0 17px;
  margin-top: 4px;
}
.ie7 .pollBlock label {
  width: 70%;
  margin-top: 4px;
}
.pollBlock article:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  z-index: 0;
  -o-background-size: 100% 100%; -webkit-background-size: 100% 100%; -khtml-background-size: 100% 100%; background-size: 100% 100%;
  background-color: #dee8de;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dee8de), to(#eaf1ea));
  background-image: -webkit-linear-gradient(top, #dee8de, #eaf1ea);
  background-image:    -moz-linear-gradient(top, #dee8de, #eaf1ea);
  background-image:     -ms-linear-gradient(top, #dee8de, #eaf1ea);
  background-image:      -o-linear-gradient(top, #dee8de, #eaf1ea);
  background-image:         linear-gradient(top, #dee8de, #eaf1ea);
  background-clip: border-box; -moz-background-clip: border; -webkit-background-clip: border-box;
  background-origin: border-box; -moz-background-origin: border; -webkit-background-origin: border-box;
}
.oldie .pollBlock article:before {
  height: 9px;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png');
  background-repeat: repeat-x;
  background-position: 0 -58px;
}
.pollBlock button {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
}
.pollBlock button div {
  background-color: #00ae5f;
  line-height: 30px;
  margin-top: 0;
  padding: 0 11px;
  border: 0;
  position: relative;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.pollBlock button span {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #01733f;
}

.pollBlock button div:before {
  position: absolute;
  overflow: hidden;
  top: -2px;
  left: 0;
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #00ae5f;
  content: "";
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  background-color: #20c87c;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-hgrad.png');
  background-repeat: no-repeat;
  background-position: 15px 0;
}
.pollButtonBlock {
  padding: 8px 10px 3px;
  margin: 10px auto;
}
.linkMore:before {
  content: "";
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-repeat: no-repeat;
  background-position: -36px -47px;
  width: 12px;
  height: 11px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: -1px;
}
.pollButtonBlock .linkMore {
  margin-left: 30px;
  text-decoration: none;
}
.pollButtonBlock .linkMore span {
  text-decoration: underline;
}
.pollButtonBlock .linkMore:hover span {
  text-decoration: none;
}
.pollButtonBlock button div:after {
  content: "";
  position: absolute;
  top: -5px;
  right: -18px;
  display: block;
  width: 2px;
  height: 38px;
  background: url('https://files.admin.tomsk.ru/design/header-top-container-li-a-separator.png') no-repeat 0 0;
}

#fotoTabs,
#fotoTabs .ui-tabs-nav,
#fotoTabs .ui-state-default,
#fotoTabs .ui-state-default a {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  -webkit-border-radius: 0;
   -khtml-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
#fotoTabs .ui-tabs-nav-item a span {
  font-family: Cambria, 'Droid Serif', sans-serif;
  font-size: 18px;
  line-height: 28px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: normal;
}
#fotoTabs .ui-state-default {
  border-bottom: 1px solid #f0f0f0 !important;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png');
  background-repeat: repeat-x;
  background-position: 0 -391px;
}

#fotoTabs .ui-state-default a span {
  color: #67686b;
  text-shadow: 1px 1px 0px #ffffff;
}
#fotoTabs .ui-state-default a {
  border: 1px solid #fff;
  margin: 1px 0;
  border-top: 0;
  border-bottom: 0;
}
#fotoTabs .ui-tabs-nav-item a {
  padding: 0 10px;
}
#fotoTabs .ui-state-active {
  border-bottom: 1px solid #dee8de;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png');
  background-repeat: repeat-x;
  background-position: 0 -361px;
  z-index: 2;
}
#fotoTabs .ui-state-active:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 11px;
  width: 19px;
  height: 10px;
  background: url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat -47px -24px;
}
#fotoTabs .ui-state-active a span,
#fotoTabs .ui-state-active a:link span,
#fotoTabs .ui-state-active a:visited span {
  color: #fff;
  text-shadow: 1px 1px 0px #00471b;
  border: 0;
  width: 140px;
}
#fotoTabs .ui-state-active a {
  border-left: 0;
  border-right: 0;
}
#fotoTabs .newsTabs-wrapper {
  background-color: #EFF2EF;
  border: 1px solid #f4f7f4;
  border-top: 0;
  border-bottom: 1px solid #fff;
  position: relative;
}
#fotoTabs .newsTabs-wrapper:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png');
  background-repeat: repeat-x;
  background-position: 0 -421px;
}
#fotoTabs .ui-tabs-panel {
  padding: 16px 9px 9px;
}
#fotoTabs .ui-tabs-panel .linkMore {
  margin-left: 3px;
}
.img-container {
  position: relative;
  margin: 0 auto 6px;
  width: 260px;
}

.freshImg {
  display: inline-block;
  width: 480px;
  margin-top:20px;

}

.linkImg{
	max-width: 350px;
	margin-left: auto;
    margin-right: auto;
	}

.rub{
	position: relative;
  	width: 420px;
  	margin: auto;
}

.freshImg .rub img{
 	display: block;
    max-width: 100%;
    max-height: 100%;
}


.freshImg .rub div{
	position: absolute;
	bottom: 0px;
    left: 0px;
	padding: 16px 20px;
	background-color:rgba(0, 32, 11, 0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b200200b, endColorstr=#b200200b)";
	color: #FFF;
	width:380px;
}



.img-container img
{
 	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.img-container p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
  margin: 0 auto;
  padding: 8px 10px;
  background-color: rgba(0,32,11,0.6);
  text-align: left;
  font-size: 12px;
  color: #fff;
}
.no-rgba .img-container p {
  background: url('https://files.admin.tomsk.ru/design/newsSlider-p-bg.png') repeat 0 0;
}
.main .img-container p a {
  font-size: 12px;
  color: #fff;
}
.jcarousel-skin-adm .jcarousel-item-horizontal a {
  text-decoration: none;

}
.jcarousel-skin-adm .jcarousel-item-horizontal h3 {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  /*font-size: 15%; хм... зачем же это вообще было нужно 23.10.17*/ 
  line-height: 20px;
  padding: 1px 0 6px;
  text-indent: 8px;
  font-weight: normal;
  text-shadow: 1px 1px 0px #00471b;
  border-top: 3px solid #00ae5f;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png');
  background-repeat: repeat-x;
  background-position: 0 -361px;
}

.secondary-container {
  padding: 10px 10px 0;
  margin-bottom: 10px;
}
/*.main*/
 ul.navigator {
  list-style: none;
  padding: 0;
  margin: 0 auto 10px;
}
/*.main*/
 ul.navigator li {
  color: #67686b;
  padding-right: 10px;
  position: relative;
}
/*.main*/
 ul.navigator li+li {
  padding-left: 13px;
}
/*.main*/
 ul.navigator li+li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 11px;
  margin-top: -5px;
  background: url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat -36px -47px;
}
/*.main*/
ul.navigator li a {
  color: #00ae5f;
}
/*main*/
ul.navigator li,
ul.navigator li a {
  float: left;
  font-family: Cambria, 'Droid Serif', sans-serif;
  font-size: 12px;
}

.section .main-content {
  background: #f7f7f7;
  border: 1px solid #d5d5d5;
  border-top: 0;
  border-bottom: 1px solid #fff;
  padding: 10px 18px;
  margin-bottom: 30px !important;
}
.secondary-container .section {
  position: relative;
}
.secondary-container .section:after {
  bottom: -11px;
  position: absolute;
  background-position: 50% -30px;
}



div.text-container:before, div.text-container:after { content: ""; display: table; }
div.text-container:after { clear: both; }
div.text-container { zoom: 1; }

div.text-container {
  font-family: Cambria, 'Droid Serif', sans-serif;
  font-size: 14px;
  color: #67686b;
}

div.text-container h1,
div.text-container h2,
div.text-container h3,
div.text-container h4,
div.text-container h5,
div.text-container h6 {
  font-family: Cambria, 'Droid Serif', sans-serif;
  color: #003e15;
  line-height: 1.125em;
  font-weight: normal;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
div.text-container h1 { font-size: 32px; }
div.text-container h2 { font-size: 26px; }
div.text-container h3 { font-size: 20px; }
div.text-container h4 { font-size: 16px; }
div.text-container h5 { font-size: 14px; }
div.text-container h6 { font-size: 12px; }

div.text-container p {
  margin: 0 auto;
  line-height: 1.571em;
  margin-bottom: 20px;
}

div.text-container img {
  border: 1px solid #d5d5d5;
}

div.text-container ul {
  padding-left: 10px;
  margin: 1em auto;
  list-style: none
}
div.text-container ul li {
  background: url('https://files.admin.tomsk.ru/design/dot.gif') no-repeat 2px 0.6em;
  padding-left: 16px;
}

div.text-container table {
  width: 100%;
  margin: 20px auto;
}
div.text-container table td {
  padding: 3px 3px;
}
div.text-container table thead {
  background: #003e15 url('https://files.admin.tomsk.ru/design/sprite-table.png') repeat-x 0 -481px;
}
div.text-container table thead td {
  color: #fff;
}
div.text-container table thead td+td {
  background: url('https://files.admin.tomsk.ru/design/table-thead-td-separator.png') no-repeat 0 0;
}

div.text-container table thead th+th {
  background: url('https://files.admin.tomsk.ru/design/table-thead-td-separator1.png') repeat-y 0 0;
}

div.text-container table tbody td {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #dee8de;
  -webkit-transition: background-color 0.3s ease-out;
     -moz-transition: background-color 0.3s ease-out;
      -ms-transition: background-color 0.3s ease-out;
       -o-transition: background-color 0.3s ease-out;
          transition: background-color 0.3s ease-out;
}
div.text-container table tbody td+td {
  border-left: 2px solid #fff;
}
div.text-container table tbody tr:nth-child(odd) td { background: #dee8de; }
div.text-container table tbody tr:nth-child(even) td { background: #efefef; }
div.text-container table tbody tr:hover td { background: #c5d5c5 !important; }

div.text-container figure {
  background: #eff2ef;
  border: 1px solid #d5d5d5;
  padding: 9px;
  max-width: 180px;
  font-size: 12px;
  position: relative;
  margin-bottom: 25px !important;
}
div.text-container figure.rightFl {
  float: right;
  margin-left: 27px;
}
div.text-container figure.leftFl {
  float: left;
  margin-right: 27px;
}
div.text-container figure:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-shadows.png');
  background-repeat: no-repeat;
  background-position: 50% -20px;
  height: 10px;
  width: 100%;
  display: block;
}
div.text-container figure img {
  border: 0;
}
div.text-container figure p {
  margin-bottom: 0;
}
div.text-container figure figcaption {
  padding-top: 4px;
}

div.paginator {
  background: url('https://files.admin.tomsk.ru/design/sep.gif') repeat-x 0 0;
  padding-top: 10px;
  position: relative;
  margin: 15px 0 0;
  overflow: hidden;
}
div.paginator p {
  margin-right: 7px;
  float: left;
  line-height: 28px;
  vertical-align: middle;
  font-family: Cambria, 'Droid Serif', sans-serif;
  color: #003E15;
  font-size: 16px;
}
div.paginator ul {
  float: left;
  padding-left: 0;
  margin: 0 auto;
}
div.paginator ul li {
  background: none;
  float: left;
  display: inline-block;
  padding-left: 0;
  width: 27px;
  height: 26px;
  border: 1px solid #c5d5c5;
  padding: 1px;
  text-align: center;
}
div.paginator ul li.prev,
div.paginator ul li.next { text-indent: -999em; border: 0; position: relative; }

div.paginator ul li.prev a,
div.paginator ul li.next a { background: none !important; }

div.paginator ul li.prev a:before ,
div.paginator ul li.next a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 11px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-repeat: no-repeat;
}
div.paginator ul li.prev a:before { background-position: -48px -47px; margin-left: -9px; }
div.paginator ul li.next a:before { background-position: -36px -47px; margin-left: -1px; }

.oldie div.paginator ul li a .prev ,
.oldie div.paginator ul li a .next {
  content: "";
  position: absolute;
  width: 12px;
  height: 11px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  background-image: url('https://files.admin.tomsk.ru/design/sprite.png');
  background-repeat: no-repeat;
}
.oldie div.paginator ul li a .prev { background-position: -48px -47px; margin-left: -9px; }
.oldie div.paginator ul li a .next { background-position: -36px -47px; margin-left: -1px; }


div.paginator ul li+li {
  margin-left: -1px;
}
div.paginator ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  white-space: normal;
  line-height: 23px;
  height: 24px;
  padding-top: 2px;
  vertical-align: middle;
  background: #dee8de url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat -47px -67px;
  -webkit-transition: background-color 0.3s ease-out;
     -moz-transition: background-color 0.3s ease-out;
      -ms-transition: background-color 0.3s ease-out;
       -o-transition: background-color 0.3s ease-out;
          transition: background-color 0.3s ease-out;
}
div.paginator ul li a:hover {
  background-color: #fff;
}
div.paginator ul li.current {
  background: #006737;
  position: relative;
  z-index: 2;
  border: 1px solid #003e15;
}
div.paginator ul li.current a {
  text-decoration: none;
  color: #fff !important;
  background: #003e15 url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat -47px -107px;
  cursor: default;
}

div.attention {
  background: #dee8de;
  position: relative;
  margin-bottom: 20px;
}
div.attention:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  content: "";
  z-index: 0;
  -o-background-size: 100% 100%; -webkit-background-size: 100% 100%; -khtml-background-size: 100% 100%; background-size: 100% 100%;
  background-color: #dee8de;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dee8de), to(#eaf1ea));
  background-image: -webkit-linear-gradient(top, #dee8de, #eaf1ea);
  background-image:    -moz-linear-gradient(top, #dee8de, #eaf1ea);
  background-image:     -ms-linear-gradient(top, #dee8de, #eaf1ea);
  background-image:      -o-linear-gradient(top, #dee8de, #eaf1ea);
  background-image:         linear-gradient(top, #dee8de, #eaf1ea);
  background-clip: border-box; -moz-background-clip: border; -webkit-background-clip: border-box;
  background-origin: border-box; -moz-background-origin: border; -webkit-background-origin: border-box;
}
.ie8 div.attention:before {
  height: 19px;
  background-image: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png');
  background-repeat: repeat-x;
  background-position: 0 -522px;
}
div.attention:after {
  content: " ";
  background-image: url('https://files.admin.tomsk.ru/design/sprite-shadows.png');
  background-repeat: no-repeat;
  background-position: 50% -30px;
  bottom: -10px;
  position: absolute;
  height: 10px;
  width: 100%;
  display: block;
}
div.attention p {
  margin-bottom: 0;
  padding: 15px 15px 15px 65px;
}
div.attention .attention-symbol {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin-bottom: -1px;
  width: 49px;
  background: #07431b url('https://files.admin.tomsk.ru/design/attention-symbol-bg.png') no-repeat 50% -6px;
  border-right: 1px solid #07431b;
  overflow: hidden;
}
.oldie div.attention .attention-symbol {
  background: #07431b url('https://files.admin.tomsk.ru/design/attention-symbol-bg.png') no-repeat 50% -5px;
}
div.attention .attention-symbol span {
  color: #fff;
  display: block;
  height: 100%;
  border-right: 1px solid #00ae5f;
  font-size: 60px;
  font-family: Cambria, 'Droid Serif', sans-serif;
  text-align: center;
  padding-top: 17px;
}

div.block{
	background: none repeat scroll 0% 0% #DEE8DE;
	position: relative;
	margin-bottom: 20px;
	}

div.block .text-container{
	padding: 15px 15px 15px 15px;
	}

div.block .text-container .result{
	margin-top:10px;
	line-height: 30px;
	background: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png') repeat-x scroll 0px -541px #005F2B;
	}

div.block .text-container .result a{
	color: #fff;
	}

div.block legend{
  background: #e5ede5;
  line-height: 40px;
  text-indent: 10px;
  font-size: 20px;
	}


div.news-list {
  overflow: hidden;
}
div.news-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  margin-right: -20px;
}
div.news-list li {
  margin-bottom: 18px;
  padding-right: 18px;
  width: 300px;
  min-height: 185px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  _height: 185px;
  background: url('https://files.admin.tomsk.ru/design/sep.gif') repeat-x 0 100%;
}
div.news-list li img {
  border: 1px solid #d5d5d5;
  float: left;
  margin-right: 18px;
  margin-bottom: 12px;
}
.main div.news-list li a {
  font-size: 14px;
  line-height: 20px;
}
div.news-list li p,
div.news-list li div.text-container {
  font-size: 12px;
  line-height: 16px;
  margin: 0 auto;
}
div.news-list li div.text-container {
  clear: both;
}

div.formContainer {
  padding-top: 6px;
  margin-bottom: 18px;
}
.ie7 div.formContainer {
  zoom: 1;
}
div.formController {
  border-top: 1px solid #c5d5c5;
  border-bottom: 1px solid #fff;
  margin: 60px auto 40px;
  height: 0;
  position: relative;
  visibility: hidden;
}
div.formController ul {
  padding-left: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  list-style: none;
}
div.formController ul li {
  position: absolute;
  bottom: 0;
}
div.formController ul li a {
  text-decoration: none;
  cursor: default;
}
div.formController ul li div.text-container {
  width: 70%;
  margin: 0 auto 20px;
}
div.formController ul li div.text-container a {
  text-decoration: underline;
}
div.formController ul li div.text-container p {
  margin-bottom: 0;
  text-align: center;
  line-height: 16px;
}
div.formController ul li.state-default div.formControllerMark {
  width: 20px;
  height: 20px;
  background: url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat -80px -60px;
  margin: 0 auto;
  text-indent: -9999em;
  position: relative;
  top: 8px;
}
div.formController ul li.state-done div.formControllerMark {
  background: url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat -80px -80px;
}
div.formController ul li.state-current div.text-container {
  margin: 0 auto -2px;
}
div.formController ul li.state-current div.formControllerMark {
  background: url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat -109px -69px;
  width: 42px;
  height: 42px;
  top: 19px
}

div.formController ul li:first-child div.text-container { margin: 0 0 20px; }
div.formController ul li.state-current:first-child div.text-container { margin: 0 0 -2px; }
div.formController ul li:first-child div.text-container p { text-align: left; }
div.formController ul li:first-child div.formControllerMark { margin: 0; }
div.formController ul li:last-child div.text-container { margin: 0 0 20px auto; }
div.formController ul li.state-current:last-child div.text-container { margin: 0 0 -2px auto; }
div.formController ul li:last-child div.text-container p { text-align: right; }
div.formController ul li:last-child div.formControllerMark { margin: 0 0 0 auto; }

div.formController div.formControllerLabel {
  position: absolute;
  bottom: -42px;
  width: 19px;
  height: 10px;
  background: url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat -160px -65px;
  left: 8px;
  margin-left: -8px;
}

div.formContainer fieldset legend {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-indent: 10px;
  text-shadow: 1px 1px 3px #00471b;
  background: #005f2b url('https://files.admin.tomsk.ru/design/sprite-vgrad.png') repeat-x 0 -541px;
}
div.formContainer fieldset {
  position: relative;
}
div.formContainer fieldset:after {
  bottom: -11px;
  position: absolute;
  background-position: 50% -30px;
  content: " ";
  background-image: url('https://files.admin.tomsk.ru/design/sprite-shadows.png');
  background-repeat: no-repeat;
  height: 10px;
  width: 100%;
  display: block;
}
div.formContainer fieldset div.formBox {
  border: 1px solid #c5d5c5;
  background: #dee8de;
  padding: 8px 14px;
}


div.formItem:before, div.formItem:after { content: ""; display: table; }
div.formItem:after { clear: both; }
div.formItem {
  zoom: 1;
  margin-bottom: 15px;
}

div.formItem>label {
  float: left;
  width: 210px;
  text-align: right;
  line-height: 25px;
  vertical-align: middle;
}
div.formItem div.inputWrapper {
  padding-left: 246px;
}
div.formItem div.formInput {
  background: #fff;
  padding: 1px 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.ie8 div.formItem div.formInput {
  position: relative;
  -pie-border-radius: 4px;
   behavior: url('/css/PIE.htc');
}
div.formItem div.formInput input,
div.formItem div.formInput textarea {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  outline: 0;
  color: #67686b;
  font-size: 14px;
  line-height: 1.231em;
}
div.formItem div.formInput select {
  width: 100%;
}

div.formItem div.formInput.selectBox {
  background: none;
  padding: 0;
  border: 0;
}

div.formItem.required div.inputWrapper {
  background: url('https://files.admin.tomsk.ru/design/required-icon.png') no-repeat 230px 8px;
}
div.formItem.error div.formInput {
  border: 1px solid #c50000;
  background: #f7f1f1;
}
div.formItem.error div.inputWrapper small {
  color: #c50000;
}

.main div.downloadFile {
  display: inline-block;
  font-size: 12px;
}
.main div.downloadFile a,
.main div.downloadFile span {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  display: inline-block;
}
.main div.downloadFile span {
  margin-left: 8px;
}
.main div.downloadFile a[href$=".doc"],
.main div.downloadFile a[href$=".docx"],
.main div.downloadFile a[href$=".pdf"],
.main div.downloadFile a[href$=".xls"],
.main div.downloadFile a[href$=".xlsx"],
.main div.downloadFile a[href$=".txt"],
.main div.downloadFile a[href*="."],
.main div.downloadFile a[href$=".jpg"],
.main div.downloadFile a[href$=".jpeg"],
.main div.downloadFile a[href$=".jpe"],
.main div.downloadFile a[href$=".gif"],
.main div.downloadFile a[href$=".png"],
.main div.downloadFile a[href$=".bmp"],
.main div.downloadFile a[href$=".rar"],
.main div.downloadFile a[href$=".zip"] { padding-left: 24px; background-image: url('https://files.admin.tomsk.ru/design/file-icons.png'); background-repeat: no-repeat; }

.main div.downloadFile a[href*="."] { background-position: 0 -80px; }
.main div.downloadFile a[href$=".doc"],
.main div.downloadFile a[href$=".docx"] { background-position: 0 0; }
.main div.downloadFile a[href$=".pdf"] { background-position: 0 -20px; }
.main div.downloadFile a[href$=".xls"],
.main div.downloadFile a[href$=".xlsx"] { background-position: 0 -40px; }
.main div.downloadFile a[href$=".txt"] { background-position: 0 -60px; }
.main div.downloadFile a[href$=".jpg"],
.main div.downloadFile a[href$=".jpeg"],
.main div.downloadFile a[href$=".jpe"],
.main div.downloadFile a[href$=".gif"],
.main div.downloadFile a[href$=".bmp"],
.main div.downloadFile a[href$=".png"] { background-position: 0 -100px; }
.main div.downloadFile a[href$=".rar"],
.main div.downloadFile a[href$=".zip"] { background-position: 0 -120px; }

div.formLegend {
  text-align: right;
  padding-right: 20px;
  font-size: 12px;
  line-height: 1.231em;
  background: url('https://files.admin.tomsk.ru/design/required-icon.png') no-repeat 100% 50%;
}

div.fileInput div.inputWrapper {
  padding-right: 150px;
}
div.fileInputContainer {
  float: right;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
div.fileInputContainer input[type="file"] {
  opacity: 0;
  position: absolute;
  font-size: 10em;
  right: 0;
  top: 0;
  cursor: pointer;
}
.oldie div.fileInputContainer input[type="file"] {
  filter: alpha(opacity= 0);
}

div.fileInputContainer {
  -webkit-box-shadow: 0px 1px 1px #c6d6c6, inset 0px 1px 3px #ffffff;
     -moz-box-shadow: 0px 1px 1px #c6d6c6, inset 0px 1px 3px #ffffff;
          box-shadow: 0px 1px 1px #c6d6c6, inset 0px 1px 3px #ffffff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #ecf1ec;
  text-align: center;
  width: 130px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  -webkit-transition: all 0.1s ease-out;
     -moz-transition: all 0.1s ease-out;
      -ms-transition: all 0.1s ease-out;
       -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
}
div.fileInputContainer:active {
  background: #e1e5e1;
  -webkit-box-shadow: 0px 1px 1px #ffffff, inset 0px 1px 3px #c6d6c6;
     -moz-box-shadow: 0px 1px 1px #ffffff, inset 0px 1px 3px #c6d6c6;
          box-shadow: 0px 1px 1px #ffffff, inset 0px 1px 3px #c6d6c6;
  margin-top: 1px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: 1px;
}
.ie8 div.fileInputContainer {
  -pie-border-radius: 4px;
  box-shadow: 0px 1px 1px #c6d6c6;
  behavior: url('/css/PIE.htc');
}
div.fileInputContainer label {
  line-height: 26px;
  vertical-align: middle;
}

div.formSubmit {
  background: #00ae5f url('https://files.admin.tomsk.ru/design/ie7-header-nav-a-current.png') no-repeat 50% 0;
  padding: 0 12px;
  text-align: center;
  display: inline-block;
  height: 30px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
div.formSubmit:hover {
  background: #1ec67a url('https://files.admin.tomsk.ru/design/ie7-header-nav-a-current.png') no-repeat 50% 0;
}
.ie8 div.formSubmit {
  position: relative;
  -pie-border-radius: 4px;
  behavior: url('/css/PIE.htc');
}
div.formSubmit input
  {
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0 auto;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #01733f;
}

.okBox div.text-container p {
  font-size: 20px;
  line-height: 1.231em;
  color: #003e15;
  text-shadow: 1px 1px 1px #f7f7f7;
}
.okBox div.attention-symbol span {
  background: url('https://files.admin.tomsk.ru/design/attention-symbol-ok.png') no-repeat 90% 35%;
}
.errorBox div.attention-symbol {
  background: #3e0000 url('https://files.admin.tomsk.ru/design/attention-symbol-bg-error.png') no-repeat 50% -6px !important;
  border-right: 1px solid #3e0000;
}
.errorBox div.text-container p {
  font-size: 20px;
  line-height: 1.231em;
  color: #a40707;
  text-shadow: 1px 1px 1px #f7f7f7;
}
.errorBox div.attention-symbol span {
  background: url('https://files.admin.tomsk.ru/design/attention-symbol-error.png') no-repeat 70% 35%;
  border-right: 1px solid #e46464;
}

div.slider {
  border: 1px solid #d6d6d6;
  background: url('https://files.admin.tomsk.ru/design/slider-bg.gif') repeat-y 0 0;
  padding: 10px 34px 13px;
  position: relative;
  margin-bottom: 20px;
  min-height:50px;
}
.js div.slider {
  margin-left: 26px;
}
.js div.slider div.text-container {
  display: none;
}
div.slider div.text-container {
  padding-top: 0px;
}
div.slider div.text-container h4 {
  margin-bottom: 0;
}
div.slider div.text-container p {
  margin-top: 6px;
  margin-bottom: 0;
}
div.slider div.text-container ul{
	list-style-type: none;
	padding-left:0px;
}

div.slider div.text-container ul li{
	 background: none;
	 padding-left:0px;
}
div.slider div.formItem div.inputWrapper {
  padding-top:10px;
  padding-left: 0px;
}

div.slider a.sliderController {
  display: block;
  position: absolute;
  text-indent: -999em;
  width: 49px;
  height: 50px;
  top: 10px;
  left: -26px;
}
div.slider a.sliderController.stateClose {
  background: url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat -165px -85px;
}
div.slider a.sliderController.stateOpened {
  background: url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat -225px -85px;
}

.gallery-list {
  list-style: none;
  margin: 0 -24px 20px 0;
  padding: 0;
}
.gallery-list:before, .gallery-list:after { content: ""; display: table; }
.gallery-list:after { clear: both; }
.gallery-list { zoom: 1; }
.gallery-list li:before, .gallery-list li:after { content: ""; display: table; }
.gallery-list li:after { clear: both; }
.gallery-list li { zoom: 1; }

.gallery-list li {
  float: left;
  display: inline;
  width: 300px;
  margin-right: 20px;
}

.gallery-list li>a {
  float: left;
}
.gallery-list li img {
  border: 1px solid #d5d5d5;
  margin-right: 18px;
}
.main .gallery-list li div.text-container,
.main .gallery-list li div.text-container a,
.main .gallery-list li div.text-container p {
  line-height: 20px;
}
.main .gallery-list li div.text-container p {
  margin-bottom: 4px;
}

.gallery-inner {
  list-style: none;
  margin: 0 -28px 20px 0;
  padding: 0;
}
.gallery-inner:before, .gallery-inner:after { content: ""; display: table; }
.gallery-inner:after { clear: both; }
.gallery-inner {
	zoom: 1;
}
.gallery-inner li {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 120px;
  /*222px;*/
  margin-right:21px;
  /*15px;*/
  margin-bottom: 20px;

}
.gallery-inner li div.text-container {
  height: 100%;
}
.gallery-inner li div.text-container small {
  display: block;
}

div.searchBox {
  padding: 12px 14px !important;
}
div.searchBox div.formItem div.inputWrapper {
  padding-left: 125px;
}
div.searchBox div.formItem label {
  width: 110px;
  text-align: left;
}

.multipleInputs:before, .multipleInputs:after { content: ""; display: table; }
.multipleInputs:after { clear: both; }
.multipleInputs { zoom: 1; }

div.multipleInputs div.multipleInput {
  float: left;
  display: inline;
}
div.multipleInputs div.multipleInput+div.multipleInput {
  margin-left: 20px;
}
div.multipleInputs div.multipleInput div.formInput {
  display: inline-block;
  position: relative;
}
div.multipleInputs div.multipleInput input {
  width: auto;
}

div.multipleInputs div.multipleInput img.ui-datepicker-trigger {
  position: absolute;
  right: -1px;
  top: -2px;
  cursor: pointer;
}
div.multipleInputs div.multipleInput div.formInput input {
  width: 110px
}
div.multipleInputs div.multipleInput div.fileInputContainer {
  float: left;
  display: inline-block;
  width: 100px;
  margin-right: 15px;
}

div.multipleInputs div.multipleInput div.fileInputContainer input {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0 auto;
  background: none;
  color: #67686b;
  text-shadow: 1px 1px 1px #fff;
  height: 25px;
  text-transform: uppercase;
  font-size: 13px;
}

div.multipleInputs div.multipleInput div.formSubmit {
  float: left;
  display: inline-block;
  margin-right: 15px;
  height: 25px;
  line-height: 25px;
  width: 100px;
  padding: 0;
}
div.multipleInputs div.multipleInput div.formSubmit input {
  margin-bottom: 4px;
  height: 25px; /*15px;*/
  line-height: 15px;
  font-size: 13px;
}

div.searchResultItem {
  margin-bottom: 20px;
  padding: 5px 10px 5px 40px;
  background-image: url('https://files.admin.tomsk.ru/design/search-result.png');
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
div.searchResultItem:nth-child(2n+1) {
  background-color: #efefef;
}
div.searchResultItem+div.searchResultItem {
  margin-top: -15px;
}
div.searchResultItem>a {
  border-bottom: 1px solid #d5d5d5;
  display: block;
  padding-bottom: 5px;
}
div.searchResultItem>div{
  border-top: 1px solid #f7f7f7;
}
div.searchResultItem div.downloadFile {
  float: right;
}
div.searchResultItem strong {
  color: #003e15;
}
div.searchResultItem div.downloadFile a,
div.searchResultItem div.downloadFile span {
  font-size: 12px;
  line-heighT: 16px;
  vertical-align: middle;
}
div.searchResultItem div.downloadFile a {
  width: 20px;
  margin-left: 8px;
  padding-left: 0 !important;
}
div.searchResultItem div.downloadFile span {
  margin-left: 3px !important;
}
.hasDownloads>div>strong {
  padding-right: 25px;
  background: url('https://files.admin.tomsk.ru/design/has-downloads.png') no-repeat 100% 50%;
}


div.agregatorContainer {
  margin-right: -24px;
}
div.agregatorContainer div.agregatorColumn {
  float: left;
  width: 336px;
}
div.agregatorContainer fieldset {
  width: 300px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  background: url('https://files.admin.tomsk.ru/design/agregator-shadow.png') no-repeat 50% 100%;
}
div.agregatorContainer fieldset div {
  position: relative;
}
div.agregatorContainer fieldset legend {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 50px;
  background: url('https://files.admin.tomsk.ru/design/agregator-legend.png') no-repeat 0 0;
}
.main div.agregatorContainer fieldset legend a {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  padding-left: 92px;
  color: #fff;
}

.main div.agregatorContainer fieldset legend a span {
line-height: 13px;
display: inline-block;
height: 40px;
vertical-align: middle;
text-decoration: none;
width:200px;
padding-top:2%;
}

div.agregatorContainer fieldset.health-icon legend a,
div.agregatorContainer fieldset.education-icon legend a,
div.agregatorContainer fieldset.culture-icon legend a,
div.agregatorContainer fieldset.municipal-icon legend a,
div.agregatorContainer fieldset.departments-icon legend a,
div.agregatorContainer fieldset.security-icon legend a,
div.agregatorContainer fieldset.housing-icon legend a,
div.agregatorContainer fieldset.ecology-icon legend a,
div.agregatorContainer fieldset.online-icon legend a,
div.agregatorContainer fieldset.areas-icon legend a,
div.agregatorContainer fieldset.social-icon legend a,
div.agregatorContainer fieldset.transport-icon legend a,
div.agregatorContainer fieldset.legislation-icon legend a,
div.agregatorContainer fieldset.improvement-icon legend a,
div.agregatorContainer fieldset.municipalOrder-icon legend a,
div.agregatorContainer fieldset.contestsAndProjects-icon legend a,
div.agregatorContainer fieldset.investmentActivities-icon legend a,
div.agregatorContainer fieldset.helpSmallBusinessDevelopment-icon legend a,
div.agregatorContainer fieldset.planInspectionsOfLegalEntities-icon legend a,
div.agregatorContainer fieldset.cityDevelopmentPlan-icon legend a,
div.agregatorContainer fieldset.provisionOfConsumerServices-icon legend a,
div.agregatorContainer fieldset.innovativeBusiness-icon legend a,
div.agregatorContainer fieldset.cityGuide-icon legend a,
div.agregatorContainer fieldset.airport-icon legend a,
div.agregatorContainer fieldset.railroad-icon legend a,
div.agregatorContainer fieldset.busStation-icon legend a,
div.agregatorContainer fieldset.photoGallery-icon legend a,
div.agregatorContainer fieldset.historicalMaterials-icon legend a,
div.agregatorContainer fieldset.tomic-icon legend a,
div.agregatorContainer fieldset.communityOrganizations-icon legend a,
div.agregatorContainer fieldset.media-icon legend a,
div.agregatorContainer fieldset.activities-icon legend a,
div.agregatorContainer fieldset.business-icon legend a,
div.agregatorContainer fieldset.residentsOfTheCity-icon legend a,
div.agregatorContainer fieldset.receptionMajor-icon legend a,
div.agregatorContainer fieldset.interview-icon legend a,
div.agregatorContainer fieldset.calendarOfActivities-icon legend a,
div.agregatorContainer fieldset.viceMayor-icon legend a,
div.agregatorContainer fieldset.administrativeAuthority-icon legend a,
div.agregatorContainer fieldset.jobs-icon legend a,
div.agregatorContainer fieldset.decisionsAndOrders-icon legend a,
div.agregatorContainer fieldset.default-icon legend a {
  background-image: url('https://files.admin.tomsk.ru/design/agregator-sprite.png');
  background-repeat: no-repeat;
}

div.agregatorContainer fieldset.health-icon legend a { background-position: 3px -2px; }
div.agregatorContainer fieldset.education-icon legend a { background-position: 3px -64px; }
div.agregatorContainer fieldset.culture-icon legend a { background-position: 3px -123px; }
div.agregatorContainer fieldset.municipal-icon legend a { background-position: 3px -186px; }
div.agregatorContainer fieldset.departments-icon legend a { background-position: 3px -244px; }
div.agregatorContainer fieldset.security-icon legend a { background-position: 3px -300px; }
div.agregatorContainer fieldset.housing-icon legend a { background-position: 3px -364px; }
div.agregatorContainer fieldset.ecology-icon legend a { background-position: 3px -424px; }
div.agregatorContainer fieldset.online-icon legend a { background-position: 3px -482px; }
div.agregatorContainer fieldset.areas-icon legend a { background-position: 3px -543px; }
div.agregatorContainer fieldset.social-icon legend a { background-position: 3px -604px; }
div.agregatorContainer fieldset.transport-icon legend a { background-position: 3px -665px; }
div.agregatorContainer fieldset.legislation-icon legend a { background-position: 3px -724px; }
div.agregatorContainer fieldset.improvement-icon legend a { background-position: 3px -785px; }
div.agregatorContainer fieldset.municipalOrder-icon legend a { background-position: 3px -844px; }
div.agregatorContainer fieldset.contestsAndProjects-icon legend a { background-position: 3px -904px; }
div.agregatorContainer fieldset.investmentActivities-icon legend a { background-position: 3px -962px; }
div.agregatorContainer fieldset.helpSmallBusinessDevelopment-icon legend a { background-position: 3px -1025px; }
div.agregatorContainer fieldset.planInspectionsOfLegalEntities-icon legend a { background-position: 3px -1082px; }
div.agregatorContainer fieldset.cityDevelopmentPlan-icon legend a { background-position: 3px -1143px; }
div.agregatorContainer fieldset.provisionOfConsumerServices-icon legend a { background-position: 3px -1205px; }
div.agregatorContainer fieldset.innovativeBusiness-icon legend a { background-position: 3px -1264px; }
div.agregatorContainer fieldset.cityGuide-icon legend a { background-position: 3px -1325px; }
div.agregatorContainer fieldset.airport-icon legend a { background-position: 3px -1384px; }
div.agregatorContainer fieldset.railroad-icon legend a { background-position: 3px -1443px; }
div.agregatorContainer fieldset.busStation-icon legend a { background-position: 3px -1504px; }
div.agregatorContainer fieldset.photoGallery-icon legend a { background-position: 3px -1564px; }
div.agregatorContainer fieldset.historicalMaterials-icon legend a { background-position: 3px -1624px; }
div.agregatorContainer fieldset.tomic-icon legend a { background-position: 3px -1684px; }
div.agregatorContainer fieldset.communityOrganizations-icon legend a { background-position: 3px -1742px; }
div.agregatorContainer fieldset.media-icon legend a { background-position: 3px -1806px; }
div.agregatorContainer fieldset.activities-icon legend a { background-position: 3px -1865px; }
div.agregatorContainer fieldset.business-icon legend a { background-position: 3px -1925px; }
div.agregatorContainer fieldset.residentsOfTheCity-icon legend a { background-position: 3px -1985px; }
div.agregatorContainer fieldset.receptionMajor-icon legend a { background-position: 3px -2045px; }
div.agregatorContainer fieldset.interview-icon legend a { background-position: 3px -2102px; }
div.agregatorContainer fieldset.calendarOfActivities-icon legend a { background-position: 3px -2162px; }
div.agregatorContainer fieldset.viceMayor-icon legend a { background-position: 3px -2225px; }
div.agregatorContainer fieldset.administrativeAuthority-icon legend a { background-position: 3px -2285px; }
div.agregatorContainer fieldset.jobs-icon legend a { background-position: 3px -2344px; }
div.agregatorContainer fieldset.decisionsAndOrders-icon legend a { background-position: 3px -2405px; }
div.agregatorContainer fieldset.default-icon legend a { background-position: 3px -2470px; }

div.agregatorContainer fieldset ul {
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
  padding: 5px 0 8px;
  background: #efefef url('https://files.admin.tomsk.ru/design/agregator-ul.png') no-repeat 50% 0;
}
.js div.agregatorContainer fieldset ul {
  max-height: 54px;
}
.ie7 div.agregatorContainer fieldset ul {
  max-height: 100%;
}
div.agregatorContainer fieldset ul li {
  background: url('https://files.admin.tomsk.ru/design/arrow-right-icon.gif') no-repeat 12px 6px;
  padding-left: 30px;
}
.main div.agregatorContainer fieldset ul li,
.main div.agregatorContainer fieldset ul li a {
  font-size: 12px;
  line-height: 1.5em;
}
div.agregatorContainer fieldset a.agregatorShow {
  text-indent: -999em;
  display: block;
  bottom: -10px;
  left: 50%;
  z-index: 1; /*убрали чтобы было видно меню!!! */
  margin-left: -50px;
  position: absolute;
  width: 100px;
  height: 10px;
  background: url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat -120px -5px;
}
.ie7 div.agregatorContainer fieldset a.agregatorShow {
  display: none;
}
div.agregatorContainer fieldset a.agregatorShow:hover { background: url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat -120px -25px; }
div.agregatorContainer fieldset div.state-opened a.agregatorShow { background: url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat -120px -45px; }


.fntb {font-weight: bold;}
.fll { float: left }
.flr { float: right }
.tac { text-align: center }
.tal { text-align: left }
.tar { text-align: right }
.w10 { width: 10% }
.w20 { width: 20% }
.w30 { width: 30% }
.w40 { width: 40% }
.w50 { width: 50% }
.w60 { width: 60% }
.w70 { width: 70% }
.w80 { width: 80% }
.w90 { width: 90% }
.w100 { width: 100% }
.tdu { text-decoration: underline }
.nobd { border: 0!important }
.overflowed { overflow: auto }

/*font{
    color: #000000;
}*/

.news_page{
text-align: justify;
}

.news_page font{
  color: #67686B;
}

.main-content .text-container .news_page a font{
  color: #00ae5f;
  text-decoration: underline;
  text-indent: 0px;
  display: inline ;
}

.main-content .text-container .news_page a + font{  
  text-indent: 1px; 
}

.main-content .text-container .news_page font + font, .main-content .text-container .news_page font + b font, .main-content .text-container .news_page b font + b font, .main-content .text-container .news_page b font + font{  
  text-indent: 2px; 
}

.news_page img{
 margin-right:10px;
 margin-top:5px;

}


div.tableStyling {
  position: relative;
}

.logo-1994,
.logo-1996 {
  position: absolute;
  top: 0;
  left: 0;
}

div.tableStyling .logo-1994 img,
div.tableStyling .logo-1996 img {
  border: 0;
}

div.tableStyling h1,
div.tableStyling h2,
div.tableStyling h3,
div.tableStyling h4,
div.tableStyling h5,
div.tableStyling h6 {
  color: #67686B;
  font-family: 'Times New Roman',Times,FreeSerif,serif;
}


div.tableStyling table {
  width: auto;
  margin: auto;
  border: 1px solid gray;
}
div.tableStyling table td {
  padding: 3px 5px;
  border: 1px solid gray;
}
div.tableStyling table thead {
  background: none;
}
div.tableStyling table thead td {
  color: auto;
}
div.tableStyling table thead td+td {
  background: none;
}
div.tableStyling table tbody td {
  border: 1px solid gray;
  background: none;
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
div.tableStyling table tbody td+td {
  border: 1px solid gray;
}
div.tableStyling table tbody tr:nth-child(odd) td { background: none; }
div.tableStyling table tbody tr:nth-child(even) td { background: none; }
div.tableStyling table tbody tr:hover td { background: none !important; }

.printerIcon {
  background: url('https://files.admin.tomsk.ru/design/printer-icon.png') no-repeat 0 50%;
  padding-left: 18px;
}
.downloadPDF {
  background: url('https://files.admin.tomsk.ru/design/file-icons.png') no-repeat 0 -20px;
  padding-left: 20px;
  margin-left: 15px;
}

.listBlockContainer {
  border-top: 1px solid #00743c;
  background: #38c480;
  padding-top: 1px;
  margin: 0 auto 1em;
}

.listBlockContainer ul {
  border-top: 9px solid #00743c;
  margin: 0 auto;
  background: #dee8de;
  list-style: none;
  padding: 3px 10px 4px;
}

/*мне кажется это фуфломицин!*/
.listBlockContainer ul ul {
 border: 0;
 margin-top: 5px;
 margin-left: 0;
 padding-left: 0;
}

.listBlockContainer ul li {
 position: relative;
 padding-left: 19px;
 margin-bottom: .3em;
}

.listBlockContainer ul.gallery-inner{
margin: 0;
}

.listBlockContainer ul.gallery-inner li {
 position: relative;
 padding-left: 19px;
 margin-bottom: .3em;
 background: none;
}

.listBlockContainer .icon-triangle,
.listBlockContainer .icon-circle {
 position: absolute;
 top: 4px;
 left: 0;
}

.icon-triangle,
.icon-circle {
 display: inline-block;
 width: 16px;
 height: 16px;
 margin-right: .3em;
 line-height: 16px;
 vertical-align: text-top;
 background-image: url(https://files.admin.tomsk.ru/design/sprite.png);
 background-position: 0 -140px;
 background-repeat: no-repeat;
 margin-top: 1px;
}
.state-active .icon-triangle {
 background-position: -24px -140px;
}
.icon-circle {
 background-position: -48px -140px;
}

.ajax-loading .icon-triangle {
 background-image: url(https://files.admin.tomsk.ru/design/ajax-loader16.gif);
 background-position: 0 0;
}
.ajax-loading32 {
 display: inline-block;
 width: 32px;
 height: 32px;
 *margin-right: .3em;
 line-height: 32px;
 vertical-align: text-top;
 background-image: url(https://files.admin.tomsk.ru/design/ajax-loader32.gif);
 background-position: 0 0;
 background-repeat: no-repeat;
 margin-top: 1px;
}

.listBlockContainer .backLink {
  border-top: 1px solid #38c480;
  background: #00743c;
  padding: 5px 0 10px 30px;
  margin: 0 auto;
}
.listBlockContainer .backLink a {
  color: #fff!important;
}
.listBlockContainer .backLink:before {
  background-position: -280px 0;
  left: 10px;
  top: 11px;
  position: absolute;
}
.poll-container {
  margin: 1em auto 1.5em;
}
.poll-container-info {
  font-size: 12px;
  margin-bottom: .8em;
}
.poll-container-info-opened {
  color: #00ae5f;
}
.poll-container-info-closed {
  color: #a40707;
}
.poll-container-info span {
  margin: 0 .3em;
}
.poll-container-info .poll-container-info-separator {
  border-left: 1px solid #d5d5d5;
  line-height: 1em;
  display: inline-block;
  width: 0;
  padding: 3px 0 4px;
  margin: -3px 1em -4px;
}
.poll-container-content {
  background: url('https://files.admin.tomsk.ru/design/sep.gif') repeat-x 0 0;
  padding-top: 1em;
}
.poll-container .pollBlock {
  margin-bottom: .3em;
}
.poll-container .pollBlock input {
  margin: 4px 5px 0 0;
  clear: none;
}
.poll-container .pollBlock label {
  float: none;
  padding-left: 20px;
  display: block;
}
.poll-result-container {
  padding: 0 0 0 20px;
}
.poll-result {
  position: relative;
  height: 20px;
  background: #def4e7;
}
.poll-result span {
  background: url('https://files.admin.tomsk.ru/design/sprite-vgrad.png') repeat-x 0 -361px;
  position: absolute;
  height: 10px;
  border-top: 10px solid #62df91;
  bottom: 0;
  left: 0;
  min-width: 1%;
}
.poll-container .pollButtonBlock button div:after {
  display: none;
}
.poll-opened-icon,
.poll-closed-icon {
  float: left;
  margin-right: 1em;
}
.poll-opened-icon {
  width: 40px;
  height: 55px;
  background: url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat 0 -61px;
}
.poll-closed-icon {
  width: 40px;
  height: 55px;
  background: url('https://files.admin.tomsk.ru/design/sprite.png') no-repeat -292px 0;
}









/*
  styles for select
*/
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
  background: url(https://files.admin.tomsk.ru/design/selects-2.png) no-repeat;
  outline: 0;
}
.cusel {
  height: 26px;
  background-position: left top;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  z-index: 1;
}
.cuselFrameRight {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 100%;
  width: 42px;
  background-position: right top;
}

.cuselText {
  height: 22px;
  padding: 4px 0 0 7px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #67686b;
  font: 14px Cambria, Arial, "Helvetica CY", "Nimbus Sans L", 'Droid Serif', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
* html .cuselText {
  height: 22px;
}
.cusel span {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  padding: 2px 15px 2px 5px;
  zoom: 1;
}
.cusel span:hover,
.cusel .cuselOptHover {
  background: #00AE5F;
  color: #fff;
}
.cusel .cuselActive {
  background: #003E15;
  color: #fff;
  cursor: default;
}

/*
  styles for focus and hover
*/
.cusel:hover,
.cusel:hover .cuselFrameRight,
.cusel:focus,
.cusel:focus .cuselFrameRight,
.cuselFocus,
.cuselFocus .cuselFrameRight {
  background-image: url(https://files.admin.tomsk.ru/design/selects-2.png);
}

.cuselOpen {
  z-index: 999;
}

/*
  styles for disabled select
*/
.classDisCusel,
.classDisCusel .cuselFrameRight {
  background-image: url(https://files.admin.tomsk.ru/design/selects-2-dis.png) !important;
  cursor: default;
  color: #ccc;
}
.classDisCusel .cuselText {
  cursor: default;
}


/*
  styles for scrollbar
*/

/*Было вот так
display: block;
visibility: hidden;*/
.cusel .cusel-scroll-wrap {
  display: block;
  visibility: hidden;
  /*display: none;*/
  /*visibility: hidden;*/
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  min-width: 100%;
  width: auto;
}
.cusel .jScrollPaneContainer {
  position: relative;
  overflow: hidden;
  z-index: 5;
  border: 1px solid #999;
}

.cusel .jScrollPaneTrack {
  height: 100%;
  width: 4px !important;
  background: #ccc;
  position: absolute;
  top: 0;
  right: 5px;
}
.cusel .jScrollPaneDrag {
  position: absolute;
  background-position: -49px -28px;
  cursor: pointer;
  width: 12px !important;
  height: 25px !important;
  right: -4px;

}

.cusel .jScrollPaneDragTop {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.cusel .jScrollPaneDragBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.cusel .jScrollArrowUp {
  position: absolute;
  top: 0;
  right: 2px;
  width: 10px;
  height: 6px;
  cursor: pointer;
  background-position: -30px -37px;
  overflow: hidden;
}
.cusel .jScrollArrowDown {
  width: 10px;
  height: 6px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 2px;
  cursor: pointer;
  background-position: -10px -37px;
  overflow: hidden;
}

.delete_p p{
	font: 0px Cambria, Arial, "Helvetica CY", "Nimbus Sans L", 'Droid Serif', sans-serif;
}


/*popular link*/
.popular
{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: bold;
	padding-right: 12px;
	white-space: nowrap;
	cursor: pointer;
	text-decoration:underline;
	float:left;
	margin-top:5px;
}
.active
{
	color: #FEDA46;
}

.inactive
{
	color: #F7F7F7;
}

.inactive:hover
{
	color: #FEDA46;
}

/*widget*/
.admWidget .widgetLine{
z-index: 4000;
width: 78px; /*420px;*/
height: 150px;
border: 0px none;
position: fixed;
top: 30%;
left: 0px;
margin-left:-50px;
cursor: pointer;
background:#DEE8DE url('widgetBg.png') repeat-y 100% 0%;
}

.admWidget .widgetLine .btnRight{
background: url('widgetRight.png') no-repeat 100% 50%;
width: 403px;
height: 150px;
margin-left:8px;
}

.admWidget .widgetLine .btnLeft{
background: url('widgetleft.png') no-repeat 100% 50%;
width: 60px;
height: 150px;
margin-left:8px;
}

.admWidget .show{
z-index: 4000;
width: 300px;
height: 287px;
position: fixed;
top: 30%;
left: 20px;
font-size: 14px;
display:none;
}

.admWidget .show a{
color: #00AE5F;
}


/*bank.nsf Детишки - сироты*/

.bank-container1{
	min-height:325px;
	margin-top:20px;
}

div.text-container .bank-container1 img, div.text-container .bank-container2 img{
	border:10px;
	border-style: solid;
}

.bank-container2{
	min-height:325px;
	margin-top:20px;
}

.bank-border{
	width: 260px;
	min-height:325px;
	float:left;
}

.bank-photo{
	width:240px;
	margin: 10px;
}

.bank-text{
	float:left;
	min-height:315px;
	padding-left:40px;
	}

.bank-header{
	width:180px;
	float:left;
	min-height:20px;
	}

.bank-info{
	/*float:left;*/
	min-height:20px;
	width:470px;
	padding-left:180px;
	}



/*camp.nsf*/

.main_for_webapp{
	padding-top:10px;
}


.tableStyle{
	border-collapse:separate;
	border-spacing:  1px;
}

.tableStyle thead {
  	background: #003e15 url('https://files.admin.tomsk.ru/design/sprite-vgrad.png') repeat-x 0 -481px;
}

.tableStyle th{
	padding-top: 6px;
	padding-bottom: 6px;
	color: rgb(255, 255, 255);
}


.tableStyle td {
  	padding: 6px 10px;
}

.pager{
	height:15px;
	padding-top:15px;
	padding-bottom:15px;
	color: #006737;
	width:250px;
	float:right;
}

.pager span{
	display: block;
	float: left;
	padding-left:3px;
	padding-right:3px;
}

.pager span a{
	color: rgb(0, 174, 95);
}


.main_for_webapp .nav_page span span{
	padding-left:2px;
	padding-right:2px;

}

.main_for_webapp .nav_page span span a{
	color: rgb(0, 174, 95);
}



 .but{
  background: #00ae5f url('https://files.admin.tomsk.ru/design/ie7-header-nav-a-current.png') no-repeat 50% 0;
  border:0;
  border-radius:5px;
  font-family: Cambria, 'Droid Serif',sans-serif;
  color: rgb(255, 255, 255);
  padding: 0 12px;
  text-align: center;
  display: inline-block;
  height: 25px;
}

	.main_for_webapp .tableStyle a
{
 color: rgb(0, 103, 55);
}


.main_for_webapp .formInput span
{
	display:block;
	text-align:left;
}

.main_for_webapp span
{
	display:block;
	text-align:left;
}

.main_for_webapp th span
{
	display:inline;
	text-align:left;
}

.main_for_webapp .search-container {
  float: right;
  display: inline;
  padding: 0 20px;
  margin-top: 0;
  -webkit-border-radius: 5px 0 0 5px;
     -moz-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;
  position: relative;
}
.ie7 .main_for_webapp .search-container,
.ie8 .main_for_webapp .search-container {
  -pie-border-radius: 5px 0 0 5px;
  behavior: url(/css/PIE.htc);
}


.partRef{
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     position: absolute;
     padding: 0px;
     margin: 0px;
     display: none;
}

.over{
     z-index: 1000;
     width: 130%;
     height: 100%;
     opacity:0.8;
     background-color: black;
     position: fixed;
     top: 0px;
     left: 0px;
}

.wnd{
         z-index: 1001;
         width: 400px;
         height: 450px;
         background-color: #f3f2de;
         position: absolute;
         top: 20%;
         left: 50%;
         margin-left: -150px;
         margin-top: -100px;
         padding: 10px;
     }




/* non-semantic helper classes */
.debug { outline: 1px solid red; }
.debug * { outline: 1px solid blue; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

.hidden { display: none !important; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/*ЛЕТНИЕ ЛАГЕРЯ*/
.xCampRow {
background-color: #E77471;
}

.xCampRow1 {
background: none repeat scroll 0% 0% rgb(239, 239, 239);
}

/*ВОПРОС-ОТВЕТ*/

#rr-counter {
	width: 100%;
	height: 14px;
	text-align: right;
	color: #c5c5c5;
	font-size: 10px;
}

#rr-counter.warning {
	color: red;}

.spoiler {
border: 1px solid #d6d6d6;
background: url('https://files.admin.tomsk.ru/design/spoiler-bg.png') repeat-y 0 0 #FFFFFF;
padding: 10px 10px 13px 34px;
position: relative;
margin-bottom: 20px;
padding-bottom: 10px;
}

.js div.spoiler {
  margin-left: 20px;
}

.spoiler a.sliderController {
  display: block;
  position: absolute;
  text-indent: -999em;
  width: 49px;
  height: 50px;
  top: 10px;
  left: -26px;
}

div.spoiler a.sliderController.stateClose {
  background: url('https://files.admin.tomsk.ru/design/spoiler.png') no-repeat -165px -85px;
}
div.spoiler a.sliderController.stateOpened {
  background: url('https://files.admin.tomsk.ru/design/spoiler.png') no-repeat -225px -85px;
}

.spoiler .box.closed {
	display: none;
}
.spoiler .box.open {
	display: block;
}

/*.spoiler >  input + .box {display: none;}
.spoiler >  input:checked + .box {display:block}*/

.socialNetwork img{
	height:26px;
	width:26px;
	float:right;
	margin-left:7px;
	cursor: pointer;
	}

/* Всплывающее окно 2*/
.overlay1 {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup1 {
	background-color: #fff;
	border: 3px solid #fff;
	display: inline-block;
	left: 50%;
	opacity: 0;
	padding: 15px;
	width: 600px;
	position: fixed;
	text-align: justify;
	top: 40%;
	visibility: hidden;
	z-index: 999999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 11px;
}
.popup1 .close_window1 {
	width: 6px;
	height: 17px;
	position: absolute;
	padding: 1px 9px 4px 9px;
	top: -15px;
	right: -15px;
	cursor: pointer;
	color: #fff;
	font-family: 'tahoma', 'Droid Serif', sans-serif;
	background: -webkit-gradient(linear, left top, right top, from(#3d51c8), to(#051fb8));
	background: -webkit-linear-gradient(top, #3d51c8, #051fb8);
	background: -moz-linear-gradient(top, #3d51c8, #051fb8);
	background: -o-linear-gradient(top, #3d51c8, #051fb8);
	background: -ms-linear-gradient(top, #3d51c8, #051fb8);
	background: linear-gradient(top, #3d51c8, #051fb8);
	background-color: #3d51c8;
	border: 1px solid #061fb8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
}
.popup1 .close_window1:hover {
	background: -webkit-gradient(linear, left top, right top, from(#051fb8), to(#3d51c8));
	background: -webkit-linear-gradient(top, #051fb8, #3d51c8);
	background: -moz-linear-gradient(top, #ff5f0, #3d51c8);
	background: -o-linear-gradient(top, #051fb8, #3d51c8);
	background: -ms-linear-gradient(top, #051fb8, #3d51c8);
	background: linear-gradient(top, #051fb8, #3d51c8);
	background-color: #051fb8;
	border: 1px solid #00385E;
}
.popup .close_window:active {
	background: #8f9be0;
}

/* Всплывающее окно*/
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup {
	background-color: #fff;
	border: 3px solid #fff;
	display: inline-block;
	left: 50%;
	opacity: 0;
	padding: 15px;
	width: 300px;
	position: fixed;
	text-align: justify;
	top: 40%;
	visibility: hidden;
	z-index: 999999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 11px;
}
.popup .close_window {
	width: 6px;
	height: 17px;
	position: absolute;
	padding: 1px 9px 4px 9px;
	top: -15px;
	right: -15px;
	cursor: pointer;
	color: #fff;
	font-family: 'tahoma', 'Droid Serif', sans-serif;
	background: -webkit-gradient(linear, left top, right top, from(#3d51c8), to(#051fb8));
	background: -webkit-linear-gradient(top, #3d51c8, #051fb8);
	background: -moz-linear-gradient(top, #3d51c8, #051fb8);
	background: -o-linear-gradient(top, #3d51c8, #051fb8);
	background: -ms-linear-gradient(top, #3d51c8, #051fb8);
	background: linear-gradient(top, #3d51c8, #051fb8);
	background-color: #3d51c8;
	border: 1px solid #061fb8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
}
.popup .close_window:hover {
	background: -webkit-gradient(linear, left top, right top, from(#051fb8), to(#3d51c8));
	background: -webkit-linear-gradient(top, #051fb8, #3d51c8);
	background: -moz-linear-gradient(top, #ff5f0, #3d51c8);
	background: -o-linear-gradient(top, #051fb8, #3d51c8);
	background: -ms-linear-gradient(top, #051fb8, #3d51c8);
	background: linear-gradient(top, #051fb8, #3d51c8);
	background-color: #051fb8;
	border: 1px solid #00385E;
}
.popup .close_window:active {
	background: #8f9be0;
}

.listban-skin-adm a {
  text-decoration: none;
}
div.listban-skin-adm h3 {
    position: relative;
    top:-28px;
    width: 100%;
    margin: 0;
    padding: 0px 0px 6px;
    text-align: center;
    text-indent: 0;
    text-transform: uppercase;
    color: #fff;
    border-top: 3px solid #00ae5f;
    background-image: url("https://files.admin.tomsk.ru/design/sprite-vgrad.png");
    background-repeat: repeat-x;
    background-position: 0 -266px;
    text-shadow: 1px 1px 0 #00471b;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px; 
}
div.listban-skin-adm ul li {
  float: left;
  list-style: outside none none;
  padding-bottom: 16px;
  background-image: none;
  width: 230px;
  height: 130px;
}
.listban-skin-adm img {
  width: 100%;
  height: 100%;
}


/*стиль для страницы логотипов НГ2019*/
div.ny_partner img{
border:0px;

}
div.text-container div.ny_partner table{
border-color:#fff;
}
div.text-container div.ny_partner table tbody tr td{
background: #fff;
text-align: center;
}



/*отсутп в постановлениях/распор*/
/*.main-content .text-container  font{
	display: inline-block;
	text-indent:40px;
	}*/
	
/*костыль для таблиц*/
/*.main-content .text-container table font{
	display: inline-block;
	text-indent:0px;
	}*/

/*эта фигня нужна только чтоб убрать все бордеры у картинок на 1 страничке (задолбабался я), если уже не 2017 год - можно уддалить =) привет из прошлого!*/
#ng2018 img, #ng2018 div img{
	border:0px;}
	
/*Увеличивает шрифт в всплывающем окне с адресом в сервисе отключения ГВС*/
.main-content .gvs{
font-size: 20px;
}

/*Опрос*/
.vote_result {
height:20px;
width:260px;
float:left;
}

.vote_result div {
float:left;
height:10px;
background:#006737;
margin-top:5px;
}

.vote_variant{
	float:left;
	width:600px;
	padding-bottom:5px;
}
