
/* ================================================ */
/* Configure <form> tag                             */
/* ================================================ */

.FORMstyle 
{
  background-color: ;

  /*------------------
  border: ;
  padding: ;
  -------------------*/

}


/* ================================================ */
/* Configure form table (table that contains all    */
/* fields                                           */
/* ================================================ */

.TABLEstyle 
{
  background-color: ;    /*can also be "transparent" (default)*/
  background-image: url("http://localhost/softquote/indtextb.jpg");
  background-position: 0% 0%;  /* 0% 0% is upperleft corner, 100% 100% is lower right corner (used with image) */

  table-layout: auto;                  /* can be fixed or auto. fixed makes the layout depend on  */
                                       /* table width, Auto makes the layout depend on content    */

  width: ;
  min-width: ;
  max-width: ;
  height: ;
  min-height: ;
  max-height: ;

  border: ;                             /* can be initialized with: size, style, color */

  border-colapse: colapse;
  border-spacing: ;            /* if two value are given (ex. 3px 10px) then first is horizontal */
                                       /* second is vertical. If one value, then it is both horizontal   */
                                       /* and vertical                                                   */

  border-width: ;                       /* one value applies to all borders */

  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;

  border-color: ;                       /* one value applies to all borders */

  border-top-color: ;
  border-bottom-color: ;
  border-right-color: ;
  border-left-color: ;

  border-style: solid;                       /* one value applies to all borders */
                                        /* ex. none, dotted, dashed, solid, double, groove, ridge,        */
                                        /* "inset" (embedded in canvas), "outset" (coming out of canvas)  */
  border-top-style: ;
  border-bottom-style: ;
  border-right-style: ;
  border-left-style: ;

  empty-cell: hide;                    /* Border around empty cell - can be "show" or "hide"             */

  font-family: ;           /* generic options are : serif and sans-serif */
  font-size: ;
  font-style: ;           /* ex. Italics */
  font-weight: ;            /* ex. bold, normal */
  color: ;                /* foreground color (font color) */

  text-align: ;             /* ex. left, right, center, justify */
  vertical-align: ; 
  text-decoration: ;   /* ex. none, underline, overline, line-through */  

  margin: ;                             /* one value applies to all margins */
  margin-top: ;
  margin-bottom: ;
  margin-right: ;
  margin-left: ;

  padding: ;
  padding-top: ;
  padding-bottom: ;
  padding-right: ;
  padding-left: ;

}

/* ====================================================================== */

.titleTRstyle
{
  background-color: ;    /*can also be "transparent" (default)*/
  background-image: ;
  background-position: 0% 0%;  /* 0% 0% is upperleft corner, 100% 100% is lower right corner (used with image) */

  table-layout: auto;                  /* can be fixed or auto. fixed makes the layout depend on  */
                                       /* table width, Auto makes the layout depend on content    */

  width: ;
  min-width: ;
  max-width: ;
  height: 25px;
  min-height: ;
  max-height: ;

  border: ;                             /* can be initialized with: size, style, color */

  border-colapse: colapse;
  border-spacing: ;            /* if two value are given (ex. 3px 10px) then first is horizontal */
                                       /* second is vertical. If one value, then it is both horizontal   */
                                       /* and vertical                                                   */

  border-width: ;                       /* one value applies to all borders */

  border-top-width: ;
  border-bottom-width: ;
  border-right-width: ;
  border-left-width: ;

  border-color: ;                       /* one value applies to all borders */

  border-top-color: ;
  border-bottom-color: ;
  border-right-color: ;
  border-left-color: ;

  border-style: ;                       /* one value applies to all borders */
                                        /* ex. none, dotted, dashed, solid, double, groove, ridge,        */
                                        /* "inset" (embedded in canvas), "outset" (coming out of canvas)  */
  border-top-style: ;
  border-bottom-style: ;
  border-right-style: ;
  border-left-style: ;

  empty-cell: hide;                    /* Border around empty cell - can be "show" or "hide"             */

  color: black;                /* foreground color (font color) */
  font-family: ;           /* generic options are : serif and sans-serif */
  font-size: ;
  font-style: ;           /* ex. Italics */
  font-weight: ;            /* ex. bold, normal */

  text-align: ;             /* ex. left, right, center, justify */
  vertical-align: ; 
  text-decoration: ;   /* ex. none, underline, overline, line-through */  

  margin: ;                             /* one value applies to all margins */
  margin-top: ;
  margin-bottom: ;
  margin-right: ;
  margin-left: ;

  padding: ;
  padding-top: ;
  padding-bottom: ;
  padding-right: ;
  padding-left: ;

}

