| 1 | #debug { | 
|---|
| 2 | background-color: #990066; | 
|---|
| 3 | padding: 2px; | 
|---|
| 4 | } | 
|---|
| 5 |  | 
|---|
| 6 | /* General settings */ | 
|---|
| 7 | body { | 
|---|
| 8 | font-family: Verdana, Helvetica, sans-serif; | 
|---|
| 9 | font-size: 12px; | 
|---|
| 10 | margin-left: 0px; | 
|---|
| 11 | margin-right: 0px; | 
|---|
| 12 | /*      background-color: #deadDD;*/ | 
|---|
| 13 | background-color: #f8f8f8; | 
|---|
| 14 | } | 
|---|
| 15 | hr { | 
|---|
| 16 | background-color: #666; | 
|---|
| 17 | height: 1px; | 
|---|
| 18 | border: 0; | 
|---|
| 19 | } | 
|---|
| 20 | img { | 
|---|
| 21 | border: 0px; | 
|---|
| 22 | } | 
|---|
| 23 | /* Use Gecko-style list elements */ | 
|---|
| 24 | ul, ol, li { | 
|---|
| 25 | margin-left: 0; | 
|---|
| 26 | padding-left: 40px; | 
|---|
| 27 | /*      border: thin solid #FF0000;*/ | 
|---|
| 28 | } | 
|---|
| 29 | fieldset { | 
|---|
| 30 | border: none; | 
|---|
| 31 | padding: 0px; | 
|---|
| 32 | margin: 0px; | 
|---|
| 33 | } | 
|---|
| 34 |  | 
|---|
| 35 | table.login { | 
|---|
| 36 | text-align: center; | 
|---|
| 37 | border: thin solid #000000; | 
|---|
| 38 | background-color: #CCCCFF; | 
|---|
| 39 | } | 
|---|
| 40 | table.list { | 
|---|
| 41 | background-color: #F0F0F0; | 
|---|
| 42 | } | 
|---|
| 43 | table.container { | 
|---|
| 44 | background-color: #FFFFFF; | 
|---|
| 45 | border: none; | 
|---|
| 46 | } | 
|---|
| 47 | table.wholepage { | 
|---|
| 48 | width: 100%; | 
|---|
| 49 | } | 
|---|
| 50 | table.border { | 
|---|
| 51 | border: thin solid #000000; | 
|---|
| 52 | } | 
|---|
| 53 |  | 
|---|
| 54 | tr.row0 { | 
|---|
| 55 | background-color: #FFFFFF; | 
|---|
| 56 | } | 
|---|
| 57 | tr.row1 { | 
|---|
| 58 | background-color: #DDDDDD; | 
|---|
| 59 | } | 
|---|
| 60 | tr.tableheader { | 
|---|
| 61 | background-color: #CCCCCC; | 
|---|
| 62 | padding: 3px; | 
|---|
| 63 | text-align: left; | 
|---|
| 64 | } | 
|---|
| 65 | tr.darkrowheader { | 
|---|
| 66 | background-color: #CCCCCC; | 
|---|
| 67 | padding: 3px; | 
|---|
| 68 | } | 
|---|
| 69 | tr.datalinelight { | 
|---|
| 70 | background-color: #F0F0F0; | 
|---|
| 71 | text-align: left; | 
|---|
| 72 | } | 
|---|
| 73 |  | 
|---|
| 74 | th { | 
|---|
| 75 | background-color: #F0F0F0; | 
|---|
| 76 | font-size: 1.1em; | 
|---|
| 77 | font-weight:normal; | 
|---|
| 78 | padding: 4px; | 
|---|
| 79 | } | 
|---|
| 80 |  | 
|---|
| 81 | td.tblsubmit { | 
|---|
| 82 | background-color: #F0F0F0; | 
|---|
| 83 | text-align: center; | 
|---|
| 84 | } | 
|---|
| 85 | td.inputlabel { | 
|---|
| 86 | text-align: right; | 
|---|
| 87 | padding: 3px; | 
|---|
| 88 | } | 
|---|
| 89 | td.datahead_l { | 
|---|
| 90 | background-color: #F0F0F0; | 
|---|
| 91 | border-bottom: 1px solid #666666; | 
|---|
| 92 | text-align: left; | 
|---|
| 93 | } | 
|---|
| 94 | td.datahead_s { | 
|---|
| 95 | background-color: #F0F0F0; | 
|---|
| 96 | border-bottom: 1px solid #666666; | 
|---|
| 97 | width: 1%; | 
|---|
| 98 | white-space: nowrap; | 
|---|
| 99 | } | 
|---|
| 100 | td.data_nowrap { | 
|---|
| 101 | white-space: nowrap; | 
|---|
| 102 | } | 
|---|
| 103 | td.data { | 
|---|
| 104 | padding: 3px; | 
|---|
| 105 | } | 
|---|
| 106 | td.title { | 
|---|
| 107 | text-align: center; | 
|---|
| 108 | } | 
|---|
| 109 | td.menu { | 
|---|
| 110 | width: 200px; | 
|---|
| 111 | white-space: nowrap; | 
|---|
| 112 | border: thin solid #000000; | 
|---|
| 113 | background-color: #ffccee; | 
|---|
| 114 | vertical-align: top; | 
|---|
| 115 | } | 
|---|
| 116 | td.defaults { | 
|---|
| 117 | background-color: #DDDDDD; | 
|---|
| 118 | } | 
|---|
| 119 | td.errhead { | 
|---|
| 120 | font-weight: bold; | 
|---|
| 121 | font-size: 110%; | 
|---|
| 122 | color: red; | 
|---|
| 123 | background-color: #404040; | 
|---|
| 124 | text-align: center; | 
|---|
| 125 | padding: 3px; | 
|---|
| 126 | border: solid 2px #FF0000; | 
|---|
| 127 | } | 
|---|
| 128 | td.err { | 
|---|
| 129 | border: solid 2px #FF0000; | 
|---|
| 130 | color: red; | 
|---|
| 131 | background-color: #e0e0e0; | 
|---|
| 132 | } | 
|---|
| 133 | td.warn { | 
|---|
| 134 | border: solid 2px #FFFF00; | 
|---|
| 135 | color: #333300; | 
|---|
| 136 | background-color: #e0e0e0; | 
|---|
| 137 | } | 
|---|
| 138 | td.leftthird { | 
|---|
| 139 | width: 36%; | 
|---|
| 140 | text-align: left; | 
|---|
| 141 | } | 
|---|
| 142 | td.rightthird { | 
|---|
| 143 | width: 36%; | 
|---|
| 144 | text-align: right; | 
|---|
| 145 | } | 
|---|
| 146 | td.border { | 
|---|
| 147 | background-color: #e0e0e0; | 
|---|
| 148 | border: solid 1px #101010; | 
|---|
| 149 | padding: 2px; | 
|---|
| 150 | } | 
|---|
| 151 | td.noaccess { | 
|---|
| 152 | background-color: #ffe8e8; | 
|---|
| 153 | color: #2f0000; | 
|---|
| 154 | } | 
|---|
| 155 |  | 
|---|
| 156 | .meat { | 
|---|
| 157 | align: center; | 
|---|
| 158 | width: 100%; | 
|---|
| 159 | } | 
|---|
| 160 | input { | 
|---|
| 161 | font-size: 10px; | 
|---|
| 162 | } | 
|---|
| 163 |  | 
|---|
| 164 |  | 
|---|
| 165 | /* general classes */ | 
|---|
| 166 | .errmsg { | 
|---|
| 167 | font-weight: bold; | 
|---|
| 168 | font-family: Verdana, Arial, Helvetica, sans-serif; | 
|---|
| 169 | font-size:100%; | 
|---|
| 170 | color: red; | 
|---|
| 171 | background-color: #404040; | 
|---|
| 172 | text-align: center; | 
|---|
| 173 | border: thin solid #FFFFFF; | 
|---|
| 174 | padding: 5px; | 
|---|
| 175 | width: 70%; | 
|---|
| 176 | } | 
|---|
| 177 | .right { | 
|---|
| 178 | right: 3px; | 
|---|
| 179 | } | 
|---|
| 180 | .center { | 
|---|
| 181 | text-align: center; | 
|---|
| 182 | } | 
|---|
| 183 | .maintitle { | 
|---|
| 184 | font-size: 1.3em; | 
|---|
| 185 | } | 
|---|
| 186 |  | 
|---|
| 187 |  | 
|---|
| 188 | #header { | 
|---|
| 189 | border-bottom: thin solid #000000; | 
|---|
| 190 | clear: both; | 
|---|
| 191 | float: left; | 
|---|
| 192 | width: 100%; | 
|---|
| 193 | } | 
|---|
| 194 | #footer { | 
|---|
| 195 | border-top: thin solid #000000; | 
|---|
| 196 | clear: both; | 
|---|
| 197 | } | 
|---|
| 198 | #contact { | 
|---|
| 199 | font-size: 10px; | 
|---|
| 200 | position: absolute; | 
|---|
| 201 | right: 10px; | 
|---|
| 202 | text-align: right; | 
|---|
| 203 | } | 
|---|
| 204 |  | 
|---|
| 205 | #main { | 
|---|
| 206 | position: relative; | 
|---|
| 207 | float: right; | 
|---|
| 208 | width: 100%; | 
|---|
| 209 | } | 
|---|
| 210 | #login { | 
|---|
| 211 | margin-top: 50px; | 
|---|
| 212 | margin-bottom: 50px; | 
|---|
| 213 | padding: 3px; | 
|---|
| 214 | border: thin solid #000000; | 
|---|
| 215 | } | 
|---|
| 216 | #tableholder { | 
|---|
| 217 | padding: 2px; | 
|---|
| 218 | background: #FFFFFF; | 
|---|
| 219 | width: 70%; | 
|---|
| 220 | } | 
|---|
| 221 | #menu { | 
|---|
| 222 | border-right: thin solid #000000; | 
|---|
| 223 | margin-right: 5px; | 
|---|
| 224 | padding: 5px; | 
|---|
| 225 | } | 
|---|
| 226 | #soadetail { | 
|---|
| 227 | text-align: left; | 
|---|
| 228 | } | 
|---|
| 229 | /* somewhat generic/reusable */ | 
|---|
| 230 | #datatablewrapper { | 
|---|
| 231 | border: none; | 
|---|
| 232 | width: 98%; | 
|---|
| 233 | margin-left: 1%; | 
|---|
| 234 | margin-right: 1%; | 
|---|
| 235 | vertical-align: top; | 
|---|
| 236 | } | 
|---|
| 237 | table.csubtable { | 
|---|
| 238 | margin-left: auto; | 
|---|
| 239 | margin-right: auto; | 
|---|
| 240 | } | 
|---|
| 241 | td.main { | 
|---|
| 242 | vertical-align: top; | 
|---|
| 243 | } | 
|---|