/* only used in development phase */
.development-header {
 background-color: #ffff00;
 color: black;
 text-align: left; 
 height: 150px; 
}

.development-toolbar {
 background-color: #ffff00;
 color: black;
 text-align: right;
}

.development-parameters {
 background-color: #ffff00;
 color: black;
 font-family: Courier; 
}

.development-parameter-name {
}

.development-parameter-value {
 font-weight: bold; 
}

.development-xml-parameters {
 background-color: #eeee00;
 color: black;
 font-size: 120%;
}
div.development-xml-title {
  font-weight: bold;
  background-color: yellow;
  color: black;
  cursor: pointer;
}
div.development-xml-result {
 background-color: yellow;
 color: black;
 font-size: 100%;
 display: none; /* default setting */
 text-align: left;
 font-family: Courier;
}

table.development-debugtable {
  
}
table.development-debugtable tr td {
  border: 1px solid black;
  width: 50%;
}

