html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { 
  border-spacing: 0;
  border-collapse: collapse;
}
caption, th, td { font-weight: normal; }
table, td, th { vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

body {
  font-family: "Arial", "Tahoma";
}

#menu {
  width: 100%;
  height: 55px;
  background-color: #282e35;
}

#menu-item {
  color: #FFFFFF;
  height: 55px;
  line-height:55px;
  float: left;
}

#menu-item a {
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

#menu-item a:hover {
  text-decoration: underline;
}

#content {
  margin-top: 4px;
  margin-left: 4px;
}

tr.prikaz {
  border-bottom:1px solid #DCFF78;
  border-top:1px solid #DCFF78;
  vertical-align: middle;
}

td.selected {
	background-color: rgb(220,255,120);
}

td.limit {
	border: 1px solid #dedede;
}

span.title {
  font-size: 1.4em;
  line-height: 1.8em;
  color: #576F14;
}

span.stat-title {
  font-size: 1.2em;
  line-height: 1.8em;
  color: #576F14;
}




// PRIJAVA

div.box {	
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  height: 420px;
  background-color: #ffffff;
  width: 720px;
  border: 1px dashed #564b47;
}

div.prijava {
  width: 285px;
}

div.prijava-top {
  width: 285px;
  height: 45px;
  background-image: url(../images/prijava_top.png);
  background-repeat: no-repeat;
  color: white;
  font-weight: bold;
  padding-left: 10px;
  line-height: 45px;
}

div.prijava-middle {
  width: 285px;
  background-repeat: repeat-y;
  background-image: url(../images/prijava_middle.png);
  padding-left: 4px;
  
}

div.prijava-bottom {
  width: 285px;
  height: 17px;
  background-image: url(../images/prijava_bottom.png);
  background-repeat: no-repeat;
}

table.seznam_vnasalcev td {
  padding-left: 20px;
}

td.vnos-poklici {
  width: 70px;
  text-align: left;
  border-color: #dcff78;
  border-width: 1px;
  border-style: solid;
}

td.pregled-poklici-sel {
  width: 25px;
  text-align: middle;
  border-color: #dcff78;
  border-width: 1px;
  border-style: solid;
	background-color: rgb(220,255,120);
}

td.prikaz-poklici {
  width: 25px;
  text-align: middle;
  border-color: #dcff78;
  border-width: 1px;
  border-style: solid;
}


td.vnos-alergeni {
  width: 70px;
  text-align: center;
  border-color: #dcff78;
  border-width: 1px;
  border-style: solid;
}

#content {
  margin-top: 4px;
  margin-left: 14px;
}

#content-content {
  margin-top: 15px;
  margin-left: 15px;
}

input.stat-leto {
  width: 350px;
}

td.kraji {
  width: 35px;
  text-align: center;
  border-color: #dcff78;
  border-width: 1px;
  border-style: solid;
}

td.stat-alergeni {
  width: 35px;
  text-align: center;
  border-color: #dcff78;
  border-width: 1px;
  border-style: solid;
}

td.stat-kraj {
  width: 35px;
  text-align: center;
  border-color: #dcff78;
  border-width: 1px;
  border-style: solid;
}

td.vnos-kraj {
  width: 70px;
  text-align: left;
  border-color: #dcff78;
  border-width: 1px;
  border-style: solid;
}

table.statistika-prikazi {
  width: 460px;
}