blob: 9489526558f3aebbea83434b7c5c3c148774d2b6 [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
Alison Craig1aced7d2015-04-10 12:00:02 -0600114.autocomplete, /autocompleteButton {
Alison Craigef12da82015-03-06 09:41:43 -0700115 width: 80%;
116 /*padding-left: 100px;
117 margin: 0px;*/
118 display: block;
Alison Craig1aced7d2015-04-10 12:00:02 -0600119 position: relative;
120}
121
122.currentSelections {
123 width: 80%;
124 /*padding-left: 100px;
125 margin: 0px;*/
126 display: block;
127 position: relative;
Alison Craigef12da82015-03-06 09:41:43 -0700128}
129
130.textbox {
131 width: 70%;
132 padding-left: px;
133 margin: 0px;
134}
135
136.page {
137 padding-top: 10px;
138 padding-left: 10px;
139 width: 80%;
140}
141
142.resultTable {
143 margin: 0px;
144 padding: 0px;
145 width: 80%;
Alison Craig1aced7d2015-04-10 12:00:02 -0600146 /*border: 1px solid #000000;*/
Alison Craigef12da82015-03-06 09:41:43 -0700147 -moz-border-radius-bottomleft: 0px;
148 -webkit-border-bottom-left-radius: 0px;
149 border-bottom-left-radius: 0px;
150 -moz-border-radius-bottomright: 0px;
151 -webkit-border-bottom-right-radius: 0px;
152 border-bottom-right-radius: 0px;
153 -moz-border-radius-topright: 0px;
154 -webkit-border-top-right-radius: 0px;
155 border-top-right-radius: 0px;
156 -moz-border-radius-topleft: 0px;
157 -webkit-border-top-left-radius: 0px;
158 border-top-left-radius: 0px;
159 padding-left: 10px;
160}
161
162.resultTable table {
163 border-collapse: collapse;
164 border-spacing: 0;
165 width: 100%;
166 height: 100%;
167 margin: 0px;
168 padding: 0px;
169}
170
171.resultTable tr:last-child td:last-child {
172 -moz-border-radius-bottomright: 0px;
173 -webkit-border-bottom-right-radius: 0px;
174 border-bottom-right-radius: 0px;
175}
176
177.resultTable table tr:first-child td:first-child {
178 -moz-border-radius-topleft: 0px;
179 -webkit-border-top-left-radius: 0px;
180 border-top-left-radius: 0px;
181}
182
183.resultTable table tr:first-child td:last-child {
184 -moz-border-radius-topright: 0px;
185 -webkit-border-top-right-radius: 0px;
186 border-top-right-radius: 0px;
187}
188
189.resultTable tr:last-child td:first-child {
190 -moz-border-radius-bottomleft: 0px;
191 -webkit-border-bottom-left-radius: 0px;
192 border-bottom-left-radius: 0px;
193}
194
195.resultTable tr:hover td {}
196
197.resultTable tr:nth-child(odd) {
198 background-color: #86bd4a;
199}
200
201.resultTable tr:nth-child(even) {
202 background-color: #fdfdfd;
203}
204
205.resultTable td {
206 vertical-align: middle;
207 border: 1px solid #000000;
208 border-width: 0px 1px 1px 0px;
209 text-align: left;
210 padding: 7px;
211 font-size: 10px;
212 font-family: Arial;
213 font-weight: normal;
214 color: #000000;
215}
216
217.resultTable tr:last-child td {
218 border-width: 0px 1px 0px 0px;
219}
220
221.resultTable tr td:last-child {
222 border-width: 0px 0px 1px 0px;
223}
224
225.resultTable tr:last-child td:last-child {
226 border-width: 0px 0px 0px 0px;
227}
228
229.resultTable tr:first-child td {
230 background-color: #6c726b;
231 border: 0px solid #000000;
232 text-align: center;
233 border-width: 0px 0px 1px 1px;
234 font-size: 14px;
235 font-family: Arial;
236 font-weight: bold;
237 color: #ffffff;
238}
239
240.resultTable tr:first-child:hover td {
241 background-color: #6c726b;
242}
243
244.resultTable tr:first-child td:first-child {
245 border-width: 0px 0px 1px 0px;
246}
247
248.resultTable tr:first-child td:last-child {
249 border-width: 0px 0px 1px 1px;
Alison Craig1aced7d2015-04-10 12:00:02 -0600250}