a { color: #000; text-decoration: none;}
body, p, td, span, div, input, select {font-family: verdana; font-size: 14px;}
body { margin: 0; padding: 0;}
.bunntekst { font-size: 14px; color: grey;  font-weight: normal; font: italic;}

table.strek {
    border-collapse: collapse;
    border:1px solid #69899F;
}
table td.strek{
    border:1px dotted #000000;
    padding:5px;
}
td.strek:first-child{
    border-left:0px solid #000000;
}
th.strek{
   border:2px solid #69899F;
   padding:5px;
}

a.alarm { color: #ff0000; text-decoration: blink; font-weight: bold;}
a:hover.alarm {color: #ff0000; text-decoration: blink; font-weight: bold;}  
a:visited.alarm {color: #ff0000; text-decoration: blink; font-weight: bold;}

a.olink { color: #fff; text-decoration: none; font-weight: bold;}
a:hover.olink {color: #fff; text-decoration: none; font-weight: bold;}
a:visited.olink {color: #fff; text-decoration: none; font-weight: bold;}

a.meny { color: #ffffff; text-decoration: none; font-weight: bold; font-size: 18;}
a:hover.meny {color: #ff0000; text-decoration: none; font-weight: bold; font-size: 18;}
a:visited.meny {color: #ffffff; text-decoration: none; font-weight: bold; font-size: 18;}

a.menyvalgt { color: #ffd800; text-decoration: none; font-weight: bold; font-size: 18;}
a:hover.menyvalgt { color: #ff0000; text-decoration: none; font-weight: bold; font-size: 18;}
a:visited.menyvalgt {color: #fadb07; text-decoration: none; font-weight: bold; font-size: 18;}

table.slett { background-color: #ff0000; }
table.ny { background-color: #00ff00; }

p.slett { font-size: 20; color: #ff0000 }

span.klokke { font-size: 14; color: #fff }

tr.odd { background-color: #eee; }
tr.even { background-color: #fff; }
tr.nyligoppdatert { background-color: #00dddd; }

tr.idag { background-color: #90EE90; }
tr.neste { background-color: #00dddd; }
input#button {
    background-color: #000;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}
input#connectButton {
    background-color: #000;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

.warning {
  background: orange;
  border-radius: 1em;
  padding: 1em;
  color: white;
}
.info {
  background: blue;
  border-radius: 1em;
  padding: 1em;
  color: white;
}

.offline {
  background: red;
  border-radius: 1em;
  padding: 1em;
  color: white;
}
.online {
  background: green;
  border-radius: 1em;
  padding: 1em;
  color: white;
}
td.avlesning {
  font-family: verdana;
  font-size: 20px;
  padding: 1em;
}
.avlesning {
  font-family: verdana;
  font-size: 20px;
}
td.lopsliste {
  font-family: verdana;
  font-size: 22px;
  padding: 0.3em;
}
.lopsliste {
  font-family: verdana;
  font-size: 22px;
}



tr.even:hover td {
  background: #fffdaf;
  cursor: pointer;
}
tr.odd:hover td {
  background: #fffdaf;
  cursor: pointer;
}
tr.row:hover td {
  background: #fffdaf;
  cursor: pointer;
}