/* ======================================================================= */


.titleTDstyle
{
  color: blue;                /* FOREGROUND color (font color) */
  background-color: ;    /*can also be "transparent" (default)*/
  background-image: ;
  background-position: 0% 0%;  /* 0% 0% is upperleft corner, 100% 100% is lower right corner (used with image) */

  table-layout: auto;                  /* can be fixed or auto. fixed makes the layout depend on  */
                                       /* table width, Auto makes the layout depend on content    */

  width: ;
  min-width: ;
  max-width: ;
  height: ;
  min-height: ;
  max-height: ;

  border: ;                             /* can be initialized with: size, style, color */

  border-colapse: colapse;
  border-spacing: ;            /* if two value are given (ex. 3px 10px) then first is horizontal */
                                       /* second is vertical. If one value, then it is both horizontal   */
                                       /* and vertical                                                   */

  border-width: ;                       /* one value applies to all borders */

  border-top-width: ;
  border-bottom-width: ;
  border-right-width: ;
  border-left-width: ;- 

  border-color: ;                       /* one value applies to all borders */

  border-top-color: ;
  border-bottom-color: ;
  border-right-color: ;
  border-left-color: ;

  border-style: ;                       /* one value applies to all borders */
                                        /* ex. none, dotted, dashed, solid, double, groove, ridge,        */
                                        /* "inset" (embedded in canvas), "outset" (coming out of canvas)  */
  border-top-style: ;
  border-bottom-style: ;
  border-right-style: ;
  border-left-style: ;

  empty-cell: hide;                    /* Border around empty cell - can be "show" or "hide"             */

  font-family: serif;           /* generic options are : serif and sans-serif */
  font-size: 14pt;
  font-style: normal;           /* ex. Italics */
  font-weight: bold;            /* ex. bold, normal */

  text-align: left;             /* ex. left, right, center, justify */
  vertical-align: ; 
  text-decoration: none;   /* ex. none, underline, overline, line-through */  

  margin: ;                             /* one value applies to all margins */
  margin-top: ;
  margin-bottom: ;
  margin-right: ;
  margin-left: ;

  padding: ;
  padding-top: ;
  padding-bottom: ;
  padding-right: ;
  padding-left: ;

}


/* ======================================================================== */

