Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
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
@charset "UTF-8";
 
/* SpryAutoSuggest.css - version 0.2 - Spry Pre-Release 1.6 */
 
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
 
.hideSuggestClass{
    border: 2px solid #999999;
    background-color: white;
    height: 75px;
    overflow:auto;
    display:none;
    width: 250px;
    margin: 0px;
    cursor: pointer;
}
 
.showSuggestClass .hideSuggestClass{
    display: block !important;
}
 
.showSuggestClass .hoverSuggestClass{
    background-color: #CCCCCC !important;
}
 
.iframeSuggest
{
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
}