blob: 4708490eaaa773550de1f47379d32cd0bbf87546 [file] [log] [blame]
Alison Craigef12da82015-03-06 09:41:43 -07001body {
2 font-family: "Helvetica Neue", "HelveticaNeue-Light", Helvetica, Verdana, Arial, "Lucida Grande", sans-serif;
3}
4
5header {
6 width: 100%;
7}
8
9h1 {
10 text-align: center;
11 font-weight: 600;
12 color: #0F582A;
13 text-shadow: #0A3D1B;
14}
15
16.textbox {
17 width: 70%;
18}
19
20.cssmenu,
21.cssmenu ul,
22.cssmenu li,
23.cssmenu a,
24.cssmenu span {
25 width: 160px;
26 margin: 0;
27 padding: 0;
28 border: none;
29 outline: none;
30 text-transform: capitalize;
31}
32
33.cssmenu li {
34 list-style: none;
35}
36
37.cssmenu li > a {
38 display: block;
39 position: relative;
40 min-width: 110px;
41 padding-left: 3px;
42 padding-top: 3px;
43 padding-bottom: 3px;
44 color: #fdfdfd;
45 /*font: bold 12px/32px Arial, sans-serif;*/
46 float: left;
47 text-decoration: none;
48 text-shadow: 0px 1px 0px rgba(0, 0, 0, .35);
49 background: #6c6e74;
50 -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
51 -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
52 box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
53}
54
55.cssmenu li > a span {
56 display: block;
57 position: absolute;
58 top: 7px;
59 right: 0;
60 padding: 0 10px;
61 margin-right: 10px;
62 font: normal bold 12px/18px Arial, sans-serif;
63 background: #404247;
64 -webkit-border-radius: 15px;
65 -moz-border-radius: 15px;
66 border-radius: 15px;
67 -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2), 1px 1px 1px rgba(255, 255, 255, .1);
68 -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2), 1px 1px 1px rgba(255, 255, 255, .1);
69 box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2), 1px 1px 1px rgba(255, 255, 255, .1);
70}
71
72.sub-menu li a {
73 color: #797979;
74 text-shadow: 1px 1px 0px rgba(255, 255, 255, .2);
75 background: #e5e5e5;
76 border-bottom: 1px solid #c9c9c9;
77 -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
78 -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
79 box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
80}
81
82.sub-menu li:last-child a {
83 border: none;
84}
85
86.sub-menu li > a span {
87 color: #964D25;
88 text-shadow: 1px 1px 0px rgba(255, 255, 255, .2);
89 background: transparent;
90 border: 1px solid #c9c9c9;
91 -webkit-box-shadow: none;
92 -moz-box-shadow: none;
93 box-shadow: none;
94}
95
96.cssmenu > li:hover > a,
97.cssmenu > li:target > a {
98 color: #964D25;
99 text-shadow: 1px 1px 1px rgba(255, 255, 255, .2);
100 background: #F9C83A;
101}
102
103.cssmenu > li:hover > a span,
104.cssmenu > li:target > a span {
105 color: #964D25;
106 text-shadow: 0px 1px 0px rgba(0, 0, 0, .35);
107 background: #964D25;
108}
109
110.sub-menu li:hover a {
111 background: #FFEF36;
112}
113
114.autocomplete {
115 width: 80%;
116 /*padding-left: 100px;
117 margin: 0px;*/
118 display: block;
119 /*position: relative;*/
120}
121
122.textbox {
123 width: 70%;
124 padding-left: px;
125 margin: 0px;
126}
127
128.page {
129 padding-top: 10px;
130 padding-left: 10px;
131 width: 80%;
132}
133
134.resultTable {
135 margin: 0px;
136 padding: 0px;
137 width: 80%;
138 border: 1px solid #000000;
139 -moz-border-radius-bottomleft: 0px;
140 -webkit-border-bottom-left-radius: 0px;
141 border-bottom-left-radius: 0px;
142 -moz-border-radius-bottomright: 0px;
143 -webkit-border-bottom-right-radius: 0px;
144 border-bottom-right-radius: 0px;
145 -moz-border-radius-topright: 0px;
146 -webkit-border-top-right-radius: 0px;
147 border-top-right-radius: 0px;
148 -moz-border-radius-topleft: 0px;
149 -webkit-border-top-left-radius: 0px;
150 border-top-left-radius: 0px;
151 padding-left: 10px;
152}
153
154.resultTable table {
155 border-collapse: collapse;
156 border-spacing: 0;
157 width: 100%;
158 height: 100%;
159 margin: 0px;
160 padding: 0px;
161}
162
163.resultTable tr:last-child td:last-child {
164 -moz-border-radius-bottomright: 0px;
165 -webkit-border-bottom-right-radius: 0px;
166 border-bottom-right-radius: 0px;
167}
168
169.resultTable table tr:first-child td:first-child {
170 -moz-border-radius-topleft: 0px;
171 -webkit-border-top-left-radius: 0px;
172 border-top-left-radius: 0px;
173}
174
175.resultTable table tr:first-child td:last-child {
176 -moz-border-radius-topright: 0px;
177 -webkit-border-top-right-radius: 0px;
178 border-top-right-radius: 0px;
179}
180
181.resultTable tr:last-child td:first-child {
182 -moz-border-radius-bottomleft: 0px;
183 -webkit-border-bottom-left-radius: 0px;
184 border-bottom-left-radius: 0px;
185}
186
187.resultTable tr:hover td {}
188
189.resultTable tr:nth-child(odd) {
190 background-color: #86bd4a;
191}
192
193.resultTable tr:nth-child(even) {
194 background-color: #fdfdfd;
195}
196
197.resultTable td {
198 vertical-align: middle;
199 border: 1px solid #000000;
200 border-width: 0px 1px 1px 0px;
201 text-align: left;
202 padding: 7px;
203 font-size: 10px;
204 font-family: Arial;
205 font-weight: normal;
206 color: #000000;
207}
208
209.resultTable tr:last-child td {
210 border-width: 0px 1px 0px 0px;
211}
212
213.resultTable tr td:last-child {
214 border-width: 0px 0px 1px 0px;
215}
216
217.resultTable tr:last-child td:last-child {
218 border-width: 0px 0px 0px 0px;
219}
220
221.resultTable tr:first-child td {
222 background-color: #6c726b;
223 border: 0px solid #000000;
224 text-align: center;
225 border-width: 0px 0px 1px 1px;
226 font-size: 14px;
227 font-family: Arial;
228 font-weight: bold;
229 color: #ffffff;
230}
231
232.resultTable tr:first-child:hover td {
233 background-color: #6c726b;
234}
235
236.resultTable tr:first-child td:first-child {
237 border-width: 0px 0px 1px 0px;
238}
239
240.resultTable tr:first-child td:last-child {
241 border-width: 0px 0px 1px 1px;
242}