.headingTRstyle
{
  background-color: ;    /*can also be "transparent" (default)*/
  background-image: ;
  background-position: 0% 0%;  /* 0% 0% is upperleft corner, 100% 100% is lower right corner (used with image) */

  table-layout: auto;                  /* can be fixed or auto. fixed makes the layout depend on  */
                                       /* table width, Auto makes the layout depend on content    */

  width: ;
  min-width: ;
  max-width: ;
  height: 25px;
  min-height: ;
  max-height: ;

  border: ;                             /* can be initialized with: size, style, color */

  border-colapse: colapse;
  border-spacing: ;            /* if two value are given (ex. 3px 10px) then first is horizontal */
                                       /* second is vertical. If one value, then it is both horizontal   */
                                       /* and vertical                                                   */

  border-width: ;                       /* one value applies to all borders */

  border-top-width: ;
  border-bottom-width: ;
  border-right-width: ;
  border-left-width: ;

  border-color: ;                       /* one value applies to all borders */

  border-top-color: ;
  border-bottom-color: ;
  border-right-color: ;
  border-left-color: ;

  border-style: ;                       /* one value applies to all borders */
                                        /* ex. none, dotted, dashed, solid, double, groove, ridge,        */
                                        /* "inset" (embedded in canvas), "outset" (coming out of canvas)  */
  border-top-style: ;
  border-bottom-style: ;
  border-right-style: ;
  border-left-style: ;

  empty-cell: hide;                    /* Border around empty cell - can be "show" or "hide"             */

  color: black;                /* foreground color (font color) */
  font-family: ;           /* generic options are : serif and sans-serif */
  font-size: ;
  font-style: ;           /* ex. Italics */
  font-weight: ;            /* ex. bold, normal */

  text-align: ;             /* ex. left, right, center, justify */
  vertical-align: ; 
  text-decoration: ;   /* ex. none, underline, overline, line-through */  

  margin: ;                             /* one value applies to all margins */
  margin-top: ;
  margin-bottom: ;
  margin-right: ;
  margin-left: ;

  padding: ;
  padding-top: ;
  padding-bottom: ;
  padding-right: ;
  padding-left: ;

}

/* ======================================================================= */


.headingTDstyle
{
  color: blue;                /* FOREGROUND color (font color) */
  background-color: ;    /*can also be "transparent" (default)*/
  background-image: ;
  background-position: 0% 0%;  /* 0% 0% is upperleft corner, 100% 100% is lower right corner (used with image) */

  table-layout: auto;                  /* can be fixed or auto. fixed makes the layout depend on  */
                                       /* table width, Auto makes the layout depend on content    */

  width: ;
  min-width: ;
  max-width: ;
  height: ;
  min-height: ;
  max-height: ;

  border: ;                             /* can be initialized with: size, style, color */

  border-colapse: colapse;
  border-spacing: ;            /* if two value are given (ex. 3px 10px) then first is horizontal */
                                       /* second is vertical. If one value, then it is both horizontal   */
                                       /* and vertical                                                   */

  border-width: ;                       /* one value applies to all borders */

  border-top-width: ;
  border-bottom-width: ;
  border-right-width: ;
  border-left-width: ;- 

  border-color: ;                       /* one value applies to all borders */

  border-top-color: ;
  border-bottom-color: ;
  border-right-color: ;
  border-left-color: ;

  border-style: ;                       /* one value applies to all borders */
                                        /* ex. none, dotted, dashed, solid, double, groove, ridge,        */
                                        /* "inset" (embedded in canvas), "outset" (coming out of canvas)  */
  border-top-style: ;
  border-bottom-style: ;
  border-right-style: ;
  border-left-style: ;

  empty-cell: hide;                    /* Border around empty cell - can be "show" or "hide"             */

  font-family: serif;           /* generic options are : serif and sans-serif */
  font-size: 14pt;
  font-style: normal;           /* ex. Italics */
  font-weight: bold;            /* ex. bold, normal */

  text-align: left;             /* ex. left, right, center, justify */
  vertical-align: ; 
  text-decoration: none;   /* ex. none, underline, overline, line-through */  

  margin: ;                             /* one value applies to all margins */
  margin-top: ;
  margin-bottom: ;
  margin-right: ;
  margin-left: ;

  padding: ;
  padding-top: ;
  padding-bottom: ;
  padding-right: ;
  padding-left: ;

}


/* ======================================================================== */

