@import "/_box.css";
@import "/_rset.css";
@import "/_base.css";

/* --- System design ---*/
#global { text-align: center }
#globalsub { margin: 20px }

#header { text-align: right }
#header img { margin: 10px }

#maincover { clear: both }
#main { font-size: 75% }
#main table {
  font-size: 100%;
  border: none;
}
#main table tr td,#main table tr th {
  border: 1px solid #8D8D8D;
  border-top: none;
  border-left: none;
  padding: 2px 3px 1px 3px;
}
#main thead { background-color: #BCE4FC }

#menu {
  float: left;
  width: 140px;
}
#menusub { text-align: left }
#menusub ul { list-style-type: none }

#appsym {
	float: right;
}

/* --- eDeska --- */
h1 { font-size: 140% }
h2 { font-size: 130% }

form.find label {
  font-weight: bold;
  color: green;
  line-height: 200%;
}
.find div {
  display: inline;
  padding-right: 10px;
  white-space: nowrap;
}
.find div.void {
  padding: 0;
  white-space: normal;
}
.find input,.find select {
  font-size: 100%;
}

dl.example {
  border: 1px solid #AAAAAA;
  background-color: #FFFFEE;
  padding: .25em .5em;
  display: inline-block;
  width: 15em;
}
.example dd { margin: 0 }
.operator {
  color: red;
  font-weight: bold;
}

.emenuex { float: right }

.state2 {color: #A0522D }
.state3 {color: #696969 }
.ondesk { background-color: #FFFFCC }
.current { font-weight: bold }

.popis dt { font-weight: normal }
.popis dd { font-weight: bold }

.dobsah {
  font-size: 120%;
  font-weight: bold;
  padding: 10px 0;
}
.dinfo {
  font-size: 85%;
  font-weight: normal;
}

.ditem, .nowrap { white-space: nowrap }
.dvalue {
  font-weight: bold;
  padding-right: 15px;
}
.dprop {
  padding-top: 5px;
  line-height: 150%;
}

.dhistory { padding-top: 15px }

abbr,acronym,.hint {
  border-bottom-color: red;
}

#main table.none tr td,#main table.none tr th {
  border: none;
}

.download {
  vertical-align:middle;
	width: 7px;
	height: 9px;
}

ol.alpha { list-style-type: lower-alpha }
@-moz-document url-prefix() {
  @counter-style lower-alpha-cz {
    system: extends lower-alpha;
    suffix: ") ";
  }
  ol.alpha { list-style-type: lower-alpha-cz }
}