1form[name="editform"]
2{ position: absolute;
3  top: 48px;
4  left: 0;
5  right: 0;
6  bottom: 0; }
7
8form[name="editform"] #eventView
9{ padding: 1em; }
10
11SELECT#calendarList,
12SELECT#categoryList,
13SELECT#priorityList,
14SELECT#repeatList,
15SELECT#reminderList
16{ width: 13em; }
17
18#attendeesLabel
19{ display: none; }
20
21A#changeAttachButton
22{ margin-left: 1em;
23  position: absolute;
24  right: 0;
25  display: inline; }
26
27SPAN.datePicker INPUT.textField,
28SPAN.timeDateControl INPUT.textField
29{ width: 7em; }
30
31SPAN.timeDateControl A.button
32{ border: 0; }
33
34SPAN.timeDateControl A:hover
35{ text-decoration: none; }
36
37SPAN.content
38{ position: absolute;
39  white-space: nowrap;
40  line-height: 2em;
41  top: -.25em;
42  left: 8em;
43  right: 0em;
44  text-overflow: ellipsis;
45  overflow: hidden;
46  min-height: 22px; }
47
48LABEL, SPAN.checkBoxList
49{ display: block;
50  position: relative;
51  line-height: 1.5em;
52  height: 1.5em;
53  margin-left: 0px;
54  margin-bottom: .5em;
55  width: 100%; }
56
57LABEL#commentArea textarea
58{ width: 97%; }
59
60SPAN.headerContent
61{
62  width: 80%;
63  height: 1px;
64  top: 0.9em;
65}
66LABEL.title
67{
68  margin-top: 1em;
69  font-weight: bold;
70}
71LABEL.titleNoSpace
72{
73  margin-top: 0px;
74}
75
76DIV#windowButtons
77{ position: absolute;
78  bottom: 2em;
79  left: auto;
80  right: 2em; }
81
82LABEL.calendarName
83{ background-color: #fff;
84  border-bottom: 1px solid #555;
85  font-weight: bold;
86  text-align: right;
87  margin: 0;
88  padding: 10px;
89  width: auto;
90}
91
92DIV#attendeesMenu
93{ overflow: auto; max-height: 300px; }
94
95DIV.fakeTextArea
96{ overflow: auto;
97  background: white;
98  border-width: 2px;
99  border-style: inset;
100  padding: 2px;
101  height: 100px; }
102
103DIV#descriptionDiv,
104DIV#attendeesDiv
105{ height: 120px; }
106
107DIV#descriptionDiv DIV.fakeTextArea
108{ line-height: 1.5em;
109  padding: 2px 4px;
110  white-space: pre-wrap; }
111
112/* #delegateEditor
113{ padding-bottom: 1em; } */
114
115#delegatedTo
116{ background-image: url("abcard.png");
117  background-repeat: no-repeat;
118  background-position: 4px center;
119  background-color: #CCDDEC;
120  padding: 2px 2px 2px 24px;
121  width: 260px; }
122
123IMG#progressIndicator
124{ float: none;
125  position: absolute;
126  right: 1em;
127  margin: 0 5px; }
128
129SPAN.content INPUT,
130SPAN.content SELECT,
131SPAN.content SPAN,
132SPAN.timeDateControl INPUT,
133SPAN.timeDateControl SELECT,
134SPAN.timeDateControl SPAN
135{ vertical-align: top; }
136