tr.footerTRstyle
{
  background-color: ;    /*can also be "transparent" (default)*/
  background-image: ;
  background-position: 0% 0%;  /* 0% 0% is upperleft corner, 100% 100% is lower right corner (used with image) */

  table-layout: auto;                  /* can be fixed or auto. fixed makes the layout depend on  */
                                       /* table width, Auto makes the layout depend on content    */

  width: ;
  min-width: ;
  max-width: ;
  height: ;
  min-height: ;
  max-height: ;

  border: ;                             /* can be initialized with: size, style, color */

  border-colapse: colapse;
  border-spacing: ;            /* if two value are given (ex. 3px 10px) then first is horizontal */
                                       /* second is vertical. If one value, then it is both horizontal   */
                                       /* and vertical                                                   */

  border-width: ;                       /* one value applies to all borders */

  border-top-width: ;
  border-bottom-width: ;
  border-right-width: ;
  border-left-width: ;

  border-color: ;                       /* one value applies to all borders */

  border-top-color: ;
  border-bottom-color: ;
  border-right-color: ;
  border-left-color: ;

  border-style: ;                       /* one value applies to all borders */
                                        /* ex. none, dotted, dashed, solid, double, groove, ridge,        */
                                        /* "inset" (embedded in canvas), "outset" (coming out of canvas)  */
  border-top-style: ;
  border-bottom-style: ;
  border-right-style: ;
  border-left-style: ;

  empty-cell: hide;                    /* Border around empty cell - can be "show" or "hide"             */

  color: ;                /* foreground color (font color) */
  font-family: ;           /* generic options are : serif and sans-serif */
  font-size: ;
  font-style: ;           /* ex. Italics */
  font-weight: ;            /* ex. bold, normal */

  text-align: ;             /* ex. left, right, center, justify */
  vertical-align: ; 
  text-decoration: ;   /* ex. none, underline, overline, line-through */  

  margin: ;                             /* one value applies to all margins */
  margin-top: ;
  margin-bottom: ;
  margin-right: ;
  margin-left: ;

  padding: ;
  padding-top: ;
  padding-bottom: ;
  padding-right: ;
  padding-left: ;

}

/* ======================================================================= */


.footerTDstyle
{
  color: black;                /* FOREGROUND color (font color) */
  background-color: ;    /*can also be "transparent" (default)*/
  background-image: ;
  background-position: 0% 0%;  /* 0% 0% is upperleft corner, 100% 100% is lower right corner (used with image) */

  table-layout: auto;                  /* can be fixed or auto. fixed makes the layout depend on  */
                                       /* table width, Auto makes the layout depend on content    */

  width: ;
  min-width: ;
  max-width: ;
  height: ;
  min-height: ;
  max-height: ;

  border: ;                             /* can be initialized with: size, style, color */

  border-colapse: colapse;
  border-spacing: ;            /* if two value are given (ex. 3px 10px) then first is horizontal */
                                       /* second is vertical. If one value, then it is both horizontal   */
                                       /* and vertical                                                   */

  border-width: ;                       /* one value applies to all borders */

  border-top-width: ;
  border-bottom-width: ;
  border-right-width: ;
  border-left-width: ;

  border-color: ;                       /* one value applies to all borders */

  border-top-color: ;
  border-bottom-color: ;
  border-right-color: ;
  border-left-color: ;

  border-style: ;                       /* one value applies to all borders */
                                        /* ex. none, dotted, dashed, solid, double, groove, ridge,        */
                                        /* "inset" (embedded in canvas), "outset" (coming out of canvas)  */
  border-top-style: ;
  border-bottom-style: ;
  border-right-style: ;
  border-left-style: ;

  empty-cell: hide;                    /* Border around empty cell - can be "show" or "hide"             */

  font-family: serif;           /* generic options are : serif and sans-serif */
  font-size: ;
  font-style: normal;           /* ex. Italics */
  font-weight: normal;            /* ex. bold, normal */

  horizontal-align: ;             /* ex. left, right, center, justify */
  vertical-align: ; 
  text-decoration: none;   /* ex. none, underline, overline, line-through */  

  margin: ;                             /* one value applies to all margins */
  margin-top: ;
  margin-bottom: ;
  margin-right: ;
  margin-left: ;

  padding: ;
  padding-top: ;
  padding-bottom: ;
  padding-right: ;
  padding-left: ;

}

/* ======================================================================= */

