/* header content-title */
/* block-title */
/* block-link */
/* tables */
/* Globals */

.hide {
    display: none;
  }
  * {
    font-family: Arial;
  }
  ul {
    margin: 0;
  }
  hr {
    height: 1px;
    background-color: #51657f;
    width: 80%;
    border: 0;
  }
  a {
    color: #0071bb;
  }
  a:hover {
    color: red;
  }
  a:visited {
    color: #51657f;
  }
  a:active {
    color: #51657f;
  }
  img {
    border-width: 0;
  }
  input[type="checkbox"],
  input[type="radio"] {
    vertical-align: top;
    margin: 2px;
  }
  .small {
    font-size: 80%;
  }
  .warning {
    background-image: url("/css/images/warning-icn.png");
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 16px;
  }
  /* Globals */
  /* Page */
  body,
  html,
  form {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
  }
  body {
    font-size: 14px;
  }
  #page {
    position: relative;
    height: 100%;
    width: 100%;
    cursor: default;
  }
  #page-background {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: white;
  }
  #page-background-image {
    position: relative;
    /*
      background-attachment: fixed;
      background-image: url('/css/images/page_gl.png');
      background-repeat: repeat-x;
      background-position: top left;
      min-height: 600px;
      */
  
    height: 100%;
    width: 100%;
  }
  .cleared {
    float: none;
    clear: both;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 1px;
  }
  .page-header,
  .page-footer {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
  }
  .page-header {
    top: 0;
  }
  .page-footer {
    bottom: 0;
  }
  /* Page */
  
  /* Sheet */
  
  .sheet {
    position: relative;
    margin: 0 auto;
    cursor: auto;
    width: 85%;
    max-width: 1280px;
    min-width: 961px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
  }
  .sheet-body {
    position: relative;
    padding: 20px 30px 70px 30px;
  }
  .sheet-tr,
  .sheet-tl,
  .sheet-br,
  .sheet-bl,
  .sheet-tc,
  .sheet-bc,
  .sheet-cr,
  .sheet-cl {
    position: absolute;
  }
  /*
  .sheet-tr, .sheet-tl, .sheet-br, .sheet-bl
  {
    width: @sheet_tile;
    height: @sheet_tile;
    background-image: url('/css/images/sheet_s.png');
  }
  
  .sheet-tl
  {
    top: 0;
    left: 0;
    clip: rect(auto, @sheet_tile / 2, @sheet_tile / 2, auto);
  }
  
  .sheet-tr
  {
    top: 0;
    right: 0;
    clip: rect(auto, auto, @sheet_tile / 2, @sheet_tile / 2);
  }
  
  .sheet-bl
  {
    bottom: 0;
    left: 0;
    clip: rect(@sheet_tile / 2, @sheet_tile / 2, auto, auto);
  }
  
  .sheet-br
  {
    bottom: 0;
    right: 0;
    clip: rect(@sheet_tile / 2, auto, auto, @sheet_tile / 2);
  }
  
  .sheet-tc, .sheet-bc
  {
    left: @sheet_tile / 2;
    right: @sheet_tile / 2;
    height: @sheet_tile;
    background-image: url('/css/images/sheet_h.png');
  }
  
  .sheet-tc
  {
    top: 0;
    clip: rect(auto, auto, @sheet_tile / 2, auto);
  }
  
  .sheet-bc
  {
    bottom: 0;
    clip: rect(@sheet_tile / 2, auto, auto, auto);
  }
  */
  
  .sheet-cr,
  .sheet-cl {
    top: 0;
    bottom: 0;
    width: 80px;
    background-image: url('/css/images/sheet_v.png');
  }
  .sheet-cr {
    right: 0;
    clip: rect(auto, auto, auto, 40px);
  }
  .sheet-cl {
    left: 0;
    clip: rect(auto, 40px, auto, auto);
  }
  .sheet-cc {
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    bottom: 0;
    background-image: url('/css/images/sheet_c.png');
  }
  .header {
    position: relative;
    height: 125px;
    margin: 0 20px;
    background-image: url('/css/images/header-bg.png');
    background-repeat: repeat-x;
    background-position: left top;
    overflow: hidden;
  }
  .header-logo {
    position: absolute;
    width: 119px;
    height: 108px;
    background-image: url('/css/images/logo.png');
    left: 41px;
    top: 16px;
  }
  .header-text {
    position: relative;
    width: auto;
    padding: 35px 504px 35px 180px;
    text-align: right;
  }
  .header-text h2 {
    margin: 0;
    font-size: 100%;
    color: #51657f;
    font-weight: bold;
  }
  .header-text2 {
    position: absolute;
    width: 494px;
    height: 125px;
    background-image: url('/css/images/header.png');
    top: 0;
    right: 0;
  }
  .header-text2 h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 40px 20px;
    margin: 0;
    color: white;
  }
  .header-language {
    position: absolute;
    height: 25px;
    right: 9px;
    bottom: 0;
  }
  .header-language ul {
    padding: 0;
  }
  .header-language ul,
  .header-language li {
    margin: 0;
  }
  .header-language li {
    display: inline;
    list-style-type: none;
    padding: 0 1px;
  }
  .header-language li a {
    width: 24px;
  }
  .header-contacts {
    position: absolute;
    left: 0;
    bottom: 5px;
  }
  .header-contacts ul {
    list-style-type: none;
    font-size: 80%;
    padding-left: 20px;
  }
  .header-contacts ul,
  .header-contacts a {
    color: white;
    text-decoration: none;
  }
  .header-contacts li {
    padding-left: 20px;
    background-repeat: no-repeat;
    margin: 5px 0 5px 20px;
    display: inline;
    height: 16px;
  }
  .header-contacts li.mail {
    background-image: url('/css/images/icon-mail.png');
  }
  .header-contacts li.phone {
    background-image: url('/css/images/icon-phone.png');
  }
  #countdown {
    font-size: 80%;
    font-weight: bold;
    color: #54b2f5;
  }
  .footer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 50px;
    overflow: hidden;
    background-color: #64768d;
    color: white;
  }
  .footer-body {
    position: relative;
    padding: 0 10px;
  }
  .footer p {
    text-align: center;
    font-size: 80%;
    font-weight: bold;
  }
  /* Sheet */
  
  /* Block */
  
  .block {
    position: relative;
    margin-bottom: 5px;
  }
  .block-body {
    position: relative;
  }
  .block-tr,
  .block-tl,
  .block-br,
  .block-bl,
  .block-tc,
  .block-bc,
  .block-cr,
  .block-cl {
    position: absolute;
  }
  .block-tr,
  .block-tl,
  .block-br,
  .block-bl {
    width: 40px;
    height: 40px;
    background-image: url('/css/images/block_s.png');
  }
  .block-tl {
    top: 0;
    left: 0;
    clip: rect(auto, 20px, 20px, auto);
  }
  .block-tr {
    top: 0;
    right: 0;
    clip: rect(auto, auto, 20px, 20px);
  }
  .block-bl {
    bottom: 0;
    left: 0;
    clip: rect(20px, 20px, auto, auto);
  }
  .block-br {
    bottom: 0;
    right: 0;
    clip: rect(20px, auto, auto, 20px);
  }
  .block-tc,
  .block-bc {
    left: 20px;
    right: 20px;
    height: 40px;
    background-image: url('/css/images/block_h.png');
  }
  .block-tc {
    top: 0;
    clip: rect(auto, auto, 20px, auto);
  }
  .block-bc {
    bottom: 0;
    clip: rect(20px, auto, auto, auto);
  }
  .block-cr,
  .block-cl {
    top: 20px;
    bottom: 20px;
    width: 40px;
    background-image: url('/css/images/block_v.png');
  }
  .block-cr {
    right: 0;
    clip: rect(auto, auto, auto, 20px);
  }
  .block-cl {
    left: 0;
    clip: rect(auto, 20px, auto, auto);
  }
  .block-cc {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-image: url('/css/images/block_c.png');
  }
  .block-header {
    position: relative;
    z-index: 0;
    margin-bottom: 0;
    background-color: #64768d;
  }
  .block-header h3 {
    color: white;
    font-size: 80%;
    font-weight: bold;
    margin: 0;
    padding: 10px 10px;
    text-align: center;
  }
  .block-link {
    height: 30px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
  }
  .block-link a {
    font-size: 80%;
    display: block;
    height: 22px;
    padding-top: 6px;
    font-weight: bold;
    margin: 1px;
    color: white;
    text-decoration: none;
  }
  .block-link a:hover,
  .block-link a:visited {
    color: white;
    text-decoration: none;
  }
  .block-link a:hover {
    font-weight: bold;
    margin: 3px;
    height: 20px;
    padding-top: 4px;
  }
  .block-link a:active {
    margin: 0;
    height: 20px;
    padding-top: 10px;
  }
  .block-link.red {
    border-color: #ff1a1a;
  }
  .block-link.red a {
    background-color: #ff1a1a;
  }
  .block-link.red a:visited {
    color: maroon;
  }
  .block-link.red a:active {
    border: 1px solid maroon;
  }
  .block-link.blue {
    border-color: #54b2f5;
  }
  .block-link.blue a {
    background-color: #54b2f5;
  }
  .block-link.blue a:visited {
    color: #51657f;
  }
  .block-link.blue a:active {
    border: 1px solid #51657f;
  }
  .sidebar-left .nivoSlider,
  .sidebar-right .nivoSlider {
    width: 190px;
    /* Change this to your images width */
    height: 126px;
    /* Change this to your images height */
  
  }
  .sidebar-left .participantsSlider,
  .sidebar-right .participantsSlider {
    width: 190px;
    /* Change this to your images width */
    height: 95px;
    /* Change this to your images height */
  
  }
  .sidebar-left .vaibit-logo,
  .sidebar-right .vaibit-logo {
    width: 190px;
    height: 51px;
    background-image: url('/css/images/vaibit-logo.png');
    background-repeat: no-repeat;
    padding-top: 134px;
    text-align: center;
    line-height: 1.5;
    display: block;
    font-size: 11px;
  }
  /* Block */
  
  /* Content */
  
  .content-layout {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background-color: Transparent;
    border: none !important;
    padding: 0 !important;
  }
  .content-layout .content-layout-row {
    display: table-row;
  }
  .content-layout .content-layout-cell {
    display: table-cell;
  }
  .content-layout .content-layout-cell,
  .content-layout .content-layout-row {
    background-color: Transparent;
    vertical-align: top;
    text-align: left;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .content-layout .sidebar-left,
  .content-layout .sidebar-right {
    width: 190px;
  }
  .content-layout .content .content-body {
    padding: 0 20px;
    font-size: 100%;
    color: #333333;
  }
  .content-layout .content .content-body p {
    margin: 8px 0;
    text-align: justify;
    line-height: 1.4;
  }
  .content-layout .content .content-body ul {
    list-style-type: none;
    padding-left: 5px;
  }
  .content-layout .content .content-body ul li {
    padding-left: 16px;
    background-image: url('/css/images/bullet.png');
    background-repeat: no-repeat;
  }
  .content-layout .content .content-body h2 {
    color: #51657f;
    font-size: 160%;
  }
  .content-layout .content .content-body h3 {
    color: #51657f;
    border-bottom: 2px solid #5087b3;
    font-size: 120%;
    margin: 0 0 20px 0;
  }
  .content-layout .content .content-body h4 {
    margin: 0;
  }
  table {
    border-collapse: collapse;
    border-width: 0;
    padding: 0;
    border-spacing: 0;
    border-color: transparent;
  }
  table.programme,
  table.register,
  table.participants {
    width: 100%;
  }
  table.programme .title,
  table.register .title,
  table.participants .title {
    text-align: center;
    background-color: #5087b3;
    color: white;
    font-weight: bold;
    padding: 5px;
  }
  table.programme .title h3,
  table.register .title h3,
  table.participants .title h3 {
    margin: 0;
  }
  table.participants {
    border-spacing: 1px;
    border-collapse: separate;
    background-color: #5087b3;
  }
  table.participants td,
  table.participants th {
    background-color: white;
    padding: 3px;
  }
  table.programme .time {
    white-space: nowrap;
    font-weight: bold;
  }
  table.programme tr {
    border-bottom: 1px solid #5087b3;
  }
  table.programme td {
    vertical-align: top;
    padding: 0 5px;
  }
  table.register td {
    vertical-align: middle;
    padding: 5px 0;
  }
  table.register td .label {
    vertical-align: top;
    padding: 5px 18px;
    width: 160px;
  }
  table.register input[type="text"] {
    width: 270px;
    height: 20px;
    padding: 0;
    margin: 0;
  }
  table.register table input[type="text"] {
    width: 220px;
  }
  table.register textarea {
    width: 272px;
    padding: 0;
    margin: 0;
  }
  table.participation {
    width: 100%;
  }
  table.participation td {
    padding: 5px;
    border: 1px solid #5087b3;
  }
  table.gallery td {
    padding: 6px;
    width: 50%;
    vertical-align: middle;
    text-align: center;
  }
  table.partners {
    width: 100%;
  }
  table.partners th,
  table.partners td {
    text-align: center;
    padding: 10px;
  }
  table.partners th {
    font-weight: bold;
    color: #51657f;
  }
  table.partners td {
    border-bottom: 1px solid #5087b3;
  }
  .icon {
    height: 16px;
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 100%;
  }
  .icon.powerpoint {
    background-image: url('/css/images/powerpoint.png');
  }
  .info-label {
    border: 1px solid #54b2f5;
    background-color: #e5f3fd;
    padding: 20px;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    color: #51657f;
  }
  .box-shadow,
  .box-with-shadow {
    position: relative;
    right: 5px;
    bottom: 5px;
  }
  .box-shadow {
    background-color: #bbbbbb;
  }
  .box-with-shadow {
    background-color: white;
    border: 1px solid #999999;
    padding: 0.5em;
  }
  .info ul,
  .info p {
    list-style-type: none;
    font-size: 80%;
    padding: 0;
  }
  .info p {
    margin: 5px;
  }
  .info li {
    padding-left: 20px;
    background-repeat: no-repeat;
    margin: 5px 0;
    background-image: url('/css/images/icon-info.png');
  }
  /* Content */
  
  /* Menu */
  
  .navbar {
    margin-bottom: 20px;
  }
  /*
  .navbar
  {
      background-image: url('/css/images/navbar.png');
      background-repeat: repeat-x;
      background-position: left bottom;
      text-align: center;
      padding: 5px 0;
  }
  
  .menu, .menu ul
  {
      float: none !important;
  }
  
  .menu li
  {
      padding: 0 4px;
      font-size: @text_size;
      line-height: 1.5;
      display: inline-block;
      float: none !important;
  }
  
  .menu li a
  {
      text-decoration: none;
      color: #64768D;
      font-weight: bold;
  }
  
  .menu li a.selected
  {
      color: #54B2F5;
  }
  
  .menu li a.highlighted
  {
      color: #F00;
  }
  
  a[href="#MainMenu_SkipLink"]
  {
      display: none;
  }
  
  #MainMenu ul.dynamic
  {
      background-color: #b4ddfa;
      border: 2px solid #64768D;
      z-index: 10 !important;
  }
  */
  
  /* begin VMenu */
  
  ul.menu,
  ul.menu ul {
    list-style: none;
    display: block;
  }
  ul.menu,
  ul.menu li {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    line-height: 0;
  }
  ul.menu {
    margin-top: 0;
    margin-bottom: 0;
    margin: 0;
  }
  ul.menu ul {
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  ul.menu ul.active {
    display: block;
  }
  ul.menu a {
    display: block;
    cursor: pointer;
    z-index: 0;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  ul.menu a.with-subs {
    padding-right: 10px;
    min-width: 1px;
  }
  ul.menu a.attention {
    color: yellowGreen;
  }
  ul.menu a .sub-indicator {
    position: absolute;
    display: block;
    right: 0.35em;
    top: 10px;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url('/css/images/arrows-ffffff.png') no-repeat -10px -100px !important;
  }
  ul.menu li {
    position: relative;
  }
  ul.menu li.sub-menu-bottom {
    height: 10px;
    width: 100%;
    background-image: url('/css/images/vmenuitem.png');
    background-position: center left;
  }
  ul.menu a:hover,
  ul.menu a.active:hover {
    color: white;
  }
  ul.menu li,
  ul.menu li ul,
  ul.menu li ul li {
    list-style-type: none;
  }
  ul.menu > li > a {
    color: white;
    padding: 0 11px 0 11px;
    height: 31px;
    line-height: 31px;
    white-space: nowrap;
  }
  ul.menu > li > a.active {
    color: red;
  }
  ul.menu > li > a:before,
  ul.menu > li > a:after {
    position: absolute;
    display: block;
    content: ' ';
    z-index: -1;
    background-image: url('/css/images/vmenuitem.png');
    top: 0;
    height: 31px;
  }
  ul.menu > li > a:before {
    left: 0;
    right: 1px;
    background-position: top left;
  }
  ul.menu > li > a:after {
    width: 1px;
    right: 0;
    background-position: top right;
  }
  ul.menu > li > a.active:before {
    background-position: bottom left;
  }
  ul.menu > li > a.active:after {
    background-position: bottom right;
  }
  ul.menu > li > a:hover:before {
    background-position: center left;
  }
  ul.menu > li > a:hover:after {
    background-position: center right;
  }
  ul.menu > li {
    margin-top: 1px;
  }
  ul.menu > li:first-child {
    margin-top: 0;
  }
  ul.menu > li > ul {
    margin-top: 1px;
    padding-bottom: 0;
  }
  /* end VMenu */
  
  /* begin VMenuSubItem */
  
  ul.menu ul li {
    margin: 0;
    padding: 0;
  }
  ul.menu ul li a.active {
    color: #e14e05;
  }
  ul.menu ul li a:hover,
  ul.menu ul li a:hover.active {
    color: #666666;
  }
  ul.menu ul a {
    display: block;
    position: relative;
    white-space: nowrap;
    height: 31px;
    overflow: visible;
    background-image: url('/css/images/vsubitem.png');
    background-repeat: repeat-x;
    background-position: top left;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 31px;
    color: #666666;
    margin-left: 0;
    margin-right: 0;
  }
  ul.menu ul a.active {
    background-position: bottom left;
  }
  ul.menu ul a:hover {
    background-position: center left;
    line-height: 31px;
    color: #41576c;
    margin-left: 0;
    margin-right: 0;
  }
  ul.menu ul a:link,
  ul.menu ul a:visited,
  ul.menu ul a:active {
    line-height: 31px;
    color: #41576c;
    margin-left: 0;
    margin-right: 0;
  }
  ul.menu ul ul a {
    padding-left: 30px;
  }
  ul.menu ul ul ul a {
    padding-left: 45px;
  }
  ul.menu ul ul ul ul a {
    padding-left: 60px;
  }
  ul.menu ul ul ul ul ul a {
    padding-left: 75px;
  }
  ul.menu li li,
  ul.menu li li a {
    position: relative;
  }
  ul.menu li li {
    position: relative;
    margin-top: 0;
  }
  ul.menu li li a {
    border: 1px solid transparent;
    border-style: none solid;
    border-width: 0 1px;
    border-color: transparent;
    margin-top: 1px;
    margin-bottom: 1px;
  }
  ul.menu li li a:hover,
  ul.menu li li a:hover.active {
    background-position: left center;
  }
  ul.menu li li a.active:hover {
    border-color: transparent;
  }
  ul.menu li li a span.border-top,
  ul.menu li li a span.border-bottom {
    display: block;
    position: absolute;
    content: ' ';
    left: -1px;
    right: -1px;
    height: 1px;
    background-color: transparent;
    z-index: -1;
  }
  ul.menu li li a span.border-top {
    top: -1px;
  }
  ul.menu li li a span.border-bottom {
    bottom: -1px;
  }
  ul.menu li li a.active:hover span.border-top,
  ul.menu li li a.active:hover span.border-bottom {
    background-color: transparent;
  }
  ul.menu li li a:hover {
    border-color: #f2f2f2 !important;
    z-index: 2;
  }
  ul.menu li li a:hover span.border-top,
  ul.menu li li a:hover span.border-bottom {
    background-color: #f2f2f2 !important;
    z-index: 2;
  }
  ul.menu > li > ul > li:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  /* end VMenuSubItem */
  
  /* Menu */
  
  /* Form */
  
  .failureNotification {
    color: red;
  }
  /* Form */
  
  