/* UK style sheet */

@import "../style.css";

a {
  color: #06c;
}

/* header and footer */

.site-name, .site-slogan {
  display:none;
}

#header {
  width: 100%; 
  height: 91px;
  z-index: 2;
  background-image: url(../../../../default/files/images/TODE_spacer.png); 
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  border: 0;
}

#logo {
  text-align: center;
}

/* #header {
  background-color: #0066cc;
  padding: 1em;
  margin: 0;
  color: white;
  border-bottom: 1px solid #7f7f7f;
}

#header a {
  color: white;
  text-decoration: none;
}

.site-name, .site-slogan {
  margin:0;
  padding:0;
}

.site-slogan {
  font-size: medium;
  font-weight: normal;
} */

#googlead {
  text-align: right;
  margin-bottom: 1em;
}

#europe_tab {
  background-color:#efefef;
}

.new {
  color: #ff6600;
}