tr.bodyTRstyle
{
  color: black;                /* FOREGROUND color (font color) */
  background-color: ;    /*can also be "transparent" (default)*/
  background-image: ;
  background-position: 0% 0%;  /* 0% 0% is upperleft corner, 100% 100% is lower right corner (used with image) */

  table-layout: auto;                  /* can be fixed or auto. fixed makes the layout depend on  */
                                       /* table width, Auto makes the layout depend on content    */

  width: ;
  min-width: ;
  max-width: ;
  height: 25;
  min-height: ;
  max-height: ;

  border: ;                             /* can be initialized with: size, style, color */

  border-colapse: colapse;
  border-spacing: ;            /* if two value are given (ex. 3px 10px) then first is horizontal */
                                       /* second is vertical. If one value, then it is both horizontal   */
                                       /* and vertical                                                   */

  border-width: ;                       /* one value applies to all borders */

  border-top-width: ;
  border-bottom-width: ;
  border-right-width: ;
  border-left-width: ;

  border-color: ;                       /* one value applies to all borders */

  border-top-color: ;
  border-bottom-color: ;
  border-right-color: ;
  border-left-color: ;

  border-style: ;                       /* one value applies to all borders */
                                        /* ex. none, dotted, dashed, solid, double, groove, ridge,        */
                                        /* "inset" (embedded in canvas), "outset" (coming out of canvas)  */
  border-top-style: ;
  border-bottom-style: ;
  border-right-style: ;
  border-left-style: ;

  empty-cell: hide;                    /* Border around empty cell - can be "show" or "hide"             */

  font-family: ;           /* generic options are : serif and sans-serif */
  font-size: ;
  font-style: ;           /* ex. Italics */
  font-weight: ;            /* ex. bold, normal */

  text-align: ;             /* ex. left, right, center, justify */
  vertical-align: ; 
  text-decoration: ;   /* ex. none, underline, overline, line-through */  

  margin: ;                             /* one value applies to all margins */
  margin-top: ;
  margin-bottom: ;
  margin-right: ;
  margin-left: ;

  padding: ;
  padding-top: ;
  padding-bottom: ;
  padding-right: ;
  padding-left: ;

}

/* ======================================================================= */

td.labelTDstyle
{
  color: navy;                /* FOREGROUND color (font color) */
  background-color: ;    /*can also be "transparent" (default)*/
  background-image: ;
  background-position: 0% 0%;  /* 0% 0% is upperleft corner, 100% 100% is lower right corner (used with image) */

  table-layout: auto;                  /* can be fixed or auto. fixed makes the layout depend on  */
                                       /* table width, Auto makes the layout depend on content    */

  width: ;
  min-width: ;
  max-width: ;
  height: 25;
  min-height: ;
  max-height: ;

  border: ;                             /* can be initialized with: size, style, color */

  border-colapse: colapse;
  border-spacing: ;            /* if two value are given (ex. 3px 10px) then first is horizontal */
                                       /* second is vertical. If one value, then it is both horizontal   */
                                       /* and vertical                                                   */

  border-width: ;                       /* one value applies to all borders */

  border-top-width: ;
  border-bottom-width: ;
  border-right-width: ;
  border-left-width: ;

  border-color: ;                       /* one value applies to all borders */

  border-top-color: ;
  border-bottom-color: ;
  border-right-color: ;
  border-left-color: ;

  border-style: ;                       /* one value applies to all borders */
                                        /* ex. none, dotted, dashed, solid, double, groove, ridge,        */
                                        /* "inset" (embedded in canvas), "outset" (coming out of canvas)  */
  border-top-style: ;
  border-bottom-style: ;
  border-right-style: ;
  border-left-style: ;

  empty-cell: hide;                    /* Border around empty cell - can be "show" or "hide"             */

  font-family: serif;           /* generic options are : serif and sans-serif */
  font-size: 14px;
  font-style: normal;           /* ex. Italics */
  font-weight: ;            /* ex. bold, normal */

  text-align: left;             /* ex. left, right, center, justify */
  vertical-align: middle; 
  text-decoration: none;   /* ex. none, underline, overline, line-through */  

  margin: ;                             /* one value applies to all margins */
  margin-top: ;
  margin-bottom: ;
  margin-right: ;
  margin-left: ;

  padding: ;
  padding-top: ;
  padding-bottom: ;
  padding-right: ;
  padding-left: ;

}

