﻿.tabArea {
  font-size: 80%;
  font-weight: bold;
}
ul.tabArea {
    text-align:left;
    list-style-type:none;
    margin-bottom:0px;
    *text-align:justify;
    *margin-bottom:1px;
    *margin-top:0.3em;
}

.tab {
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  text-decoration: none;
  position:relative;
  top: 0px;
  z-index: 100;
  *padding: 0px 1em 2px 1em;
  *margin:2px 0.25em 2px 0.25em;
}
li.tab {
    display:inline;
}

.tab, .tab:visited {
  color: #808080;
}

.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}
.tab.activeTab, .tab.activeTab:hover, .tab.activeTab:visited {
  background-color: #c0c0c0;
  color: #000000;
  z-index: 102;
}
div.tabMain {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  position: relative;
  z-index: 101;
}
table.panel {
    padding-top:2em;
    *margin-top:2em;
    *padding-top:0;
}
img.banner {
    width:18em;
    height:4.1em;
}
img.eubanner {
    width:18em;
    height:2em;
}
img.map {
    width:48em;
    height:41.375;
}
