[2] | 1 | #debug {
|
---|
| 2 | background-color: #990066;
|
---|
[24] | 3 | padding: 2px;
|
---|
[2] | 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: #FFFF00;*/
|
---|
| 14 | }
|
---|
| 15 | hr {
|
---|
| 16 | background-color: #666;
|
---|
| 17 | height: 1px;
|
---|
| 18 | border: 0;
|
---|
| 19 | }
|
---|
| 20 |
|
---|
| 21 | table.login {
|
---|
| 22 | text-align: center;
|
---|
| 23 | border: thin solid #000000;
|
---|
| 24 | background-color: #CCCCFF;
|
---|
| 25 | }
|
---|
| 26 | table.list {
|
---|
| 27 | background-color: #F0F0F0;
|
---|
| 28 | }
|
---|
| 29 | table.wholepage {
|
---|
| 30 | width: 100%;
|
---|
| 31 | }
|
---|
| 32 | tr.row0 {
|
---|
| 33 | background-color: #FFFFFF;
|
---|
| 34 | }
|
---|
| 35 | tr.row1 {
|
---|
| 36 | background-color: #DDDDDD;
|
---|
| 37 | }
|
---|
| 38 | tr.tableheader {
|
---|
| 39 | background-color: #CCCCCC;
|
---|
| 40 | padding: 3px;
|
---|
| 41 | }
|
---|
| 42 | tr.darkrowheader {
|
---|
| 43 | background-color: #CCCCCC;
|
---|
| 44 | padding: 3px;
|
---|
| 45 | }
|
---|
| 46 | tr.datalinelight {
|
---|
| 47 | background-color: #F0F0F0;
|
---|
| 48 | }
|
---|
| 49 | td.tblsubmit {
|
---|
| 50 | text-align: center;
|
---|
| 51 | }
|
---|
| 52 | td.inputlabel {
|
---|
| 53 | text-align: right;
|
---|
| 54 | padding: 3px;
|
---|
| 55 | }
|
---|
| 56 | td.data {
|
---|
| 57 | padding: 3px;
|
---|
| 58 | }
|
---|
| 59 | td.title {
|
---|
| 60 | text-align: center;
|
---|
| 61 | }
|
---|
| 62 | td.menu {
|
---|
| 63 | width: 200px;
|
---|
| 64 | white-space: nowrap;
|
---|
| 65 | border: thin solid #000000;
|
---|
| 66 | background-color: #ffccee;
|
---|
| 67 | vertical-align: top;
|
---|
| 68 | }
|
---|
| 69 | td.defaults {
|
---|
| 70 | background-color: #DDDDDD;
|
---|
| 71 | }
|
---|
[34] | 72 | td.errhead {
|
---|
| 73 | font-weight: bold;
|
---|
| 74 | font-size: 110%;
|
---|
| 75 | color: red;
|
---|
| 76 | background-color: #404040;
|
---|
| 77 | text-align: center;
|
---|
| 78 | padding: 3px;
|
---|
| 79 | border: solid 2px #FF0000;
|
---|
| 80 | }
|
---|
[33] | 81 | td.err {
|
---|
| 82 | border: solid 2px #FF0000;
|
---|
| 83 | color: red;
|
---|
| 84 | background-color: #e0e0e0;
|
---|
| 85 | }
|
---|
| 86 | td.warn {
|
---|
| 87 | border: solid 2px #FFFF00;
|
---|
| 88 | color: #333300;
|
---|
| 89 | background-color: #e0e0e0;
|
---|
| 90 | }
|
---|
| 91 |
|
---|
[2] | 92 | .meat {
|
---|
| 93 | align: center;
|
---|
| 94 | width: 100%;
|
---|
| 95 | }
|
---|
| 96 | input {
|
---|
| 97 | font-size: 10px;
|
---|
| 98 | }
|
---|
[24] | 99 | ul {
|
---|
| 100 | margin-left: 10px;
|
---|
| 101 | padding: 0px;
|
---|
| 102 | list-style-type:none;
|
---|
| 103 | }
|
---|
[2] | 104 |
|
---|
| 105 | /* general classes */
|
---|
| 106 | .errmsg {
|
---|
| 107 | font-weight: bold;
|
---|
| 108 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 109 | font-size:100%;
|
---|
| 110 | color: red;
|
---|
| 111 | background-color: #404040;
|
---|
| 112 | text-align: center;
|
---|
| 113 | border: thin solid #FFFFFF;
|
---|
| 114 | padding: 5px;
|
---|
| 115 | width: 70%;
|
---|
| 116 | }
|
---|
| 117 | .right {
|
---|
| 118 | right: 3px;
|
---|
| 119 | }
|
---|
| 120 |
|
---|
| 121 | /* Specific common divs */
|
---|
| 122 | #header {
|
---|
| 123 | border-bottom: thin solid #000000;
|
---|
| 124 | clear: both;
|
---|
| 125 | float: left;
|
---|
| 126 | width: 100%;
|
---|
| 127 | }
|
---|
| 128 | #footer {
|
---|
| 129 | border-top: thin solid #000000;
|
---|
| 130 | clear: both;
|
---|
| 131 | }
|
---|
| 132 | #contact {
|
---|
| 133 | font-size: 10px;
|
---|
| 134 | position: absolute;
|
---|
| 135 | right: 10px;
|
---|
| 136 | text-align: right;
|
---|
| 137 | }
|
---|
| 138 |
|
---|
| 139 | #main {
|
---|
| 140 | position: relative;
|
---|
| 141 | float: right;
|
---|
| 142 | width: 100%;
|
---|
| 143 | }
|
---|
| 144 | #login {
|
---|
| 145 | margin-top: 50px;
|
---|
| 146 | margin-bottom: 50px;
|
---|
| 147 | padding: 3px;
|
---|
| 148 | border: thin solid #000000;
|
---|
| 149 | }
|
---|
| 150 | #tableholder {
|
---|
| 151 | padding: 2px;
|
---|
| 152 | background: #FFFFFF;
|
---|
| 153 | width: 70%;
|
---|
| 154 | }
|
---|
| 155 | #menu {
|
---|
| 156 | border-right: thin solid #000000;
|
---|
| 157 | margin-right: 5px;
|
---|
| 158 | padding: 3px;
|
---|
| 159 | }
|
---|