
td.vsebina p {
  text-align: left; /* justify; */
}

td.vsebina ul {
  margin-top: 1em;
  margin-bottom: 1em;
}

td.vsebina ul li {
  list-style-type: disc;
  margin-left: 0;
  margin-bottom: 3px;
}

div p.navrh,
td.vsebina p.navrh {
  text-align: right;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0.4em;
}

/* novice */
/*div div.novica */
p.datum {
  color: #676f62;
  font-size: x-small;
  padding: 0;
  margin: 0;
  margin-top: 1em;
  margin-bottom: -1em;
}

hr {
  border-top: 1px dotted #878787;
  border-bottom: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  height: 0px;
}

td.vsebina h1 {
  font-size: large;
  color: #529cba;
  padding-top: 0;
  font-weight: bold;
}
div.novice h2,
td.vsebina h2 {
  font-size: medium;
  color: #529cba;
  font-weight: bold;
}
div.novice h3,
td.vsebina h3 {
  font-size: medium;
  color: #529cba;
  font-weight: normal;
}
div.novice h4,
td.vsebina h4 { 
  font-size: small;
  color: #529cba;
  font-weight: normal; 
}


td.vsebina p.sporocilo {
  font-weight: bold;
}
td.vsebina p.opis {
  font-style: italic;
}

td.poudarjeno {
  font-weight: bold;
  border: 3px solid #deeeda;
}

/*td.vsebina a,
td.vsebina a:link,
td.vsebina a:visited,
td.vsebina a:active {
  color: #429b00;
}
td.vsebina a:hover {
  background-color: #eaf5e0;
  text-decoration: none;
}*/

td.vsebina table {
  margin-top: 1em;
  margin-bottom: 1em;
/*  border: 1px solid #deeeda;*/
  border: 1px solid #ceeaf5;
}
td.vsebina table tr:nth-child(odd) {
  background-color: #f8f8f8;
}

td.vsebina table th {
  text-align: center;
  font-weight: bold;
  padding: 4px;
  border: 2px solid #deeeda;
/*  background-color: #deeeda; */
/*  background-color: #e3f3e1; */
  background-color: #92dcfa;
  background-color: #b1d6e6;
  background-color: #bfe4f2;
  background-color: #ceeaf5;
  border: 1px solid #ceeaf5;
}

td.vsebina table tr {
  /* ie ne najde tega!! */
}

td.vsebina table td {
  vertical-align: top;
  padding: 3px;
  text-align: right;
  padding-right: 1em;
  border-top: 1px solid #ceeaf5 ! important;
  border: 1px solid #ceeaf5 ! important;
  padding: 2px 7px ! important;
}

td.vsebina table.podatki td:first-child {
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}


td.vsebina table.aladin td:first-child {
  text-align: left;
  font-weight: bold;
}
td.vsebina table.aladin td {
  text-align: center;
  vertical-align: middle;
  padding-right: 3px;
}

td.menulevo-da {
  font-weight: bold;
  background-color: #deeeda;
}
td.menulevo-d:hover,
td.menulevo-da:hover {
  background-color: #deeeda;
}
td.menulevo-d a:hover,
td.menulevo-da a:hover {
  background-color: transparent;
}


table.auto {
  width: 100%;
}
table.auto tbody td { 
  text-align: center;
  padding-right: 3px;
}
table.auto td:hover {
  background-color: #deeeda;
}
table.auto td a:hover {
  background-color: transparent;
}
table.auto td.izbran {
  font-weight: bold;
  background-color: #deeeda;
}
p.auto {
  padding-top: 2em;
}

td.vsebina table.aladin-slika {
  border: 0px none;
}
td.vsebina table.aladin-slika tr {
  background-color: transparent;
  border: 0px none;
}
td.vsebina table.aladin-slika td,
td.vsebina table.aladin-slika th {
  text-align: center;
  background-color: transparent;
  border: 0px none ! important;
}
td.vsebina table.aladin-slika th {
  width: 33.33%
}
table.aladin-slika a {
  text-decoration: none;
  display: block;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 119px;
  height: 23px;
}
table.aladin-slika a:hover {
  background-color: transparent;
}

table.aladin-slika a.aladin-prejsnji {
  background-image: url('/stil/prejsnji.gif');
}
table.aladin-slika a.aladin-prejsnji:hover {
  background-image: url('/stil/prejsnji-s.gif');
}
table.aladin-slika a.aladin-naslednji {
  background-image: url('/stil/naslednji.gif');
}
table.aladin-slika a.aladin-naslednji:hover {
  background-image: url('/stil/naslednji-s.gif');
}
table.aladin-slika a.aladin-tabela {
  background-image: url('/stil/tabela.gif');
  width: 96px;
}
table.aladin-slika a.aladin-tabela:hover {
  background-image: url('/stil/tabela-s.gif');
  width: 96px;
}
