a:visited {
  color: blue;
}
a:hover {
  color: rgb(101,187,16);
  text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 160%;
}
h1 {
  font-size: 140%;
  font-weight: normal;
}
table {
  border-collapse: collapse;
}
tr:hover {
  background: #fff59c;
}
td, th {
  border: 1px solid rgb(150,150,150);
  padding: 0 .5em;
}
th {
  font-weight: bold;
  background: rgb(120,120,120);
  color: rgb(255,255,255);
}
label {
  float: left;
  width: 10em;
}
#navigation {
  font-size: 120%; 
	line-height: 180%;
  font-weight: bold;
}
.predajna {
  background: #a1cbff;
}
.samsung {
  background: #b1d9ff;
}
.ird {
  background: #dbdbdb;
}
.o2retail {
  background: #ffb294;
}
.ekonom {
  background: #fff2b7;
}
.irdext {
  background: #b7ffb7;
}
.ird-reklamacie {
  background: #c2feff;
}
.grouptitle {
  font-weight: bold;
}
.weekend {
  background: rgb(100,100,100);
  color: rgb(220,220,220);
}
.today {
  background: rgb(101,187,16);
  color: rgb(255,255,255);
}
.older {
  background: rgb(220,220,220);
}
.auto_off {
  background: rgb(231,34,34);
  color: rgb(255,255,255);
}
#loginform {
  text-align: center;
}
#edit_box {
  display: none;
  position: absolute;
  width: 50em;
  background: rgb(220,220,220);
  padding: 10px;
  margin: 100px 0 0 200px;
  border: 4px solid rgb(150,150,150);
}
#edit_box legend {
  background: rgb(150,150,150);
  color: rgb(255,255,255);
  font-weight: bold;
  padding: 2px 1em;
  margin: 0 0 10px 0;
}