/* ======================================================================= */

td.fieldTDstyle
{
  color: black;                /* FOREGROUND color (font color) */
  background-color: ;    /*can also be "transparent" (default)*/
  background-image: ;
  background-position: ;  /* 0% 0% is upperleft corner, 100% 100% is lower right corner (used with image) */

  table-layout: auto;                  /* can be fixed or auto. fixed makes the layout depend on  */
                                       /* table width, Auto makes the layout depend on content    */

  width: ;
  min-width: ;
  max-width: ;
  height: 25;
  min-height: ;
  max-height: ;

  border: ;                             /* can be initialized with: size, style, color */

  border-colapse: colapse;
  border-spacing: ;            /* if two value are given (ex. 3px 10px) then first is horizontal */
                                       /* second is vertical. If one value, then it is both horizontal   */
                                       /* and vertical                                                   */

  border-width: ;                       /* one value applies to all borders */

  border-top-width: ;
  border-bottom-width: ;
  border-right-width: ;
  border-left-width: ;

  border-color: ;                       /* one value applies to all borders */

  border-top-color: ;
  border-bottom-color: ;
  border-right-color: ;
  border-left-color: ;

  border-style: ;                       /* one value applies to all borders */
                                        /* ex. none, dotted, dashed, solid, double, groove, ridge,        */
                                        /* "inset" (embedded in canvas), "outset" (coming out of canvas)  */
  border-top-style: ;
  border-bottom-style: ;
  border-right-style: ;
  border-left-style: ;

  empty-cell: hide;                    /* Border around empty cell - can be "show" or "hide"             */

  font-family: serif;           /* generic options are : serif and sans-serif */
  font-size: 12px;
  font-style: normal;           /* ex. Italics */
  font-weight: normal;            /* ex. bold, normal */

  text-align: left;             /* ex. left, right, center, justify */
  vertical-align: ; 
  text-decoration: none;   /* ex. none, underline, overline, line-through */  

  margin: ;                             /* one value applies to all margins */
  margin-top: ;
  margin-bottom: ;
  margin-right: ;
  margin-left: ;

  padding: ;
  padding-top: ;
  padding-bottom: ;
  padding-right: ;
  padding-left: ;

}

/* ======================================================================= */

/* ================================================ */
/* Configure table that contains the submit and     */
/* reset buttons (this is a field in the form       */
/* table                                            */
/* ================================================ */

/* =============================================== */
/* configure <table> tag where buttons are located */
/* =============================================== */

