1
|
@charset "utf-8";
|
2
|
/* <![CDATA[ */
|
3
|
/*
|
4
|
*/
|
5
|
* { margin :0px auto; padding :0px; }
|
6
|
* html body * { overflow :visible; }
|
7
|
html { padding :0; margin :0; border :0; font-size :85%; font-family :Arial, Verdana, Helvetica, sans-serif; color :#202020; overflow :-moz-scrollbars-vertical; overflow-x :auto; }
|
8
|
table { font-size :1em; }
|
9
|
body { padding :0; border :0; margin :0; background :url('background.png') repeat-x 0px 0px; height :101%; background :#A8BCCB; }
|
10
|
div.body { width :790px; margin :1em auto; padding :20px 20px 5px 20px; border :solid 1px #305C8D; background :#FFFFFF; }
|
11
|
div.content { margin-top :20px; }
|
12
|
/*
|
13
|
TABLE Elements
|
14
|
*/
|
15
|
table { margin-top :15px; margin-bottom :5px; width :100%; border-style :solid; border-width :1px 2px 2px 1px; border-color :#A3BACA; background :#F8F8FF; }
|
16
|
table > thead { background :#F2F1FF; }
|
17
|
table > thead > tr { }
|
18
|
table > thead > tr > th { color :#555758; font-size :1.15em; padding :1.2em 1em; }
|
19
|
table > thead > tr > td { color :#555758; font-size :1.08em; padding :1.2em 1em; }
|
20
|
table > tbody { display :block; }
|
21
|
table > tbody > tr { border-bottom :1px solid #222222; /* #d2d1cc; */ padding :0.8em 0 0.2em 0; width :100%; }
|
22
|
table > tbody > tr > th { font-size :1em; width :1%; padding-left :0.8em; padding-right :0.8em; vertical-align :top; text-align :right; white-space :nowrap; }
|
23
|
table > tbody > tr > td { font-size :1em; width :19%; padding-left :0.8em; padding-right :0.8em; vertical-align :top; text-align :left; line-height :2em; }
|
24
|
td.step-row { line-height :3em; color :#666666; font-weight :bold; font-size :100%; }
|
25
|
td.name { width :180px; color :#666666; vertical-align :middle; font-weight :bold; font-size :90%; float :left; }
|
26
|
td.value { width :100%; vertical-align :middle; }
|
27
|
td.value input { width :100%; vertical-align :middle; }
|
28
|
h1.step-row { margin :0; display :inline; color :#6699FF; }
|
29
|
/*
|
30
|
FORM Elements
|
31
|
*/
|
32
|
form { margin :0; }
|
33
|
input, select { padding :2px; border :solid 1px #A3BACA; }
|
34
|
input:focus, select:focus { background :#FDF8E8; }
|
35
|
input.submit { color :#305C8D; font-size :12px; font-weight :bold; text-transform :uppercase; letter-spacing :1px; padding :6px; margin :1em 0; cursor :pointer; border :outset 2px #008000; }
|
36
|
input.submit:hover { border-style :inset; }
|
37
|
input.submit.bad { border-color :#FF0000; background :#FDE8E8; }
|
38
|
input.submit.good { border-color :#008000; background :#DEFFDE; }
|
39
|
/*
|
40
|
COMMON Elements
|
41
|
*/
|
42
|
img { border :none; }
|
43
|
p { margin :11px 0 4px 0; }
|
44
|
h1 { color :#3A628F; font-size :1.3em; margin :10px 0 5px; border-top :medium none; }
|
45
|
a, a:link, a:visited, a:active { color :#003366; text-decoration :underline; }
|
46
|
a:focus { outline :none; }
|
47
|
a:hover { color :#336699; }
|
48
|
/*
|
49
|
HINTS
|
50
|
*/
|
51
|
.warning, .error { color :#B70000; line-height :1.2em; margin-top :0.5em; padding :0.3em 0.5em; border :solid 1px; background :#FDE8E8; }
|
52
|
.warning { color :#CA6800; }
|
53
|
.bad { color :#B70000; }
|
54
|
.good { color :#118301; }
|
55
|
.warn { color :#CA6800; }
|
56
|
.hint { color :#464646; font-size :0.85em; }
|
57
|
.small { font-size :0.85em; }
|
58
|
.italic { font-style :italic; }
|
59
|
.center { text-align :center; }
|
60
|
.hide { display :none; }
|
61
|
/*
|
62
|
List Elements
|
63
|
*/
|
64
|
ul { margin :0; padding :2px 0 2px 15px; }
|
65
|
li { list-style-type :square; margin :0; }
|
66
|
/* ************************************************************************** */
|