source: trunk/filemanager/tp/dompdf/www/test/large_table.html @ 2000

Revision 2000, 39.0 KB checked in by amuller, 14 years ago (diff)

Ticket #597 - Implementação do módulo gerenciador de arquivos

Line 
1<!DOCTYPE html
2  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6<style>
7/* Style definitions for pdfs */
8
9/**********************************************************************/
10/* Default style definitions
11/**********************************************************************/
12
13/* General
14-----------------------------------------------------------------------*/
15body {
16  background-color: #114C8D;
17  color: #000033;
18  font-family: "verdana", "sans-serif";
19  margin: 0px;
20  padding-top: 0px;
21  font-size: 1em;
22}
23
24h1 {
25  font-size: 1.1em;
26  color: #114C8D;
27  font-style: italic;
28}
29
30h2 {
31  font-size: 1.05em;
32  color: #114C8D;
33}
34
35h3 {
36  font-size: 1em;
37  color: #114C8D;
38}
39
40img {
41  border: none;
42}
43
44img.border {
45  border: 1px solid #114C8D;
46}
47
48pre {
49  font-family: "verdana", "sans-serif";
50  color: #FFFFff;
51  font-size: 0.7em;
52}
53
54ul {
55  color: #BEAC8B;
56  list-style-type: circle;
57  list-style-position: inside;
58  margin: 0px;
59  padding: 3px;
60}
61
62li {
63  color: #000033;
64}
65
66li.alpha {
67  list-style-type: lower-alpha;
68  margin-left: 15px;
69}
70
71p {
72  font-size: 0.8em;
73}
74
75a:link,
76a:visited {
77  text-decoration: none;
78  color: #114C8D;
79}
80
81a:hover {
82  text-decoration: underline;
83  color: #860000;
84}
85
86hr {
87  border: 0;
88}
89
90#page_header {
91  position: relative; /* required to make the z-index work */ 
92  z-index: 2;
93}
94
95#body {
96  background-color: #F9F0E9;
97  padding: 12px 0.5% 2em 3px;
98  min-height: 20em;
99  margin: 0px;
100  width: 100%;
101}
102
103#body pre {
104  color: #000033;
105}
106
107#left_column {
108  width: 84%;
109  height: auto;
110  padding-right: 8px;
111  padding-bottom: 30px;
112}
113
114#right_column {
115/*  position: absolute;
116  right: 0.5%;*/
117  padding-left: 16px;
118  width: 15%;
119  min-width: 160px;
120}
121
122
123/* Inputs
124-----------------------------------------------------------------------*/
125input {
126  color: #114C8D;
127  border: 1px solid #114C8D;
128  background-color: #FFFFff;
129  font-family: "verdana", "sans-serif";
130  font-size: 1em;
131  padding-left: 3px;
132}
133
134select {
135  color: #114C8D;
136  border: 1px solid #114C8D;
137  background-color: #FFFFff;
138  font-family: "verdana", "sans-serif";
139  font-size: 1em;
140}
141
142textarea {
143  color: #114C8D;
144  border: 1px solid #114C8D;
145  background-color: #FFFFff;
146  font-family: "verdana", "sans-serif";
147  font-size: 1em;
148}
149
150a.button {
151  color: #114C8D;
152  border: 1px solid #114C8D;
153  background-color: #FFFFff;
154  font-size: 11px;
155  font-weight: normal;
156/*  font-size: 0.75em; */
157  -moz-border-radius: 4px;
158  padding: 1px 6px 1px 6px;
159  cursor: pointer;
160  white-space: nowrap;
161  text-align: center;
162}
163
164a.button:hover {
165  text-decoration: none;
166}
167
168a.block_button {
169  color: #114C8D;
170  border: 1px solid #114C8D;
171  background-color: #FFFFff;
172  font-size: 11px;
173  -moz-border-radius: 4px;
174  padding: 1px 6px 1px 6px;
175  cursor: pointer;
176  white-space: nowrap;
177  text-align: center;
178  display: block;
179}
180
181a.block_button:hover {
182  text-decoration: none;
183}
184
185input[type=button],
186input[type=submit],
187input[type=reset] {
188  -moz-border-radius: 4px;
189  cursor: pointer;
190  font-size: 11px;
191/*  font-size: 0.75em; */
192  padding: 0px 3px 0px 3px;
193}
194
195input[type=checkbox] {
196  border: none;
197}
198
199input[disabled],
200input[readonly] {
201  background-color: #dddddd;
202}
203
204input.ok {
205  padding-left: 12px;
206  background-image: url(/images/check.png);
207  background-repeat: no-repeat;
208  background-position: 3px center;
209}
210
211input.cancel {
212  padding-left: 12px;
213  background-image: url(/images/small_cancel.png);
214  background-repeat: no-repeat;
215  background-position: 3px center;
216}
217
218/* Footer
219-----------------------------------------------------------------------*/
220#footer {
221  color: #FFFFff;
222  border-top: 1px solid #000033;
223}
224
225#copyright {
226  padding: 5px;
227  font-size: 0.6em;
228  background-color: #114C8D;
229}
230
231#footer_spacer_row {
232  border-spacing: 0;
233  width: 100%;
234}
235
236#footer_spacer_row td {
237  padding: 0px;
238  border-bottom: 1px solid #000033;
239  background-color: #F7CF07;
240  height: 2px;
241  font-size: 2px;
242  line-height: 2px;
243}
244
245#logos {
246  padding: 5px;
247  float: right;
248}
249
250
251/* Plugins
252-----------------------------------------------------------------------*/
253#plugin_box {
254  width: 100%;
255  min-width: 160px;
256  padding: 0px;
257  float: right;
258  background-color: #EDF2F7;
259  border: 1px solid #114C8D;
260  margin: 0px 0px 2em 0px;
261}
262
263.plugin_header {
264  font-size: 0.7em;
265  font-weight: bold;
266  padding: 2px;
267  background-color: #114C8D;
268  color: #FFFFff;
269}
270
271ul.side_menu_list>li {
272  color: #BEAC8B;
273}
274
275ul.side_menu_list>li {
276  font-size: 0.7em;
277  font-weight: bold;
278  margin-left: 0.5%;
279  list-style-type: none;
280}
281
282ul.side_menu_sublist>li {
283  font-size: 0.7em;
284  color: black;
285  font-weight: normal;
286  margin-left: 10%;
287  list-style-position: outside;
288}
289
290
291.plugin_shade {
292  float: right;
293}
294
295
296#plugin_box p {
297  font-size: 0.7em;
298  margin: 0px 0px 3px 5%;
299}
300
301.plugin {
302  border-spacing: 0px;
303  width: 98%;
304  margin: 3px auto 3px auto;
305}
306
307.plugin td {
308  font-size: 0.7em;
309}
310
311.plugin td.field {
312  background-color: #EDF2F7;
313}
314
315.plugin td.field_center {
316  background-color: #EDF2F7;
317}
318
319.plugin td.label {
320  background-color: #EDF2F7;
321}
322
323.plugin tr.foot td {
324  text-align: center;
325  font-size: 0.7em;
326}
327
328/* Menu
329-----------------------------------------------------------------------*/
330#main_menu {
331  width: 100%;
332  position: absolute;
333  margin: 0px;
334  font-size: 0.7em;
335  background-color: #F9F0E9;
336  z-index: 1;
337}
338
339#menu_group_head {
340  margin: 0px;
341  position: relative;
342  background-color: #EDF2F7;
343  white-space: nowrap;
344  font-weight: bold;
345  border-bottom: 1px solid #114C8D;
346  padding: 3px 3px 2px 3px;
347  color: #114C8D;
348}
349
350#menu_group_head>a {
351  padding: 4px 6px 2px 6px;
352}
353
354#menu_group_head>a:hover {
355  text-decoration: none;
356  cursor: pointer;
357  color: #FFFFff;
358  background-color: #114C8D;
359}
360
361ul.menu_group {
362  z-index: 2;
363  position: absolute;
364  display: none;
365  background-color: #EDF2F7;
366  border: 1px solid #114C8D;
367  border-top: none;
368  padding: 2px 0px 4px 0px;
369}
370
371ul.menu_group li {
372  color: #114C8D;   
373  list-style: none;
374  margin-top: 4px;
375  margin-bottom: 4px;
376  padding: 2px 12px 2px 12px;
377  font-size: 1.05em;
378}
379
380ul.menu_group>a:hover,
381ul.menu_group>a:hover>li,
382ul.menu_group>a>li:hover {
383  text-decoration: none;
384  color: #114C8D;
385  background-color: #DDE1E6;
386}
387
388/* Message area
389-----------------------------------------------------------------------*/
390#message_area {
391  background-color: #EDF2F7;
392  color: #000033;
393  margin-left: 0.5%;
394/*  margin-right: 19.5%; */
395  margin-bottom: 1em;
396  padding: 0.2em 1% 0.5em 1%;
397  border: 1px solid #114C8D;
398}
399
400#message_area h2 {
401  margin: 0px 0px 0.5em 0px;
402  font-size: 1em;
403  font-style: italic;
404}
405
406.message {
407  font-size: 0.8em;
408}
409
410/* Tooltips
411-----------------------------------------------------------------------*/
412.tooltip {
413  display: none;
414  position: absolute;
415  font-size: 10px;
416  line-height: 12px;
417  width: 20em;
418  background-color: #EDF2F7;
419  border: 1px solid #114C8D;
420  color: #114C8D;
421  padding: 5px;
422  z-index: 3;
423}
424
425/* Section Header
426-----------------------------------------------------------------------*/
427#section_header {
428/*  margin-right: 19.5%; */
429  background-color: #BEAC8B;
430  padding: 5px;
431  margin-right: 8px;
432  border: 1px solid #8B7958;
433}
434
435#job_info {
436  font-weight: bold;
437}
438
439#job_buttons a.button {
440  background-color: #E5D9C3;
441}
442
443.header_details {
444  border-spacing: 0px;
445}
446
447.header_details td {
448  font-size: 0.6em;
449}
450
451.header_label {
452  padding-left: 20px;
453  font-weight: bold;
454}
455
456.header_field {
457  padding-left: 5px;
458}
459
460
461/* Content
462-----------------------------------------------------------------------*/
463.page_buttons {
464  text-align: center;
465  margin: 3px;
466  font-size: 0.7em;
467  white-space: nowrap;
468  font-weight: bold;
469  width: 74%;
470}
471
472.link_bar {
473  white-space: nowrap;
474  padding: 3px 0px 0px 0px;
475  margin: -1px 8px 2em 0px;
476  font-size: 0.7em;
477  text-align: center;
478}
479
480.link_bar a {
481  background-color: #E5D9C3; 
482  border: 1px solid #8B7958;
483  -moz-border-radius-bottomleft: 4px;
484  -moz-border-radius-bottomright: 4px;
485  border-top: none;
486  padding: 2px 3px 3px 3px;
487  margin-right: 2px; 
488  white-space: nowrap; 
489}
490
491.link_bar a.selected,
492.link_bar a:hover {
493  background-color: #BEAC8B; 
494  color: #114C8D;
495  padding-top: 3px;
496  border: 1px solid #8B7958;
497  border-top: none;
498  text-decoration: none;
499}
500
501.page_menu li {
502  margin: 5px;
503  font-size: 0.8em;
504}
505
506
507/* Pop-Up
508-----------------------------------------------------------------------*/
509#popup_header {
510  padding: 3px;
511  text-align: center;
512}
513
514#popup_body {
515  background-color: #F9F0E9;
516  padding-bottom: 5px;
517  padding-top: 5px;
518}
519
520#popup_content {
521  padding: 0.2em 1% 0px 1%;
522}
523
524
525/* Tables
526-----------------------------------------------------------------------*/
527table {
528  empty-cells: show;
529}
530
531.head td {
532  color: #8B7958;
533  background-color: #E5D9C3;
534  font-weight: bold;
535  font-size: 0.7em;
536  padding: 3px;
537}
538
539.head input {
540  font-weight: normal;
541}
542
543.sub_head td {
544  border: none;
545  white-space: nowrap;
546  font-size: 10px;
547}
548
549.foot td {
550  color: #8B7958;
551  background-color: #E5D9C3;
552  font-size: 0.8em;
553}
554
555.label {
556  color: #8B7958;
557  background-color: #F8F5F2;
558  padding: 3px;
559  font-size: 0.75em;
560}
561
562.label_right {
563  color: #8B7958;
564  background-color: #F8F5F2;
565  padding: 3px;
566  font-size: 0.75em;
567  text-align: right;
568  padding-right: 1em;
569}
570
571.sublabel {
572  color: #8B7958;
573  font-size: 0.6em;
574  padding: 0px;
575  text-align: center;
576}
577
578.field {
579  color: #000033;
580  background-color: #F9F0E9;
581  padding: 3px;
582  font-size: 0.75em;
583}
584
585.field_center {
586  color: #000033;
587  background-color: #F9F0E9;
588  padding: 3px;
589  font-size: 0.75em; 
590  text-align: center;
591}
592
593.field_nw {
594  color: #000033;
595  background-color: #F9F0E9;
596  padding: 3px;
597  font-size: 0.75em;
598  white-space: nowrap;
599}
600
601.field_money {
602  color: #000033;
603  background-color: #F9F0E9;
604  padding: 3px;
605  font-size: 0.75em;
606  white-space: nowrap;
607  text-align: right;
608}
609
610.field_total {
611  color: #000033;
612  background-color: #F9F0E9;
613  padding: 3px;
614  font-size: 0.75em;
615  white-space: nowrap;
616  text-align: right;
617  font-weight: bold;
618  border-top: 1px solid black;
619}
620
621/* Table Data
622-----------------------------------------------------------------------*/
623.h_scrollable {
624  overflow: -moz-scrollbars-horizontal;
625}
626
627.v_scrollable {
628  overflow: -moz-scrollbars-vertical;
629}
630
631.scrollable {
632  overflow: auto;/*-moz-scrollbars-horizontal;*/
633}
634
635tr.head>td.center,
636tr.list_row>td.center,
637.center {
638  text-align: center;
639}
640
641.left,
642tr.head>td.left,
643tr.list_row>td.left {
644  text-align: left;
645  padding-left: 2em;
646}
647
648.total,
649.right,
650.list tr.head td.right,
651tr.list_row td.right,
652tr.foot td.right,
653tr.foot td.total {
654  text-align: right;
655  padding-right: 2em;
656}
657
658.list tr.foot td {
659  font-weight: bold;
660}
661
662.no_wrap {
663  white-space: nowrap;
664}
665
666.bar {
667  border-top: 1px solid black;
668}
669
670.total {
671  font-weight: bold;
672}
673
674.summary_spacer_row {
675  line-height: 2px;
676}
677
678.light {
679  color: #999999;
680}
681
682/* Detail
683-----------------------------------------------------------------------*/
684.fax_head,
685.narrow,
686.detail {
687  border-spacing: 1px;
688  border-top: 1px solid #8B7958;
689  border-bottom: 1px solid #8B7958;
690  width: 99%;
691  padding: 3px;
692  margin-bottom: 10px;
693}
694
695.detail td.label {
696  width: 16%;
697  background-color: #F9F0E9;
698}
699
700.detail td.field {
701  width: 33%;
702  text-align: center;
703  background-color: #F8F5F2;
704}
705
706.detail_spacer_row td {
707  background-color: #BEAC8B;
708  font-size: 2px;
709  line-height: 2px;
710  padding: 0px;
711  border-top: 1px solid #F9F0E9;
712  border-bottom: 1px solid #F9F0E9;
713}
714
715.detail td.field_money {
716  width: 33%;
717  background-color: #F8F5F2;
718}
719
720.narrow {
721  width: 60%;
722}
723
724.narrow td.label {
725  width: 50%;
726  background-color: #F9F0E9;
727}
728
729.narrow td.field_money,
730.narrow td.field_total,
731.narrow td.field {
732  width: 49%;
733}
734
735.narrow td.field_money,
736.narrow td.field {
737  background-color: #F8F5F2;
738}
739
740.narrow td.field_total,
741.narrow td.field_money {
742  padding-right: 4em;
743}
744
745.detail td.field {
746  text-align: center;
747  background-color: #F8F5F2;
748}
749
750.fax_head td.label {
751  width: 7%;
752}
753
754.fax_head td.field {
755  width: 26%;
756}
757
758.operation {
759  width: 1%;
760}
761
762/* Wizards
763-----------------------------------------------------------------------*/
764.wizard {
765/*  border-spacing: 0px; */
766  border-top: 1px solid #8B7958;
767  border-bottom: 1px solid #8B7958;
768}
769
770.wizard_buttons {
771  font-size: 0.75em;
772  margin: 3px;
773}
774
775/* Forms
776-----------------------------------------------------------------------*/
777.form {
778/*  border-spacing: 0px; */
779  border-top: 1px solid #8B7958;
780  border-bottom: 1px solid #8B7958;
781  padding: 1px;
782}
783
784.form tr.head input {
785  font-weight: normal;
786}
787
788.form tr.head td {
789  padding: 2px;
790}
791
792.form tr.foot td {
793  text-align: center;
794  padding: 2px;
795}
796
797
798/* Lists
799-----------------------------------------------------------------------*/
800.list {
801  border-collapse: collapse;
802  border-spacing: 0px;
803  border-top: 1px solid #8B7958;
804  border-bottom: 1px solid #8B7958;
805  width: 99%;
806  margin-top: 3px;
807}
808
809.list tr.head td {
810  font-size: 0.7em;
811  white-space: nowrap;
812  padding-right: 0.65em;
813  border-bottom: 1px solid #8B7958;
814}
815
816.list table.sub_head td {
817  border: none;
818  white-space: nowrap;
819  font-size: 10px;
820}
821
822.list tr.foot td {
823  border-top: 1px solid #8B7958;
824  font-size: 0.7em;
825}
826
827tr.list_row>td {
828  background-color: #EDF2F7;
829  border-bottom: 1px dotted #8B7958;
830  font-size: 0.65em;
831  padding: 3px;
832}
833
834tr.list_row:hover td {
835  background-color: #F8EEE4;
836}
837
838tr.problem_row>td {
839  background-color: #FDCCCC;
840  border-bottom: 1px dotted #8B7958;
841  font-size: 0.65em;
842  padding: 3px;
843}
844
845tr.problem_row:hover td {
846  background-color: #F8EEE4;
847}
848
849.row_form td {
850  font-size: 0.7em;
851  padding: 3px;
852  white-space: nowrap;
853/*  text-align: center; */
854}
855
856.row_form td.label {
857  text-align: left;
858  white-space: normal;
859}
860
861.inline_header td {
862  color: #8B7958;
863  font-size: 0.6em;
864  white-space: nowrap;
865  text-align: center;
866}
867
868/* Sub-Tables
869-----------------------------------------------------------------------*/
870.sub_table {
871  border-spacing: 0px;
872}
873
874.sub_table tr.head td {
875  font-size: 11px;
876  padding: 3px;
877  background-color: #F9F0E9;
878}
879
880.sub_table td {
881  padding: 3px;
882}
883
884/* Reports
885-----------------------------------------------------------------------*/
886.report {
887  border-collapse: collapse;
888  border-spacing: 0px;
889  border-top: 1px solid #8B7958;
890  border-bottom: 1px solid #8B7958;
891  width: 80%;
892  margin-top: 3px;
893}
894
895.report tr td {
896  padding: 4px 6px;
897}
898
899.report tr.head td {
900  font-size: 0.7em;
901  white-space: nowrap;
902  text-align: center;
903  border-bottom: 1px solid #8B7958;
904}
905
906.report tr.foot td {
907  font-size: 0.7em;
908  border-top: 1px solid #8B7958;
909}
910
911.report tr.list_row>td {
912  background-color: #EDF2F7;
913  border-bottom: 1px dotted #8B7958;
914  font-size: 0.65em;
915}
916
917.report tr.list_row:hover td {
918  background-color: #F8EEE4;
919}
920
921.report td.total_col {
922  font-weight: bold;
923  border-left: 1px dotted #8B7958;
924  text-align: center; 
925  width: 10%;
926}
927
928.report tr.head td.group_col {
929  text-align: left;
930}
931
932.report td.group_col {
933  font-weight: bold;
934  text-align: left;
935  border-right: 1px dotted #8B7958;
936  width: 12%;
937}
938
939.graph {
940  width: 80%;
941  margin-top: 2em;
942  margin-bottom: 3em;
943  text-align: center;
944}
945
946
947/* Notifications
948-----------------------------------------------------------------------*/
949.notification_list {
950  border-collapse: collapse;
951  border-spacing: 0px;
952  border-top: 1px solid #8B7958;
953  border-bottom: 1px solid #8B7958;
954  width: 99%;
955}
956
957.notification_list tr.head td {
958  font-size: 0.65em;
959  white-space: nowrap;
960  text-align: center;
961  border-bottom: 1px solid #8B7958;
962}
963
964.notification_list tr.foot td {
965  border-top: 1px solid #8B7958;
966}
967
968.notification_list tr.list_row td {
969  padding: 7px;
970}
971
972div.notif_list_text {
973  margin-bottom: 1px;
974  font-size: 1.1em;
975}
976
977.list_row>td.notif_list_job {
978  white-space: nowrap;
979  text-align: center;
980  font-weight: bold;
981  font-size: 0.65em;
982  white-space: nowrap;
983}
984
985/* Some of the system messages are long and look bad with a highlighted
986background... */
987#system_notif_table tr.list_row:hover > td {
988  background-color: #EDF2F7;
989}
990
991.notif_select_column {
992  width: 2%;
993  padding: 0px;
994  text-align: center;
995}
996
997.notif_job_column {
998  width: 8%;
999  white-space: nowrap;
1000  padding-left: 0px;
1001  font-weight: bold;
1002  text-align: center;
1003}
1004
1005.notif_notif_column {
1006  width: auto;
1007}
1008
1009.notif_date_column {
1010  width: 15%;
1011  text-align: center;
1012  white-space: nowrap;
1013  padding-right: 3px;
1014}
1015
1016
1017
1018/* Notes
1019-----------------------------------------------------------------------*/
1020/* Note Table */
1021table#topic_list {
1022  border-bottom: 1px solid #E5D9C3;
1023  border-collapse: separate;
1024}
1025
1026/* Note Form */
1027.note_form {
1028  background-color: #F9F0E9;
1029  position: absolute;
1030  left: 20%;
1031  display: none;
1032  border: 2px solid #114C8D;   
1033}
1034
1035.note_form table.form {
1036  margin-top: 2em;
1037}
1038
1039.handle {
1040  background-color: #114C8D;
1041  color: #FFFFff;
1042  margin-bottom: 3px;
1043  height: 16px;
1044}
1045
1046.note_form_close {
1047  font-weight: bold;
1048  font-size: 9px;
1049  padding: 0px 2px 0px 2px;
1050  margin-right: 2px;
1051  position: absolute;
1052  right: 0%;
1053  border: 1px solid #114C8D;
1054}
1055
1056a.note_form_close:hover {
1057  text-decoration: none;
1058}
1059
1060.list_row:hover>td table.add_note tr.add_note_foot td,
1061.list_row:hover>td table.add_note tr.add_note_head td { background-color: #E5D9C3; }
1062.list_row:hover>td table.add_note tr td { background-color: #F9F0E9; }
1063
1064.add_note td {
1065  border: none;
1066  padding: 3px;
1067  background-color: #F9F0E9;
1068  font-size: 9px;
1069}
1070
1071.add_note_head td {
1072  background-color: #E5D9C3;
1073  border-top: 1px solid #8B7958;
1074  border-bottom: 1px solid #8B7958;
1075  color: #8B7958;
1076  padding: 3px;
1077  text-align: center;
1078  font-weight: bold;
1079  font-size: 9px;
1080}
1081
1082.add_note input {   
1083  color: #114C8D;
1084  background-color: #FFFFff;
1085  border: 1px solid #114C8D;
1086  padding: 1px 2px 1px 2px;
1087  text-decoration: none;
1088  font-size: 9px;
1089}
1090
1091.add_note textarea {
1092  color: #114C8D;
1093  background-color: #FFFFff;
1094  border: 1px solid #114C8D;
1095  padding: 1px 2px 1px 2px;
1096  font-family: "verdana", "sans-serif";
1097  font-size: 9px;
1098}
1099
1100.add_note select   {
1101  color: #114C8D;
1102  background-color: #FFFFff;
1103  font-size: 9px;
1104}
1105
1106.add_note_foot td {
1107  background-color: #E5D9C3;
1108  border-bottom: 1px solid #8B7958;
1109  color: #8B7958;
1110  padding: 3px;
1111  text-align: center;
1112  font-weight: bold;
1113  font-size: 9px;
1114}
1115
1116/* Note List */
1117.note>td {
1118  background-color: #EDF2F7;
1119  padding-left: 10px;
1120  border-bottom: 1px dotted #E5D9C3;
1121}
1122
1123.note:hover>td,
1124.note:hover>td>p {
1125  background-color: #EDF2F7;
1126}
1127
1128.note_author {
1129  font-size: 0.65em;
1130  text-align: center;
1131  border-right: 1px dotted #E5D9C3;
1132}
1133
1134.note p {
1135  margin-left: 3%;
1136  font-size: 0.75em;
1137  background-color: #EDF2F7;
1138}
1139
1140.topic_spacer td {
1141  border-bottom: 1px solid #8B7958;
1142  line-height: 2px;
1143}
1144
1145td.note_indent {
1146  background-color: #F9F0E9;
1147  width: 2%;
1148  border-bottom: none;
1149}
1150
1151.note_control td {
1152  padding-left: 2%;
1153  padding-bottom: 1%;
1154  font-weight: normal;
1155  font-size: 0.6em;
1156  background-color: #EDF2F7;
1157  border-bottom: 1px dotted #E5D9C3;
1158}
1159
1160.topic_title {
1161  font-size: 0.8em;
1162  font-weight: bold;
1163}
1164
1165.note_title {
1166  font-size: 0.8em;
1167}
1168
1169.problem .topic_title {
1170  color: #860000;
1171}
1172
1173.thread>tr { display: none; }
1174
1175/* Summaries
1176-----------------------------------------------------------------------*/
1177.summary {
1178  border: 1px solid black;
1179  background-color: white;
1180  padding: 1%;
1181  font-size: 0.8em;
1182}
1183
1184.summary h1 {
1185  color: black;
1186  font-style: normal;
1187}
1188
1189/* Print preview
1190-----------------------------------------------------------------------*/
1191.page {
1192  background-color: white;
1193  padding: 0px;
1194  border: 1px solid black;
1195/*  font-size: 0.7em; */
1196  width: 95%;
1197  margin-bottom: 15px;
1198  margin-right: 5px;
1199  padding: 20px;
1200}
1201
1202.page table.header td {
1203  padding: 0px;
1204}
1205
1206.page table.header td h1 {
1207  padding: 0px;
1208  margin: 0px;
1209}
1210
1211.page h1 {
1212  color: black;
1213  font-style: normal;
1214  font-size: 1.3em;
1215}
1216
1217.page h2 {
1218  color: black;
1219}
1220
1221.page h3 {
1222  color: black;
1223  font-size: 1em;
1224}
1225
1226.page p {
1227  text-align: justify;
1228  font-size: 0.8em;
1229}
1230
1231.page table {
1232  font-size: 0.8em;
1233}
1234
1235.page em {
1236  font-weight: bold;
1237  font-style: normal;
1238  text-decoration: underline;
1239  margin-left: 1%;
1240  margin-right: 1%;
1241}
1242
1243.page table.money_table {
1244  font-size: 1.1em;
1245  border-collapse: collapse;
1246  width: 85%;
1247  margin-left: auto;
1248  margin-right: auto;
1249}
1250
1251.page table.money_table tr.foot td {
1252  font-size: 1em;
1253  border-top: 0.4pt solid black;
1254  font-weight: bold;
1255  background-color: white;
1256  color: black;
1257}
1258
1259.page table.money_table tr.foot td.right {
1260  padding-right: 1px;
1261}
1262
1263.written_field {
1264  border-bottom: 1px solid black;
1265}
1266
1267.page .written_field {
1268  border-bottom: 0.4pt solid black;
1269}
1270
1271.page .indent * { margin-left: 4em; }
1272
1273.checkbox {
1274  border: 1px solid black;
1275  padding: 1px 2px;
1276  font-size: 7px;
1277  font-weight: bold;
1278}
1279
1280
1281table.signature_table {
1282  width: 80%;
1283  font-size: 0.7em;
1284  margin: 2em auto 2em auto;
1285}
1286
1287table.signature_table tr td {
1288  padding-top: 1.5em;
1289  vertical-align: top;
1290  white-space: nowrap;
1291}
1292
1293#special_conditions {
1294  font-size: 1.3em; 
1295  font-style: italic;
1296  margin-left: 2em;
1297  font-weight: bold;
1298}
1299
1300.sa_head p {
1301  font-size: 1em;
1302}
1303
1304
1305.page hr {
1306  border-bottom: 1px solid black;
1307}
1308
1309.page table.detail,
1310.page table.fax_head {
1311  margin-left: auto;
1312  margin-right: auto;
1313}
1314
1315.page .narrow,
1316.page .fax_head {
1317  border: none;
1318}
1319
1320.page tr.head td {
1321  color: black;
1322  background-color: #eee;
1323}
1324
1325.page td.label {
1326  color: black;
1327  background-color: white;
1328  width: 20%;
1329}
1330
1331.page td.label_right {
1332  color: black;
1333  background-color: white;
1334}
1335
1336.page td.field {
1337  background-color: white;
1338  font-weight: bold;
1339}
1340
1341.page td.field_money {
1342  background-color: white;
1343}
1344
1345.page td.field_total {
1346  font-weight: bold;
1347  background-color: white;
1348}
1349
1350.page tr.detail_spacer_row td {
1351  background-color: white;
1352  border-top: 1px solid black;
1353}
1354
1355.page .header {
1356  border-spacing: 0px;
1357  border-collapse: collapse;
1358  padding: 0px;
1359}
1360
1361.page .header tr td {
1362  border-top: 1px solid black;
1363  border-bottom: 1px solid black;
1364  background-color: #eee;
1365}
1366/* Style definitions for printable pages */
1367
1368
1369/* Hide non-printing stuff
1370-----------------------------------------------------------------------*/
1371#page_header,
1372#main_menu,
1373#right_column,
1374#footer {
1375  display: none;
1376}
1377
1378/* General
1379-----------------------------------------------------------------------*/
1380@page {
1381  margin: 0.25in;
1382}
1383
1384body {
1385  background-color: white;
1386  color: black;
1387}
1388
1389h1 {
1390  color: black;
1391}
1392
1393h2 {
1394  color: black;
1395}
1396
1397pre {
1398  color: black;
1399}
1400
1401ul {
1402  color: black;
1403}
1404
1405a:link,
1406a:visited {
1407  color: black;
1408}
1409
1410a:hover {
1411  text-decoration: none;
1412  color: black;
1413}
1414
1415p a {
1416  display: none;
1417}
1418
1419#body {
1420  background-color: white;
1421}
1422
1423#body pre {
1424  color: black;
1425}
1426
1427/* Inputs
1428-----------------------------------------------------------------------*/
1429input {
1430  color: black;
1431  border: 1px solid black;
1432  background-color: white;
1433}
1434
1435select {
1436  color: black;
1437  border: 1px solid black;
1438  background-color: white;
1439}
1440
1441textarea {
1442  color: black;
1443  border: 1px solid black;
1444  background-color: white;
1445}
1446
1447a.button {
1448  display: none;
1449}
1450
1451a.block_button {
1452  display: none;
1453}
1454
1455input[type=button],
1456input[type=submit],
1457input[type=reset] {
1458  display: none;
1459}
1460
1461/* Tooltips
1462-----------------------------------------------------------------------*/
1463.tooltip {
1464  display: none;
1465}
1466
1467/* Message area
1468-----------------------------------------------------------------------*/
1469#message_area {
1470  display: none;
1471}
1472
1473/* Section Header
1474-----------------------------------------------------------------------*/
1475#section_header {
1476  background-color: #ddd;
1477  border: 1px dashed #666;
1478}
1479
1480/* Content
1481-----------------------------------------------------------------------*/
1482.page_buttons {
1483  display: none;
1484}
1485
1486.link_bar {
1487  display: none;
1488}
1489
1490/* Tables
1491-----------------------------------------------------------------------*/
1492.head td {
1493  color: black;
1494  background-color: white;
1495}
1496
1497.head input {
1498}
1499
1500.foot td {
1501  color: black;
1502  background-color: white;
1503}
1504
1505.label {
1506  color: black;
1507  background-color: white;
1508}
1509
1510.sublabel {
1511  color: black;
1512}
1513
1514.field {
1515  color: black;
1516  background-color: white;
1517}
1518
1519.field_center {
1520  color: black;
1521  background-color: white;
1522}
1523
1524.field_nw {
1525  color: black;
1526  background-color: white;
1527}
1528
1529.field_money {
1530  color: black;
1531  background-color: white;
1532}
1533
1534.field_total {
1535  color: black;
1536  background-color: white;
1537}
1538
1539/* Detail
1540-----------------------------------------------------------------------*/
1541.detail {
1542  border-top: 1px solid black;
1543  border-bottom: 1px solid black;
1544}
1545
1546.detail td.label {
1547  background-color: white;
1548}
1549
1550.detail td.field_total,
1551.detail td.field {
1552  font-weight: bold;
1553  background-color: #eee;
1554}
1555
1556.detail td.field_money {
1557  background-color: #eee;
1558}
1559
1560.detail_spacer_row td {
1561  background-color: white;
1562  border-top: 1px solid black;
1563  border-bottom: 1px solid black;
1564}
1565
1566.narrow td.label {
1567  background-color: white;
1568}
1569
1570.narrow td.field {
1571  background-color: #eee;
1572}
1573
1574/* Wizards
1575-----------------------------------------------------------------------*/
1576.wizard {
1577  border-top: 1px solid black;
1578  border-bottom: 1px solid black;
1579}
1580
1581/* Forms
1582-----------------------------------------------------------------------*/
1583.form {
1584  border-top: 1px solid black;
1585  border-bottom: 1px solid black;
1586}
1587
1588/* Lists
1589-----------------------------------------------------------------------*/
1590.list {
1591  border-top: 1px solid black;
1592  border-bottom: 1px solid black;
1593}
1594
1595.list tr.head>td {
1596  border-bottom: 1px solid black;
1597}
1598.list tr.foot td {
1599  border-top: 1px solid black;
1600}
1601
1602tr.list_row>td {
1603  background-color: white;
1604  border-bottom: 1px dotted #666;
1605}
1606
1607tr.list_row:hover td {
1608  background-color: white;
1609}
1610
1611/* Notifications
1612-----------------------------------------------------------------------*/
1613.notification_list {
1614  border-top: 1px solid black;
1615  border-bottom: 1px solid black;
1616}
1617
1618.notification_list tr.head td {
1619  border-bottom: 1px solid black;
1620}
1621
1622.notification_list tr.foot td {
1623  border-top: 1px solid black;
1624}
1625
1626#system_notif_table tr.list_row:hover > td {
1627  background-color: white;
1628}
1629
1630/* Notes
1631-----------------------------------------------------------------------*/
1632/* Note Table */
1633table#topic_list {
1634  border-bottom: 1px solid #eee;
1635}
1636
1637/* Note Form */
1638.note_form {
1639  display: none;
1640}
1641
1642/* Note List */
1643.note>td {
1644  background-color: white
1645  border-bottom: 1px dotted #eee;
1646}
1647
1648.note:hover>td,
1649.note:hover>td>p {
1650  background-color: white;
1651}
1652
1653.note_author {
1654  border-right: 1px dotted #eee;
1655}
1656
1657.note td {
1658  background-color: white;
1659}
1660
1661.note p {
1662  background-color: white;
1663}
1664
1665.topic_spacer td {
1666  border-bottom: 1px solid black;
1667}
1668
1669td.note_indent {
1670  background-color: white;
1671}
1672
1673.note_control td {
1674  background-color: white;
1675  border-bottom: 1px dotted #eee;
1676}
1677
1678.problem .topic_title {
1679  color: black;
1680}
1681
1682/* Summaries
1683-----------------------------------------------------------------------*/
1684.summary {
1685  border: 1px solid black;
1686  background-color: white;
1687}
1688
1689.summary h1 {
1690  color: black;
1691}
1692
1693/* Pages
1694-----------------------------------------------------------------------*/
1695.page>*>p, .page>p {
1696  font-size: 1.5em;
1697}
1698
1699.written_field {
1700  font-size: 1em;
1701  border-bottom: 1px solid black;
1702}
1703
1704.page h1 {
1705  font-size: 1em;
1706}
1707
1708.page h2 {
1709  font-size: 0.9em;
1710}
1711
1712@page {
1713  margin-bottom: 0.75in;
1714}
1715/* General
1716-----------------------------------------------------------------------*/
1717body { background-color: white; }
1718
1719/* Detail
1720-----------------------------------------------------------------------*/
1721
1722.narrow td.field,
1723.detail td.field {
1724  text-align: left;
1725  padding-left: 1em;
1726  background-color: white;
1727}
1728
1729/* Lists
1730-----------------------------------------------------------------------*/
1731.list tr.head td {
1732  background-color: #eee;
1733}
1734
1735tr.list_row>td {
1736  background-color: white;
1737  border-bottom: 0.7pt dotted #666;
1738}
1739
1740.list tr.foot td {
1741  background-color: #eee;
1742}
1743
1744/* Pages
1745-----------------------------------------------------------------------*/
1746.page {
1747  font-size: 1em;
1748  border: none;
1749  margin: none;
1750  width: auto;
1751  padding: 0px;
1752}
1753
1754.foot td {
1755  font-size: 1em;
1756}
1757
1758
1759.page>*>p, .page>p {
1760  font-size: 0.8em;
1761}
1762
1763
1764table.signature_table {
1765  width: 88%;
1766  font-size: 0.6em; 
1767}
1768
1769#special_conditions {
1770  font-size: 1.5em;
1771}
1772
1773.header h1 {
1774  font-size: 0.8em;
1775}
1776
1777p.small {
1778  font-size: 0.8em;
1779}
1780
1781.page td {
1782  padding: 1px;
1783}
1784
1785td.label {
1786  font-size: 0.7em;
1787}
1788
1789td.field {
1790  font-size: 0.7em;
1791}
1792
1793td.field_money {
1794  font-size: 0.7em;
1795}</style>
1796</head>
1797<body class="page">
1798
1799<script type="text/php">
1800
1801if ( isset($pdf) ) {
1802
1803  $font = Font_Metrics::get_font("verdana");;
1804  $size = 6;
1805  $color = array(0,0,0);
1806  $text_height = Font_Metrics::get_font_height($font, $size);
1807
1808  $foot = $pdf->open_object();
1809 
1810  $w = $pdf->get_width();
1811  $h = $pdf->get_height();
1812
1813  // Draw a line along the bottom
1814  $y = $h - 2.5 * $text_height - 24;
1815  $pdf->line(16, $y, $w - 16, $y, array(0,0,0), 1);
1816
1817  $y += $text_height;
1818
1819  // Add the job number
1820  $text = "Job: 404-135";
1821  $pdf->text(16, $y, $text, $font, $size, $color);
1822
1823  $pdf->close_object();
1824  $pdf->add_object($foot, "all");
1825
1826 
1827  if ( !"2004-11-18 17:19:38" ) {
1828    // Add an initals box if the document has not already been approved
1829 
1830    global $initials;
1831    $initials = $pdf->open_object();
1832   
1833    $text = "Initials:";
1834    $width = Font_Metrics::get_text_width($text, $font, $size);
1835    $pdf->text($w - 16 - $width - 38, $y, $text, $font, $size, $color);
1836    $pdf->rectangle($w - 16 - 36, $y - 2, 36, $text_height + 4, array(0.5,0.5,0.5), 0.5);
1837   
1838        $pdf->close_object();
1839    $pdf->add_object($initials);
1840
1841  } else {
1842
1843    // Mark the document as a duplicate if has been approved
1844    $watermark = $pdf->open_object();
1845    $pdf->text(110, $h - 240, "DUPLICATE", Font_Metrics::get_font("verdana", "bold"),
1846               110, array(0.5, 0.5, 0.5), 0, -52, "Normal", 0.5);
1847
1848    $text = "Approved: 2004-11-18";
1849    $width = Font_Metrics::get_text_width($text, $font, $size);
1850    $pdf->text($w - 16 - $width, $y, $text, $font, $size, $color);
1851   
1852    $pdf->close_object();
1853    $pdf->add_object($watermark, "all");
1854  }
1855
1856  $text = "Page {PAGE_NUM} of {PAGE_COUNT}"; 
1857  $width = Font_Metrics::get_text_width("Page 1 of 2", $font, $size);
1858
1859  $pdf->page_text($w / 2 - $width / 2, $y, $text, $font, $size, $color);
1860 
1861}
1862</script>
1863<table style="width: 100%" class="header">
1864<tr>
1865<td style="width: 50%; vertical-align: middle;">
1866<h1 style="text-align: left">SCHEDULE A</h1>
1867</td>
1868
1869<td style="width: 50%; text-align: right;">
1870<h1 style="text-align: right">404-135 - Schedule A</h1>
1871<span style="font-weight: bold; font-size: 0.7em;">APPROVED: 2004-11-18</span>
1872</tr>
1873
1874</table>
1875
1876<table class="detail" style="margin: 0px; border-top: none;">
1877
1878<tr>
1879<td class="label">Job:
1880<td class="field">404-135</td>
1881<td class="label">Purchasers:</td>
1882<td class="field">
1883Komant</td>
1884</tr>
1885
1886<tr>
1887<td class="label">Created:</td>
1888<td class="field">2004-09-28</td>
1889<td class="label">Last change:</td>
1890<td class="field">2004-11-18</td>
1891
1892</tr>
1893
1894<tr>
1895<td class="label">Job address:</td>
1896<td class="field">2904-26 Street</td>
1897<td class="label">Legal:</td>
1898<td class="field">28B/22/032-5210</td>
1899</tr>
1900</table>
1901
1902<table class="detail" style="border-top: none; margin: 0px 0px 1.5em 0px;">
1903<tr>
1904<td class="label" style="width: 8.25%">Model:</td>
1905<td class="field" style="width: 16.5%"></td>
1906<td class="label" style="width: 8.25%">Elevation:</td>
1907<td class="field" style="width: 16.5%"></td>
1908<td class="label" style="width: 8.25%">Size:</td>
1909<td class="field" style="width: 16.5%"></td>
1910<td class="label" style="width: 8.25%">Style:</td>
1911<td class="field" style="width: 16.5%"></td>
1912</tr>
1913
1914</table>
1915
1916
1917<table class="list" style="width: 99%; margin-top: 1em;">
1918
1919<tr class="head">
1920<td class="center" style="width: 15%">Item</td>
1921<td style="width: 30%">Description</td>
1922<td class="center" style="width: 10%">Quantity</td>
1923<td class="center" colspan="2" style="width: 15%">Unit Cost</td>
1924<td class="right" style="width: 15%;">Total</td>
1925</tr>
1926
1927
1928<tr class="list_row">
1929<td style="font-weight: bold" colspan="6">Standard items:</td>
1930  </tr>
1931
1932<tr class="list_row"><td class="center">1</td>
1933<td>add bank of drawers - to bathroom vanity</td>
1934<td class="center">2</td>
1935<td style="text-align: right">$125.00</td>
1936<td>Ea.</td>
1937<td class="right">$250.00</td>
1938</tr><tr class="list_row"><td class="center">2</td>
1939<td>add sweep outlet - central vac</td>
1940<td class="center">1</td>
1941<td style="text-align: right">$100.00</td>
1942<td>Ea.</td>
1943<td class="right">$100.00</td>
1944</tr><tr class="list_row"><td class="center">3</td>
1945<td>run central vac rough in to attached garage c/w separate circuit</td>
1946<td class="center">1</td>
1947<td style="text-align: right">$120.00</td>
1948<td>Ea.</td>
1949<td class="right">$120.00</td>
1950</tr><tr class="list_row"><td class="center">4</td>
1951<td>add fan to FIREPLACE</td>
1952<td class="center">1</td>
1953<td style="text-align: right">$195.00</td>
1954<td>Ea.</td>
1955<td class="right">$195.00</td>
1956</tr><tr class="list_row"><td class="center">5</td>
1957<td>upgrade to laminate flooring - Entire Main Floor</td>
1958<td class="center">1</td>
1959<td style="text-align: right">$2,400.00</td>
1960<td>Ea.</td>
1961<td class="right">$2,400.00</td>
1962</tr><tr class="list_row"><td class="center">6</td>
1963<td>upgrade oh door to insulated (9ft)</td>
1964<td class="center">1</td>
1965<td style="text-align: right">$95.00</td>
1966<td>Ea.</td>
1967<td class="right">$95.00</td>
1968</tr><tr class="list_row"><td class="center">7</td>
1969<td>change upper stairwell ledge to painted MDF</td>
1970<td class="center">1</td>
1971<td style="text-align: right">$45.00</td>
1972<td>Ea.</td>
1973<td class="right">$45.00</td>
1974</tr><tr class="list_row"><td class="center">8</td>
1975<td>upgrade standard door to pocket door</td>
1976<td class="center">1</td>
1977<td style="text-align: right">$145.00</td>
1978<td>Ea.</td>
1979<td class="right">$145.00</td>
1980</tr><tr class="list_row"><td class="center">9</td>
1981<td>add RIDP</td>
1982<td class="center">1</td>
1983<td style="text-align: right">$400.00</td>
1984<td>Ea.</td>
1985<td class="right">$400.00</td>
1986</tr>
1987
1988<tr class="list_row">
1989<td style="font-weight: bold" colspan="6">Standard items:</td>
1990  </tr>
1991
1992<tr class="list_row"><td class="center">1</td>
1993<td>add bank of drawers - to bathroom vanity</td>
1994<td class="center">2</td>
1995<td style="text-align: right">$125.00</td>
1996<td>Ea.</td>
1997<td class="right">$250.00</td>
1998</tr><tr class="list_row"><td class="center">2</td>
1999<td>add sweep outlet - central vac</td>
2000<td class="center">1</td>
2001<td style="text-align: right">$100.00</td>
2002<td>Ea.</td>
2003<td class="right">$100.00</td>
2004</tr><tr class="list_row"><td class="center">3</td>
2005<td>run central vac rough in to attached garage c/w separate circuit</td>
2006<td class="center">1</td>
2007<td style="text-align: right">$120.00</td>
2008<td>Ea.</td>
2009<td class="right">$120.00</td>
2010</tr><tr class="list_row"><td class="center">4</td>
2011<td>add fan to FIREPLACE</td>
2012<td class="center">1</td>
2013<td style="text-align: right">$195.00</td>
2014<td>Ea.</td>
2015<td class="right">$195.00</td>
2016</tr><tr class="list_row"><td class="center">5</td>
2017<td>upgrade to laminate flooring - Entire Main Floor</td>
2018<td class="center">1</td>
2019<td style="text-align: right">$2,400.00</td>
2020<td>Ea.</td>
2021<td class="right">$2,400.00</td>
2022</tr><tr class="list_row"><td class="center">6</td>
2023<td>upgrade oh door to insulated (9ft)</td>
2024<td class="center">1</td>
2025<td style="text-align: right">$95.00</td>
2026<td>Ea.</td>
2027<td class="right">$95.00</td>
2028</tr><tr class="list_row"><td class="center">7</td>
2029<td>change upper stairwell ledge to painted MDF</td>
2030<td class="center">1</td>
2031<td style="text-align: right">$45.00</td>
2032<td>Ea.</td>
2033<td class="right">$45.00</td>
2034</tr><tr class="list_row"><td class="center">8</td>
2035<td>upgrade standard door to pocket door</td>
2036<td class="center">1</td>
2037<td style="text-align: right">$145.00</td>
2038<td>Ea.</td>
2039<td class="right">$145.00</td>
2040</tr><tr class="list_row"><td class="center">9</td>
2041<td>add RIDP</td>
2042<td class="center">1</td>
2043<td style="text-align: right">$400.00</td>
2044<td>Ea.</td>
2045<td class="right">$400.00</td>
2046</tr>
2047
2048<tr class="list_row">
2049<td style="font-weight: bold" colspan="6">Custom items:</td>
2050</tr>
2051
2052    <tr class="list_row">
2053  <td class="center">1</td>
2054<td>upgrade to brushed chrome hardware </td>
2055<td class="center">1</td>
2056<td style="text-align: right">$195.00</td>
2057<td>Ea.</td>
2058<td class="right">$195.00</td>
2059    </tr>
2060    <tr class="list_row">
2061  <td class="center">2</td>
2062<td>box out FIREPLACE as per plan attached</td>
2063<td class="center">1</td>
2064<td style="text-align: right">$250.00</td>
2065<td>Ea.</td>
2066<td class="right">$250.00</td>
2067    </tr>
2068    <tr class="list_row">
2069  <td class="center">3</td>
2070<td>reduce WIC size by 6&quot; to 8&quot; to allow for large vanity ensuite</td>
2071<td class="center">1</td>
2072<td style="text-align: right">$0.00</td>
2073<td>Ea.</td>
2074<td class="right">$0.00</td>
2075    </tr>
2076    <tr class="list_row">
2077  <td class="center">4</td>
2078<td>add gas line to basement for future gas FP</td>
2079<td class="center">1</td>
2080<td style="text-align: right">$300.00</td>
2081<td>Ea.</td>
2082<td class="right">$300.00</td>
2083    </tr>
2084    <tr class="list_row">
2085  <td class="center">5</td>
2086<td>add pocket dorr to ensuite joining WIC and Ensuite.  Delete 2 existing doors</td>
2087<td class="center">1</td>
2088<td style="text-align: right">$0.00</td>
2089<td>Ea.</td>
2090<td class="right">$0.00</td>
2091    </tr>
2092    <tr class="list_row">
2093  <td class="center">6</td>
2094<td>Main floor to be ISLAND Kitchen design</td>
2095<td class="center">1</td>
2096<td style="text-align: right">$0.00</td>
2097<td>Ea.</td>
2098<td class="right">$0.00</td>
2099    </tr>
2100    <tr class="list_row">
2101  <td class="center">7</td>
2102<td>price adjustment</td>
2103<td class="center">1</td>
2104<td style="text-align: right">($0.37)</td>
2105<td>Ea.</td>
2106<td class="right">($0.37)</td>
2107    </tr>
2108 
2109<tr class="list_row">
2110<td style="font-weight: bold" colspan="6">Custom items:</td>
2111</tr>
2112
2113    <tr class="list_row">
2114  <td class="center">1</td>
2115<td>upgrade to brushed chrome hardware </td>
2116<td class="center">1</td>
2117<td style="text-align: right">$195.00</td>
2118<td>Ea.</td>
2119<td class="right">$195.00</td>
2120    </tr>
2121    <tr class="list_row">
2122  <td class="center">2</td>
2123<td>box out FIREPLACE as per plan attached</td>
2124<td class="center">1</td>
2125<td style="text-align: right">$250.00</td>
2126<td>Ea.</td>
2127<td class="right">$250.00</td>
2128    </tr>
2129    <tr class="list_row">
2130  <td class="center">3</td>
2131<td>reduce WIC size by 6&quot; to 8&quot; to allow for large vanity ensuite</td>
2132<td class="center">1</td>
2133<td style="text-align: right">$0.00</td>
2134<td>Ea.</td>
2135<td class="right">$0.00</td>
2136    </tr>
2137    <tr class="list_row">
2138  <td class="center">4</td>
2139<td>add gas line to basement for future gas FP</td>
2140<td class="center">1</td>
2141<td style="text-align: right">$300.00</td>
2142<td>Ea.</td>
2143<td class="right">$300.00</td>
2144    </tr>
2145    <tr class="list_row">
2146  <td class="center">5</td>
2147<td>add pocket dorr to ensuite joining WIC and Ensuite.  Delete 2 existing doors</td>
2148<td class="center">1</td>
2149<td style="text-align: right">$0.00</td>
2150<td>Ea.</td>
2151<td class="right">$0.00</td>
2152    </tr>
2153
2154
2155
2156
2157<tr class="foot">
2158<td colspan="5" class="right">(GST is not included)&nbsp;&nbsp;
2159<strong>Grand total:</strong></td>
2160<td class="right" style="font-weight: bold">$4,494.63</td>
2161</tr>
2162
2163
2164</table><div style="font-size: 0.8em">
2165<table class="signature_table">
2166
2167  <tr>   
2168    <td>WITNESS:</td><td class="written_field" style="width: 38%">&nbsp;</td>
2169    <td style="padding-left: 1em">PURCHASER:</td>
2170    <td class="written_field" style="width: 39%; text-align: right;">X</td>
2171  </tr>
2172  <tr>
2173    <td colspan="3" style="padding-top: 0em">&nbsp;</td>
2174    <td style="text-align: center; padding-top: 0em;">
2175              Tammy Komant</td>
2176  </tr>
2177</table>
2178<p style="font-size: 0.65em">This change order shall have no force or effect until approved and signed
2179by an authorizing signing officer of the Builder.  Any change or special
2180request not noted on this document is not contractual.</p>
2181
2182<table class="signature_table">
2183<tr>
2184<td>ACCEPTED THIS
2185<em>18 DAY OF NOVEMBER, 2004</em>
2186</td>
2187
2188<td style="padding-left: 1em;">LINCOLNBERG COMMUNITIES<br/><br/>
2189PER:
2190<em>Keith Jansen</em>
2191</td>
2192</tr>
2193
2194</table>
2195</div>
2196</body>
2197</html>
Note: See TracBrowser for help on using the repository browser.