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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
/* ADOBE SYSTEMS INCORPORATED Copyright 2007 Adobe Systems Incorporated All Rights Reserved. 
 NOTICE:Adobe permits you to use, modify, and distribute this file in accordance with the
 terms of the Adobe license agreement accompanying it. If you have received this file from 
 a source other than Adobe, then your use, modification, or distribution of it requires the 
 prior written permission of Adobe.*/
 
 
/************************************************/
/*****cfdialog.css*/
/***********************************************/
 
/* Dialog styles */
 
yuiextdlg{
visibility:hidden;
position:absolute;
top:0px;    
}
 
/************************************************/
/*****cfpod.css*/
/***********************************************/
.ypod{
    z-index:1;
    overflow:hidden;
}
 
.ypod .ypod-hd {
    background: url(../ext/images/default/basic-dialog/hd-sprite_flex.gif) repeat-x 0px -82px;
    color:#FFF;
    overflow:hidden;
    font:bold 12px "sans serif", tahoma, verdana, helvetica;
    padding:5px;
}
 
.ypod .ypod-hd-left {
    background: url(../ext/images/default/basic-dialog/hd-sprite_flex.gif) no-repeat 0px -41px;
    padding-left:3px;
    margin:0px;
}
 
.ypod .ypod-hd-right {
    background: url(../ext/images/default/basic-dialog/hd-sprite_flex.gif) no-repeat right 0px;
    padding-right:3px;
}
 
.ypod .ypod-bgcolor-hd {
    color:#FFF;
    font:bold 12px "sans serif", tahoma, verdana, helvetica;
    padding-bottom:5px;
    padding-left:3px;
}
 
.ypod .ypod-dlg-body{
    background-color:white;
    border:3px solid #C1CCD0;
    border-top:0px none;
    padding:10px;
}
 
 
/************************************************/
/*****cfautosuggest.css*/
/***********************************************/
    div.autosuggest
    {
        position:relative;
        float:left;
    }
 
    input.autosuggestinput
    {
        z-index:0;
    }
    
    div.autosuggestcontainer 
    {    
        position:absolute;
        top:1.5em;
        width:100%;    
    }
 
    div.autosuggestcontainer .yui-ac-content
    {
        position:absolute;
        width:100%;border:1px solid #CCCCCC;
        background:#fff;overflow:hidden;
        z-index:9050;
    }
 
    div.autosuggestcontainer .yui-ac-shadow
    {
        position:absolute;
        margin:.3em;width:100%;
        background:#CCCCCC;
        z-index:9049;
    }
 
    div.autosuggestcontainer ul
    {
        padding:5px 0;
        width:100%;
        margin:0;
        padding:0;
    }
 
    div.autosuggestcontainer li
    {
        padding:0 5px;
        width:100%;
        cursor:default;
        white-space:nowrap;
        margin:0;
        padding:0;
    }
 
    div.autosuggestcontainer li.yui-ac-highlight
    {
        background:#7FCDFE;
    }
 
    div.autosuggestcontainer li.yui-ac-prehighlight
    {
        background:#AADEFF;
    }
 
/**************************************/
/** cfcalendar.css **/
/***************************************/
    input.datefieldinput
    {
        z-index:0;
    }
 
/**************************************/
/** cftoolbar.css **/
/***************************************/
.ytoolbar .cftoolbarbutton { 
    width:100%;    
}
 
/**************************************/
/** corners css **/
/***************************************/
b.corner{display:block;background: transparent}
b.corner b{display:block;height: 1px;
    overflow: hidden; background: transparent}
b.filler1{margin: 0 5px}
b.filler2{margin: 0 3px}
b.filler3{margin: 0 2px}
b.corner b.filler4{margin: 0 1px;height: 2px}