/**
 * Stylesheet for non-Electos styles
 * $Id: global.css,v 1.15 2008/08/27 09:26:12 Jakob Kruse Exp $
 */

body {
  font: 9pt/140% Arial, sans-serif;
/*  color: #808080; */
  color: black;
  margin: 0;
}

img {
  border: 0;
}

.content {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#forskel {
  /*
  position: absolute;
  top: 250px;
  left: 808px;
  */
}

.logo {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: right;
}

.search {
  /*padding-top: 50px;*/
}
.search table {
  width: 100%;
}

.menu,
.menu a:link,
.menu a:hover,
.menu a:active,
.menu a:visited {
  font: bold 11pt Arial, sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.menu a:link .intralink,
.menu a:hover .intralink,
.menu a:active .intralink,
.menu a:visited .intralink
{
  color: #9288c0;
}
.menu td {
  height: 50px;
  width: 100px;
  text-align: center;
  vertical-align: middle;
}

.left-column {
  width: 250px;
  padding-top: 40px;
}
.left-column .Title {
  border-top: 1px solid #8d8d8d;
  border-bottom: 1px solid #8d8d8d;
  padding: 5px 0px;
  text-transform: uppercase;
}
.left-column .NewsArchive {
  text-align: right;
}
.left-column .NewsDate, .left-column .NewsTitle, .left-column .NewsArchive {
  font: 9pt/150% Arial, sans-serif;
  color: #666666;
  padding-bottom: 8px;
}
.left-column .NewsDate, .left-column .NewsArchive {
  /* partly defined above */
  font-size: 7pt;
  padding-top: 8px;
}
.left-column .NewsTitle {
  /* partly defined above */
  border-bottom: 1px solid #8d8d8d;
}
.left-column .NewsLetter {
  text-align: center;
}
.left-column h3 {
  font-family: 'Gill Sans MT', 'Gill Sans', Arial, sans-serif; /**/
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
  border-bottom: 1px solid #8d8d8d;
}
.left-column ul {
  margin: 8px 0px;
  padding: 0;
}
.left-column li {
  list-style: none;
  margin: 6px 0px;
}
.left-column li .date {
  float: right;
  margin-left: 5px;
}
.left-column li.more {
  text-align: right;
}

.main-column {
  padding-left: 20px;
}

.leftmenu {
  font: bold 7.5pt arial, sans-serif;
  width: 100%;
  border-collapse: collapse;
  background-color: #DFDCEA;
}
.leftmenu td {
  padding: 3px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.leftmenu a:link,
.leftmenu a:visited {
  color: #666666;
}
.leftmenu .active {
  background-color: #5c4f94;
}
.leftmenu .active a:link,
.leftmenu .active a:visited {
  color: white;
}
.leftmenu .links {
  color: white;
}
.leftmenu p {
  margin: 5px;
}
.menuspacer {
  height: 20px;
}

.SearchTable {
  width: 90%;
}
.SearchRowOdd {
  background-color: #dfdcea;
}
.SearchRowEven {
}

.Form th {
  text-align: left;
  padding-right: 5px;
}

.services {
  width: 100%;
}
.services thead tr {
  text-align: left;
}
.services th {
  border-bottom: 1px solid black;
}
.services tbody tr {
  cursor: pointer;
}
.services tr.highlight {
  background-color: #dfdcea;
}

.ieunderline {
  color: #3b409a;
  text-decoration: none;
  font-weight: bold;
}

.ieunderline:hover {
  text-decoration: underline;
}

.callout {
  background: url(/gfx/callout_bg.png);
  position: relative;
  margin-bottom: 20px;
  cursor: auto;
}
div.callout-top {
  padding: 55px 20px 0px 20px;
  position: relative;
  z-index: 10;
}
img.callout-top {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
div.callout-bottom {
  padding: 0px 20px 23px 20px;
  text-align: right;
  position: relative;
  z-index: 10;
}
img.callout-bottom {
  position: absolute;
  bottom: -1px;
  left: 0px;
  z-index: 0;
}
img.close-top {
  position: absolute;
  top: 45px;
  left: 215px;
  z-index: 11;
  cursor: pointer;
}
img.close-bottom {
  position: absolute;
  bottom: 1px;
  left: 215px;
  z-index: 11;
  cursor: pointer;
}
.callout h3 {
  font: bold 11pt Arial, sans-serif;
  color: #8d8d8d;
}

.main-column div#H3 table {
  margin: 0;
}
.main-column .H3Main {
  padding: 0;
}
.main-column .H3Button {
  margin-top: 4px;
}

.tagline {
  font: 11pt/140% Arial, sans-serif;
  text-align: left;
  margin-top: 55px;
}

.error {
  color: #c00000;
}