/* Left, center and right alignment of text in paragraphs and cells.*/
td.tablecolor1 {background-color:#E5E5E3}
td.tablecolor2 {background-color:#F2F2F2}

/* classes for textstyle dropdown */
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}


/* Custom CSS paragraph RTE*/
.uvod {
  color:#808080;
  font-size:1.3em;
  line-height:1.5em;
  margin-bottom:10px;
}

.nadaljevanje {
  color:#333333;
  font-size:1.1em;
  line-height:1.8em;
  margin-bottom:10px
}

.desni_okvir_vsebina_projekt {
  margin-bottom:0;
  margin-top:0;
}

/*CSS za tabele*/

/*css za celotno tabelo*/
.tabela_1 {
  margin-bottom:10px;
  margin-top:10px;
  width:100%;
}

/*css za glavo tabele*/
.glava {
  color:#FFFFFF;
  font-weight:bold;
  background-color: #F09043;
}


/*css za vrstico tabele*/
.vrstica {}

.crtkan_hr {}
   
.opomba {}
   
.green {}
   
.cons {}

.crtkan_okvir {
  border:1px dotted #ebebeb;
}
.locilnavrstica {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333333;
  padding-top: 5px;
  padding-bottom: 5px;
}

   



