Project

General

Profile

1
.layerControl{
2
    width:350px;
3

    
4
}
5

    
6
.altRow_1
7
{
8
	background-color:#D1E2EC;
9
}
10

    
11
.altRow_0
12
{
13
    
14
    background-color:#FFFFFF;
15

    
16
}
17
/******************** LAYER HEADER css*************************/
18
.LayerHeader{
19
    text-align:center;
20
    padding-top:5px;
21
    position:relative;
22
	display:block;
23
	height:30px;
24
}
25

    
26

    
27
.indexLayerHeader{
28
    position:absolute;
29
    display:inline;
30
    margin-top:3px;
31
    top:5px;
32
    left:3px;
33
}
34
.inputLayerHeader
35
{
36
    display:inline;
37
    position:absolute;
38
    left:15px;
39
}
40
.checkboxLayerHeader
41
{
42
    float:left;
43
    padding-top:3px;
44
}
45
.buttonLayerHeader
46
{
47
    float:left;
48
}
49
.nameLayerHeader
50
{
51
    position:absolute;
52
    top:10px;
53
    left:140px;
54
}
55
.transpLayerHeader
56
{
57
    position:absolute;
58
    top:7px;
59
    right:0px;
60
}
61
.transpLayerHeader select
62
{
63
    width:45px;
64
    font-size:10px;
65
    line-height:10px;
66
}
67
/******************** END LAYER HEADER css*************************/
68
.legend
69
{
70
    text-align:left;
71
}
72
.legend img /*hack for IE6*/
73
{
74
background-color:Transparent;
75
}
76
.test
77
{
78
    text-align:center;
79
}
80
.GroupHeaderTitle
81
{
82
    display:inline;
83
    background:Inherit;
84
}
85
.GroupHeader
86
{ 
87
    font-variant:small-caps;
88
    font-size:small;
89
    font-weight:bold;
90
    padding-left:3px;
91
    background:#556655;
92
}
93
.GroupHeaderFold{
94
    width:10px;
95
    font-variant:small-caps;
96
    font-size:small;
97
    font-weight:bold;
98
    padding-left:3px;
99
    background-color:Transparent;
100
    padding:0px;
101
    border:0px;
102
    cursor:pointer;
103
}
(5-5/10)