1
|
*{
|
2
|
margin:0;
|
3
|
padding:0;
|
4
|
}
|
5
|
|
6
|
body{
|
7
|
font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
|
8
|
text-align:center;
|
9
|
color:#333;
|
10
|
font-size: 76%;
|
11
|
}
|
12
|
|
13
|
/* General Style Info */
|
14
|
a{
|
15
|
color:#003d4c;
|
16
|
text-decoration:underline;
|
17
|
}
|
18
|
a:hover{
|
19
|
color:#003d4c;
|
20
|
text-decoration:none;
|
21
|
}
|
22
|
|
23
|
a img{
|
24
|
border:none;
|
25
|
}
|
26
|
|
27
|
h1, h2, h3, h4{
|
28
|
font-weight:normal;
|
29
|
}
|
30
|
|
31
|
h1{
|
32
|
color: #003d4c;
|
33
|
margin:0.3em 0;
|
34
|
font-size: 180%;
|
35
|
}
|
36
|
|
37
|
h2{
|
38
|
color:#c6c65b;
|
39
|
padding-top: 1em;
|
40
|
margin:0.3em 0;
|
41
|
font-size: 180%;
|
42
|
}
|
43
|
|
44
|
h3{
|
45
|
color:#c6c65b;
|
46
|
padding-top:2em;
|
47
|
font-size: 140%;
|
48
|
}
|
49
|
|
50
|
h4{
|
51
|
color:#c6c65b;
|
52
|
padding-top:0.5em;
|
53
|
font-weight:normal;
|
54
|
}
|
55
|
|
56
|
em {
|
57
|
font-size: 12px;
|
58
|
}
|
59
|
|
60
|
ul, li {
|
61
|
margin: 0 12px;
|
62
|
}
|
63
|
|
64
|
/* Layout */
|
65
|
|
66
|
#container{
|
67
|
text-align:left;
|
68
|
}
|
69
|
|
70
|
#header{
|
71
|
margin-top: 1em;
|
72
|
padding: 4px 20px;
|
73
|
}
|
74
|
|
75
|
#content{
|
76
|
clear:both;
|
77
|
padding: 0px 40px 10px 40px;
|
78
|
background-color: #fff;
|
79
|
color: #333;
|
80
|
}
|
81
|
#footer{
|
82
|
clear:both;
|
83
|
padding: 6px 10px;
|
84
|
text-align: right;
|
85
|
}
|
86
|
|
87
|
/* tables */
|
88
|
|
89
|
table {
|
90
|
width: 100%;
|
91
|
border-top: 1px solid #ccc;
|
92
|
border-left: 1px solid #ccc;
|
93
|
border-bottom: 1px solid #ccc;
|
94
|
color:#333;
|
95
|
background-color: #fff;
|
96
|
clear:both;
|
97
|
padding: 0;
|
98
|
margin: 0 0 2em 0;
|
99
|
white-space: normal;
|
100
|
}
|
101
|
th {
|
102
|
background-color: #e2e2e2;
|
103
|
border-top: 1px solid #fff;
|
104
|
border-left: 1px solid #fff;
|
105
|
border-right: 1px solid #003d4c;
|
106
|
border-bottom: 1px solid #003d4c;
|
107
|
text-align: center;
|
108
|
padding:1px 4px;
|
109
|
}
|
110
|
table tr td {
|
111
|
border-right: 1px solid #ddd;
|
112
|
padding:4px 4px;
|
113
|
vertical-align:top;
|
114
|
text-align: center;
|
115
|
}
|
116
|
table tr.altRow td {
|
117
|
background: #f4f4f4;
|
118
|
}
|
119
|
table td.actions {
|
120
|
white-space: nowrap;
|
121
|
}
|
122
|
#cakeSqlLog td {
|
123
|
text-align: left;
|
124
|
padding: 4px 8px;
|
125
|
background: #fff;
|
126
|
border-bottom: 2px solid #ccc;
|
127
|
}
|
128
|
|
129
|
/* scaffold show */
|
130
|
|
131
|
div.related {
|
132
|
clear:both;
|
133
|
display:block;
|
134
|
}
|
135
|
dl {
|
136
|
line-height:2em;
|
137
|
margin:0em 1em;
|
138
|
float:left;
|
139
|
width: 400px;
|
140
|
}
|
141
|
dt {
|
142
|
font-weight: bold;
|
143
|
vertical-align:top;
|
144
|
}
|
145
|
dd {
|
146
|
margin-left:10em;
|
147
|
margin-top:-2em;
|
148
|
vertical-align:top;
|
149
|
}
|
150
|
|
151
|
/* notices and errors */
|
152
|
|
153
|
#flashMessage, .error, .error_message {
|
154
|
color:#900;
|
155
|
font-size: 16px;
|
156
|
background-color: #fff;
|
157
|
margin: 8px 0px;
|
158
|
font-weight: bold;
|
159
|
}
|
160
|
.error_message {
|
161
|
clear: both;
|
162
|
}
|
163
|
.error em {
|
164
|
font-size: 18px;
|
165
|
color: #003d4c;
|
166
|
}
|
167
|
.notice {
|
168
|
color: #656565;
|
169
|
font-size: 14px;
|
170
|
background-color: #f4f4f4;
|
171
|
padding: 0.5em;
|
172
|
margin: 1em 0;
|
173
|
display:block;
|
174
|
}
|
175
|
.tip {
|
176
|
color: #656565;
|
177
|
background-color: #ddd;
|
178
|
}
|
179
|
|
180
|
/* forms */
|
181
|
|
182
|
form {
|
183
|
margin-top: 2em;
|
184
|
}
|
185
|
form div{
|
186
|
vertical-align: text-top;
|
187
|
margin-left: 1em;
|
188
|
margin-bottom:2em;
|
189
|
}
|
190
|
form div.date{
|
191
|
margin-left: 0em;
|
192
|
}
|
193
|
label {
|
194
|
display: block;
|
195
|
float:left;
|
196
|
width: 140px;
|
197
|
font-size: 14px;
|
198
|
padding-right: 20px;
|
199
|
}
|
200
|
input[type=checkbox] {
|
201
|
float: left;
|
202
|
clear: left;
|
203
|
margin: 2px 6px 7px 2px;
|
204
|
}
|
205
|
input, textarea {
|
206
|
clear: both;
|
207
|
display:block;
|
208
|
font-size: 14px;
|
209
|
font-family: inherit;
|
210
|
}
|
211
|
select {
|
212
|
clear: both;
|
213
|
vertical-align: text-bottom;
|
214
|
font-size: 14px;
|
215
|
font-family: inherit;
|
216
|
}
|
217
|
option {
|
218
|
font-size: 14px;
|
219
|
font-family: inherit;
|
220
|
padding: 0 0.3em;
|
221
|
}
|
222
|
input[type=submit] {
|
223
|
display: inline;
|
224
|
vertical-align: bottom;
|
225
|
}
|
226
|
div.required {
|
227
|
clear: both;
|
228
|
color:#222;
|
229
|
font-weight:bold;
|
230
|
}
|
231
|
div.optional {
|
232
|
clear: both;
|
233
|
color:#555;
|
234
|
}
|
235
|
div.submit {
|
236
|
clear: both;
|
237
|
margin-top: 40px;
|
238
|
margin-left: 140px;
|
239
|
}
|
240
|
/* action links */
|
241
|
ul.actions {
|
242
|
float: left;
|
243
|
margin-left:20px;
|
244
|
width: 200px;
|
245
|
}
|
246
|
ul.actions li {
|
247
|
margin-top: 4px;
|
248
|
}
|
249
|
pre {
|
250
|
padding: 1em;
|
251
|
}
|