Project

General

Profile

1 3032 perry
.sbWrapper {
2
	font-family: Verdana, sans-serif;
3
	padding: 30px 0 10px 20px;
4
}
5
6
.sbBar {
7
	border: 1px solid #999999;
8
	background-color: #cccccc;
9
	height: 7px;
10
}
11
12
.sbBarAlt {
13
	border: 1px solid #999999;
14
	background-color: #ffffff;
15
	height: 7px;
16
}
17
18
.sbMarkerMajor {
19
	width: 0px;
20
}
21
22
.sbMarkerMinor {
23
	width: 0px;
24
}
25
26
.sbNumbersBox {
27
	top: -19px;
28
	font-size: 0.65em;
29
	color: #333333;
30
}
31
32
.sbLabelBox {
33
	top: 6px;
34
	font-size: 0.8em;
35
	color: #333333;
36
	font-variant: small-caps;
37
}
38
39
.sbLabelBoxSingleLine {
40
	top: -0.7em;
41
	font-size: 0.7em;
42
	color: #333333;
43
}