/* XHTML RELATIVE CSS */

/********************************/
/* OVERALL */

#outer {
  background: url('../images/back.gif') repeat-x;
  }

#inner {
  text-align: center;
  padding: 0 32px;
  }

#wrapper {
  width: 880px;
  margin: 0 auto;
  text-align: left;
  }
  
/********************************/
/* COMMON CLASSES */

.normal    { font-weight: normal !important; font-style: normal !important; text-decoration: none !important; }
.bold      { font-weight: bold !important; }
.italic    { font-style: italic !important;}
.underline { text-decoration: underline !important; }

.pixel { width: 1px;  height: 1px;  margin: 0; border: 0 none; padding: 0; }

.wholex, .whole { width: 100%; }
.wholey, .whole { height: 100%; }

.left   { text-align: left !important; }
.right  { text-align: right !important; }
.center { text-align: center !important; }

.top    { vertical-align: top !important; }
.bottom { vertical-align: bottom !important; }
.middle { vertical-align: middle !important; }

.nomargin    { margin: 0; }
.automargin  { margin: auto; }

.noborder    { border: 0 none; }

.nopadding   { padding: 0; }
.autopadding { padding: auto; }

.relative    { position: relative; }
.absolute    { position: absolute; }

/********************************/
/* COLORS */

.cllink { color: #F87038 !important; }
.clred  { color: #E6140B !important; }

/********************************/
/* ELEMENTS */

.container {
  border-top: 2px solid #AEB8BC;
  margin-bottom: 32px;
  }
  
.containerex {
  border-top: 2px solid #D6DDDF;
  margin-bottom: 32px;
  }

.containerem {
  margin-bottom: 32px;
  }

.containermx {
  margin-bottom: 16px;
  }

.containerdb {
  border-top: 2px solid #AEB8BC;
  border-bottom: 2px solid #AEB8BC;
  margin-bottom: 32px;
  }

.hr {
  font-size: 0;
  border-top: 1px solid #D6DDDF;
  margin-top: 24px;
  margin-bottom: 12px;
  }

.hrsep {
  font-size: 0;
  border-top: 1px solid #D6DDDF;
  margin-top: 24px;
  margin-bottom: 24px;
  }

.placeholder {
  color: #808080;
  }

.title {
  padding: 12px 0 18px 0;
  height: 25px;
  }

.subtitle {
  font-size: 10pt;
  margin-bottom: 12px;
  }
  
.star {
  color: #FF0000;
  font-family: 'Verdana', sans-serif;
  }

/********************************/
/* LINKS */

a.gray {
  text-decoration: none;
  color: #555;
  }

a:hover.gray {
  text-decoration: underline;
  color: #7F898E;
  }

a.white {
  text-decoration: none;
  color: #FFF;
  }

a:hover.white {
  text-decoration: underline;
  color: #FFF;
  }

/********************************/
/* FOOTER */

#copyright {
  color: #808080;
  }

/********************************/
/* MAINPAGE */

.cover {
  float: left;
  width: 196px;
  height: 168px;
  margin-bottom: 16px;
  cursor: pointer;
  }

.cover a {
  display: block;
  overflow: hidden;
  width: 196px; height: 44px;
  background-position: 0 0;
  }

.cover a.hover {
  display: block;
  width: 196px; height: 44px;
  background-position: 0 -44px;
  }

.covershow {
  width: 196px; height: 116px;
  background: url('../images/program.gif') no-repeat;
  }

.covershow ul {
  margin: 0;
  padding: 0;
  width: 196px; height: 116px;
  position:relative;
  overflow: hidden;
  z-index: 1;
  list-style-type: none;
  }

.covershow ul li.slide {
  position:absolute;
  top:0; left:0;
  z-index:8;
  background-color: #FFF;
  visibility: hidden;
  }

.covershow ul li.passive {
  z-index:9;
  visibility: visible;
  }

.covershow ul li.active {
  z-index:10;
  visibility: visible;
  }

.covershow ul li img {
  width: 196px; height: 116px;
  display: block;
  }

/********************************/
/* SEARCH */

#searchresult ul {
  margin-top: 8px;
  }

#searchresult p {
  margin-bottom: 4px;
  }

#searchresult a {
  text-decoration: underline;
  color: #555;
  }

/********************************/
/* GALLERY */

.imagepack {
  clear: both;
  margin-bottom: 24px;
  }

.imagelist {
  height: 120px;
  overflow: hidden;
  }

.imageitem {
  float: left;
  width: 196px; height: 116px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  background: url('../images/program.gif') no-repeat;
  }

.imageitem img {
  width: 196px; height: 116px;
  display: block;
  }

