/*----------------------------------------------------------------------------------------------------------------------
/* Styles used on the order form page. */
/* Confinement and layout. */

 div.eorder {
  padding:0px;
  margin:10px auto 10px auto;
  width:720px;
  border-style:solid; border-color:#604000; border-width:1px}

 table.eorder {
  margin:0px;
  width:100%; }

/* Header row. */

 th.eorder { }
 th.eordercode { width:75px; }
 th.eorderdesc { }
 th.eorderqty { width:50px; }
 th.eordervalue { padding-right:5px; width:75px; text-align:right}

/* Order lines (alternating dark and light row style). */

 td.eorder {
  padding:0px;
  border-style:solid; border-width:0px; border-color:#000000;
  height:35px; vertical-align:middle;
  font-family:"Cooper Black", sans-serif; font-size:10pt; font-weight:bold;
  color:#000000; text-decoration:none; }

 td.eorderl {
  background-color:#fffcf8; }
 td.eorderd {
  background-color:#fff8f0; }

 td.eordercode {
  width:75px; text-align:center;
  font-size:7pt; font-weight:normal; }
 td.eorderdesc {
  text-align:center; }
 td.eorderqty {
  width:60px; text-align:center; }
 td.eordervalue {
  padding-right:5px; width:75px; text-align:right; }


 input.eordertextbox {
  border-width:1px; border-style:solid; border-color:#cccccc;
  width:40px; height:18px;
  background-color:#ffffff; color:#000000; font-weight:bold; }
 input.eordercomment {
  width:450px; }

/* Totals at the bottom of the form. */

 table.eototal {
  margin:0px;
  border-style:solid; border-color:#f0c090; border-width:1px 0px 0px 0px;
  width:100%; }

 td.eototal {
  border-style:solid; border-width:0px; border-color:#000000;
  padding:2px 5px 2px 2px;
  vertical-align:middle;
  background-color:#fff4e8;
  font-family:"Cooper Black", sans-serif; font-size:10pt; font-weight:bold;
  color:#000000; text-decoration:none; text-align:right }
 td.eototalvalue {
  width:90px; }
 td.eograndtotal {
  font-size:14pt; color:#000000; }
 td.eograndtotalvalue {
  width:90px;
  font-size:14pt; color:#000000; }


/*----------------------------------------------------------------------------------------------------------------------
/* Styles used on the navigation pane order. */
/* confinement, layout and style */

 div.enavorder {
  margin:3px 0px 3px 0px;
  border-style:solid; border-color:#808670; border-width:1px;
  padding:3px 3px 3px 3px; width:172px;
  background-color:#fff3e0;
  font-family:"Cooper Black", sans-serif; font-size:10pt; color:#000000;
  text-decoration:none; font-weight:bold;
  text-align:center }