table.buttonTABLEstyle
{
  color: ;                /* FOREGROUND color (font color) */
  background-color: ;    /*can also be "transparent" (default)*/
  background-image: ;
  background-position: ;  /* 0% 0% is upperleft corner, 100% 100% is lower right corner (used with image) */

  table-layout: auto;                  /* can be fixed or auto. fixed makes the layout depend on  */
                                       /* table width, Auto makes the layout depend on content    */

  width: ;
  min-width: ;
  max-width: ;
  height: ;
  min-height: ;
  max-height: ;

  border: ;                             /* can be initialized with: size, style, color */

  border-colapse: colapse;
  border-spacing: ;            /* if two value are given (ex. 3px 10px) then first is horizontal */
                                       /* second is vertical. If one value, then it is both horizontal   */
                                       /* and vertical                                                   */

  border-width: ;                       /* one value applies to all borders */

  border-top-width: ;
  border-bottom-width: ;
  border-right-width: ;
  border-left-width: ;

  border-color: ;                       /* one value applies to all borders */

  border-top-color: ;
  border-bottom-color: ;
  border-right-color: ;
  border-left-color: ;

  border-style: ;                       /* one value applies to all borders */
                                        /* ex. none, dotted, dashed, solid, double, groove, ridge,        */
                                        /* "inset" (embedded in canvas), "outset" (coming out of canvas)  */
  border-top-style: ;
  border-bottom-style: ;
  border-right-style: ;
  border-left-style: ;

  empty-cell: hide;                    /* Border around empty cell - can be "show" or "hide"             */

  font-family: ;           /* generic options are : serif and sans-serif */
  font-size: ;
  font-style: ;           /* ex. Italics */
  font-weight: ;            /* ex. bold, normal */

  text-align: ;             /* ex. left, right, center, justify */
  vertical-align: ; 
  text-decoration: none;   /* ex. none, underline, overline, line-through */  

  margin: ;                             /* one value applies to all margins */
  margin-top: ;
  margin-bottom: ;
  margin-right: ;
  margin-left: ;

  padding: ;
  padding-top: 20;
  padding-bottom: ;
  padding-right: ;
  padding-left: ;

}


/* ======================================================================= */
/* ====================== */
/* configure <tr> tag     */
/* ====================== */
tr.buttonTRstyle
{
  color: ;                /* FOREGROUND color (font color) */
  background-color: ;    /*can also be "transparent" (default)*/
  background-image: ;
  background-position: 0% 0%;  /* 0% 0% is upperleft corner, 100% 100% is lower right corner (used with image) */

  table-layout: auto;                  /* can be fixed or auto. fixed makes the layout depend on  */
                                       /* table width, Auto makes the layout depend on content    */

  width: ;
  min-width: ;
  max-width: ;
  height: ;
  min-height: ;
  max-height: ;

  border: ;                             /* can be initialized with: size, style, color */

  border-colapse: colapse;
  border-spacing: ;            /* if two value are given (ex. 3px 10px) then first is horizontal */
                                       /* second is vertical. If one value, then it is both horizontal   */
                                       /* and vertical                                                   */

  border-width: ;                       /* one value applies to all borders */

  border-top-width: ;
  border-bottom-width: ;
  border-right-width: ;
  border-left-width: ;

  border-color: ;                       /* one value applies to all borders */

  border-top-color: ;
  border-bottom-color: ;
  border-right-color: ;
  border-left-color: ;

  border-style: ;                       /* one value applies to all borders */
                                        /* ex. none, dotted, dashed, solid, double, groove, ridge,        */
                                        /* "inset" (embedded in canvas), "outset" (coming out of canvas)  */
  border-top-style: ;
  border-bottom-style: ;
  border-right-style: ;
  border-left-style: ;

  empty-cell: hide;                    /* Border around empty cell - can be "show" or "hide"             */

  font-family: ;           /* generic options are : serif and sans-serif */
  font-size: ;
  font-style: ;           /* ex. Italics */
  font-weight: ;            /* ex. bold, normal */

  text-align: ;             /* ex. left, right, center, justify */
  vertical-align: ; 
  text-decoration: ;   /* ex. none, underline, overline, line-through */  

  margin: ;                             /* one value applies to all margins */
  margin-top: ;
  margin-bottom: ;
  margin-right: ;
  margin-left: ;

  padding: ;
  padding-top: ;
  padding-bottom: ;
  padding-right: ;
  padding-left: ;

}

