body {
/*  background-color: lightyellow; */
  color: black;
  font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
  font-size: medium;
/*  margin: 10px;
  margin-top: 10px; */
}

a[href] { text-decoration: underline; }

a:link {                   /* Nenavstiveny */
  color: blue;
}

a:visited {                /* Navstiveny */
  color: brown;
}

a:hover {                  /* Prejeti mysi */
  background-color: #666633;
  color: white;
}

a:active {                 /* klik, Enter */
  color: red;
}

a:active:hover {
  color: #FFFF00;
}



#menu a, #panel a {
text-decoration: none;
}


#menu {
font-size: x-small;
white-space: nowrap;
}

.labelinfo, .labelinfo td  {
font-size: xx-small;
border-collapse: collapse;
border: 1px solid black;
padding: 2;
}



.labeldetail, .labeldetail td {
font-size: x-small;
border-collapse: collapse;
border: 1px solid black;
padding: 2;

}


div.news {
  overflow: auto;
  background-color: white;
  padding: 4px;
  width: 350px;
  height: 120px;
  font-size: x-small;
}

p.text {
  text-indent: 1.5em;
  font-size: small;
}

ul {
  font-size: small;
}


ul.toc, ol.toc {
  list-style-type: disc;        /* NS4 */
  list-style-type: none;
  font-size: x-small;
  line-height: 1.2em;
}


select {
  font-size: x-small;
}

.trade {
  font-weight: bold;
  color: red;
}

.info {
  border-width: 1px;
  border-bottom-style: dotted;
  cursor: help;
}

.click {
  cursor: pointer;
}

