IE compatibility
[brisk.git] / web / room.css
1 /*
2  *  brisk - room.css
3  *
4  *  Copyright (C) 2006 matteo.nastasi@milug.org
5  *
6  * This program 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  * This program is distributed in the hope that it will be useful, but
12  * WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABLILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * General Public License for more details. You should have received a
15  * copy of the GNU General Public License along with this program; if
16  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
17  * Suite 330, Boston, MA 02111-1307, USA.
18  *
19  * $Id$
20  *
21  */
22
23 body.* {
24     margin:0px;
25     padding: 0px;
26 }
27
28 div.container {
29     /* border:1px solid gray; */
30     width:100%;
31     margin:0px;
32     padding: 0px;
33 }
34
35 div.header {
36     /*  border: 1px solid yellow; */
37     align: center;
38     text-align: center;
39     font-size: 12px;
40     clear:left;
41 }
42
43 div.topmenu {
44     /* border: 1px solid red;  */
45     width:90px;
46     margin:0;
47     text-align: center;
48     align: center;
49     font-size: 10px;
50     padding:4px;        
51 }
52
53 div.proflash {
54     /*  border: 1px solid red; */
55     border: 1px solid gray;  
56     background-color: RGB(246,246,246);
57     text-align: center;
58     align: center;
59     font-size: 10px;
60     padding:4px;        
61 }
62
63 div.tables {
64     /*  border: 1px solid gray; */
65     margin-left:100px;
66     padding:4px;
67 }
68
69 div.bottom {
70     /* border: 1px solid green; */
71     position: relative;
72     top: -13px;
73     text-align: left;
74     padding:2px;        
75     clear:left;
76 }
77
78 div.room_tit {
79     /* background-color: orange; */
80     align: left;
81     text-align: left;
82     margin: 0px;
83     padding: 6px;
84 }
85
86 table.floaty {
87     width: 100%;
88     /* border: 1px solid red;   */
89     border-collapse: collapse;
90     border-spacing: 0px;
91     padding: 0px;
92 }
93
94 table.floaty td {
95     /* border: 1px solid orange; */
96     align: center;
97     text-align: center;
98     vertical-align: top;
99 }
100
101 table.floaty td.floatyleft {
102     width: 100px;
103 }
104
105 table.macro {
106     /* border: 1px solid orange; */
107     border-spacing: 0px;
108     align: center;
109     width: 100%;
110     padding: 0px;
111 }
112         
113 table.macro td {
114     /* border: 1px solid green;   */
115     align: center;
116     text-align: center;
117 }
118
119 div.room_tab {
120     /* border: 1px solid blue; */ 
121     /* background-color: green; */
122     height: 346px;
123     margin-left: auto;
124     margin-right: auto;
125     min-width: 680px;
126     max-width: 900px;
127     overflow: auto;
128 }
129
130 table.room_tab {
131     width: 100%;
132     /* border: 0px solid red; */
133     border-collapse: separate;
134     border-spacing: 4px;
135     border-style: none;
136 }
137
138 table.room_tab td {
139     /* background-color: yellow; */
140     height: 110px;
141     vertical-align: top;
142     border: 1px solid gray;
143  }
144
145
146
147 div.room_div {
148     /* background-color: orange; */
149     position: relative; 
150 }
151
152 div.table_act { 
153     position: absolute;
154     align: right;
155     text-align: right;
156     width: 100%;
157     right: 4px;
158     top:   2px;
159 }
160
161
162 div.room_standup {
163     position: absolute; 
164     vertical-align: "top";
165     /* align: left; */
166     top:   26px;
167     width: 100%;
168     height: 80px;
169     overflow: auto;
170     padding: 0px;
171     margin: 0px;
172 }
173
174 table.room_standup {
175     /* margin-left: 4px; */
176     width: 100%;
177     border: 1px solid gray;
178     border-spacing: 0px;
179     padding: 0px;
180 }
181
182 table.room_standup td {
183     /* background-color: yellow; */
184     border: 0px none gray; 
185     vertical-align: top;
186  }
187
188 div.room_ex_standup {
189     position: relative;
190     height: 106px;
191     align: left;
192     text-align: left;
193     padding: 0px;
194
195 }
196
197 table.table_standup {
198     /*  background-color: red;  */
199
200     border-spacing: 0px;
201     width: 100%; 
202     margin: 0px;
203     padding:0px;
204 }
205
206 table.table_standup td {
207     /* background-color: green; */
208     /* border: 1px solid red;  */
209     width: 25%;
210     text-align: center;
211     align: center;
212     padding: 0px;
213     margin: 0px;
214 }
215
216 div.esco {
217     position: absolute;
218     text-align: right;  
219     top:  2px;
220     right: 4px;
221 }
222
223 .chatt {
224     height: 100px;
225     overflow: auto;
226     border: 1px solid gray;
227     padding: 2px; 
228     vertical-align: text-bottom;
229 }
230
231 .txtt {
232     /*  font-size: 10pt;*/
233     position: relative;
234
235     top: 2px;
236     /* rows: 1; */
237 }
238
239 .urgmsg {
240     text-align: center;
241 }
242
243 .proxhr { 
244     /*background-color: green;  */
245     align: center;
246     text-align: center;
247     width: 100%;
248     top:  28px;
249 }