×

Please give details of the problem

Homepage.css

 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
#globalContent ul{margin:0 .25em;padding:0;list-style-type:none;overflow:hidden;}
#globalContent ul li{background:#04304B;color:#FFF;zoom:1;vertical-align:middle;text-align:center;font-size:.9em;text-transform:uppercase;font-weight:bold;line-height:1.2em;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;margin:1.5em 1.65em;overflow:visible;width:120px;}
#globalContent ul li:hover, .expandable ul li:focus, .expandable ul li:active{position:relative;top:1px;opacity:0.8;-moz-opacity:0.8;-webkit-opacity:0.8;-webkit-box-shadow: 0 0 4px #04304B;-moz-box-shadow: 0 0 4px #04304B;box-shadow: 0 0 4px #04304B;outline:none;filter:Alpha(Opacity=80);-ms-filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#04304B, OffX=0, OffY=shadowTop, Positive=1)
;}
#globalContent ul li .bigIcon{display:block;-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;}
#globalContent ul li .label{display:block;line-height:1.35em;height:2.4em;padding:.4em;overflow:hidden;text-overflow:ellipsis;white-space:wrap;}
#globalContent ul li a{color:#FFF;text-decoration:none;}
#globalContent ul li .rmphelp{    
   margin: 0;   
    text-align: left;
white-space: pre-wrap;
padding: 0px 4px;
   overflow: hidden;
   text-transform: lowercase;
   font-weight: normal;
height: 117px;
width: 120px;
background-image: none;
display: block;
}
.rmpappbasket{display: none;}
.rmpbactive{
        background: none repeat scroll 0 0 #FF0000;
    cursor:pointer;
    border-radius: 4px;
    display: block;
    float: right;
    margin: -12px 0;
    padding: 4px;
    position: relative;
    right: -5px;
    top: -153px;
        min-width: 16px;
}
.rmpdescription {
    cursor: help;
    display: block;
    float: right;
    position: relative;    
    border-bottom: 29px solid #126AA1;
    border-left: 29px solid rgba(0, 0, 0, 0);
    height: 0;
    margin: -29px 0 0;
    padding: 0;
    width: 0;
}

.rmpdescription > span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-family: Times New Roman;
    font-size: 19px;
    font-style: italic;
    left: -11px;
    position: relative;
    top: 14px;
text-transform:lowercase;
}
.hidden{
display: none;
}

#globalContent li{
 display: inline-block;
}
#globalContent .rmpmenu li {
    float: right;
    font-weight: normal;
}