/*----------------------------------------------
 |  table.css |
 |-----------
 |  Table elements
 *---------------------------------------------*/
div#bodytext table {
  border: none;
}

div#bodytext table td {
  vertical-align: top;
}

div#bodytext table#form {
  width: 100%
}

div#bodytext table#form th {
  text-align: right;
  vertical-align: top;
}


div#bodytext td.cups_oddtop{
 padding: 3px 3px 3px 3px;
 border-top:1px solid #0677BB;
 background-color:#FAFAFA;
}

div#bodytext td.cups_eventop{
 padding: 3px 3px 3px 3px;
 border-top: 1px solid #0677BB;
}

div#bodytext td.cups_oddbottom{
 padding: 3px 3px 3px 3px;
 background-color:#FAFAFA;
}

div#bodytext td.cups_evenbottom{
 padding: 3px 3px 3px 3px;
}

table#centerpres {
  width: 505px;
}

table#centerpres strong {
  color: #0677bb;
}
table#centerpres tr td div  {
  background-color: #ecf9ff;
  padding: 15px 10px 15px 10px;
  width: 243px;
}
table#centerpres img.fakta {
  padding-bottom: 10px;
}

table#centerpres tr td {
  border-top: 1px solid #0677bb;
  padding-top: 15px;
}

table#centerpres tr td.left {
  width: 225px;
}

table#centerpres tr td.separator {
  width: 20px;
}

table#centerpres tr td.right {
  width: 263px;
}
