Focus the search term on load
[openemr.git] / interface / themes / style.css
blobafb915d10472b6219ec12121015ee0e06cfb4af7
2 A:{visited: #000000;}
4 .menu {
5 font-family: sans-serif;
6 font-style: italic;
7 font-size: 90%;
8 color: #ffffff;
9 text-decoration: none;
10 text-align: left;
14 .menu_selected {
15 font-family: sans-serif;
16 font-style: italic;
17 font-size: 90%;
18 color: #000000;
19 text-decoration: none;
20 text-align: left;
23 .logout {
24 font-family: sans-serif;
25 font-style: italic;
26 font-size: 80%;
27 color: #000000;
28 text-decoration: none;
29 text-align: right;
32 .text {
33 font-family: sans-serif;
34 text-decoration: none;
35 color: #000000;
36 font-size: 12pt;
40 .required {
41 font-family: sans-serif;
42 text-decoration: none;
43 font-size: 12pt;
44 color: #770000;
45 font-weight: bold;
47 .bold {
48 font-family: sans-serif;
49 text-decoration: none;
50 font-size: 12pt;
51 color: #000000;
52 font-weight: bold;
55 .alert {
56 font-family: sans-serif;
57 font-size: 70%;
58 color: #FF0000;
59 text-decoration: none;
62 .small {
63 text-decoration: none;
64 color: #000000;
65 font-family: sans-serif;
66 font-size: 60%;
69 .link {
70 font-family: sans-serif;
71 text-decoration: none;
72 color: #000000;
73 font-size: 70%;
76 .more {
77 font-family: sans-serif;
78 text-decoration: none;
79 color: #aaaaaa;
80 font-size: 70%;
83 .back {
84 font-family: sans-serif;
85 text-decoration: none;
86 color: #aaaaaa;
87 font-size: 70%;
90 .link_selected {
91 font-family: sans-serif;
92 text-decoration: none;
93 color: #0000FF;
94 font-size: 10pt;
97 .link_submit {
98 font-family: sans-serif;
99 text-decoration: none;
100 color: #000066;
101 font-size: 70%;
104 .items {
105 font-family: sans-serif;
106 font-size: 6pt;
109 .title {
110 font-family: sans-serif;
111 font-size: 12pt;
112 font-weight: bold;
113 text-decoration: none;
114 color: #000000;
117 .title_bar {
118 font-family: sans-serif;
119 font-size: 12pt;
120 font-weight: bold;
121 text-decoration: none;
122 color: #FFFFFF;
126 text-decoration: none;
129 /* style taken out of the addressbook code and put here instead */
130 #addressbook_list td {
131 font-family: Arial, Helvetica, sans-serif;
132 padding-left: 4px;
133 padding-right: 4px;
135 #addressbook_list a, #addressbook_list a:visited, #addressbook_list a:hover {
136 color:#0000cc;
138 #addressbook_list tr.search {
139 font-size:9pt;
140 font-weight:bold;
142 #addressbook_list tr.head {
143 font-size:10pt;
144 background-color:#cccccc;
145 font-weight:bold;
147 #addressbook_list tr.detail {
148 font-size:10pt;
150 #addressbook_list .inputtext {
151 font-family:monospace;
152 font-size:9pt;
153 font-weight:normal;
154 border-style:solid;
155 border-width:1px;
156 border-color: #000000;
157 background-color:transparent;
159 #addressbook_list .button {
160 font-family:sans-serif;
161 font-size:8pt;
162 font-weight:bold;
164 /* styles taken out of templates/report/general_default.html */
165 #reports_list td {
166 font-size:8pt;
167 font-family:helvetica;
169 #reports_list a {
170 font-size:8pt;
171 font-family:helvetica;
174 /* styles taken out of templates/documents/general_list.html */
175 #documents_list td {
176 font-size:8pt;
177 font-family:helvetica;
179 #documents_list a {
180 font-size:8pt;
181 font-family:helvetica;
183 #documents_list .treeMenuDefault {
184 font-style: italic;
186 #documents_list .treeMenuBold {
187 font-style: italic;
188 font-weight: bold;
190 #documents_list {
191 width: 25%;
192 height: 90%;
193 overflow: auto;
194 border: 2px inset;
195 float: left;
197 #documents_actions {
198 padding-top: 10px;
199 width: 70%;
200 height: 90%;
201 float: right;
202 overflow: auto;
204 #documents_actions iframe {
205 display: inline;
206 border:none;
207 width:100%;
208 height:600px;
209 overflow: auto;
211 #documents_actions form {
212 margin: 0px; padding: 0px;
214 #documents_actions table {
215 width: 100%;
216 height: 100%;
219 /*=============================================================
220 * This section relates to the custom layouts that can be made
221 * using the OEMR tool in the Admin section. For example, the
222 * Patient Demographics are a custom layout.
223 *============================================================*/
224 #DEM .groupname {
225 font-weight: bold;
226 color: #080;
227 font-size: 0.8em;
228 padding-right: 5px;
229 vertical-align: bottom;
231 #DEM .label {
232 font-weight: bold;
233 font-size: 0.8em;
234 vertical-align: bottom;
235 text-align: right;
237 #DEM .data {
238 font-size: 0.8em;
239 vertical-align: bottom;
240 text-align: left;