1/*
2	swat.css
3	
4	Styles added to the samba.org stylesheets 
5	specifically for SWAT.
6*/
7
8
9/* Forms
10***********************************************************/
11.logout {
12	text-align:right;
13}
14.logout form {
15	display:inline;
16}
17
18
19/* Tables
20***********************************************************/
21table.data {
22	   border: 2px;
23}
24table.data th {
25	margin-top:20px;
26	text-align:left;
27        background-color: #F5C915;
28}
29table.data tr {
30        background-color: #E5C995;
31	text-align:left;
32}
33
34/* Temp fix for content sections that don't span the window.
35   This is not cross-browser and won't be the final way I handle
36   this, but I can't stand looking at small boxes while I work. :-) */
37#content {
38	min-width:55%;
39	min-height:800px;
40} 
41