/*

@bg_blue_light:       #f2f6fc; // светло-голубой
@bg_blue_light_hover: #dde0e6; // @bg_blue_light:hover

@bg_ochre_light: #fbf6ed; // #fcf6ec; // светло-светло-коричневый
@bg_ochre:       #f7f1e5; // #faf0e1; // светло-коричневый

@border_blue_light:       #dde1e6; // @bg_blue_light:border
@border_blue_light_hover: #c6cacf; // @border_blue_light:hover

@border_ochre: #efe5d5; // @bg_ochre:border

*/

/**
 * page
 */

body {
  background: #fff url(../images/structure/top_bg.gif) top repeat-x;
}

/**
 * fields
 */

.field_top_left,
.field_top_right {
  height: 107px;
  border-bottom: solid 7px #cddbf2;
  background: #134b87;
}

.field_bottom_left,
.field_bottom_right {
  height: 90px;
  border-top: solid 1px /* @border_blue_light */#dde1e6;
  background: #e9ecf0 url(../images/structure/footer_bg.png) top repeat-x;
}

/**
 * line_top
 */

.line_top {
  width: 100%;
  height: 7px;
  /* {{{ .grid[~width] */
  border-collapse: collapse;
  border-spacing: 0;
  /* }}} */
  background-color: #0d407e;
}

.line_top_left {
  width: 390px;
  text-align: left;
  vertical-align: bottom;
}

.line_top_left div {
  width: 390px;
  height: 7px;
  background: url(../images/structure/top_left_line.gif) bottom left no-repeat;
  font-size: 0;
}

.line_top_center {
  width: 100%;
  background: url(../images/structure/top_line_bg.gif) bottom repeat-x;
}

.line_top_right {
  width: 85px;
  background: url(../images/structure/top_line_bg.gif) bottom repeat-x;
  text-align: left;
  vertical-align: top;
}

.line_top_right div {
  width: 85px;
}

.line_top_right div div {
  position: absolute;
  width: 85px;
  height: 7px;
  margin-top: 0;
  margin-left: 70px;
  background: url(../images/structure/top_right_line.gif) center no-repeat;
  font-size: 0;
}

/**
 * header
 */

.header {
  width: 100%;
  height: 100px;
  /* {{{ .grid[~width] */
  border-collapse: collapse;
  border-spacing: 0;
  /* }}} */
  border-bottom: solid 7px #cddbf2;
  background: #134b87;
}

/* header backgrounds */

.header_bg_top_left {
  position: absolute;
  width: 70px;
  height: 107px;
  margin-top: -7px;
  margin-left: -85px;
  background: url(../images/structure/top_left_bg.jpg) center no-repeat;
}

/* header logo */

.header_logo_wrapper {
  width: 120px;
  height: 100px;
  vertical-align: top;
}

.header_logo_wrapper > div { /* spike */
  width: 120px;
}

.header_logo {
  display: block;
  position: absolute;
  width: 135px;
  height: 135px;
  margin-top: -7px;
  margin-left: -15px;
  background: url(../images/structure/logo.jpg) center no-repeat;
}

/* header title */

.header_title_wrapper {
  width: 100%;
  text-align: left;
  vertical-align: top;
}

.header_title_wrapper > table {
  width: 540px;
  /* {{{ .grid[~width] */
  border-collapse: collapse;
  border-spacing: 0;
  /* }}} */
}

.header_title,
.header_title_bg {
  text-align: left;
  vertical-align: top;
}

.header_title,
.header_title div {
  width: 440px;
}

.header_title div {
  height: 100px;
  background: url(../images/structure/title.jpg) center no-repeat;
}

.header_title_bg,
.header_title_bg div {
  width: 100px;
}

.header_title_bg div {
  height: 100px;
  background: url(../images/structure/top_right_bg.jpg) center no-repeat;
}

/* header languages */

.header_langs {
  position: absolute;
  width: 200px;
  margin-left: /* 13 - 1 */12px;
  margin-top: -2px;
}

.header_langs_item,
.header_langs_separator {
  /* {{{ .inline_block */
  display: -moz-inline-stack; /* for FF2 */
  display: inline-block; /* normal browsers */
  zoom: 1; /* for IE (hasLayout true) */
  *display: inline; /* for IE */
  *margin-bottom: 0;
  /* }}} */
  height: 20px;
  vertical-align: middle;
}

.header_langs_item {
  padding-left: 1px;
  line-height: 20px;
}

.header_langs_item_selected {
  background: url(../images/ptr_blue_light_top.gif) center top no-repeat;
}

.header_langs_separator {
  width: 1px;
  height: 12px;
  margin: 0 5px;
  background: #4978a9;
  font-size: 0;
}

.header_langs_item,
.header_langs_item a {
  font-family: 'Arial';
  font-size: 11px;
  color: #b0c7d2;
  text-decoration: none;
}

.header_langs_item a:hover {
  color: #c9e3f0;
  text-decoration: none;
}

/* header search */

.header_search_wrapper {
  width: 200px;
  padding-bottom: 5px;
  text-align: left;
  vertical-align: bottom;
}

/**
 * footer
 */

.footer_wrapper {
  height: 90px;
  border-top: solid 1px /* @border_blue_light */#dde1e6;
  background: #e9ecf0 url(../images/structure/footer_bg.png) top repeat-x;
}

.footer {
  width: 100%;
  height: /* 90 - 10 */80px;
  margin-top: 10px;
}

