Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
.ammapAlert
2
{
3
    display:table-cell;
4
    vertical-align:middle;
5
    text-align:center;
6
    font-family:verdana,helvetica,arial,sans-serif;
7
    font-size:12px;
8
    color:#CC0000;
9
}
10
 
11
.ammapDescriptionWindow
12
{
13
   font-size:11px;
14
   font-family:verdana,helvetica,arial,sans-serif;    
15
   background-color:#FFFFFF;
16
   border-style:solid;
17
   border-color:#DADADA;
18
   border-width:1px;
19
   color:#000000;
20
   padding:8px;  
21
}
22
 
23
.ammapDescriptionTitle
24
{
25
   font-size:12px;
26
   font-weight:bold;
27
   font-family:verdana,helvetica,arial,sans-serif;
28
   padding-bottom:5px;    
29
}
30
 
31
.ammapDescriptionWindowCloseButton
32
{
33
 
34
}
35
 
36
.ammapObjectList ul
37
{
38
    padding-left:20px;
39
    list-style:square outside;
40
    color:#999999;
41
    font-family:verdana,helvetica,arial,sans-serif;
42
    font-size: 12px;
43
}
44
 
45
.ammapObjectList ul ul
46
{
47
    padding-left:14px;
48
}
49
 
50
.ammapObjectList a
51
{
52
    color:#000000;
53
}
54
 
55
.ammapObjectList a
56
{
57
    color:#000000;
58
    text-decoration:none;
59
    display:block;
60
    padding:2px;
61
}
62
 
63
.ammapObjectList a:hover
64
{
65
    color:#CC0000;
66
    text-decoration:none;
67
    background:#FFFFFF;
68
    cursor:pointer;
69
    display:block;
70
}
71
 
72
.ammapDescriptionText
73
{
74
        overflow: auto;
75
}
76
 
77
 
78
.amChartsPlotArea
79
{
80
 
81
}