[55] | 1 | html * { |
---|
| 2 | margin: 0; |
---|
| 3 | /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */ |
---|
[59] | 4 | |
---|
[55] | 5 | } |
---|
| 6 | |
---|
| 7 | /* GENERAL */ |
---|
| 8 | |
---|
| 9 | .spinner { |
---|
[452] | 10 | padding: 10px 0 0 18px; |
---|
[55] | 11 | position: absolute; |
---|
| 12 | } |
---|
| 13 | |
---|
| 14 | body { |
---|
[229] | 15 | text-align: center; |
---|
[106] | 16 | color: #222; |
---|
[98] | 17 | font: 14px verdana, arial, helvetica, sans-serif; |
---|
[59] | 18 | background: transparent url("../images/brushed_metal.png") repeat fixed center; |
---|
[55] | 19 | } |
---|
| 20 | |
---|
[59] | 21 | #wrapper { |
---|
| 22 | margin: 0 auto; |
---|
| 23 | padding: 0; |
---|
| 24 | width: 1024px; |
---|
| 25 | } |
---|
| 26 | |
---|
| 27 | #top { |
---|
| 28 | background: url("../images/topBg.png") no-repeat scroll center; |
---|
| 29 | width: 1020px; |
---|
[192] | 30 | height: 31px; |
---|
[59] | 31 | } |
---|
| 32 | |
---|
| 33 | #content { |
---|
| 34 | padding: 0px 20px 20px; |
---|
[192] | 35 | background: url("../images/contentbg.png") repeat-y scroll center; |
---|
[59] | 36 | width: 980px; |
---|
[141] | 37 | /*border: 1px solid #ccc;*/ |
---|
[59] | 38 | } |
---|
| 39 | |
---|
| 40 | #Header { |
---|
| 41 | background: transparent url("../images/logo.png") no-repeat scroll center; |
---|
| 42 | width: 980px; |
---|
[192] | 43 | height: 136px; |
---|
[139] | 44 | /*border: 1px solid;*/ |
---|
[59] | 45 | } |
---|
[80] | 46 | #HeaderLink{ |
---|
| 47 | display: block; |
---|
[192] | 48 | width: 958px; |
---|
| 49 | height: 136px; |
---|
[80] | 50 | } |
---|
[59] | 51 | |
---|
[139] | 52 | /* Navigation plugin, top level. */ |
---|
| 53 | #menu { |
---|
| 54 | float: left; |
---|
[141] | 55 | /*border: 1px solid #ccc;*/ |
---|
[139] | 56 | } |
---|
| 57 | |
---|
[418] | 58 | /* Application log textarea */ |
---|
[358] | 59 | #log { |
---|
| 60 | width: 920px; |
---|
| 61 | height: auto; |
---|
| 62 | } |
---|
| 63 | |
---|
[418] | 64 | div.tabHeader { |
---|
[501] | 65 | padding: 5px 15px 0px 15px; |
---|
[418] | 66 | } |
---|
| 67 | .tabHeader h1 { |
---|
| 68 | color: #2647a0; |
---|
| 69 | font-weight: bold; |
---|
| 70 | font-size: 17px; |
---|
| 71 | margin: 0 0 .3em 0; |
---|
| 72 | } |
---|
| 73 | .tabHeader h2 { |
---|
| 74 | color: #2647a0; |
---|
| 75 | font-weight: normal; |
---|
| 76 | font-size: 15px; |
---|
| 77 | margin: 0 0 .3em 0; |
---|
| 78 | } |
---|
| 79 | |
---|
[55] | 80 | a:link, a:visited, a:hover { |
---|
[297] | 81 | color: #006dba; |
---|
[55] | 82 | font-weight: bold; |
---|
| 83 | text-decoration: none; |
---|
[59] | 84 | } |
---|
[55] | 85 | |
---|
[106] | 86 | img { |
---|
| 87 | border: 0px; |
---|
| 88 | } |
---|
| 89 | |
---|
[443] | 90 | /*Do not specify a global h2 and h3 |
---|
| 91 | Since this changes filterPane and other headers.*/ |
---|
[55] | 92 | h1 { |
---|
| 93 | color: #006dba; |
---|
| 94 | font-weight: normal; |
---|
[98] | 95 | font-size: 17px; |
---|
[59] | 96 | margin: 0 0 .3em 0; |
---|
[55] | 97 | } |
---|
| 98 | |
---|
| 99 | ul { |
---|
[59] | 100 | padding-left: 15px; |
---|
[55] | 101 | } |
---|
| 102 | |
---|
| 103 | input, select, textarea { |
---|
| 104 | background-color: #fcfcfc; |
---|
| 105 | border: 1px solid #ccc; |
---|
[98] | 106 | font: 14px verdana, arial, helvetica, sans-serif; |
---|
[55] | 107 | margin: 2px 0; |
---|
| 108 | padding: 2px 4px; |
---|
| 109 | } |
---|
| 110 | select { |
---|
| 111 | padding: 2px 2px 2px 0; |
---|
| 112 | } |
---|
| 113 | textarea { |
---|
[139] | 114 | width: 450px; |
---|
| 115 | height: 150px; |
---|
| 116 | vertical-align: top; |
---|
[55] | 117 | } |
---|
| 118 | |
---|
| 119 | input:focus, select:focus, textarea:focus { |
---|
| 120 | border: 1px solid #b2d1ff; |
---|
| 121 | } |
---|
| 122 | |
---|
| 123 | .body { |
---|
[110] | 124 | padding: 20px 20px 20px 20px; |
---|
| 125 | text-align: center; |
---|
[141] | 126 | /*border: 1px solid #ccc;*/ |
---|
[55] | 127 | } |
---|
| 128 | |
---|
[142] | 129 | /* Logout and Top Navigation Level */ |
---|
[59] | 130 | |
---|
[142] | 131 | .appControl { |
---|
| 132 | height: 2em; |
---|
| 133 | } |
---|
[297] | 134 | .appControl a { |
---|
| 135 | color: #666; |
---|
| 136 | } |
---|
[142] | 137 | |
---|
[141] | 138 | .logoutButton { |
---|
[139] | 139 | float: right; |
---|
[142] | 140 | padding: 0.3em 0px 0.3em 0; |
---|
[98] | 141 | font-size: 14px; |
---|
[192] | 142 | margin: 0 50px 0 0; |
---|
[142] | 143 | /*border: 1px solid #ccc;*/ |
---|
[59] | 144 | } |
---|
| 145 | |
---|
[141] | 146 | .logoutButton:hover { |
---|
[139] | 147 | color: red; |
---|
[142] | 148 | padding: 0.5em 0px 0.1em 0; |
---|
[139] | 149 | } |
---|
[55] | 150 | |
---|
[139] | 151 | /* ORIGINAL NAVIGATION MENU */ |
---|
| 152 | |
---|
[55] | 153 | .nav { |
---|
[229] | 154 | text-align: center; |
---|
[59] | 155 | background: url("../images/linkPanel_long.png") top no-repeat; |
---|
[139] | 156 | padding: 10px 0px 0px 0px; |
---|
[59] | 157 | width: 980px; |
---|
| 158 | height: 40px; |
---|
[55] | 159 | } |
---|
| 160 | |
---|
| 161 | .menuButton { |
---|
[98] | 162 | font-size: 14px; |
---|
[55] | 163 | padding: 0 5px; |
---|
| 164 | } |
---|
| 165 | .menuButton a { |
---|
| 166 | color: #333; |
---|
[59] | 167 | padding: 14px 25px; |
---|
[55] | 168 | } |
---|
| 169 | .menuButton a.home { |
---|
[59] | 170 | /*background: url(../images/skin/house.png) center left no-repeat;*/ |
---|
[55] | 171 | color: #333; |
---|
[59] | 172 | /*padding: 25px;*/ |
---|
[55] | 173 | } |
---|
| 174 | .menuButton a.list { |
---|
[59] | 175 | /*background: url(../images/skin/database_table.png) center left no-repeat;*/ |
---|
[55] | 176 | color: #333; |
---|
[59] | 177 | /*padding-left: 25px;*/ |
---|
[55] | 178 | } |
---|
| 179 | .menuButton a.create { |
---|
[59] | 180 | /*background: url(../images/skin/database_add.png) center left no-repeat;*/ |
---|
[55] | 181 | color: #333; |
---|
[59] | 182 | /*padding-left: 25px;*/ |
---|
[55] | 183 | } |
---|
| 184 | |
---|
| 185 | /* MESSAGES AND ERRORS */ |
---|
| 186 | |
---|
| 187 | .message { |
---|
| 188 | background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat; |
---|
| 189 | border: 1px solid #b2d1ff; |
---|
| 190 | color: #006dba; |
---|
| 191 | margin: 10px 0 5px 0; |
---|
[59] | 192 | padding: 5px 5px 5px 0px |
---|
[55] | 193 | } |
---|
| 194 | |
---|
[277] | 195 | .message_error { |
---|
| 196 | background: #fff3f3 url(../images/skin/exclamation.png) 8px 50% no-repeat; |
---|
| 197 | border: 1px solid red; |
---|
| 198 | color: #cc0000; |
---|
| 199 | margin: 10px 0 5px 0; |
---|
| 200 | padding: 5px 5px 5px 0px |
---|
| 201 | } |
---|
| 202 | |
---|
[55] | 203 | div.errors { |
---|
| 204 | background: #fff3f3; |
---|
| 205 | border: 1px solid red; |
---|
| 206 | color: #cc0000; |
---|
| 207 | margin: 10px 0 5px 0; |
---|
| 208 | padding: 5px 0 5px 0; |
---|
| 209 | } |
---|
| 210 | div.errors ul { |
---|
| 211 | list-style: none; |
---|
[59] | 212 | padding: 0; |
---|
[55] | 213 | } |
---|
| 214 | div.errors li { |
---|
[328] | 215 | background: url(../images/skin/exclamation.png) 8px 0% no-repeat; |
---|
[55] | 216 | line-height: 16px; |
---|
| 217 | padding-left: 30px; |
---|
| 218 | } |
---|
| 219 | |
---|
| 220 | td.errors select { |
---|
| 221 | border: 1px solid red; |
---|
| 222 | } |
---|
| 223 | td.errors input { |
---|
| 224 | border: 1px solid red; |
---|
| 225 | } |
---|
[98] | 226 | td.errors textarea { |
---|
| 227 | border: 1px solid red; |
---|
| 228 | } |
---|
[55] | 229 | |
---|
[134] | 230 | input.time { |
---|
[98] | 231 | width:40px; |
---|
| 232 | } |
---|
[134] | 233 | input.time.errors { |
---|
[98] | 234 | border: 1px solid red; |
---|
| 235 | } |
---|
[221] | 236 | input.medium { |
---|
| 237 | width:60px; |
---|
| 238 | } |
---|
| 239 | input.medium.errors { |
---|
| 240 | border: 1px solid red; |
---|
| 241 | } |
---|
[134] | 242 | input.description { |
---|
| 243 | width:450px; |
---|
| 244 | } |
---|
[98] | 245 | |
---|
[55] | 246 | /* TABLES */ |
---|
| 247 | |
---|
| 248 | table { |
---|
| 249 | border: 1px solid #ccc; |
---|
[328] | 250 | width: 100%; |
---|
[55] | 251 | } |
---|
| 252 | tr { |
---|
| 253 | border: 0; |
---|
| 254 | } |
---|
[59] | 255 | td, th { |
---|
[98] | 256 | font: 14px verdana, arial, helvetica, sans-serif; |
---|
| 257 | line-height: 17px; |
---|
[55] | 258 | padding: 5px 6px; |
---|
| 259 | text-align: left; |
---|
| 260 | vertical-align: top; |
---|
| 261 | } |
---|
[490] | 262 | tr.total { |
---|
| 263 | background: #EDEDED; |
---|
| 264 | } |
---|
| 265 | tr.total td{ |
---|
| 266 | color: #555; |
---|
| 267 | font-size: 14px; |
---|
| 268 | font-weight: bold; |
---|
| 269 | } |
---|
[418] | 270 | td.idColumn { |
---|
| 271 | width: 25px; |
---|
| 272 | } |
---|
[55] | 273 | th { |
---|
| 274 | background: #fff url(../images/skin/shadow.jpg); |
---|
[106] | 275 | color: #555; |
---|
[98] | 276 | font-size: 14px; |
---|
[55] | 277 | font-weight: bold; |
---|
| 278 | line-height: 17px; |
---|
| 279 | padding: 2px 6px; |
---|
| 280 | } |
---|
| 281 | th a:link, th a:visited, th a:hover { |
---|
| 282 | color: #333; |
---|
| 283 | display: block; |
---|
[98] | 284 | font-size: 14px; |
---|
[55] | 285 | text-decoration: none; |
---|
| 286 | width: 100%; |
---|
| 287 | } |
---|
| 288 | th.asc a, th.desc a { |
---|
| 289 | background-position: right; |
---|
| 290 | background-repeat: no-repeat; |
---|
| 291 | } |
---|
| 292 | th.asc a { |
---|
| 293 | background-image: url(../images/skin/sorted_asc.gif); |
---|
| 294 | } |
---|
| 295 | th.desc a { |
---|
| 296 | background-image: url(../images/skin/sorted_desc.gif); |
---|
| 297 | } |
---|
| 298 | |
---|
| 299 | .odd { |
---|
| 300 | background: #f7f7f7; |
---|
| 301 | } |
---|
| 302 | .even { |
---|
| 303 | background: #fff; |
---|
| 304 | } |
---|
| 305 | |
---|
[124] | 306 | .clickableOdd { |
---|
| 307 | background: #f7f7f7; |
---|
| 308 | cursor: pointer; |
---|
| 309 | } |
---|
| 310 | .clickableEven { |
---|
| 311 | background: #fff; |
---|
| 312 | cursor: pointer; |
---|
| 313 | } |
---|
[490] | 314 | .clickableEven td.notClickable { |
---|
| 315 | cursor: default; |
---|
| 316 | } |
---|
| 317 | .clickableOdd td.notClickable { |
---|
| 318 | cursor: default; |
---|
| 319 | } |
---|
[124] | 320 | |
---|
[55] | 321 | /* LIST */ |
---|
| 322 | |
---|
| 323 | .list table { |
---|
| 324 | border-collapse: collapse; |
---|
| 325 | } |
---|
| 326 | .list th, .list td { |
---|
| 327 | border-left: 1px solid #ddd; |
---|
| 328 | } |
---|
| 329 | .list th:hover, .list tr:hover { |
---|
| 330 | background: #b2d1ff; |
---|
| 331 | } |
---|
| 332 | |
---|
| 333 | /* PAGINATION */ |
---|
| 334 | |
---|
| 335 | .paginateButtons { |
---|
| 336 | border-top: 0; |
---|
| 337 | color: #666; |
---|
[98] | 338 | font-size: 14px; |
---|
[55] | 339 | overflow: hidden; |
---|
| 340 | padding: 10px 3px; |
---|
| 341 | } |
---|
| 342 | .paginateButtons a { |
---|
[221] | 343 | background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; |
---|
[55] | 344 | border: 1px solid #ccc; |
---|
| 345 | border-color: #ccc #aaa #aaa #ccc; |
---|
| 346 | color: #666; |
---|
| 347 | margin: 0 3px; |
---|
| 348 | padding: 2px 6px; |
---|
| 349 | } |
---|
| 350 | .paginateButtons span { |
---|
| 351 | padding: 2px 3px; |
---|
| 352 | } |
---|
| 353 | |
---|
[221] | 354 | .searchButtons { |
---|
| 355 | background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; |
---|
| 356 | border: 1px solid #ccc; |
---|
| 357 | border-color: #ccc #aaa #aaa #ccc; |
---|
| 358 | margin: 0 0.5em; |
---|
| 359 | } |
---|
| 360 | .searchButtons a { |
---|
| 361 | background: transparent url(../images/skin/database_search.png) 5px 50% no-repeat; |
---|
| 362 | padding-left: 28px; |
---|
| 363 | border: none; |
---|
| 364 | margin: 0; |
---|
| 365 | } |
---|
| 366 | |
---|
[55] | 367 | /* DIALOG */ |
---|
| 368 | |
---|
| 369 | .dialog table { |
---|
| 370 | padding: 5px 0; |
---|
| 371 | } |
---|
| 372 | |
---|
| 373 | .prop { |
---|
| 374 | padding: 5px; |
---|
| 375 | } |
---|
| 376 | .prop .name { |
---|
| 377 | text-align: left; |
---|
| 378 | width: 15%; |
---|
| 379 | white-space: nowrap; |
---|
| 380 | } |
---|
| 381 | .prop .value { |
---|
| 382 | text-align: left; |
---|
| 383 | width: 85%; |
---|
| 384 | } |
---|
| 385 | |
---|
| 386 | /* ACTION BUTTONS */ |
---|
[221] | 387 | .generalButton { |
---|
| 388 | background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; |
---|
| 389 | color: #444; |
---|
| 390 | font-size: 14px; |
---|
| 391 | font-weight: bold; |
---|
| 392 | cursor: pointer; |
---|
| 393 | margin-left: 5px; |
---|
| 394 | overflow: hidden; |
---|
| 395 | padding: 0.1em 0.4em 0.1em 0.4em; |
---|
| 396 | } |
---|
[55] | 397 | |
---|
| 398 | .buttons { |
---|
| 399 | background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; |
---|
| 400 | border: 1px solid #ccc; |
---|
| 401 | color: #666; |
---|
[98] | 402 | font-size: 14px; |
---|
[84] | 403 | margin-top: -1px; |
---|
| 404 | margin-bottom: 5px; |
---|
[55] | 405 | overflow: hidden; |
---|
[221] | 406 | padding: 3px; |
---|
[55] | 407 | } |
---|
| 408 | .buttons input { |
---|
| 409 | background: #fff; |
---|
| 410 | border: 0; |
---|
| 411 | color: #333; |
---|
| 412 | cursor: pointer; |
---|
[98] | 413 | font-size: 14px; |
---|
[55] | 414 | font-weight: bold; |
---|
| 415 | margin-left: 3px; |
---|
| 416 | overflow: visible; |
---|
[221] | 417 | padding: 0px 6px; |
---|
[55] | 418 | } |
---|
| 419 | .buttons input.delete { |
---|
| 420 | background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat; |
---|
| 421 | padding-left: 28px; |
---|
| 422 | } |
---|
[181] | 423 | .buttons input.trash { |
---|
| 424 | background: transparent url(../images/skin/bin_closed.png) 5px 50% no-repeat; |
---|
| 425 | padding-left: 28px; |
---|
| 426 | } |
---|
| 427 | .buttons input.restore { |
---|
| 428 | background: transparent url(../images/skin/bin_empty.png) 5px 50% no-repeat; |
---|
| 429 | padding-left: 28px; |
---|
| 430 | } |
---|
| 431 | .buttons input.cancel { |
---|
| 432 | background: transparent url(../images/skin/cross.png) 5px 50% no-repeat; |
---|
| 433 | padding-left: 28px; |
---|
| 434 | } |
---|
| 435 | .buttons input.complete { |
---|
| 436 | background: transparent url(../images/skin/tick.png) 5px 50% no-repeat; |
---|
| 437 | padding-left: 28px; |
---|
| 438 | } |
---|
[418] | 439 | .buttons input.flag { |
---|
| 440 | background: transparent url(../images/skin/flag_red.png) 5px 50% no-repeat; |
---|
| 441 | padding-left: 28px; |
---|
| 442 | } |
---|
[181] | 443 | .buttons input.reopen { |
---|
| 444 | background: transparent url(../images/skin/door_open.png) 5px 50% no-repeat; |
---|
| 445 | padding-left: 28px; |
---|
| 446 | } |
---|
| 447 | .buttons input.approve { |
---|
| 448 | background: transparent url(../images/skin/database_gear.png) 5px 50% no-repeat; |
---|
| 449 | padding-left: 28px; |
---|
| 450 | } |
---|
| 451 | .buttons input.renegeApproval { |
---|
| 452 | background: transparent url(../images/skin/cog_delete.png) 5px 50% no-repeat; |
---|
| 453 | padding-left: 28px; |
---|
| 454 | } |
---|
[55] | 455 | .buttons input.edit { |
---|
| 456 | background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat; |
---|
| 457 | padding-left: 28px; |
---|
| 458 | } |
---|
| 459 | .buttons input.save { |
---|
| 460 | background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat; |
---|
| 461 | padding-left: 28px; |
---|
| 462 | } |
---|
[106] | 463 | .buttons input.add { |
---|
| 464 | background: transparent url(../images/skin/database_add.png) 5px 50% no-repeat; |
---|
| 465 | padding-left: 28px; |
---|
| 466 | } |
---|
[134] | 467 | .buttons input.search { |
---|
| 468 | background: transparent url(../images/skin/database_search.png) 5px 50% no-repeat; |
---|
| 469 | padding-left: 28px; |
---|
| 470 | } |
---|
| 471 | .buttons input.link { |
---|
| 472 | background: transparent url(../images/skin/database_link.png) 5px 50% no-repeat; |
---|
| 473 | padding-left: 28px; |
---|
| 474 | } |
---|
| 475 | .buttons input.go { |
---|
| 476 | background: transparent url(../images/skin/database_go.png) 5px 50% no-repeat; |
---|
| 477 | padding-left: 28px; |
---|
| 478 | } |
---|
| 479 | .buttons input.table { |
---|
| 480 | background: transparent url(../images/skin/database_table.png) 5px 50% no-repeat; |
---|
| 481 | padding-left: 28px; |
---|
| 482 | } |
---|
[59] | 483 | |
---|
| 484 | #bottom { |
---|
| 485 | background: url("../images/bottomBg.png") no-repeat scroll center; |
---|
| 486 | width: 1020px; |
---|
| 487 | height: 100px; |
---|
[139] | 488 | } |
---|
| 489 | |
---|
[155] | 490 | /* Overlay Pane and filterPane plugin*/ |
---|
| 491 | div.overlayPane { |
---|
| 492 | position: absolute; |
---|
| 493 | width:70%; |
---|
| 494 | left: 50%; |
---|
[192] | 495 | margin-left: -36%; |
---|
[155] | 496 | top: 50%; |
---|
[192] | 497 | margin-top: -26%; |
---|
[155] | 498 | border: 2px solid #666666; |
---|
| 499 | background-color: white; |
---|
| 500 | padding: 5px; |
---|
| 501 | z-index: 1; |
---|
| 502 | } |
---|
| 503 | |
---|
| 504 | .overlayTable { |
---|
| 505 | width: 100%; |
---|
| 506 | } |
---|
| 507 | |
---|
| 508 | a.remove img { |
---|
| 509 | border:none; |
---|
| 510 | } |
---|
| 511 | |
---|
[139] | 512 | /* Navigation Plugin Override */ |
---|
| 513 | .navigation { |
---|
[192] | 514 | padding: 0px 0px 0px 50px; |
---|
[139] | 515 | list-style-type: none; |
---|
| 516 | clear: both; |
---|
| 517 | font-size: 14px; |
---|
[141] | 518 | /*overflow: hidden;*/ /* Clearing floats */ |
---|
[139] | 519 | } |
---|
| 520 | |
---|
| 521 | .navigation li { |
---|
| 522 | float: left; |
---|
| 523 | /*border: 0px*/ |
---|
| 524 | /* border: 1px solid #888; */ |
---|
| 525 | /*border-left-color: #bbb;*/ /* Highlight border-color */ |
---|
| 526 | } |
---|
| 527 | |
---|
| 528 | .navigation li.navigation_first { |
---|
| 529 | /*border-left-color: #888; */ |
---|
| 530 | } |
---|
| 531 | |
---|
| 532 | .navigation li.navigation_active { |
---|
| 533 | /*border-left-color: #555;*/ /* Highlight border-color of active item */ |
---|
| 534 | } |
---|
| 535 | |
---|
| 536 | .navigation li a { |
---|
[297] | 537 | color: #666; |
---|
[139] | 538 | /* background-color: #aaa; */ |
---|
[141] | 539 | padding: 0.3em 0.75em 0; |
---|
[139] | 540 | display: block; |
---|
| 541 | text-decoration: none; |
---|
| 542 | } |
---|
| 543 | |
---|
| 544 | .navigation li a:hover { |
---|
| 545 | color: red; |
---|
| 546 | /* background-color: #999; */ |
---|
| 547 | /* font-weight: normal; */ |
---|
| 548 | /* font-size: 14px; */ |
---|
[142] | 549 | padding: 0.5em 0.75em; |
---|
[139] | 550 | /*cursor: default;*/ |
---|
| 551 | } |
---|
| 552 | |
---|
| 553 | .navigation li.navigation_active a { |
---|
| 554 | /* background-color: #555; */ |
---|
| 555 | /* color: #fff;*/ |
---|
| 556 | color: #006dba; |
---|
| 557 | /*color: black;*/ |
---|
| 558 | font-weight: bold; |
---|
| 559 | font-size: 17px; |
---|
| 560 | margin: 0 0 0 0; |
---|
| 561 | /*cursor: default;*/ |
---|
| 562 | } |
---|
| 563 | |
---|
| 564 | .navigation li.navigation_active a:hover { |
---|
| 565 | color: #006dba; |
---|
| 566 | font-weight: bold; |
---|
| 567 | font-size: 17px; |
---|
[142] | 568 | padding: 0.3em 0.75em; |
---|
[139] | 569 | /*background-color: #555;*/ |
---|
| 570 | } |
---|
| 571 | |
---|
| 572 | /* Sub navigation */ |
---|
| 573 | .subnavigation { |
---|
| 574 | /*padding: 0px 0px 0px 165px;*/ |
---|
[192] | 575 | padding: 0px 0px 0px 105px; |
---|
[139] | 576 | list-style-type: none; |
---|
| 577 | clear: both; |
---|
| 578 | overflow: hidden; /* Clearing floats */ |
---|
| 579 | } |
---|
| 580 | .subnavigation li { |
---|
| 581 | float: left; |
---|
| 582 | /* background-color: #555; */ |
---|
| 583 | padding: 0em 0.75em; |
---|
| 584 | border-width: 0px 0; |
---|
| 585 | } |
---|
| 586 | .subnavigation li a { |
---|
| 587 | color: #006dba; |
---|
| 588 | font-weight: bold; |
---|
| 589 | font-size: 17px; |
---|
| 590 | display: block; |
---|
| 591 | /*padding: 0px 0;*/ |
---|
| 592 | /* border-color: #555; */ |
---|
| 593 | border-style: solid; |
---|
| 594 | border-width: 0px 0; |
---|
| 595 | text-decoration: none; |
---|
| 596 | /*margin: 0 0 0 0;*/ |
---|
| 597 | /*cursor: default;*/ |
---|
| 598 | } |
---|
| 599 | |
---|
| 600 | .subnavigation li a:visited { |
---|
| 601 | color: #006dba; |
---|
| 602 | } |
---|
| 603 | |
---|
| 604 | .subnavigation li a:hover { |
---|
| 605 | /*color: red;*/ |
---|
| 606 | /*border-color: black;*/ |
---|
| 607 | border-width: 1px 0; |
---|
| 608 | } |
---|
| 609 | .subnavigation li.subnavigation_active a { |
---|
| 610 | /*color: #e0e0e0; */ |
---|
| 611 | /*cursor: default;*/ |
---|
| 612 | /*border-color: #e0e0e0;*/ |
---|
| 613 | border-width: 1px 0; |
---|
| 614 | } |
---|
[278] | 615 | |
---|
| 616 | /* Tree */ |
---|
| 617 | |
---|
[304] | 618 | div.static_tree { |
---|
| 619 | } |
---|
| 620 | div.static_tree ul { |
---|
| 621 | list-style-type: none; |
---|
| 622 | padding-left: 15px; |
---|
| 623 | } |
---|
| 624 | div.static_tree li { |
---|
| 625 | background: url(../images/skin/ln.gif) 0px 0px no-repeat; |
---|
| 626 | padding-left: 20px; |
---|
| 627 | margin: 2px; |
---|
| 628 | } |
---|
| 629 | |
---|
[306] | 630 | div.tree_button { |
---|
[307] | 631 | float: left; |
---|
[306] | 632 | } |
---|
[307] | 633 | div.tree_button a { |
---|
| 634 | } |
---|
| 635 | div.tree_button img { |
---|
| 636 | padding: 0.3em 0.5em 0 0.3em; |
---|
| 637 | } |
---|
| 638 | div.tree_button img:hover { |
---|
| 639 | padding: 0.5em 0.5em 0 0.3em; |
---|
| 640 | } |
---|
| 641 | |
---|
[278] | 642 | div.tree { |
---|
| 643 | } |
---|
| 644 | div.tree li a{ |
---|
| 645 | } |
---|
| 646 | div.tree ul { |
---|
| 647 | list-style-type: none; |
---|
[304] | 648 | padding-left: 15px; |
---|
[278] | 649 | } |
---|
| 650 | div.tree li { |
---|
| 651 | background: url(../images/skin/ln.gif) 0px 0px no-repeat; |
---|
[282] | 652 | padding-left: 10px; |
---|
| 653 | margin: 2px; |
---|
[278] | 654 | } |
---|
[453] | 655 | div.pane_close { |
---|
[323] | 656 | position: absolute; |
---|
| 657 | right: 5px; |
---|
[312] | 658 | padding: 5px; |
---|
| 659 | } |
---|
[286] | 660 | |
---|
| 661 | /* CheckBoxList Tag Lib */ |
---|
| 662 | |
---|
| 663 | .CheckBoxList { |
---|
| 664 | height: 300px; |
---|
| 665 | overflow: auto; |
---|
| 666 | overflow-x: hidden; |
---|
| 667 | width: 400px; |
---|
| 668 | border: 1px solid #ccc; |
---|
| 669 | list-style-type: none; |
---|
| 670 | margin: 0; |
---|
| 671 | padding: 0px; |
---|
| 672 | } |
---|
| 673 | .CheckBoxList li { |
---|
| 674 | padding: 5px; |
---|
| 675 | } |
---|