@media screen {

/*
** BASIC STYLES
*/

body {
  font: 69% Tahoma, Arial, Helvetica, sans-serif;
  color: #ddd;
  background: #000 url(../images/global-bg.gif) repeat;
}
a {
  color: #f90;
}
a:visited {
  color: #999;
}
h1, h2, h3, h4, h5, h6 {
  color: #f90;
  font-weight: bold;
}
h1 {
  margin-top: 0;
  font-size: 1.3em;
}
h2 {
  font-size: 1.1em;
}
h3 {
  font-size: 1em;
}
p {
  margin: 0.5em 0;
}
img {
  border: 0;
}
li {
  padding-bottom: 0.5em;
}
dd {
  margin: 0.2em 0 0.5em 1em;
  padding: 0;
  font-weight: bold;
}
table {
  border-spacing: 1px;
  border: 0;
  margin: 0 0 1.5em 0;
}
caption {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 2em;
}
th {
  padding: 0.5em 1em;
  background-color: #ddd;
  color: #000;
  border: 0;
}
td {
  padding: 0.5em 1em;
  background-color: #333;
  color: #ddd;
  border: 0;
  vertical-align: top;
}
label {
  margin-top: 1em;
  font-size: 0.9em;
}
input {
  display: block;
  margin-bottom: 1em;
  color: #fff;
  background-color: #000;
  border: 1px solid #f90;
}
input[type=submit], input[type=button], input[type=reset] {
  padding: 0.3em 0.75em;
  color: #000;
  font-weight: bold;
  background-color: #f90;
}
textarea {
  display: block;
  margin-bottom: 1em;
  color: #fff;
  background-color: #000;
  border: 1px solid #f90;
}


/*
** STRUCTURE STYLES
*/

#portal-wrapper {
  margin: 20px auto;
  width: 776px;
}
.visualClear {
  display: block;
  clear: both;
}


/*
** HEADER STYLES
*/

#portal-round-up {
  height: 16px;
  background: url(../images/portal-round-up.png) no-repeat left top;
}
#portal-round-bottom {
  height: 16px;
  background: url(../images/portal-round-bottom.png) no-repeat left top;
}

#portal-top {
  background: url(../images/portal-wrapper-bg.png) repeat-y;
}
#portal-header {
  position: relative;
  height: 192px;
  background: url(../images/portal-top-global-bg.jpg) no-repeat 8px top;
}

#portal-logo {
  position: absolute;
  top: 14px;
  left: 38px;
  margin: 0;
  background: url(../images/logo.png) no-repeat;
}
#portal-logo a {
  display: block;
  width: 144px;
  height: 0px !important;
  padding-top: 42px;
  color: #000; /* IE 5.5 bugfix */
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

#portal-translations {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
#portal-translations a {
  float: left;
  margin: 0 0 0 5px;
}

#portal-menu {
  position: absolute;
  top: 90px;
  left: 0;
  margin: 0 0 0 8px;
  padding: 0;
  list-style: none;
}
#portal-menu li {
  padding: 0;
  text-transform: lowercase;
}
#portal-menu li a {
  display: block;
  padding: 0 0.75em 0 60px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5em;
  width: 11em;
}
#portal-menu li a:hover {
  background-color: #0067ae;
}


/*
** CONTENT STYLES
*/

#portal-content-wrapper {
  padding: 0 8px;
  background: url(../images/portal-wrapper-bg.png) repeat-y;
}

#portal-hotnews {
  padding: 1em 60px;
  min-height: 37px;
  color: #000;
  text-align: justify;
  font-weight: bold;
  background: #f90 url(../images/info.gif) no-repeat 10px 45%;
}
#portal-hotnews p {
  margin: 0;
  line-height: 1.2em;
}
#portal-hotnews hr {
  border: 0;
  border-bottom: 1px dashed #fff;
}

#portal-content {
  margin: 0 20px;
  padding: 10px 0 10px 40px;
  min-height: 10em;
  font-size: 1.2em;
  border-bottom: 3px solid #333;
}
#portal-content ul {
  list-style: square url(../images/bullet.gif);
}
#portal-content img {
  vertical-align: bottom;
}
.image-right {
  float: right;
  clear: both;
  margin: 0 0 1em 1em;
}
.image-left {
  float: left;
  clear: both;
  margin: 0 1em 1em 0;
  display: block;
}
a.up-one-level {
  display: block;
  padding: 0.3em 0 1em 1em;
  float: right;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
}
a.up-one-level:visited {
  color: #fff;
}
a.up-one-level:hover {
  text-decoration: underline;
}

table.cleartable td {
  padding: 0;
  background-color: transparent;
}
#homepage-labels-table {
  width: 100%;
}
#homepage-labels-table td {
  text-align: center;
  vertical-align: middle;
}


/*
** FOOTER STYLES
*/

#portal-footer {
  padding: 20px 68px;
  color: #ccc;
  background: url(../images/portal-wrapper-bg.png) repeat-y;
}
#portal-footer p {
  margin: 0;
}
#portal-footer a {
  color: #ccc;
}

#portal-counter {
  float: right;
}

#advert-google {
  margin-top: 2em;
  text-align: center;
}
.advert-block {
  float: right;
  margin: 0.5em 0 1em 1em;
}

}