body {
   margin: 15px;
   background-color: #e2dfc7;
}




.headerLabel {
   font-size: 110%;
   font-weight: bold;
}





.headerButton {
   width: 5em;
   background-color: #e2dfc7;
   outline-width: 0;
   border-width: 0;
}





.lightButton {
   background-color: #f2efd7;
   outline-width: 0;
   border-width: 0;

}






.toolButton {
   background-color: #e2dfc7;
   outline-width: 0;
   border-width: 0;
}






.toolArguments {
   width: 565px;
   border: 0px solid;
   background-color: #f2efd7;
   outline-width: 0;
   border-color: #bb9966;
}






.pageHeaderOuterTable {
   background-color: #d2cfb7;
   width: 750px;
}




.pageHeaderInnerTable {
   background-color: #d2cfb7;
}




.hidden {
   display: none;
}





.visible {
   display: none;
}




.humtextarea {
   tab-size: 8;
   -moz-tab-size: 8;
   -o-tab-size: 8;
   background-color: #f6f3db;
   outline-width: 0;
   border-width: 0;
   font-size: 12;
   width: 750px;
   font-family: Courier,Courier New,monospace;
}

.xmltextarea {
   tab-size: 3;
   -moz-tab-size: 3;
   -o-tab-size: 3;
   background-color: #f6f3db;
   outline-width: 0;
   border-width: 0;
   font-size: 12;
   width: 750px;
   font-family: Arial;
}


.darkButton {
   background-color: #d2cfb7;
   outline-width: 0;
   border-width: 0;
}


.linenumbers {
   font-style: italic;
}
