Support for larger size codes (such as SNOMED US Extension codes)
[openemr.git] / gacl / admin / admin.css
blobacc3564e4577c2f2901a6c9d642ff231b6bf8010
1 body {
2 background-color:#ffffff;
3 margin: 0px;
4 padding: 0px;
7 div {
8 position: relative;
11 div#top-tr {
12 margin: 0px;
13 padding: 0px;
14 background: #cccccc url("images/top-r.png") no-repeat top right;
17 div#top-tl {
18 margin: 0px;
19 padding: 0px;
20 background: url("images/top-l.png") no-repeat top left;
23 div#top-br {
24 margin: 0px;
25 padding: 0px;
26 background: url("images/div-r.png") no-repeat bottom right;
29 div#top-bl {
30 margin: 0px;
31 padding: 10px 180px 0px 10px;
32 background: url("images/div-l.png") no-repeat bottom left;
35 div#top-bl h1 {
36 position: absolute;
37 visibility: hidden;
40 div#top-bl h2 {
41 color: #eeeeee;
42 font-size: 150%;
43 margin: 6px 4px;
44 padding: 0px;
47 ul#menu {
48 margin: 0px;
49 padding: 0px;
51 display: table;
52 width: 100%;
53 list-style-type: none;
56 ul#menu li {
57 float: left;
59 margin: 0px 2px 0px 0px;
60 padding: 0px;
61 background: #999999 url("images/tab-off-r.png") no-repeat top right;
62 border-bottom: 1px solid #666666;
65 ul#menu li a {
66 display: block;
67 margin: 0px;
68 padding: 2px 5px 1px 5px;
69 background: url("images/tab-off-l.png") no-repeat top left;
71 color: #d8d8d8;
72 text-decoration: none;
73 text-align: center;
74 font-weight: normal;
76 width: .1em;
77 white-space: nowrap;
78 min-width: 50px;
81 ul#menu li>a {
82 width: auto;
85 ul#menu li a:hover {
86 color: #ffffff;
89 ul#menu li.current {
90 background-color: #ffffff;
91 background-image: url("images/tab-on-r.png");
92 border-bottom-width: 0px;
95 ul#menu li.current a {
96 background-image: url("images/tab-on-l.png");
97 padding-bottom: 2px;
99 color: #666666;
100 text-decoration: none;
103 ul#menu li.current a:hover {
104 color: #666666;
107 div#mid-r {
108 margin: 0px;
109 padding: 0px;
110 background: #ffffff url("images/mid-r.png") repeat-y top right;
113 div#mid-l {
114 margin: 0px;
115 padding: 4px 10px;
116 background: url("images/mid-l.png") repeat-y top left;
119 div#bot-tr {
120 margin: 0px;
121 padding: 0px;
122 background: url("images/div-r.png") no-repeat top right;
125 div#bot-tl {
126 margin: 0px;
127 padding: 2px 10px 10px 10px;
128 background: url("images/div-l.png") no-repeat top left;
130 font-size: 8pt;
131 text-align: center;
134 div#bot-tl a {
135 text-decoration: none;
138 div#bot-br {
139 margin: 0px;
140 padding: 0px;
141 background: #cccccc url("images/bot-r.png") no-repeat bottom right;
144 div#bot-bl {
145 margin: 0px;
146 padding: 0px;
147 background: url("images/bot-l.png") no-repeat bottom left;
150 body, td, th {
151 font-family: Verdana, Helvetica, Arial, sans-serif;
152 font-size: 9pt;
155 table, td, th {
156 border: 0px;
159 tr {
160 background-color: #cccccc;
163 th {
164 background-color: #d3dce3;
165 font-weight: bold;
166 text-align: center;
169 tr.controls {
170 background-color: #999999;
173 tr.odd {
174 background-color: #c0c0c0;
177 tr.even {
178 background-color: #d0d0d0;
181 tr.spacer {
182 background-color: transparent;
183 height: 10px;
186 td.green {
187 background-color: green;
190 td.red {
191 background-color: red;
194 input, select, textarea {
195 font-family: verdana, sans-serif;
196 font-size: 9pt;
197 border: 1px solid #333333;
200 input {
201 padding: 1px 2px;
204 input.checkbox, input.radio {
205 border: 0px;
206 margin: 1px 2px 0px;
207 padding: 0px;
210 input.button {
211 width: 100px;
214 input.paypal {
215 border-width: 0px;
218 .navigation {
219 font-family: verdana, sans-serif;
220 font-size: 8pt;
221 padding-bottom: 5px;
224 .navigation a {
225 color: #0000ff;
228 .navigation a:hover {
229 color: #aa0000;
230 background-color: #f0f0f0;
233 .footer {
234 font-size: 8pt;
235 text-align: center;
238 form {
239 margin: 0px;
242 tr.hide {
243 display: none;
246 tr.show {
249 td.tabon {
250 background: #438EC5;
253 td.taboff {
254 background: #ABC3D4;
257 select {
258 width: 99%;
259 margin-top: 5px;
262 textarea, input#return_value {
263 width: 99%;
266 input.un-select {
267 width: 99%;
268 margin-top: 5px;
271 input.select {
272 width: 99%;
273 margin-top: 5px;
276 input.deselect {
277 width: 99%;
278 margin-top: 8px;