.footer_left {
  width: 175px;
  padding: 0 30px 0 0;
  vertical-align: top;
}

.footer_left_spike {
  width: 175px;
  height: 0;
  font-size: 0;
}

.footer_right {
  width: 200px;
  padding: 0 0 0 30px;
  vertical-align: top;
}

.footer_right_spike {
  width: 200px;
  height: 0;
  font-size: 0;
}

.footer_center {
  width: 100%;
  vertical-align: top;
}

.footer {
  /* {{{ .t_small_x */
  font-family: 'Verdana', 'Arial';
  font-size: 7.1pt;
  /* }}} */
  color: #aaa; /* .t_gray_light_medium_x */
}

.footer a,
.footer a:link,
.footer a:active,
.footer a:visited {
  color: #aaa; /* .t_gray_light_medium_x */
  text-decoration: none;
}

.footer a:hover {
  color: #000;
  text-decoration: none;
}

.footer .footer_item {
  padding-bottom: 4px;
}

.footer .footer_menu {
  padding-left: 10px;
}

.footer_social_link,
.footer_social_link_title {
  /* {{{ .inline_block */
  display: -moz-inline-stack; /* for FF2 */
  display: inline-block; /* normal browsers */
  zoom: 1; /* for IE (hasLayout true) */
  *display: inline; /* for IE */
  *margin-bottom: 0;
  /* }}} */
  margin-right: 5px;
}

.footer_social_link_title {
  height: 27px;
  vertical-align: middle;
}

.footer_social_link {
  position: relative;
  width: 27px;
  height: 27px;
  margin-top: -10px;
  background: 0 0 no-repeat;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  vertical-align: middle;
}

.footer_social_link_facebook {
  background-image: url(../images/structure/footer_facebook_sprite.png);
}

.footer_social_link_vkontakte {
  background-image: url(../images/structure/footer_vkontakte_sprite.png);
}

.footer_social_link_facebook:hover,
.footer_social_link_vkontakte:hover {
  background-position: 0 -27px;
}

/**
 * menu
 */

.menu {
}

.menu div.menu_item_wrapper {
  padding-top: 4px; padding-bottom: 4px;
}

.menu_item_current_wrapper {
  background: url(../images/structure/menu_current_bg.png) center repeat-y;
}

.menu_item,
.menu_item_current {
  margin-left: 16px;
}

.menu_item_current {
  font-weight: bold; /* .t_bold */
}

.menu a,
.menu a:link,
.menu a:active,
.menu a:visited {  
  font-family: 'Verdana', 'Arial';
  font-size: 11px;
  color: #555; /* gray */
  text-decoration: none;
}

.menu a:hover {
  font-family: 'Verdana', 'Arial';
  font-size: 11px;
  color: #000;
  text-decoration: underline;
}

.menu_item_pointer,
.menu_item_pointer_current {
  width: 16px;
  height: 14px;
  float: left;
  background: url(../images/ptr_menu.gif) center no-repeat;
}

.menu_item_pointer_current {
  background: url(../images/ptr_menu_current.gif) center no-repeat;
}

.menu_separator,
.menu_separator_current {
  /* {{{ .line_h_dotted */
  height: 1px;
  background: url(../images/line_h_dotted.gif) left center repeat-x;
  padding: 0;
  font-size: 0;
  /* }}} */
}

.menu_separator_current {
  /* {{{ .line_h_light_short */
  background: #efefef url(../images/line_h_light_short.png) center center no-repeat;
  /* }}} */
}

/**
 * navigation
 */

.navigation {
  padding-bottom: 7px;
}

.navigation div.item {
  float: left;
  height: 14px;
  color: #555;
}

.navigation a, .navigation a:link, .navigation a:active, .navigation a:visited {
  font-family: 'Verdana', 'Arial';
  font-size: 11px;
  color: #555;
  text-decoration: none;
}

.navigation a:hover {
  color: #000;
  text-decoration: underline;
}

.navigation div.pointer {
  width: 16px;
  height: 14px;
  float: left;
  background: url(../images/nav_pointer.gif) center no-repeat;
}

.navigation div.separator {
  width: 16px;
  height: 14px;
  float: left;
  background: url(../images/nav_separator.gif) center no-repeat;
}

.navigation span.separator {
  padding: 0 1px;
  color: #888; /* .t_gray_light */
}

/**
 * listing
 */

.listing {
  background: url(../images/line_h_dotted.gif) left top repeat-x;
  padding: 20px 0 10px 0;
  color: #555; /* t_gray */
  /* {{{ .t_small_x */
  font-family: 'Verdana', 'Arial';
  font-size: 7.1pt;
  /* }}} */
}

.listing a {
  text-decoration: none;
}

a.listing_page {
  border: solid 1px /* @border_blue_light */#dde1e6;
  background: /* @bg_blue_light */#f2f6fc;
  padding: 2px 4px;
}

a.listing_page:hover {
  border: solid 1px /* @border_blue_light_hover */#c6cacf;
  background: /* @bg_blue_light_hover */#dde0e6;
}

.listing_current_page {
  border: solid 1px #953633;
  background: #a33b38;
  padding: 2px 4px;
  color: #fff;
}

.listing_page,
.listing_current_page,
.listing_n {
  margin: 0 2px;
}

.listing_first_page {
  padding: 2px 6px;
  background: url(../images/listing/n_first.gif) right no-repeat;
}

.listing_last_page {
  padding: 2px 6px;
  background: url(../images/listing/n_last.gif) left no-repeat;
}

