summaryrefslogtreecommitdiffstats
path: root/frontends/php/css.css
blob: 7db3d9827ebe2cac1929f6b670e256cea73983fa (plain)
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
body
{
        background-color:#778899;
        margin: 3px 3px 3px 3px;
        padding: 0px 0px 0px 0px;
        color:black;
        font-family:verdana, arial, helvetica;
        font-size:10px;
	text-decoration: none;
        line-height:16px;
}

.footer
{
	color:#CCCCCC;
}

td,tr
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration: none;
}

tr:zzz
{
	color:red;
	background:"red";
	text-decoration: underline;
	text-transform: bold;
}


A.footer
{
	color:#CCCCCC;
}

	A {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10pt}
   	A:link {color:black; text-decoration: none; }
	A:visited {color:black; text-decoration: none; }
	A:hover {color:black; text-decoration: underline; }
	A:active {color:black; text-decoration: underline;}

	P {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:8pt; }
   	P:link {color:black; text-decoration: underline; }
	P:visited {color:black; text-decoration: none; }
	P:hover {color:black; text-decoration: none;}
	P:active {color:black; text-decoration: underline;}
	p.uppercase {text-transform: uppercase}
	p.margin {margin-left: 10pt}
	
	
	
table.home
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8 pt
}
    
.img
{
	border-color: #black;
	border-width:1px;
}

img.top
{
	vertical-align:text-top
}

img.bottom
{
	vertical-align:text-bottom
}

.biginput
{
	font-family: Verdana, Helvetica, Geneva;
	font-size: 10px;
	border: solid;
	border-width: 1px;
	border-color: gray;
	background-color: white;
}

.biginput:focus
{
	font-family: Verdana, Helvetica, Geneva;
	font-size: 10px;
	border: solid;
	border-width: 1px;
	border-color: black;
	background-color: white;
}

.biginput:hover
{
	font-family: Verdana, Helvetica, Geneva;
	font-size: 10px;
	border: solid;
	border-width: 1px;
	border-color: black;
	background-color: white;
}

.button
{
	font-family: Verdana, Helvetica, Geneva;
	font-size: 10px;
	border: solid;
	border-width: 1px;
	border-color: gray;
	background-color: white;
	margin-right:5px;
}

.button:hover
{
	font-family: Verdana, Helvetica, Geneva;
	font-size: 10px;
	text-decoration: underline;
	border: solid;
	border-width: 1px;
	border-color: black;
	background-color: white;
	margin-right:5px;
}

ul
{
	margin-left: 0;
	padding-left: 1em;
}