/********************************/
/* CUSTOMSELECT */

div.customselectA {
  width: 100px;
  }

div.customselectA div.selected {
  width: 60px;
  }

div.customselectB {
  width: 80px;
  }

div.customselectB div.selected {
  width: 40px;
  }

div.customselectC {
  width: 260px;
  background: #F8F8F8;
  }

div.customselectC div.selected {
  width: 220px;
  }

div.customselect {
  border-left: 1px solid #B0B0B0;
  border-right: 1px solid #B0B0B0;
  background: #FFFFFF url('../images/select.gif') no-repeat top right;
  font: 8pt 'Arial', 'Verdana', sans-serif;
  height: 19px;
  line-height: 19px;
  }

div.customselect div.selected {
  margin-left: 8px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
  cursor: default;
  white-space: nowrap;
  font-weight: bold;
  }

div.customselect div.options {
  border-left: 1px solid #B0B0B0;
  border-right: 1px solid #B0B0B0;
  border-bottom: 1px solid #B0B0B0;
  width: 100%; height: 12em;
  left: -1px; top: 22px;
  display:none;
  position:absolute;
  z-index: 1;
  overflow: auto;
  background-color: #FFF;
  line-height: 1.5em;
  }

div.customselect div.option {
  padding: 0 8px;
  overflow: hidden;
  cursor: default;
  white-space: nowrap;
  }

div.customselect div.optionhover {
  background: #F97236 url('../images/bgorange.gif') repeat-x;
  color: white;
  }

/********************************/
/* CUSTOMCHECKBOX */

div.customcheckbox {
  width: 19px;
  height: 19px;
  background-image: url('../images/checkbox.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
  }

div.customcheckbox.checked {
  background-position: 0 -19px;
  }

/********************************/
/* CUSTOMRADIO */

div.customradiobutton {
  width: 19px;
  height: 19px;
  background-image: url('../images/radio.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
  }

div.customradiobutton.checked {
  background-position: 0 -19px;
  }

/********************************/
/* CUSTOMCHECKBOX */

input.customstatictext{
  border: 1px solid #B0B0B0;
  background: #F8F8F8;
  outline: none;
  resize: none;
  }

input.customtext, textarea.customtextarea {
  border: 1px solid #B0B0B0;
  background: #F8F8F8;
  outline: none;
  resize: none;
  }

input.customtext:focus, textarea.customtextarea:focus {
  border: 1px solid #F97236;
  background: #FFF;
  }


/********************************/
/* PROGRAMS */

table.protable {
  width: 100%;
  }

table.protable td {
  height: 42px;
  font-weight: bold;
  border-bottom: 1px solid #D6DDDF;
  background: #EDEFF0 url('../images/protable_passive.gif') repeat-x left bottom;
  }

table.protable td.lastcell {
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
  background: #EDEFF0 url('../images/protable_passive.gif') repeat-x left bottom;
  }

table.protable td.selected {
  font-weight: bold;
  background: #E82815 url('../images/protable_active.gif') repeat-x left top;
  color: white;
  }

table.protable td div {
  padding: 6px 36px 6px 20px;
  }

table.protable td.selected div {
  background: url('../images/protable_arrow.gif') no-repeat right 50%;
  }

/********************************/
/* LANGUAGES */

#lang {
  list-style-type: none;
  position: absolute;
  right: 0; top: 7px;
  }

#lang li {
  float: left;
  margin-left: 6px;
  }

#lang a {
  display: block;
  width: 35px; height: 35px;
  background-position: 0 0;
  font-size: 0;
  }

#lang a.hover {
  background-position: 0 -35px;
  }
  
/********************************/
/* BREADCRUMBS */

#bread {
  list-style-type: none;
  position: absolute;
  right: 0; top: 190px;
  lwidth: 740px;
  }

#bread li {
  float: left;
  }

#bread span.div {
  font-family: 'Verdana', 'Arial', sans-serif;
  }

#bread span.red {
  color: #E6140B;
  }

/********************************/
/* LOGOS */

#logo {
  position: absolute;
  left: -8px; top: 49px;
  }

#slogan {
  position: absolute;
  left: 0; top: 49px;
  width: 880px; height: 90px;
  }

/********************************/
/* TOPMENU */

#topmenu {
  list-style-type: none;
  position: absolute;
  width: 500px; height: 22px;
  left: 0; top: 13px;
  margin: 0;
  padding: 0;
  }

#topmenu li {
  float: left;
  height: 22px;
  margin: 0;
  padding: 0;
  }

