Derek Allard | 866b813 | 2008-04-21 22:02:37 +0000 | [diff] [blame] | 1 | body {
|
| 2 | margin: 0;
|
| 3 | padding: 0;
|
| 4 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 5 | font-size: 11px;
|
| 6 | color: #4F5155;
|
| 7 | background: #fff url(<?php echo $image_url; ?>background.jpg) repeat-x left top;
|
| 8 | }
|
| 9 |
|
| 10 | a {
|
| 11 | color: #8B0D00;
|
| 12 | background-color: transparent;
|
| 13 | text-decoration: none;
|
| 14 | font-weight: bold;
|
| 15 | }
|
| 16 |
|
| 17 | a:visited {
|
| 18 | color: #8B0D00;
|
| 19 | background-color: transparent;
|
| 20 | text-decoration: none;
|
| 21 | }
|
| 22 |
|
| 23 | a:hover {
|
| 24 | color: #000;
|
| 25 | text-decoration: none;
|
| 26 | background-color: transparent;
|
| 27 | }
|
| 28 |
|
| 29 |
|
| 30 | #header {
|
| 31 | margin: 0;
|
| 32 | padding: 0;
|
| 33 | }
|
| 34 |
|
| 35 | #header_left {
|
| 36 | background-color: transparent;
|
| 37 | float: left;
|
| 38 | padding: 21px 0 0 32px;
|
| 39 | margin: 0
|
| 40 | }
|
| 41 |
|
| 42 | #header_right {
|
| 43 | background-color: transparent;
|
| 44 | float: right;
|
| 45 | text-align: right;
|
| 46 | padding: 35px 50px 20px 0;
|
| 47 | margin: 0
|
| 48 | }
|
| 49 |
|
| 50 | #footer {
|
| 51 | margin: 20px 0 15px 0;
|
| 52 | padding: 0;
|
| 53 | }
|
| 54 |
|
| 55 | #footer p {
|
| 56 | font-size: 10px;
|
| 57 | color: #999;
|
| 58 | text-align: center;
|
| 59 | }
|
| 60 |
|
| 61 | #outer {
|
| 62 | margin: 30px 40px 0 40px;
|
| 63 | }
|
| 64 |
|
| 65 | img {
|
| 66 | padding:0;
|
| 67 | border: 0;
|
| 68 | margin: 0;
|
| 69 | }
|
| 70 |
|
| 71 | .nopad {
|
| 72 | padding:0;
|
| 73 | border: 0;
|
| 74 | margin: 0;
|
| 75 | }
|
| 76 |
|
| 77 | table {
|
| 78 | background-color: #efefef;
|
| 79 | }
|
| 80 |
|
| 81 | th {
|
| 82 | background-color: #eee;
|
| 83 | font-weight: bold;
|
| 84 | padding: 6px;
|
| 85 | text-align: left;
|
| 86 | }
|
| 87 |
|
| 88 | td {
|
| 89 | background-color: #fff;
|
| 90 | padding: 6px;
|
| 91 | }
|
| 92 |
|
| 93 |
|
| 94 | form {
|
| 95 | margin: 0;
|
| 96 | padding: 0;
|
| 97 | }
|
| 98 |
|
| 99 | .input {
|
| 100 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 101 | font-size: 11px;
|
| 102 | width: 600px;
|
| 103 | color: #333;
|
| 104 | border: 1px solid #B3B4BD;
|
| 105 | font-size: 11px;
|
| 106 | height: 2em;
|
| 107 | padding: 0;
|
| 108 | margin: 0;
|
| 109 | }
|
| 110 |
|
| 111 | .textarea {
|
| 112 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 113 | font-size: 12px;
|
| 114 | width: 600px;
|
| 115 | color: #333;
|
| 116 | border: 1px solid #B3B4BD;
|
| 117 | padding: 0;
|
| 118 | margin: 0;
|
| 119 | }
|
| 120 |
|
| 121 | .select {
|
| 122 | background-color: #fff;
|
| 123 | font-size: 11px;
|
| 124 | font-weight: normal;
|
| 125 | color: #333;
|
| 126 | padding: 0;
|
| 127 | margin: 0 0 3px 0;
|
| 128 | }
|
| 129 |
|
| 130 | .checkbox {
|
| 131 | background-color: transparent;
|
| 132 | padding: 0;
|
| 133 | border: 0;
|
| 134 | }
|
| 135 |
|
| 136 | .submit {
|
| 137 | background-color: #8B0D00;
|
| 138 | color: #FFF;
|
| 139 | font-weight: normal;
|
| 140 | border: 1px solid #000;
|
| 141 | margin: 6px 0 0 0;
|
| 142 | padding: 1px 5px 1px 5px;
|
| 143 | }
|