.listing_prev_page {
  padding: 2px 6px;
  background: url(../images/listing/n_prev.gif) center no-repeat;
}

.listing_next_page {
  padding: 2px 6px;
  background: url(../images/listing/n_next.gif) center no-repeat;
}

div.listing_short_right {
  width: 100px;
  height: 17px;
}

div.listing_short_right div.nav_prev {
  float: right;
  width: 17px;
  height: 17px;  
  background: url(../images/listing/ns_prev.gif) center no-repeat;
}

div.listing_short_right div.nav_prev_dis {
  float: right;
  width: 17px;
  height: 17px;
  background: url(../images/listing/ns_prev_dis.gif) center no-repeat;  
}

div.listing_short_right div.nav_next {
  float: right;
  width: 17px;
  height: 17px;
  background: url(../images/listing/ns_next.gif) center no-repeat;
}

div.listing_short_right div.nav_next_dis {
  float: right;
  width: 17px;
  height: 17px;
  background: url(../images/listing/ns_next_dis.gif) center no-repeat;
}

div.listing_short_right div.nav_page {
  float: right;
  padding: 2px 4px 2px 4px;
}

div.listing_short_right span.nav_current {
  color: black;
}

/**
 * node_content
 */

div.node_content {
  width: 465px;
  overflow: hidden;
  text-align: left;
  line-height: 140%;
}

div.node_content img {
  border: solid 1px #ddd;
  padding: 1px;
}

/**
 * photogallery & zoom
 */

a.popupbox div.zoom {
  /* {{{ .inline_block */
  display: -moz-inline-stack; /* for FF2 */
  display: inline-block; /* normal browsers */
  zoom: 1; /* for IE (hasLayout true) */
  *display: inline; /* for IE */
  *margin-bottom: 0;
  /* }}} */
  position: relative;
  width: 28px;
  height: 28px;  
  margin-left: -28px;
  background: url(../images/i_zoom.png) center no-repeat;
  /* {{{ opacity */
  opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  /* }}} */
}

a.popupbox:hover div.zoom {
  /* {{{ opacity */
  opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* }}} */
}

a.popupbox div.zoom_float {
  display: block;
  margin-left: 100%;
  margin-top: -28px;
}

.photogallery,
.photogallery li {
  display: block;
  margin: 0;
  padding: 0;
}

.photogallery {
  margin-bottom: 10px; /* .margin_x */
  font-size: 0;
}

.photogallery li {
  /* {{{ .inline_block */
  display: -moz-inline-stack; /* for FF2 */
  display: inline-block; /* normal browsers */
  zoom: 1; /* for IE (hasLayout true) */
  *display: inline; /* for IE */
  *margin-bottom: 0;
  /* }}} */
  margin: 0 10px 10px 0;
  vertical-align: top;
  list-style-type: none;
  font-size: 12px; /* .normal *//* restore font size */
}

.photogallery li img {
  width: 140px;
  height: 105px;
}

.photogallery li div {
  width: /* 140 + 2 * 2 */144px;
  /* {{{ .t_small */
  font-family: 'Verdana', 'Arial';
  font-size: 11px;
  /* }}} */
  color: #888; /* .t_gray_light */
}

/**
 * list_more
 */

.list_more {
  margin-top: 10px;
  background: url(../images/line_h_light.png) center top repeat-x;
  padding-top: 5px;
}

.li_more {
}

.li_more a {
  line-height: 16px;
  background: url(../images/arrow_sprite.gif) right 0 no-repeat;
  padding-right: 12px;
  padding-bottom: 2px;
}

.li_more a:hover {
  background-position: right -16px;
}

/**
 * search_form
 */

.search_form_wrapper {
  width: 200px;
  background: url(../images/structure/search_form_bg.jpg) left bottom no-repeat;
  padding: 30px 0 17px 12px;
}

.search_form {
  width: 200px;
  /* {{{ .grid[~width] */
  border-collapse: collapse;
  border-spacing: 0;
  /* }}} */
} 

.search_form td.input_text {
  width: 153px;
  height: 18px;
  border: 0;
  border-right: solid 4px transparent;
  background: url(../images/structure/search_text_line.gif) left top no-repeat;
  text-align: center;
  vertical-align: middle;
} 

.search_form td.input_text div {
  width: 153px;
  height: 16px;
  padding: 0 5px 0 5px;
  text-align: center;
  vertical-align: middle;
} 

.search_form td.input_text input.input_text {
  width: 98.5%;
  height: 16px;
  border: 0;
  background: #7dacdf url(../images/structure/search_text_bg.gif) center repeat-x;
  color: white;
} 

.search_form td.button {
  width: 47px;
  height: 18px;
  text-align: center;
  vertical-align: middle;
}

.search_form td.button div.button {
  width: 47px;
  height: 18px;
  border-width: 0;
  background: #426e9c url(../images/structure/search_button.gif) center no-repeat;
  cursor: pointer;
}

.search_form td.button div.button_dis {
  width: 47px;
  height: 18px;
  border-width: 0;
  background:  #426e9c url(../images/structure/search_button_dis.gif) center no-repeat;
  cursor: default;
}

.search_form td.link {
  text-align: left;
  padding-top: 5px;
}

.search_form td.link a.link {
  color: #b0c7d2;
  text-decoration: none;
}

.search_form td.link a.link:hover {
  color: #c9e3f0;
  text-decoration: none;
}

/**
 * search_form_x
 */

.search_form_x {
  margin-bottom: 20px; /* .margin_bottom_xx */
}

