microsite.css
6.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
@charset "UTF-8";
/********************************************************************************************
* microsite.css
* Global Stylesheet
*
* @package Libro Financial
* @subpackage css
* @author Tenzing Communications Inc. | www.gotenzing.com
********************************************************************************************/
@import url("../../assets/styles/theme-white.css");
html, body { margin:0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
html, body, td, th, textarea, select, input, option { font-size: 12px; line-height:15px; font-family:Arial, Tahoma, sans-serif; }
h1 { margin: 12px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size:24px; line-height: 28px; color: #5D9732; font-weight:normal; text-transform:uppercase; }
.TzTiny h1 { font-size: 20px; line-height: 26px; }
.TzSmall h1 { font-size: 22px; line-height: 28px; }
.TzNorm h1 { font-size: 24px; line-height: 30px; }
.TzBig h1 { font-size: 26px; line-height: 32px; }
h2 { margin: 12px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size:22px; line-height: 26px; color: #5D9732; }
.TzTiny h2 { font-size: 18px; line-height: 24px; }
.TzSmall h2 { font-size: 20px; line-height: 26px; }
.TzNorm h2 { font-size: 22px; line-height: 28px; }
.TzBig h2 { font-size: 24px; line-height: 30px; }
h3 {
margin: 12px 0px 3px 0px;
padding: 0px 0px 0px 0px;
font-size:18px;
line-height: 22px;
color: #006857;
text-transform:uppercase;
}
.TzTiny h3 { font-size: 14px; line-height: 20px; }
.TzSmall h3 { font-size: 16px; line-height: 22px; }
.TzNorm h3 { font-size: 18px; line-height: 24px; }
.TzBig h3 { font-size: 20px; line-height: 26px; }
h4 { margin: 12px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size:16px; line-height: 20px; color: #5D9732; font-weight:normal;
text-transform:uppercase; }
.TzTiny h4 { font-size: 12px; line-height: 18px; }
.TzSmall h4 { font-size: 14px; line-height: 20px; }
.TzNorm h4 { font-size: 16px; line-height: 22px; }
.TzBig h4 { font-size: 18px; line-height: 24px; }
h5 { margin: 12px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size:14px; line-height: 18px; color: #5D9732; }
.TzTiny h5 { font-size: 11px; line-height: 17px; }
.TzSmall h5 { font-size: 12px; line-height: 18px; }
.TzNorm h5 { font-size: 14px; line-height: 20px; }
.TzBig h5 { font-size: 16px; line-height: 22px; }
h6 { margin: 12px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size:12px; line-height: 16px; color: #006857; }
.TzTiny h6 { font-size: 11px; line-height: 17px; }
.TzSmall h6 { font-size: 11px; line-height: 17px; }
.TzNorm h6 { font-size: 12px; line-height: 18px; }
.TzBig h6 { font-size: 14px; line-height: 20px; }
table { border:none; border-collapse:collapse; width:100%; }
table tr {}
table tr.alternative,table tr.odd { background: #f5f5f5; }
table th { text-align:left; font-weight:bold; padding: 2px 5px 2px 5px; background-color:#5D9732; color:#fff; }
table td { padding: 2px 5px 2px 5px; }
table caption { font-style:italic; font-size:10px; line-height:14px; color: #999; }
.TzTiny table td,.TzTiny table th, .TzTiny table caption { font-size: 10px; line-height: 16px; }
.TzSmall table td,.TzSmall table th, .TzSmall table caption { font-size: 11px; line-height: 17px; }
.TzNorm table td,.TzNorm table th, .TzNorm table caption { font-size: 12px; line-height: 18px; }
.TzBig table td,.TzBig table th, .TzBig table caption { font-size: 14px; line-height: 20px; }
p { margin: 0px 0px 6px 0px; padding: 0px 0px 0px 0px; line-height:16px; }
.TzTiny p { font-size: 11px; line-height: 16px; }
.TzSmall p { font-size: 11px; line-height: 17px; }
.TzNorm p { font-size: 12px; line-height: 18px; }
.TzBig p { font-size: 14px; line-height: 20px; }
a { color: #5D9732; text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration: underline; }
a img { border:none; }
hr { width:100%;color:#009; height:1px; border:none; border-bottom:1px solid #fff; clear:both; }
ul {}
ul li {}
ul li a {}
ul li a:hover {}
ul li a:active {}
ol {}
ol li {}
ol li a {}
ol li a:hover {}
ol li a:active {}
.TzTiny li { font-size: 11px; line-height: 16px; }
.TzSmall li { font-size: 11px; line-height: 17px; }
.TzNorm li { font-size: 12px; line-height: 18px; }
.TzBig li { font-size: 14px; line-height: 20px; }
blockquote { background-color:#f5f5f5; padding:10px;}
.TzTiny blockquote { font-size: 11px; line-height: 14px; }
.TzSmall blockquote { font-size: 11px; line-height: 14px; }
.TzNorm blockquote { font-size: 12px; line-height: 16px; }
.TzBig blockquote { font-size: 14px; line-height: 18px; }
code, pre {}
fieldset {}
fieldset label {}
.TzTiny { font-size: 10px; }
.TzSmall { font-size: 12px; }
.TzNorm { font-size: 15px; }
.TzBig { font-size: 18px; }
#TzSelectors {
text-align:right;
padding:3px 3px 0px 0px;
}
.right { float: right; }
.left { float: left; }
.clear { clear:both; }
.show { display:block; }
.hide { display:none; }
#TzContainer { position:relative;text-align:center;width:956px; margin:auto;/*position:absolute; width:956px; left:50%; margin: 0px 0px 0px -476px;*/ } /* the whole site */
#TzWrapper { height:531px; background-position: bottom left; background-repeat:no-repeat; text-align:left; } /* where the background image is */
#TzLogo { background-position:top left; background-repeat:no-repeat; width:168px; height:40px; position:absolute; top:475px; left:760px;z-index:100; }
#TzLogo a { display:block; width:168px; height:40px; }
#TzLogo img { display:none; }
.TzBackgroundImage {
background-image:url(../../assets/campaigns/current_campaign/background.jpg);
}
#TzCampaignTextMS {
position:absolute;
font-size:14px;
font-weight:normal;
line-height:18px;
color:#fff;
left:40px;
top:35px;
width:220px;
}
#TzCampaignTextMS a {
text-decoration:underline;
color:#fff;
}
#TzCampaignTextMS a:hover {
text-decoration:underline;
color:#5D9732;
}
#TzPagesContainerMS {
position:absolute;
width:570px;
right:0px;
top: 40px;
background-color:#FFFFFF;
overflow:auto;
height:396px;
}
#TzPagesContainerMS .pane {
padding:10px;
width:530px;
}
#TzFooter {
text-align:left;
margin-top:5px;
}
#TzMicroMenu {
position:absolute;
left:30px;
top: 465px;
}
#TzMicroMenu ul {
margin:0px;
padding:0px;
list-style:none;
}
#TzMicroMenu ul li {
margin:0px 4px 0px 4px;
padding:0px;
list-style:none;
float:left;
border:none;
}
#TzMicroMenu ul li.active {
border-bottom:1px solid #FFF;
/*border-top:none;*/
}
#TzMicroMenu ul li.active a {
font-weight:bold;
text-transform:uppercase;
}
#TzMicroMenu ul li.active a:hover {
text-decoration:none;
}
#TzMicroMenu ul li a {
display:block;
margin:0px;
padding: 3px 6px;
color:#FFFFFF;
font-size:14px;
line-height:18px;
text-decoration:none;
}
#TzMicroMenu ul li a:hover {
text-decoration:underline;
}