Project

General

Profile

1
a.mbButton, a.mbButton:link, a.mbButton:visited, .mbButtonSelected 
2
{ 
3
   width: 45px;
4
   height: 33px;
5
   text-decoration: none;
6
 /*   padding: 3px 4px 1px 6px; */
7
   cursor: pointer;
8
   margin: 0px;
9
   border-left: solid 1px #8098b2;
10
   border-top: solid 1px #8098b2;
11
   border-bottom: solid 2px #003366;
12
   border-right: solid 2px #003366;
13
 /*   background-image:url(/gdp4/mapping/images/button_bg.jpg);
14
   background-repeat: repeat-x; */
15
   font-size: 10px;
16
   color: #003366;
17
   line-height: 8px;
18
   font-family: Tahoma;
19
   font-weight: bold;
20
   text-align: center;
21
   vertical-align: middle;
22
   background-color: #FE9900;
23
   display: block; 
24
   overflow: hidden;
25
}
26

    
27
a.mbButton:hover 
28
{ 
29
   border-left: solid 1px #8098b2;
30
   border-top: solid 1px #8098b2;
31
   border-bottom: solid 2px #003366;
32
   border-right: solid 2px #003366;
33
 /*   background-image:url(/gdp4/mapping/images/mbButton_hover_bg.jpg); 
34
   background-repeat: repeat-x;*/
35
   color: #003366;
36
   background-color: lightGrey;
37
}
38

    
39
a.mbButton:active, .mbButtonSelected
40
{ 
41
   border-left: solid 2px #003366;
42
   border-top: solid 2px #003366;
43
   border-bottom: solid 1px #8098b2;
44
   border-right: solid 1px #8098b2;
45
   background-color: lightGrey;
46
   text-decoration: none;
47
}
(1-1/7)