body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

td {
  vertical-align: top;
}

#indexsida td {
  vertical-align: middle;
}

a img {
  border: none;
}

#regioner {
  float: left;
  margin-left: 7em;
}

#regioner img {
  display: block;
  margin-bottom: 1em;
}

/* Förklaringar i toppen **************************/
#headerExtraText {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#headerExtraText em.tidning,
#headerExtraText em.tidskrift
{
  font-weight: bold;
  font-style: normal;
}

#headerExtraText em.tidning {
  color: red;
}

/* Sökresultat ************************************/
.sokresultat {
  margin-bottom: 1em;
}

.sokresultat .sprak {
  color: red;
  font-style: italic;
  font-size: 90%;
  margin-left: 25px;
}

.sokresultat a.titel {
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 120%;
}

.sokresultat img {
  border: none;
  vertical-align: middle;
}

.sokresultat a.titel img {
  width: 21px;
}

.sokresultat a.titel:hover {
  text-decoration: underline;
}

.sokresultat a.titel-tidning {
  color: red;
}

.sokresultat .anmarkning {
  color: #666;
  margin-left: 25px;
  font-style: italic;
}

.sokresultat .bibliotek {
  margin-left: 25px;
}

.sokresultat .utgivningsort {
  color: #f60;
  font-size: 90%;
}

.sprakrubrik {
  border-bottom: 1px solid black;
}

/* Detaljerad information om titel ***************************/
.titleLongInfo .titel {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 120%;
  font-weight: bold;
}

.titleLongInfo .titel a {
  color: inherit;
}

.titleLongInfo .signum,
.titleLongInfo .filial .anmarkning {
  padding-left: 20px;
}

.titleLongInfo .signum,
.titleLongInfo .issn
{
  text-align: right;
}

.titleLongInfo .anmarkning {
  color: #666;
  font-style: italic;
}

.titleLongInfo .bibliotek {
  color: #a00;
  padding-left: 40px;
}

.titleLongInfo .filial {
  font-size: 80%;
}

.titleLongInfo .filial .namn {
  padding-left: 60px;
}

.titleLongInfo .filial .namn a {
  color: inherit;
}

.titleLongInfo .filial .anmarkning {
  color: #666;
}


/* SprÃ¥klista ****************************************************/
#spraklista {
  font-size: 90%;
}

#spraklista a {
  display: block;
  color: black;
}

#spraklista-cell {
  text-align: center;
  border-right: 1px solid #ccc;
  padding-right: 1em;
}

#innehall-cell {
  padding-left: 2em;
}



/* Avancerad sÃ¶kning ********************************************/
#avanceradSokning .nyckel {
  color: #ab0000;
}

.deprecation-notice {
  background: #fcc;
  border: 1px dotted red;
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
  
  padding: 1em;
  text-align: center;
  margin: 40px;
}
#sokningHeader .deprecation-notice {
  margin-bottom: 0;
}

.deprecation-notice h2 { margin-top: 0; }
.deprecation-notice strong { color: red; }
