/* Information on  stylesheets and templates is available in   *
 * the User's and Administrator's Guide                        */
@import url(commontheme.css);

body, table, td, p, li, ul {
  font-family: verdana, sans-serif;
  font-weight: 100;
  font-size: 15px;
}

table {
	font-weight: inherit;  
	border-collapse: collapse;
}

a img {
  vertical-align:middle;
  border: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin: 1.5em 0 0 0;  /*margin-top mostly overridden below*/
  font-weight: bold;
	text-align: left;
}

h1 {
  margin: .7em 0 1.5em 0;
	padding: 0 0 .5em 0;
  font-size: 155%;
  border-bottom: solid #aaa 5px;
  text-align: center;
  text-transform: uppercase;
}
.subtitle {
  margin: 0;
  display: block;
  font-size: 70%;
  text-transform: none;
}
h1 .subtitle {
  margin: .2em 10%;
}
h2 {
  font-size: 145%;
  margin-top: 2em;
  color: #009;
}
h3 {
  font-size: 135%;
  margin-top: 1.2em;
}
h4 {
  font-size: 120%;
}
h5 {
  font-size: 110%;
}
h6 {
  font-size: 100%;
  text-decoration: underline;
  font-weight: 900;
  font-style: italic;
}

#content p {
  margin: .5em 0;
}
#content p, #content li {
  text-align: justify;
  line-height:1.3em;
}
#content li {
  margin: .15em 0 .15em 0;
  padding: 0;
}
#content ul {
  list-style-type: square;
}

#content table {
  margin-bottom: 1em;
}
#content table caption {
  font-size: 70%;
  text-align: right;
  font-weight: bold;
}
#content td, #content th {
  padding: 0 .5em;
}
#content th {
  font-weight: bold;
  background-color: #ddf;  
	border: solid white 3px;
}
#content td {
	border: solid #999 1px;
	border-width: 1px 0;
}
#content td.num {
  text-align:right;
}

table.dataHeavy td, table.dataHeavy th {  /*more or less everything BUT the caption */
  font-size: 80%;
}

ul,ol {
  margin: .5em 0 .5em 2em;
  padding: 0;
}
p>ul {
  margin: -.5em 0 .5em 2em;  /* -.5 to compensate for </p>'s margin */
}

p.legal {
  text-align: center;
}
p.legal > em {
  display: block;
  text-align: center;
  letter-spacing: .5em;
}
p.signature {
  text-align: right;
  margin-top: 1.5em;
  font-style: italic;
}

div.example {
  margin-left: 10%;
  border: dashed #009 1px;
  padding: .5em;
}

div.note, div.footnote {
  font-size: 80%;
  margin: 4em auto 1em auto;
  border: dashed #009 1px;
  background-color: #eef;
  padding: .5em;
}
div.note {
  margin: .5em auto;
}

#izracuntabela table {
	font-family: verdana, sans-serif;
	width: 100%;
	font-size: 15px;
}

#izracuntabela th {
	color: white;
	border-bottom: 0px; 
	background-color: #336699; 
	background-repeat: repeat;
	border: solid none;
	vertical-align: center;
	text-align: left;
	padding: 4px 0px 2px 2px;
	margin: 0px;
}

#izracuntabela td {
	text-align: left;
	vertical-align; center;
	border: none;
	padding: 0px 0px 2px 2px;
	margin: 0px;
}

.small {
	font-size: 80%;
}

#izracuntabela .lightcyan {
	background-color: #CCFFFF;
}

#izracuntabela .lightgreen {
	background-color: #CCFFCC;
}

#izracuntabela .lightyellow {
	background-color: #FFFF99;
}

#izracuntabela .izpispogojev{
	color: white;
	border-bottom: 0px; 
	background-color: #336699; 
	background-repeat: repeat;
	border: solid none;
	vertical-align: center;
	text-align: center;
	margin-bottom: 20px;
	padding: 2px 2px 2px 2px;
}