fixed display of non-calendar providers in the Billing Report page
[openemr.git] / interface / themes / style_blue.css
blob1c77ca3c0d6ebca093e36ede9a404e39906c4fda
2 A:{visited: #000000;}
4 .menu {
5 font-family: sans-serif;
6 font-style: italic;
7 font-size: 90%;
8 color: #000000;
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: 100%;
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: 10pt;
39 .required {
40 font-family: sans-serif;
41 text-decoration: none;
42 font-size: 12pt;
43 color: #770000;
44 font-weight: bold;
47 .bold {
48 font-family: sans-serif;
49 text-decoration: none;
50 font-size: 10pt;
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: #000000;
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;
165 /* styles taken out of templates/report/general_default.html */
166 #reports_list td {
167 font-size:8pt;
168 font-family:helvetica;
170 #reports_list a {
171 font-size:8pt;
172 font-family:helvetica;
175 /* styles taken out of templates/documents/general_list.html */
176 #documents_list td {
177 font-size:8pt;
178 font-family:helvetica;
180 #documents_list a {
181 font-size:8pt;
182 font-family:helvetica;
184 #documents_list .treeMenuDefault {
185 font-style: italic;
187 #documents_list .treeMenuBold {
188 font-style: italic;
189 font-weight: bold;
191 #documents_list {
192 width: 25%;
193 height: 90%;
194 overflow: auto;
195 border: 2px inset;
196 float: left;
198 #documents_actions {
199 padding-top: 10px;
200 width: 70%;
201 height: 90%;
202 float: right;
203 overflow: auto;
205 #documents_actions iframe {
206 display: inline;
207 border:none;
208 width:100%;
209 height:600px;
210 overflow: auto;
212 #documents_actions form {
213 margin: 0px; padding: 0px;
215 #documents_actions table {
216 width: 100%;
217 height: 100%;