lifetype-1.2.12 vanilla
[lifetype/.git] / styles / wizard.css
1 .wizardInfo
2 {
3     padding: 5px;
4     border: 1px solid #9BCC96;
5     font-family: verdana, tahoma, sans-serif;
6     font-size: 0.90em;    
7 }
8
9 .wizardError
10 {
11     padding: 5px;
12     border: 1px solid red;
13     font-family: verdana, tahoma, sans-serif;
14     font-size: 0.90em;    
15 }
16
17 .wizardInfoIcon
18 {
19     float:left;
20     clear:left;
21     margin-top:10px;
22 }
23
24 .wizardInfoText
25 {
26     margin-left: 20px;
27 }
28
29 .checkCategory
30 {
31         font-size: 12px;
32         font-weight: bold;
33         margin:5px 0px;
34         text-decoration: underline;
35 }
36
37 .checkItem
38 {
39         padding-bottom: 5px;
40         margin-top: 10px;
41         border: 0px;
42 }
43
44 .checkError
45 {
46         margin-left: 20px;
47         margin-top: 5px;
48 }
49
50 .checkImage
51 {
52         float:left; 
53         margin: 10px 5px 0px 0px;
54 }
55
56 #menu li
57 {
58     position         : relative;
59     padding          : 0;
60     border-left      : 0px solid #B4B4B4;
61     display          : inline;
62     font-weight      : bold;
63     font-family      : verdana, tahoma, sans-serif;
64     font-size        : 0.83em;
65     letter-spacing   : 0.20em;
66         text-transform   : uppercase;
67     color            : #0E3862;
68 }
69
70 #menu .currentStep
71 {
72     background       : #818181;
73     color            : #FFFFFF;
74 }