.search_form_x_query {
  /* {{{ .box2_nobg */
  border: solid 1px #ecf1f6;
  padding: 7px 7px 7px 7px;
  /* }}} */
  border-bottom: 0;
}

.search_form_x_query_title {
  padding-right: 10px;
  white-space: nowrap;
  color: #a52a2a; /* .t_brown */  
}

.search_form_x_query_input {
  width: 100%;
  padding-right: 2px;
}

.search_form_x_query .input_button,
.search_form_x_query .input_button_dis {
  width: 50px;
}

.search_form_x_options {
  /* {{{ .box2 */
  border: solid 1px #ecf1f6;
  background: #fafbff;
  padding: 7px;
  /* }}} */  
  /* {{{ .t_small */
  font-family: 'Verdana', 'Arial';
  font-size: 11px;
  /* }}} */
  color: #555; /* .t_gray */
}

.search_form_x_options td {
  padding-bottom: 5px; /* .padding_bottom */
}

.search_form_x_options_title {
  color: #888; /* .t_gray_light */
}

.search_form_x_options_separator {
  padding-left: 5px; /* .padding_left */
  color: #bbb; /* .t_gray_light_x */
}

.search_form_x_option_label {
  /* {{{ .inline_bottom */
  display: inline;
  padding-bottom: 5px;
  line-height: 20px;
  /* }}} */
}

.search_form_x_option_label_current {
  /* {{{ .current_bottom */
  display: inline;
  background: url(../images/ptr_current_bottom.gif) center bottom no-repeat;
  padding-bottom: 5px;
  line-height: 20px;
  /* }}} */
}

.search_form_x_query table,
.search_form_x_options table {
  /* {{{ .grid[~width] */
  border-collapse: collapse;
  border-spacing: 0;
  /* }}} */
}

/**
 * news
 */

.news_list .news_description {
  text-align: left;
  line-height: 130%;
}

.news_list .news_description p {
  margin: 0;
}

.news_list .news_title {
  margin-right: 100px;
}

.news_list .news_date {
  float: right;
  padding: 2px 0 0 20px;
}

.news_list .news_image {
  float: left;
  width: 100px;  
  margin: 8px 10px 5px 0;
  /*border: solid 1px #ddd;
  padding: 1px;*/
}

.news_list .li_more a {
  /* {{{ .t_small_x */
  font-family: 'Verdana', 'Arial';
  font-size: 7.1pt;
  /* }}} */
  color: #888; /* .t_gray_light */
  text-decoration: none;
}

.news_list .li_more a:hover {
  color: #000;
  text-decoration: underline;  
}

.news_record {
  text-align: left;
  line-height: 140%;
}

.news_record .news_description p {
  margin: auto;
  margin: 0 0 15px 0;
}

.news_record .news_description img {
  border: solid 1px #ddd;
  padding: 1px;
}

.news_record .news_description img[align="left"] {
  margin: 3px 10px 5px 0;
}

.news_record .news_description img[align="right"] {
  margin: 3px 0 5px 10px;
}

.news_groups,
.news_groups li {
  margin: 0;
  padding: 0;
}

.news_groups {
  display: block;
  height: 20px;
  margin-bottom: 20px; /* .margin_bottom_xx */
  border: solid 1px #ddd;
  border-bottom-color: /* @border_blue_light */#dde1e6;
  /* {{{ border-radius */
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  /* }}} */
  background: /* @bg_blue_light */#f2f6fc;
  padding: 5px 0;
  font-size: 0;
}

.news_groups li {
  /* {{{ .t_small_x */
  font-family: 'Verdana', 'Arial';
  font-size: 7.1pt;
  /* }}} */
}

.news_groups .news_groups_item,
.news_groups .news_groups_separator,
.news_groups .news_groups_item div,
.news_groups .news_groups_separator div {
  /* {{{ .inline_block */
  display: -moz-inline-stack; /* for FF2 */
  display: inline-block; /* normal browsers */
  zoom: 1; /* for IE (hasLayout true) */
  *display: inline; /* for IE */
  *margin-bottom: 0;
  /* }}} */
}

.news_groups .news_groups_item,
.news_groups .news_groups_separator {
  position: relative;
  padding: 0 5px;
}

.news_groups .news_groups_item div,
.news_groups .news_groups_separator div {
  line-height: 20px;
}

.news_groups .news_groups_item {
  height: /* 20 + 2 * 5 */30px;
  top: /* -(5 + 1) */-6px;
}

.news_groups .news_groups_item div {
  position: relative;
  top: /* (5 + 1) */6px;
}

.news_groups .news_groups_item div:hover {
  background: url(../images/ptr_link_top.gif) center top no-repeat;
}

.news_groups .news_groups_item_selected {
  left: /* -(5 + 1) */-1px;
  border: solid 1px #cbd6e7;
  border-bottom-color: #b6c3d7;
  /* {{{ shadow */
  box-shadow: 0 2px 3px #e8e8e8;
  -webkit-box-shadow: 0 2px 3px #e8e8e8; /* Safari, Chrome */
  -moz-box-shadow: 0 2px 3px #e8e8e8; /* Firefox */
  /* }}} */
  /* {{{ border-radius */
  /*border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;*/
  /* }}} */
  background: #dfe8f7 url(../images/news_groups/bg.png) bottom repeat-x;
}

