/*body { background: url(http://edward/dataentry/images/excalibur1.jpg); background-color: #FFFFFF; background-repeat: no-repeat }
*/
body { background: url(); background-color: #FFFFFF; background-repeat: no-repeat }

/** 
 * Data-Entry table physical configuration
 * Sets the color border, style, fonts, and other attributes
 * Created by: czetsuya, email: czetsuya@yahoo.com
 * You can edit the values but not the name/identifier
 * ex. de-main-table 'coz they are predefined :-)
 **/
/** Table **/
/** the main table of each group **/
.de-main-table { border-color: white; border-width: 0px; border-style:none; padding: 1px; margin: 0px; width: 1000px }
/** label of each input object **/

/** the table rows **/

/** for background**/
.de-row-label { background-color: white } 

/** input label**/
.de-input-label { font-family: Arial; font-size: 10pt; color: Black }

/** labe of the rows **/
.de-row-input { background-color: Transparent }
.de-cell { vertical-align: top }

/** Input, etc **/
/** ordinary **/
.de-input-box { width: auto; font-size: 10pt; font-family: Arial; color: black; border: solid 1px; background-color:White;}
.de-readonly { background-color: #e4e4e4; color: black }
/** the table header **/
.de-table-header { color: black; font-family: Arial; font-size: 10pt; font-weight:bold; }
/** clickable buttons **/
.de-buttons { width: 90px; color: black; border-width: 1px }
/** error above the table **/
.de-error { color: Red; font-style: italic; font-size: 9pt }
/** end data entry configuration **/