1/*
2 * licqweb. Copyright 2005, Philip Nelson
3 *
4 * This file is part of licqweb.
5 *
6 * licqweb is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * licqweb is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with licqweb; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19 */
20body {
21	font-family: Verdana, Arial, Helvetica, sans-serif;
22	font-size: 12px;
23}
24
25a {
26	text-decoration:none;
27}
28
29textarea {
30	width: 100%;
31	border-style: none;
32}
33
34.newmessage {
35	cursor: pointer;
36	line-height: 16px;
37	background-color: #ff0;
38}
39
40.invisible {
41    cursor: pointer;
42	line-height: 16px;
43	white-space: nowrap;
44}
45.Online {
46    cursor: pointer;
47	line-height: 16px;
48	white-space: nowrap;
49}
50.Away {
51    cursor: pointer;
52	line-height: 16px;
53	white-space: nowrap;
54}
55.NotAvailable {
56    cursor: pointer;
57	line-height: 16px;
58	white-space: nowrap;
59}
60.Occupied {
61    cursor: pointer;
62	line-height: 16px;
63	white-space: nowrap;
64}
65.DoNotDisturb {
66    cursor: pointer;
67	line-height: 16px;
68	white-space: nowrap;
69}
70.Offline {
71    cursor: pointer;
72	line-height: 16px;
73	white-space: nowrap;
74}
75
76#tooltip {
77    position: absolute;
78    border: 1px solid grey;
79    padding: 2px;
80    background-color: #9cf;
81    visibility: hidden;
82    z-index: 100;
83	opacity: 0.9;
84}
85
86#statusMenu {
87    position: absolute;
88    border: 1px solid grey;
89    padding: 2px;
90    background-color: #9cf;
91    display: none;
92	opacity: 0.9;
93	cursor: pointer;
94	line-height: 16px;
95}
96
97#contacts {
98	width: 200px;
99	height: 400px;
100	overflow: auto;
101}
102
103#viewEvent {
104	background-color: #aaf;
105	position: absolute;
106	width: 500px;
107	top: 300px;
108	left: 300px;
109}
110
111.resizer {
112  right: 0;
113  bottom: 0;
114  width: 18px;
115  height: 18px;
116  position: absolute;
117}
118
119.resizerImage {
120  bottom: 0;
121  position: absolute;
122  right: 0;
123}
124
125.box {
126	background-color: #eee;
127	border: 1px solid #000000;
128	color: #000000;
129	padding: 0px;
130	position: absolute;
131}
132
133.bar {
134	background-color: #333355;
135	color: #ffffff;
136	padding: 2px 2px 2px 4px;
137	height: 15px;
138}
139
140.wintitle {
141	background-color: #333355;
142	max-width: 350px;
143	overflow: hidden;
144	float: left;
145}
146
147.close {
148	background-color: #333355;
149	float: right;
150    cursor: pointer;
151}
152
153.content {
154	padding: 1em;
155}
156
157.msgText
158{
159  color: #000000;
160}
161
162.msgDate
163{
164  color: #FF0000;
165}
166
167.msgNick
168{
169  color: #0000FF;
170  font-weight: bold;
171}
172
173.logWindow {
174	background-color: #aaf;
175	position: absolute;
176	width: 500px;
177	top: 500px;
178	left: 300px;
179	height: 100px;
180	opacity: 0.8;
181	overflow: auto;
182	overflow-y: scroll;
183	display: none;
184}
185
186.window {
187	background-color: #aaf;
188	border: 2px dashed #55f;
189	position: absolute;
190	width: 400px;
191	top: 300px;
192	left: 300px;
193	display: none;
194}
195
196.convo {
197	background-color: #ddd;
198	height: 100px;
199	overflow: auto;
200}
201
202.loginwin {
203	position: absolute;
204	top: 0;
205	right: 0;
206	bottom: 0;
207	left: 0;
208	width: 300px;
209	height: 150px;
210	margin: auto;
211	background-color: #aaf;
212	color: white;
213}
214
215.centre {
216	width: 100px;
217	margin: auto;
218	text-align: center;
219}
220
221.button {
222    color: #555;
223    font-size: 10px;
224    font-weight: normal;
225    background-color: #DEE4EC;
226    border: 1px solid #8CA8CF;
227    margin: 0;
228    text-decoration:none;
229    height: 20px;
230    padding-bottom: 3px;
231    vertical-align: middle;
232    cursor: pointer;
233}
234
235input {
236	border: 1px solid #8ca8cf;
237	width: 100px;
238}
239