#topmenu li div.separator {
  width: 0; height: 22px;
  margin: 0 20px;
  border-left: 1px dotted gray;
  font-size: 0;
  }

#topmenu a {
  display: block;
  height: 18px;
  margin-top: 3px;
  background-position: 0 0;
  }

#topmenu a.hover {
  background-position: 0 -18px;
  }

/********************************/
/* MENU */

#menu {
  position: absolute;
  right: -16px; top: 139px;
  width: 780px; height: 39px;
  z-index: 50;
  }

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  }

#menu li {
  margin: 0;
  padding: 0;
  }

#menu div.level1 {
  width: 100%; height: 100%;
  }

#menu div.level2 {
  display: none;
  position: absolute;
  width: auto; height: auto;
  left: 0; top: 39px;
  padding-top: 1px;
  background: white;
  }

#menu div.level3 {
  display: none;
  position: absolute;
  width: auto; height: auto;
  left: 100%; top: 0;
  padding-top: 1px;
  background: white;
  }

#menu ul {
  width: 100%; height: 100%;
  }

#menu ul ul {
  width: auto; height: auto;
  background: #F0F0F0;
  border: 1px solid #AEB8BC;
  border-top: 0 none;
  border-bottom: 2px solid #AEB8BC;
  padding: 20px 0;
  }

#menu ul li {
  float: right;
  position: relative;
  }

#menu ul li li {
  float: none;
  position: static;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  }

#menu ul li li li {
  border-top: 4px solid #F0F0F0;
  border-bottom: 4px solid #F0F0F0;
  }

#menu a.level1 {
  display: block;
  overflow: hidden;
  float: left;
  height: 39px;
  font-size: 0;
  background-position: 0 0;
  }

#menu a.level1.hover, #menu a.level1.active {
  background-position: 0 -39px;
  }

#menu a.level2 {
  display: block;
  width: auto; height: 24px;
  text-decoration: none;
  line-height: 24px;
  border-left: 10px solid #F0F0F0;
  border-right: 10px solid #F0F0F0;
  padding: 0 10px;
  color: #555;
  background: none;
  }

#menu li.hover a.level2 {
  color: #FFF;
  background: #F97236 url('../images/bgorange.gif') repeat-x;
  }

#menu a.level3 {
  display: block;
  text-decoration: none;
  border-left: 10px solid #F0F0F0;
  border-right: 10px solid #F0F0F0;
  padding: 0 10px;
  color: #555;
  background: none;
  }

#menu a.level3:hover {
  text-decoration: underline;
  color: #7F898E;
  }

/********************************/
/* BUTTONS */

a.button {
  display: block;
  height: 19px;
  font-size: 8pt;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  }

a.button:hover {
  background-position: 0 -19px;
  }

a.xbutton {
  display: block;
  height: 19px;
  font-size: 8pt;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: right 0;
  }

a.xbutton:hover {
  background-position: right -19px;
  }

div.divider {
  margin: 0 10px;
  height: 19px; width: 0;
  border-left: 1px solid #AEB8BC;
  font-size: 0;
  }

a.box {
  display: block;
  width: 35px; height: 35px;
  outline: none;
  background-position: 0 0;
  }

a.box:hover {
  background-position: 0 -35px;
  }

a.box.boxprev {
  background-image: url('../images/arrow_prev.gif');
  }

a.box.boxnext {
  background-image: url('../images/arrow_next.gif');
  }

input.button {
  height: 18px;
  font-size: 8pt;
  cursor: pointer; outline: none;
  border: 0; padding: 0; margin: -1px;
  background-repeat: no-repeat;
  background-position: 0 0;
  }

input.button:hover {
  background-position: 0 -19px;
  }

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner{
  border : 0 none;
  }

/********************************/
/* SLIDER */

#slider, #slideover, #slider ul, #slider li {
  margin: 0; padding: 0;
  list-style-type: none;
  width: 600px; height: 280px;
  position: relative;
  overflow:hidden;
  }

#slideover { margin-bottom: 24px; }

#prevBtn, #nextBtn {
  display: block;
  position: absolute;
  top: 122px;
  width: 35px; height: 35px;
  }

#prevBtn a, #nextBtn a {
  display: block;
  width: 35px; height: 35px;
  outline: none;
  }

#prevBtn {
  left: 0;
  }

#nextBtn{
  right: 0;
  }

#prevBtn a {
  background-image: url('../images/arrow_prev.gif');
  background-position: 0 0;
  }

#nextBtn a {
  background-image: url('../images/arrow_next.gif');
  background-position: 0 0;
  }
  
#prevBtn a:hover, #nextBtn a:hover {
  background-position: 0 -35px;
  }

/********************************/


