/* debug okno */

div.debug_window_hlavni {
  position: absolute;
  left: 0px;
  top: 25px;
  z-index: 99999;
  display: none;
  padding: 5px;
  margin: 0;
  overflow: auto;
  width: 700px;
  height: 400px;
  border: 1px solid #1a1a1a;
  background-color: #fff;
  z-index: 999999;
}
iframe.debug_window_text {
  width: 698px;
  height: 370px;
  display: block;
  border: 0px;
  margin: 0 0 5px 0;
  padding: 0;
}

div.debug_button {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: none;
  padding: 2px 5px 2px 5px;
  height: 15px;
  line-height: 15px;
  width: 60px;
  color: #fdbf2c;
  margin: 0;
  overflow: auto;
  border: 1px solid #fdbf2c;
  background: #000;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}
div.debug_button:hover {
  background: #555;
}

div.clear_window_text {
  padding: 2px 5px 2px 5px;
  height: 15px;
  color: #fdbf2c;
  margin: 0;
  text-align: center;
  overflow: auto;
  border: 0;
  background: #000;
  cursor: pointer;
  font-weight: bold;
}
div.clear_window_text:hover {
  background: #555;
}

span.event_ok {
  color: #20cc13;
  height: 20px;
  display: block;
  float: left;
  width: 657px;
  _width: 677px;
  padding: 5px 0 0 25px;
  background: url(../images/debug/status_ok.png) no-repeat left center;
  font-weight: bold;
}
span.event_error {
  color: #f30000;
  height: 20px;
  display: block;
  float: left;
  width: 657px;
  _width: 677px;
  padding: 5px 0 0 25px;
  background: url(../images/debug/status_error.png) no-repeat left center;
  font-weight: bold;
}
div.debug_content {
  width: 660px;
  _width: 677px;
  height: auto;
  display: block;
  padding: 10px;
  border: 1px solid red;
  float: left;
  /*overflow: hidden;*/
  word-wrap: break-word; 
}

span.tag {
  color: #248bd4;
  /*font-weight: bold;*/
}

div.db_hidden {
  display: none;
  border: 1px solid #d5dbe0;
  background-color: #e1e8ed;
  padding: 5px;
}
a.db_more {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  display: block;
  background: url(../images/debug/more.jpg) no-repeat left top;
}
a.db_less {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  display: none;
  background: url(../images/debug/less.jpg) no-repeat left top;
}



/* konec debug okno */
