/*
 * (c) 2009.02.12 by martin vit
 */
/***************
 * COMMON
 ***************/
html, body {
  margin: 0;
  padding: 0;
  border: none;
  height: 100%;
}

body {
  font-family: sans-serif;
  background-color: white;
  font-size: 100.01%;
  font-size: 0.7em;
  font-size: 8pt;
}

body, a {
  color: gray;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

/***************
 * COPYRIGHT
 ***************/
#copyright {
  border-top: solid 1px #f0f0f0;
  margin: 0 10px 0 10px;
  padding: 0;
  height: 100%;
  background-color: #ffffff;
  border-top: solid 1px #f0f0f0;
}

#copyright div {
  margin: 4px 6px 0px 12px;
}

#copyright .separator {
  margin-right: 16px;
}


/***************
 * ADS
 ***************/
#ads {
  border-right: solid 1px #e0e0e0;
  background-color: #ffffff;
}

#ads #ads_main {
  height: 100%;
  width: 18em;
  float: right;
  background-color: #f4f8ff;
  border-left: solid 1px #f0f0f0;
}

#ads_main_bb {
  height: 100%;
  width: 310px;
  float: right;
  background-color: #f4f8ff;
  border-left: solid 1px #f0f0f0;
  text-align: center;
}


/***************
 * FLASH
 ***************/
#flashcontent {
  margin-top: 1.5em;
  margin-left: 3%;
  margin-right: 3%;
  background-color: #f8f8f8;
  border: 1px solid #c8c8c8;
  height: 95%;
  width: 94%;
}


/***************
 * MENU
 ***************/
#menu {
  border-left: solid 1px #e0e0e0;
  background-color: #ffffff;
}

#menu #menu_main {
    height: 100%;
    width: 16em;
    background-color: #f4f8ff;
    border-right: solid 1px #f0f0f0;
    float:left;
}

#menu #links {
  margin: 1em 4em 0em 1em;
  padding-top: 1px;
  border-top: solid 1px #eee;
}

#menu #links a {
  display: block;
  padding: 3px;
  padding-left: 10px;
  border-bottom: solid 1px #e8e8e8;
}

#menu #links a:hover {
  background-color: #fff;
}

/* ----- */

#menu #langsoft {
  width: 132px;
  margin-top: 2em;
  margin-left: 1em;
}

#menu #langsoft div {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.25em;
}

#menu #langsoft a {
  text-decoration: underline;
}

/* ----- */

#menu #motto {
  font-size: 0.9em;
  position: absolute;
  width: 16.6em;
  bottom: 3px;
  margin-left: 6px;
  padding-bottom: 2px;
}

#menu #motto_text {
  display: block;
  line-height: 1.2em;
  margin-bottom: 0.4em;
}

#menu #motto_author {
  font-style: italic;
}

#menu #motto_separator {
  visibility: hidden;
  margin-left: 4px;
}

#menu #motto a:hover {
  text-decoration: none;
  color: #444;
}

/***************
 * INPUT
 ***************/
#input {
 text-align: center;
}

#input #input_main {
  height: 82px;
}

#input, #input a {
  color: #000;
}

#input input, #input select {
  border: solid 1px gray;
  font-size: 1.0em;
}

#input #inp_vcb {
  width: 9em;
}

#input #inp_trn {
  width: 5.3em;
}

#input #inp_trn:hover {
  font-weight: bold;
}

#input form {
  padding: 3px;
  margin-left: 5em;
  margin-right: 5em;
  background-color: #f4f8ff;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
  font-size: 1.1em;
}

#input #header {
  font-size: 1.8em;
  padding: 6px 0 8px 0;
  color: #6af;
}

#input #vocabularies {
  font-size: 1em;
  padding-bottom: 8px;
}

#input #vocabularies span {
  color: gray;
  margin-left: 1px;
  margin-right: 1px;
  font-size: 0.9em;
}

#input #vocabularies a span {
  color: black;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 1.05em;
}

#input #vocabularies #cz_sep {
  margin-left: 4px;
  margin-right: 4px;
  color: #08f;
}

#input .option_head {
  background-color: #e0f0fc;
}

#input #trn_window {
  margin-left: 6px;
}

#input #trn_window span {
  font-size: 1.3em;
}

#input #trn_window:hover {
  color: #ff0000;
}

/***************
 * VOCABLES
 ***************/
#vocables {
  font-size: 10pt;
}

#vocables #vocables_main {
  margin: 0 1em 0 1em;
  height: 100%;
}

#vocables .pair {
  padding-bottom: 3px;
}

#vocables .pair i {
  font-size: 7pt;
  font-style: normal;
  color: #e0e0ff;
}

#vocables .pair i:hover {
  color: #8080ff;
}

#vocables .l, #vocables .l a {
  color: #2020ff;
}

#vocables .r, #vocables .r a  {
  color: #109010;
}

#vocables .l, #vocables .r {
  font-size: 8pt;
}

#vocables .l a, #vocables .r a {
  font-size: 10pt;
  margin-right: 2px;
}

#vocables #seek {
  margin-top: 2px;
}

#vocables #seek a span {
  font-size: 8pt;
}

#vocables #seek #prev {
  margin-right: 4px;
}

#vocables #seek #next {
  margin-left: 4px;
}

#vocables #seek #link {
  font-size: 8pt;
}