.news_groups .news_groups_item_selected div,
.news_groups .news_groups_item_selected div:hover {
  background: url(../images/news_groups/pointer.png) center bottom no-repeat;
  padding-bottom: /* (5 + 9 - 1) */13px;
  color: #000;
  /* {{{ text shadow */
  text-shadow: 1px 1px 3px #fff;
  /* }}} */
}

.news_groups .news_groups_separator {
  width: 1px;
  height: /* 20 + 2 * 5 */30px;
  top: /* -(5 + 1) */-6px;
  padding: 0;
}

.news_groups .news_groups_separator div {
  position: relative;
  width: 1px;
  height: 20px;  
  top: /* (5 + 1 + 1) */7px;
  background: url(../images/news_groups/separator.gif) center repeat-x;
}

/**
 * persons
 */

.persons_list .person_image {
  float: left;
  width: 80px;  
  border: solid 1px #ddd;
  padding: 1px;
}

.persons_list .person_no_image {
  width: 80px;
  border: solid 1px #ddd;
  background: #fff;
  padding: 1px;
}

.persons_list .person_no_image div {
  background: /* @bg_ochre_light */#fbf6ed;  
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 11px;
  color: #888; /* lightgray */ 
}

.person_record .person_description {
  text-align: left;
  line-height: 140%;
}

.person_record .person_image {
  width: 180px;
  border: solid 1px #ddd;
  padding: 1px;
}

/**
 * documents
 */

.documents_short_list {
  font-family: 'Verdana', 'Arial'; /* t_small */
  font-size: 11px;
}

.document_download_button {
  float: left;
  margin-top: 10px;
  border: solid 1px /* @border_blue_light */#dde1e6;
  /* {{{ border-radius */
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  /* }}} */
  background: /* @bg_blue_light */#f2f6fc url(../images/bg_button.png) center bottom repeat-x;
  padding: 8px 10px;
}

.document_download_button_icon,
.document_download_button_link {
  vertical-align: middle;
  /* {{{ inline-block */
  display: -moz-inline-stack; /* for FF2 */
  display: inline-block; /* normal browsers */
  zoom: 1; /* for IE (hasLayout true) */
  *display: inline; /* for IE */
  *margin-bottom: 0;
  /* }}} */
}

.document_download_button_icon {
  margin-right: 2px;
}

.document_info {
  float: left;
  margin-left: 10px;
}

/**
 * movies
 */

.movie {
  text-align: center;
}

/**
 * shedule
 */

table.shedule_index {
  width: 100%;
}

table.shedule_index td.shedule_icon {
  border: solid 1px #ddd;
  padding: 1px;
}

table.shedule_index td.shedule_icon,
table.shedule_index td.shedule_icon div {
  width: 135px;
  height: 60px;
}

table.shedule_index td.shedule_separator,
table.shedule_index td.shedule_separator div {
  width: 5px;
}

table.shedule_index td.shedule_by_lecturer div {
  background: url(../images/shedule/by_lecturer.jpg) center no-repeat;
}

table.shedule_index td.shedule_by_group div {
  background: url(../images/shedule/by_group.jpg) center no-repeat;
}

table.shedule_index td.shedule_by_room div {
  background: url(../images/shedule/by_room.jpg) center no-repeat;
}

table.shedule_index td.shedule_link {
  width: 100%;
}

div.shedule_list div.shedule_tooltip {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 180px;
  padding-top: 10px;  
}

div.shedule_list div.shedule_tooltip_content {
  border: solid 1px #777;
  /* {{{ border-radius */
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  /* }}} */
  /* {{{ shadow */
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.1); /* Safari, Chrome */
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.1); /* Firefox */
  /* }}} */
  background: /* @bg_ochre */#f7f1e5;
  padding: 10px;
  color: #555; /* .t_gray */
}

div.shedule_list div.shedule_tooltip_pointer {
  position: absolute;
  width: 180px;
  height: 6px;  
  margin-top: -5px;
  background: url(../images/tooltip1_pointer_top.gif) center bottom no-repeat;
}

div.shedule_list div.ptr_current_day_red {
  position: absolute;
  width: 3px;
  height: 5px;  
  margin-left: -10px;
  margin-top: 5px;
  background: url(../images/ptr_red.gif) center no-repeat;
}

div.shedule_list div.ptr_current_day_blue {
  position: absolute;
  width: 3px;
  height: 5px;  
  margin-left: -10px;
  margin-top: 5px;
  background: url(../images/ptr_blue.gif) center no-repeat;
}

div.shedule_list div.ptr_current_time {
  position: absolute;
  width: 3px;
  height: 5px;  
  margin-left: -16px;
  margin-top: 5px;
  background: url(../images/ptr_gray.gif) center no-repeat;
}

/**
 * services
 */

.services {
  margin-bottom: 10px;
  background: url(../images/structure/footer_line_h.png) left bottom repeat-x;
  padding-bottom: 10px;  
  color: #979797;
}

.services a,
.services a:link,
.services a:active,
.services a:visited {
  color: #979797 !important;
}

.services a:hover {
  color: #000 !important;
}

.services_items {
  font-size: 0;
}

.services_item {
  /* {{{ .inline_block */
  display: -moz-inline-box; /* for FF2 */
  display: inline-block; /* normal browsers */
  zoom: 1; /* for IE (hasLayout true) */
  *display: inline; /* for IE */
  *margin-bottom: 0;
  /* }}} */
  margin-bottom: 4px;
  margin-left: 10px;
  border-left: solid 1px #ccc;
  padding-left: 10px;
  text-align: left;
  font-size: 7.1pt; /* .t_small_x *//* restore font size */
}

