/* margin: top right bottom left */
/* 1em == 16px == 12pt */

body {
  margin: 0px auto;
  background: #d6d6d6;
  font-family: Arial, sans-serif;
  font-size: 11pt;
}

table {
  font-size: 11pt;
  border: 0;
}

h1 {}

h2 {}

b.red {
  color: red;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

td.sw {
  width: 240px;
}

img.border {
  border: 1px solid #062a44;
}

img:hover.border {
  border: 1px solid #0671bf;
}

img.link {
  border: 0;
  width: 12px;
  height: 12px;
}

a.first {
  margin-left: 1.2em;
  padding-left: 1em;
  border-left: 2px solid #d6d6d6;
}

div.menu-line {
  height: 0.75em;
}

div.empty {
  background: #ffffff;
  height: 11px;
}

div.line-top {
  margin: 0.4em auto;
}

div.line {
  background: #002649;
  width: 100%;
  height: 1px;
  margin: 0.4em auto;
}

div.cleaner {
  clear: both;
}

div.info {}

div.item {
  float: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
  /*border: 1px solid #000;*/
  width: 175px;
  background: #ffffff;
}

div.item:hover {
  background: #ffffcc;
}

tr.cc {
  background: #ffffff;
}

tr.cc:hover {
  background: #ffffcc;
}

#header {
  background:  url(../images/bg.png) repeat-x;
  height: 283px;
}

#header-in {
  background: #062a44;
  width: 1000px;
  height: 231px;
  margin: auto;
  padding-top: 3.6em;
}

#menu-top {
  background: url(../images/top-menu-bg.png) repeat-x;
  height: 37px;
}

#menu-top a {
  color: #000000;
  display: inline;
  padding: 0 1.2em 0 1em;
  border-right: 2px solid #d6d6d6;
  font-weight: bold;
  text-decoration: none;
}

#menu-top a:hover {
  color: #a60017;
  text-decoration: none;
}

#banner {
  background-image:  url(../images/b1.png);
  background-size: 100%;
  height: 183px;
}

#main {
  background: #0d436a;
  /*background: -moz-linear-gradient(top, #0d436a, #0d436a, #062a44, #062a44);*/
  background: -moz-linear-gradient(top, #0d436a, #062a44);
  background: -webkit-gradient(linear, 0 50%, 0 100%, from(#0d436a), to(#062a44));
  width: 1000px;
  margin: auto;
}

#menu {
  float: left;
  width: 200px;
}

#menu a {
  color: #ffffff;
  font-size: 11pt;
  font-weight: bold;
  margin-left: 1.5em;
  text-decoration: none;
}

#menu a:hover {
  color: #ffff00;
  text-decoration: none;
}

#menu a.sub {
  font-size: 10pt;
  margin-left: 3em;
}

#logo-vsb {
  background: url(../images/vsb.png) no-repeat;
  width: 108px;
  height: 128px;
  margin: auto;
}

#logo-stu {
  background: url(../images/stu_logo.png) no-repeat;
  width: 125px;
  height: 58px;
  margin: auto;
}

#logo-IFAC {
  background: url(../images/IFAC_logo.jpg) no-repeat;
  width: 200px;
  height: 81px;
  background-size: 100%; /*propotional resize*/
  margin: auto;
}

#logo-vut {
  background: url(../images/logo_but.png) no-repeat;
  background-size: 100%;
  width: 180px;
  height: 128px;
  margin: auto;
}


#content {
  background: #ffffff;
  float: left;
  width: 800px;
  min-height: 820px;
}

#content h1 {
  font-variant: small-caps;
  font-size: 18pt;
  border-bottom: 1px solid #000000;
}

#content h2 {
  font-size: 14pt;
}

#fsponsors td {
  padding-bottom: 1em;
}

#content-in {
  width: 90%;
  margin: auto;
}
#footer {
  background: #062a44;
  font-size: 10pt;
  color: #d6d6d6;
}

#footer-in {
  background: #062a44;
  width: 1000px;
  margin: auto;
}

#footer-text {
  width: 99%;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  margin: auto;
}