/* ======================================================================= */
/* ====================== */
/* configure <td> tag     */
/* ====================== */
td.buttonTDstyle
{
  color: black;                /* FOREGROUND color (font color) */
  background-color: ;    /*can also be "transparent" (default)*/
  background-image: ;
  background-position: 0% 0%;  /* 0% 0% is upperleft corner, 100% 100% is lower right corner (used with image) */

  table-layout: auto;                  /* can be fixed or auto. fixed makes the layout depend on  */
                                       /* table width, Auto makes the layout depend on content    */

  width: ;
  min-width: ;
  max-width: ;
  height: ;
  min-height: ;
  max-height: ;

  border: ;                             /* can be initialized with: size, style, color */

  border-colapse: colapse;
  border-spacing: ;            /* if two value are given (ex. 3px 10px) then first is horizontal */
                                       /* second is vertical. If one value, then it is both horizontal   */
                                       /* and vertical                                                   */

  border-width: ;                       /* one value applies to all borders */

  border-top-width: ;
  border-bottom-width: ;
  border-right-width: ;
  border-left-width: ;

  border-color: ;                       /* one value applies to all borders */

  border-top-color: ;
  border-bottom-color: ;
  border-right-color: ;
  border-left-color: ;

  border-style: ;                       /* one value applies to all borders */
                                        /* ex. none, dotted, dashed, solid, double, groove, ridge,        */
                                        /* "inset" (embedded in canvas), "outset" (coming out of canvas)  */
  border-top-style: ;
  border-bottom-style: ;
  border-right-style: ;
  border-left-style: ;

  empty-cell: hide;                    /* Border around empty cell - can be "show" or "hide"             */

  font-family: ;           /* generic options are : serif and sans-serif */
  font-size: ;
  font-style: ;           /* ex. Italics */
  font-weight: ;            /* ex. bold, normal */

  text-align: ;             /* ex. left, right, center, justify */
  vertical-align: ; 
  text-decoration: ;   /* ex. none, underline, overline, line-through */  

  margin: ;                             /* one value applies to all margins */
  margin-top: ;
  margin-bottom: ;
  margin-right: ;
  margin-left: ;

  padding: ;
  padding-top: ;
  padding-bottom: ;
  padding-right: 25;
  padding-left: 25;


}


/* =================================== */

.BUTTONstyle
{
  color: black;                /* FOREGROUND color (font color) */
  background-color: ;    /*can also be "transparent" (default)*/
  background-image: ;
  background-position: ;  /* 0% 0% is upperleft corner, 100% 100% is lower right corner (used with image) */

  table-layout: auto;                  /* can be fixed or auto. fixed makes the layout depend on  */
                                       /* table width, Auto makes the layout depend on content    */

  width: 100;
  min-width: ;
  max-width: ;
  height: ;
  min-height: ;
  max-height: ;

  border: ;                             /* can be initialized with: size, style, color */

  border-colapse: colapse;
  border-spacing: ;            /* if two value are given (ex. 3px 10px) then first is horizontal */
                                       /* second is vertical. If one value, then it is both horizontal   */
                                       /* and vertical                                                   */

  border-width: ;                       /* one value applies to all borders */

  border-top-width: ;
  border-bottom-width: ;
  border-right-width: ;
  border-left-width: ;

  border-color: ;                       /* one value applies to all borders */

  border-top-color: ;
  border-bottom-color: ;
  border-right-color: ;
  border-left-color: ;

  border-style: ;                       /* one value applies to all borders */
                                        /* ex. none, dotted, dashed, solid, double, groove, ridge,        */
                                        /* "inset" (embedded in canvas), "outset" (coming out of canvas)  */
  border-top-style: ;
  border-bottom-style: ;
  border-right-style: ;
  border-left-style: ;

  empty-cell: hide;                    /* Border around empty cell - can be "show" or "hide"             */

  font-family: sans-serif;           /* generic options are : serif and sans-serif */
  font-size: 13px;
  font-style: normal;           /* ex. Italics */
  font-weight: normal;            /* ex. bold, normal */

  text-align: ;             /* ex. left, right, center, justify */
  vertical-align: bottom; 
  text-decoration: none;   /* ex. none, underline, overline, line-through */  

  margin: ;                             /* one value applies to all margins */
  margin-top: ;
  margin-bottom: ;
  margin-right: ;
  margin-left: ;

  padding: ;
  padding-top: 2;
  padding-bottom: 2;
  padding-right: 2;
  padding-left: 2;

}