.services_item:first-child {
  margin-left: 0;
  border-left: none;
  padding-left: 0;
}

.services_item span {
  padding-bottom: 4px;
}

.services_item_up span {
  background: url(../images/icons_16x16/up_2.gif) left center no-repeat;
  padding-left: 20px;
}

.services_item_print span {
  background: url(../images/icons_16x16/print_2.gif) left center no-repeat;
  padding-left: 20px;
}

.services_item_users span {
  background: url(../images/structure/footer_plus.png) right center no-repeat;
  padding-right: 16px;
}

.services_item_users:hover span {
  background-image: url(../images/structure/footer_minus.png);
}

.services_item_info {
  padding-left: 0;
}

.services_users_tooltip {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 180px;
  padding-bottom: 10px;  
}

.services_users_tooltip_content {
  border: solid 1px #777;
  /* {{{ border-radius */
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  /* }}} */
  /* {{{ shadow */
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.1); /* Safari, Chrome */
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.1); /* Firefox */
  /* }}} */
  background: /* @bg_ochre */#f7f1e5;
  padding: 10px;
  font-size: 7.1pt; /* .t_small_x *//* restore font size */
}

.services_users_tooltip_pointer {
  position: absolute;
  width: 180px;
  height: 6px;  
  margin-top: -1px;
  background: url(../images/tooltip1_pointer_bottom.gif) center bottom no-repeat;
}

/**
 * alphabet
 */

div.alphabet .separator {
  width: 2px;
  height: 8px;
  margin-left: 1px;
  margin-right: 1px;
  background: url(../images/bullet1.gif) center no-repeat;
}

/**
 * select_date
 */

.select_date_wrapper,
.select_date_inner {
  /* {{{ .grid[~width] */
  border-collapse: collapse;
  border-spacing: 0;
  /* }}} */
}

table.select_date {
  border: solid 1px /* @border_blue_light */#dde1e6;
  background: #fff;
}

td.select_date_year {
  background: #15447c;
  padding: 2px 4px;
  color: #fff;
}

td.select_date_month {
  background: #a33b38;
  padding: 2px 4px;
  color: #fff;
}

td.select_date_day {
  background: #c3c3c3;
  padding: 2px 4px;
  color: #15447c;
}

span.select_date {
  font-weight: bold;
}

.select_date_title,
.select_date_title_from {
  padding-right: 5px; /* .padding_right */
}

.select_date_title_to {
  padding: 0 5px /* .padding_left .padding_right */
}

/**
 * calendar
 */

.calendar_wrapper {
  border: solid 1px #ddd;
}

.calendar {
  margin: 0;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;  
}

.calendar td {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-color: #eef4f6;
  padding: 2px;
  text-align: center;
}

.calendar th {
  border: solid 1px #fff;
}

.calendar_month_title {
  background-color: #e3e3e3 !important;
  color: #555;
}

.calendar_day_cell {
  color: #8b8b8b;
}

.calendar_select_day_cell {
  background-color: #dce5e8 !important;
  color: #777;
}

.calendar_other_month_day_cell {
  background-color: #f4fafc !important;
  color: #bbb;
}

.calendar_select_other_month_day_cell {
  background-color: #dce5e8 !important;
  color: #aaa;
}

.calendar_link_day_cell {
  background-color: #dfe6f2 !important;
}

.calendar_select_link_day_cell {
  background-color: #bfcce2 !important;
}

.calendar_link_day_link {
}

.calendar_current_day_cell {
  font-weight: bold;
  color: #555;
}

.calendar_current_link_day_link {
  font-weight: bold;
  color: #555;
}

.calendar_week_day_cell {
  background-color: #c3c3c3 !important;
  color: white;
}

.calendar_week_number_title {
  background-color: #cdcdcd !important;
  color: white;
}

.calendar_week_number {
  background-color: #e0e6e8 !important;
  color: #8b8b8b;
}

.calendar_select_week_number {
  background-color: #c3c8ca !important;
  color: #717171;
}

.calendar_ptr_select_week_number {
  position: absolute;
  width: 3px;
  height: 5px;  
  margin-left: -10px;
  margin-top: 4px;
  background: url(../images/ptr_gray.gif) center no-repeat;
}

.calendar_week_number_blue {
  background-color: #4771a2 !important;
}

.calendar_week_number_red {
  background-color: #ca6966 !important;
}

.calendar_select_week_number_blue {
  background-color: #15447c !important; 
}

.calendar_select_week_number_red {
  background-color: #a33b38 !important;
}

.calendar_ptr_select_week_number_blue {
  position: absolute;
  width: 3px;
  height: 5px;  
  margin-left: -10px;
  margin-top: 4px;
  background: url(../images/ptr_blue.gif) center no-repeat;
}

.calendar_ptr_select_week_number_red {
  position: absolute;
  width: 3px;
  height: 5px;
  margin-left: -10px;
  margin-top: 4px;
  background: url(../images/ptr_red.gif) center no-repeat;
}

.calendar_week_number_blue a,
.calendar_week_number_red a {
  color: #fff;
}

.calendar_select_week_number_blue a {
  color: #b6d8ff;
}

.calendar_select_week_number_red a {
  color: #ffbebc;
}

.calendar_bottom {
  background-color: #f3f3f3 !important;
}

.calendar_month_img {
  height: 60px;
  background: center no-repeat;
  padding: 0 !important;
}

.calendar_month_img_01 {
  background-image: url(../images/calendar/m_01_january.jpg);
}

.calendar_month_img_02 {
  background-image: url(../images/calendar/m_02_february.jpg);
}

.calendar_month_img_03 {
  background-image: url(../images/calendar/m_03_march.jpg);
}

.calendar_month_img_04 {
  background-image: url(../images/calendar/m_04_april.jpg);
}

.calendar_month_img_05 {
  background-image: url(../images/calendar/m_05_may.jpg);
}

.calendar_month_img_06 {
  background-image: url(../images/calendar/m_06_june.jpg);
}

.calendar_month_img_07 {
  background-image: url(../images/calendar/m_07_july.jpg);
}

.calendar_month_img_08 {
  background-image: url(../images/calendar/m_08_august.jpg);
}

.calendar_month_img_09 {
  background-image: url(../images/calendar/m_09_september.jpg);
}

.calendar_month_img_10 {
  background-image: url(../images/calendar/m_10_october.jpg);
}

.calendar_month_img_11 {
  background-image: url(../images/calendar/m_11_november.jpg);
}

.calendar_month_img_12 {
  background-image: url(../images/calendar/m_12_december.jpg);
}

.calendar_n {
  width: 8px;
  height: 5px;
  background: center no-repeat;
}

.calendar_n_year_prev {
  background-image: url(../images/calendar/n_year_prev.gif);
}

.calendar_n_year_next {
  background-image: url(../images/calendar/n_year_next.gif);
}

.calendar_n_month_prev {
  background-image: url(../images/calendar/n_month_prev.gif);
}

.calendar_n_month_next {
  background-image: url(../images/calendar/n_month_next.gif);
}

.calendar_n_current {
  background-image: url(../images/calendar/n_current.gif);
}

.calendar_loader {
}

/**
 * calendar.custom
 */

.calendar_wrapper {
  margin-bottom: 20px; /* .margin_bottom_xx */
  /* {{{ .t_small */
  font-family: 'Verdana', 'Arial';
  font-size: 11px;
  /* }}} */
}

.calendar_loader {
  /* {{{ .loader */
  height: 100px;
  background: url(../images/ajax_loader.gif) center no-repeat;
  /* }}} */
  margin-bottom: 20px; /* .margin_bottom_xx */
}

.calendar_week_number_title,
.calendar_week_number {
  /* {{{ .t_small_x */
  font-family: 'Verdana', 'Arial';
  font-size: 7.1pt;
  /* }}} */
}

/**
 * photos
 */

.photos {
  width: 440px;
  height: 170px;
}

.photos_img {
  display: block;
  width: 440px;
  height: 170px;
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
}

.photos_line_bottom {
  position: absolute;
  z-index: 100;
  width: 440px;
  height: 7px;
  margin-top: /* (170 - 7) */163px;
  background: #fff;
  /* {{{ opacity */
  opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  /* }}} */
}

a.photos_link, a.photos_link:link, a.photos_link:active, a.photos_link:visited,
a.photos_link:hover {
  border: none;
  text-decoration: none;
}

.photos_link_button,
.photos_link_button_helper,
.photos_link_button_label,
.photos_link_button_sep {
  /* {{{ .inline_block */
  display: -moz-inline-stack; /* for FF2 */
  display: inline-block; /* normal browsers */
  zoom: 1; /* for IE (hasLayout true) */
  *display: inline; /* for IE */
  *margin-bottom: 0;
  /* }}} */
  vertical-align: middle;
}

.photos_link_button,
.photos_link_button_content
.photos_link_button_helper,
.photos_link_button_sep {
  height: 50px;
}

.photos_link_button {
  position: absolute;
  z-index: 100;
  width: 220px;
  margin-top: /* (170 - 50 - 20) */100px;
  margin-left: 20px;
  /*border-top: solid 1px rgba(255, 255, 255, 0.3);
  border-left: solid 1px rgba(255, 255, 255, 0.3);*/
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  border-right: solid 1px rgba(0, 0, 0, 0.3);
  /* {{{ border-radius */
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /* }}} */
  background: #000;
  background: rgb(127, 127, 127);
	background: rgba(0, 0, 0, 0.5);
  padding: 0 1px 0 1px;
}

.photos_link_button_content {
  background: url(../images/main/link_pointer.png) center right no-repeat;
}

.photos_link_button_helper {
  width: 0;
}

.photos_link_button_sep {
  width: 2px;
  background: url(../images/main/link_sep.png) center repeat-y;
}

.photos_link_button_sep_left {
  display: none;
}

.photos_link_button_label {
  width: 150px;
  margin-left: 19px;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: bold;
  color: #ddd/*#ccc*/;
  /* {{{ text shadow */
  text-shadow: 1px 1px 2px #000;
  /* }}} */
}

a.photos_link:hover .photos_link_button_label {
  color: #eee;
}

.photos_link_studforum .photos_link_button,
.photos_link_studforum .photos_link_button_content,
.photos_link_studforum .photos_link_button_helper,
.photos_link_studforum .photos_link_button_sep {
  height: 75px;
}

.photos_link_studforum .photos_link_button {
  margin-top: /* (170 - 75 - 20) */75px;
  padding-left: 10px;
}

.photos_link_studforum .photos_link_button_content {
  background: url(../images/links/vsf2011_logo.png) center left no-repeat;
}

.photos_link_studforum .photos_link_button_sep_left {
  /* {{{ .inline_block */
  display: -moz-inline-stack; /* for FF2 */
  display: inline-block; /* normal browsers */
  zoom: 1; /* for IE (hasLayout true) */
  *display: inline; /* for IE */
  *margin-bottom: 0;
  /* }}} */
  margin-left: 60px;
}

.photos_link_studforum .photos_link_button_sep_right {
  display: none;
}

.photos_link_studforum .photos_link_button_label {
  width: 135px;
  margin-left: 10px;
  font-size: 12px;
}

.photos_link_new_year .photos_link_button,
.photos_link_new_year .photos_link_button_content,
.photos_link_new_year .photos_link_button_helper,
.photos_link_new_year .photos_link_button_sep {
  height: 65px;
}

.photos_link_new_year .photos_link_button {
  margin-top: /* (170 - 65 - 20) */85px;
  padding-left: 10px;
}

.photos_link_new_year .photos_link_button_content {
  background: url(../images/misc/i_new_year_tree_48x48.png) center left no-repeat;
}

.photos_link_new_year .photos_link_button_sep_left {
  /* {{{ .inline_block */
  display: -moz-inline-stack; /* for FF2 */
  display: inline-block; /* normal browsers */
  zoom: 1; /* for IE (hasLayout true) */
  *display: inline; /* for IE */
  *margin-bottom: 0;
  /* }}} */
  margin-left: 60px;
}

.photos_link_new_year .photos_link_button_sep_right {
  display: none;
}

.photos_link_new_year .photos_link_button_label {
  width: 135px;
  margin-left: 10px;
  font-size: 12px;
}

.photos_slider {
  position: absolute;
  z-index: 100;
  width: /* (440 - 2 * 10) */420px;
  background: #000;
  background: rgb(127, 127, 127);
	background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  text-align: left;
}

.photos_slider table {
  width: 100%;
}

.photos_slider_title {
  width: 99%;
  padding-right: 5px;
  text-align: left;
  color: #fff;
  /* {{{ text shadow */
  text-shadow: 1px 1px 2px #000;
  /* }}} */
}

.photos_slider_buttons {
  width: 1%;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}

.photos_button_wrapper {
  /* {{{ .inline_block */
  display: -moz-inline-stack; /* for FF2 */
  display: inline-block; /* normal browsers */
  zoom: 1; /* for IE (hasLayout true) */
  *display: inline; /* for IE */
  *margin-bottom: 0;
  /* }}} */
  width: 16px;
  height: 16px;
  margin-left: 4px;
  overflow: hidden;
}

.photos_button {
  width: 16px;
  height: 16px;
  font-size: 0;
}

.photos_button_off,
.photos_button_on {
  background: url(../images/main/bullet_sprite.png) 0 0 no-repeat;
  cursor: pointer;
}

.photos_button_on {
  background-position: 0 -16px;
  cursor: default;
}

.photos_button_1 {
  background: url(../images/main/n_1.gif) center no-repeat;
}

.photos_button_2 {
  background: url(../images/main/n_2.gif) center no-repeat;
}

.photos_button_3 {
  background: url(../images/main/n_3.gif) center no-repeat;
}

.photos_button_4 {
  background: url(../images/main/n_4.gif) center no-repeat;
}

.photos_button_5 {
  background: url(../images/main/n_5.gif) center no-repeat;
}

.photos_button_1_s {
  background: url(../images/main/n_1_s.gif) center no-repeat;
}

.photos_button_2_s {
  background: url(../images/main/n_2_s.gif) center no-repeat;
}

.photos_button_3_s {
  background: url(../images/main/n_3_s.gif) center no-repeat;
}

.photos_button_4_s {
  background: url(../images/main/n_4_s.gif) center no-repeat;
}

.photos_button_5_s {
  background: url(../images/main/n_5_s.gif) center no-repeat;
}

/**
 * messages
 */

.msg_wrapper {
  background: url(../images/line_h_dotted.gif) left top repeat-x;
}

.msg_simple,
.msg_alert {  
  background: url(../images/line_h_dotted.gif) left bottom repeat-x;
  padding: 50px 0 50px 0;
  text-align: center;
  color: #959595;
}

.msg_alert {
  font-weight: bold;
  color: red;
}

/**
 * valid
 */

.valid_error {
  color: #da4541; /* .red */
}

td.valid_error div.valid_error_ptr {
  width: 3px;
  height: 5px;
  position: absolute;
  margin-left: -16px;
  margin-top: 4px;
  background: url(../images/ptr_red.gif) center no-repeat;
}

.valid_error strong {
  border-bottom: dotted 1px #da4541;
  font-weight: normal;
}

/**
 * icons
 */

.icon_64x64 {
  /* {{{ .inline_block */
  display: -moz-inline-stack; /* for FF2 */
  display: inline-block; /* normal browsers */
  zoom: 1; /* for IE (hasLayout true) */
  *display: inline; /* for IE */
  *margin-bottom: 0;
  /* }}} */
  vertical-align: middle;
  width: 64px;
  height: 64px;
  background: center no-repeat;  
}

.icon_64x64.i_circle_doc {
  background-image: url(../images/icons_64x64/circle_doc.png);
}

.icon_64x64.i_circle_exclamation {
  background-image: url(../images/icons_64x64/circle_exclamation.png);
}

.icon_64x64.i_circle_question {
  background-image: url(../images/icons_64x64/circle_question.png);
}

/**
 * misc
 */

div.copyright {
  border-right: solid 2px #ddd;
  padding: 5px 20px 5px 0;
}

div.loader {
  height: 100px;
  background: url(../images/ajax_loader.gif) center no-repeat;
}

