Multiple improvements from IPPF related to layouts. (#1081)
[openemr.git] / interface / themes / style_pdf.css
blobfaf6d7fc5bc0ef35f00d58d9b8dcb6478d84f052
1 @import "core.css";
3 a {
4 color: #0000cc;
5 text-decoration: none;
8 a:visited {
9 color: #0000cc;
12 a:hover {
13 color: #ff5555;
16 .menu {
17 font-style: italic;
18 font-size: 11pt;
19 color: #0000cc;
20 text-decoration: none;
21 text-align: left;
24 .menu_selected {
25 font-style: italic;
26 font-size: 11pt;
27 color: #000000;
28 text-decoration: none;
29 text-align: left;
32 .logout {
33 font-style: italic;
34 font-size: 11pt;
35 color: #000000;
36 text-decoration: none;
37 text-align: right;
40 .text {
41 text-decoration: none;
42 color: #000000;
43 font-size: 9pt;
46 .required {
47 text-decoration: none;
48 font-size: 10pt;
49 color: #880000;
50 font-weight: bold;
53 .bold {
54 text-decoration: none;
55 font-size: 9pt;
56 color: #000000;
57 font-weight: bold;
60 .alert-custom {
61 font-size: 70%;
62 color: #FF0000;
63 text-decoration: none;
66 .small {
67 text-decoration: none;
68 color: #000000;
69 font-size: 80%;
72 .link {
73 text-decoration: none;
74 color: #0000cc;
75 font-size: 70%;
78 .more {
79 text-decoration: none;
80 font-size: 70%;
83 .back {
84 text-decoration: none;
85 font-size: 70%;
88 .link_selected {
89 text-decoration: none;
90 color: #0000FF;
91 font-size: 70%;
94 .link_selected:visited {
95 text-decoration: none;
96 color: #0000FF;
97 font-size: 70%;
100 .link_submit {
101 text-decoration: none;
102 color: #000077;
103 font-size: 10pt;
106 .link_submit a:visited {
107 color: #000077;
110 .link_submit a:hover {
111 color: #ff5555;
114 .items {
115 font-size: 6pt;
118 .title {
119 font-size: 12pt;
120 font-weight: bold;
121 text-decoration: none;
124 /* see .titlebar below */
125 .title_bar {
126 font-size: 12pt;
127 font-weight: bold;
128 text-decoration: none;
129 color: #000000;
132 .title_bar_top {
133 font-size: 13px;
134 font-weight: bold;
135 text-decoration: none;
136 color: #000000;
139 .body_top { background-color: #fefdcf; margin: 8px } /* $top_bg_line */
140 .bgcolor2 { background-color: #fefdcf; } /* $GLOBALS['style']['BGCOLOR2'] */
141 .body_bottom { background: url('../pic/aquabg.gif') repeat; margin: 8px } /* $bottom_bg_line */
142 .body_title { background-color: #fedf98; } /* $title_bg_line */
143 .body_nav { background-color: #fefdcf; } /* $nav_bg_line */
144 .body_filler { background-color: #f7f0d5; } /* $login_filler_line */
145 .body_login { background: url('../pic/aquabg.gif') repeat; } /* $login_body_line */
146 .table_bg { background-color: #ccc; } /* $table_bg */
147 .bgcolor1 { background-color: #ccc; } /* $GLOBALS['style']['BGCOLOR1'] */
148 .textcolor11 { background-color: #222; } /* $GLOBALS['style']['TEXTCOLOR11'] */
149 .highlightcolor { background-color: #ddd; } /* $GLOBALS['style']['HIGHLIGHTCOLOR'] */
150 .bottom_line { background: url('../pic/aquabg.gif') repeat; } /* $GLOBALS['style']['BOTTOM_BG_LINE'] */
151 .logobar { background-color: #24262c; height: 110px; } /* $GLOBALS['logoBarHeight'] */
152 .navbar { height: 22px; } /* $GLOBALS['navBarHeight'] */
153 .titlebar { height: 20px; } /* $GLOBALS['titleBarHeight'] */
155 #addressbook_list td {
156 padding-left: 4px;
157 padding-right: 4px;
159 #addressbook_list a, #addressbook_list a:visited, #addressbook_list a:hover {
160 color:#0000cc;
162 #addressbook_list tr.search {
163 font-size:9pt;
164 font-weight:bold;
166 #addressbook_list tr.head {
167 font-size:10pt;
168 background-color:#cccccc;
169 font-weight:bold;
171 #addressbook_list tr.detail {
172 font-size:10pt;
174 #addressbook_list .inputtext {
175 font-size:9pt;
176 font-weight:normal;
177 border-style:solid;
178 border-width:1px;
179 border-color: #000000;
180 background-color:transparent;
182 #addressbook_list .button {
183 font-size:8pt;
184 font-weight:bold;
187 /* styles taken out of templates/report/general_default.html */
188 #reports_list td {
189 font-size:8pt;
191 #reports_list a {
192 font-size:8pt;
195 /* styles taken out of templates/documents/general_list.html */
196 #documents_list td {
197 font-size:8pt;
199 #documents_list a {
200 font-size:8pt;
202 #documents_list .treeMenuDefault {
203 font-style: italic;
205 #documents_list .treeMenuBold {
206 font-style: italic;
207 font-weight: bold;
209 #documents_list {
210 width: 29%;
211 height: 95%;
212 overflow: auto;
213 float: left;
214 border-right: dashed 1px;
216 #documents_actions {
217 padding-top: 10px;
218 width: 70%;
219 height: 95%;
220 float: right;
221 overflow: auto;
223 #documents_actions iframe {
224 display: inline;
225 border:none;
226 width:100%;
227 height:600px;
228 overflow: auto;
230 #documents_actions form {
231 margin: 0px; padding: 0px;
233 #documents_actions table {
234 width: 100%;
235 height: 95%;
238 /*=============================================================
239 * This section relates to the custom layouts that can be made
240 * using the OEMR tool in the Admin section. For example, the
241 * Patient Demographics are a custom layout.
242 *============================================================*/
243 #DEM .groupname {
244 font-weight: bold;
245 color: #080;
246 font-size: 9pt;
247 padding-right: 5px;
248 vertical-align: top;
249 width: 12%;
251 #DEM .label_custom {
252 font-weight: bold;
253 font-size: 9pt;
254 vertical-align: top;
255 text-align: right;
256 width: 22%;
258 #DEM .data {
259 font-size: 9pt;
260 vertical-align: top;
261 text-align: left;
262 padding-right: 6px;/*30px - ie 6 fix*/
263 width: 22%;
266 /* Patient History */
268 #HIS .groupname {
269 font-weight: bold;
270 color: #080;
271 font-size: 9pt;
272 padding-right: 1px;
273 vertical-align: top;
274 height: 2em;
275 width: 12%;
277 #HIS .label_custom {
278 font-weight: bold;
279 font-size: 9pt;
280 vertical-align: top;
281 width: 22%;
283 #HIS .data {
284 font-size: 9pt;
285 vertical-align: top;
286 text-align: left;
287 padding-right: 10px;
288 width: 22%;
292 /*=============================================================
293 * Patient Notes
294 * seen in the patient summary and notes screens
295 *============================================================*/
296 #pnotes .billing {
297 background-color: #dfd;
300 #pnotes .highlight {
301 background-color: #fff;
304 #pnotes table {
305 border-collapse:collapse;
308 #pnotes .noterow {
309 cursor: pointer;
312 #pnotes .noterow td {
313 border-bottom:1px dashed black;
314 vertical-align: top;
315 padding: 5px;
316 margin: 5px;
320 /*=============================================================
321 * Patient Stats
322 * seen in the patient stats screens
323 *============================================================*/
324 #patient_stats {
325 padding: 10px;
328 #patient_stats table {
329 width: 100%;
330 border-collapse: collapse;
332 #patient_stats td {
333 padding: 3px;
335 #patient_stats .statrow {
336 cursor: pointer;
339 #patient_stats .head {
340 font-size:10pt;
341 background-color:#cccccc;
342 text-align:center;
345 #patient_stats .detail {
346 font-size:10pt;
347 vertical-align: top;
350 #patient_stats .btn {
351 background-color:transparent;
354 #patient_stats .bg1 {
355 background-color: #ddddff;
357 #patient_stats .bg2 {
358 background-color: #ffdddd;
361 #patient_stats .center {
362 text-align: center;
366 /*=============================================================
367 * Patient Stats Summary
368 * seen in the patient summary screen
369 *============================================================*/
370 #patient_stats_summary table {
371 border-collapse: collapse;
373 #patient_stats_summary .noend_noreturn {
374 color: #ee0000;
376 #patient_stats_summary .noend {
377 color: #dd5500;
379 #patient_stats_summary .noreturn {
380 color: #0000ff;
382 #patient_stats_summary .title {
383 font-size: 1.1em;
385 #patient_stats_issues {
386 width: 100%;
388 #patient_stats_spreadsheets {
389 width: 100%;
391 #patient_stats_imm {
392 width: 100%;
394 #patient_stats_prescriptions {
395 width: 100%;
398 /*=============================================================
399 * Patient Past Encounters and Documents
400 * seen in the patient encounter screen
401 *============================================================*/
402 #patient_pastenc {
403 width:100%;
406 #patient_pastenc .billing_note {
407 width: 25%;
409 #patient_pastenc .billing_note_text {
410 padding: 5px;
411 border: 2px outset black;
412 background-color: lightgrey;
414 #patient_pastenc .billing_note_text_highlight {
415 background-color:#f7f5d1;
417 #patient_pastenc table {
418 border-collapse: collapse;
419 width:100%;
421 #patient_pastenc tr {
422 cursor: pointer;
424 #patient_pastenc td {
425 border-top: 1px solid black;
426 vertical-align: top;
428 #patient_pastenc th {
429 text-align: left;
431 #patient_pastenc #tooltipdiv {
432 position:absolute;
433 width:500px;
434 border:1px solid black;
435 padding:2px;
436 background-color:#ffffaa;
437 visibility:hidden;
438 z-index:1000;
439 font-size:9pt;
441 #patient_pastenc .highlight {
442 background-color: #fff;
444 #patient_pastenc .tooltip {
445 position:absolute;
446 border:1px solid #333;
447 background:#f7f5d1;
448 padding:2px 5px;
449 color:#333;
450 display:none;
454 /*=============================================================
455 * Patient Reports
456 * seen in the patient reports screens
457 *============================================================*/
458 #patient_reports {
459 width:100%;
461 #patient_reports .issues {
462 padding-right: 30px;
464 #patient_reports .issues table {
465 margin: 10px 0px 10px 0px;
467 #patient_reports .issues td {
468 padding: 2px;
470 #patient_reports .encounters td {
471 padding: 2px;
473 #patient_reports .encounter_forms {
474 margin:5px 15px 5px 15px;
476 #patient_reports td {
477 vertical-align: top;
479 #patient_reports ul {
480 list-style: none;
484 /*=============================================================
485 * Report - Custom
486 * seen as the patient report (custom_report.php)
487 *============================================================*/
489 #report_custom {
490 width:100%;
492 #report_custom table {
493 width:80%;
495 #report_custom hr {
496 border: 2px dotted black;
498 #report_custom .billing {
499 margin: 5px;
500 padding: 5px;
502 #report_custom h1 {
503 font-size: 120%;
504 margin: 0px 0px 5px 0px;
505 padding: 0px;
507 #report_custom .immunizations {
508 margin: 5px;
509 padding: 5px;
511 #report_custom .notes {
512 margin: 5px;
513 padding: 5px;
515 #report_custom .transactions {
516 margin: 5px;
517 padding: 5px;
519 #report_custom .communications {
520 margin: 5px;
521 padding: 5px;
523 #report_custom .documents {
524 margin: 5px;
525 padding: 5px;
527 #report_custom .demographics {
528 margin: 5px;
529 padding: 5px;
531 #report_custom .insurance {
532 margin: 5px;
533 padding: 5px;
535 #report_custom .insurance td {
536 width: 24%;
538 #report_custom .history {
539 margin: 5px;
540 padding: 5px;
542 #report_custom .issue {
543 margin-left: 20px;
545 #report_custom .issue_type {
546 font-weight: bold;
547 padding: 5px 0px 5px 0px;
549 #report_custom .issue_diag {
550 margin: 0px 20px 0px 20px;
552 #report_custom .issue_title {
554 #report_custom .issue_comments {
556 #report_custom .encounter {
557 width: 100%;
558 border-top:2px dotted black;
559 padding: 10px 5px 10px 5px;
560 margin-top: 10px;
562 #report_custom .encounter h1 {
563 font-size: 140%;
564 margin: 0px;
565 padding: 0px;
567 #report_custom .encounter_form {
568 margin: 10px;
569 padding: 0px;
570 border-top: 1px solid gray;
572 #report_custom img.bigimage {
573 width: 540pt; /* 540pt = 7.5 inches */
575 #addressbook_list tr.evenrow {
576 background-color:#ddddff;
578 #addressbook_list tr.oddrow {
579 background-color:#ffffff;
584 * CSS BUTTONS
586 .css_button_small {
587 background: transparent url( '../../images/bg_button_a_small.gif' ) no-repeat scroll top right;
588 color: #444;
589 display: block;
590 float: left;
591 font: bold 9px Arial;
592 height: 19px;
593 margin-right: 3px;
594 padding-right: 10px; /* sliding doors padding */
595 text-decoration: none;
598 .css_button_small span {
599 background: transparent url( '../../images/bg_button_span_small.gif' ) no-repeat;
600 display: block;
601 line-height: 20px;
602 padding: 0px 0px 0px 10px;
605 .css_button {
606 background: transparent url( '../../images/bg_button_a.gif' ) no-repeat scroll top right;
607 color: #444;
608 display: block;
609 float: left;
610 font: bold 10px Arial;
611 height: 24px;
612 margin-right: 3px;
613 padding-right: 10px; /* sliding doors padding */
614 text-decoration: none;
617 .css_button span {
618 background: transparent url( '../../images/bg_button_span.gif' ) no-repeat;
619 display: block;
620 line-height: 14px;
621 padding: 5px 0 5px 10px;
623 .sellistclass {
624 float:left;
627 .disabled_button {
628 color: grey;
632 a.disabled_button:hover {
633 color: grey;
637 * TABS
640 ul.tabNav { margin: 0; padding: 0; }
641 ul.tabNav { float: left; list-style: none; width: 100%; }
642 ul.tabNav li { float: left; margin: 0 1px 0 0; padding: 6px 0 0;
643 font-size: 0.8em;
644 vertical-align: bottom;
645 text-align: left;
647 ul.tabNav li.current { padding-top: 0;
648 font-weight: bold;
649 font-size: 0.8em;
650 vertical-align: bottom;
651 text-align: left;
653 ul.tabNav a { background:#A7A7A7; border: 1px solid #ffffff; border-width: 1px 1px 0; color: #333; display: block; padding: 4px 4px 5px 4px; text-decoration: none; }
654 ul.tabNav li.current a { background:#FFFFFF ;padding: 8px; }
656 div.tabContainer { clear: both; float: left; width: 100%; }
657 div.tabContainer div.tab { border: 1px solid #ffffff; color: #000; display: none; padding: 10px; }
658 div.tabContainer div.current { display: block; }
659 div.tab { min-height: 180px; background: #ffffff none repeat scroll 0 0; margin-bottom: 10px;width:665px;}
660 div.tab_long { min-height: 180px; background: #ffffff none repeat scroll 0 0; margin-bottom: 10px;width:100%;}
661 div.tab p:last-child { margin-bottom: 0; }
663 div.tab table td {
664 padding-right: 1px; padding-bottom: 0px
667 div.tab table td.label_custom {
668 min-width:80px;
671 div.tab table td.data {
672 min-width:120px; /*170px*/
675 div.notab {
676 background: #FFFFFF none repeat scroll 0 0; margin-bottom: 10px; width:100%;
679 div.notab-right {
680 background: #FFFFFF none repeat scroll 0 0; margin-bottom: 10px; width:100%;
683 .section-header {
684 margin-bottom:5px; width:685px; border-bottom: 1px solid;
687 .section-header-dynamic {
688 margin-bottom:5px; border-bottom: 1px solid;
691 .summary_item {
692 background:#FFFFFF; padding:8px;
696 * REPORTS
699 #report_parameters {
700 background-color: #ececec;
701 margin-top:10px;
704 #report_parameters table {
705 border: solid 1px;
706 width: 100%;
707 border-collapse: collapse;
709 #report_parameters table td {
710 padding: 5px;
713 #report_parameters table table {
714 border: 0px;
715 border-collapse: collapse;
716 font-size: 0.8em;
719 #report_parameters table table td.label_custom {
720 text-align: right;
723 #report_results table {
724 border-top: 1px solid black;
725 border-bottom: 1px solid black;
726 border-left: 1px solid black;
727 border-right: 1px solid black;
728 width: 100%;
729 border-collapse: collapse;
730 margin-top: 1px;
732 #report_results table thead {
733 padding: 5px;
734 display: table-header-group;
735 background-color: #ddd;
736 text-align:left;
737 font-weight: bold;
738 font-size: 0.7em;
740 #report_results table th {
741 border-bottom: 1px solid black;
742 padding: 5px;
744 #report_results table td {
745 padding: 5px;
746 border-bottom: 1px dashed;
747 font-size: 0.8em;
749 .report_totals td {
750 background-color: #77ff77;
751 font-weight: bold;
755 * List-table formatting
757 .showborder {
758 width:650px;
760 .showborder td {
761 border-bottom:1px dashed #000000;
762 text-align:left;
763 font-size:9pt;
765 .showborder_head th {
766 border-bottom:1px solid #000000;
767 text-align:left;
768 font-size:9pt;
770 .shownoborder td {
771 text-align:left;
772 font-size:9pt;
774 .showborder_long {
775 width:100%;
777 .showborder_long tr td{
778 border-bottom:1px dashed #000000;
779 text-align:left;
780 font-size:9pt;
784 * Drug lookup
786 .drug_lookup{
787 font-size: 8pt;
788 border: 2px outset rgb(102, 102, 102);
789 background-color: #eae6ff;
790 padding: 5px;
791 position: absolute;
792 display: block;
795 /* Password alert styles */
796 .pwdalert {
797 display: block;
798 width: 390pt;
799 margin-left: 100px;
800 padding: 10px 10px 10px 15px;
801 color: black;
803 .alertmsg1 {
804 border: 3px solid #fe7b7a;
805 background-color: #ffd6d6 ;
807 .alertmsg2 {
808 border: 3px solid #f56fff;
809 background-color: #fabfff;
811 .alertmsg3 {
812 border: 3px solid #9acc2e;
813 background-color: #eef7dd;
815 /* Password alert styles */
817 /* Style for red font */
818 .redtext {
819 text-decoration: none;
820 color: #FF0000;
821 font-size: 10pt;
823 /* Style for red font */
825 .de_identification_status_message{
826 width: 50%;
827 border:1px solid #0000FF;
830 .de_identification_input_controls_box{
831 width: 100%;
832 border:1px solid #0000FF;
835 .de_id_upgrade_login{
836 width: 40%;
837 border:1px solid Black;
838 background-color:#ffffff;
841 #navigation-slide, #navigation-slide *{
842 padding-left:0px;
843 margin-left:0px;
846 #navigation-slide li{
847 list-style:none;
850 #navigation-slide a{
851 background: #FFFFFF;
852 border-top: 2px solid #EAE6FF;
853 color: #000;
854 display: block;
855 font-weight: bold;
856 padding: 5px 2px 5px 10px;
857 width: 150px;
860 #navigation-slide li a.collapsed{
861 background: #999; /* for non-css3 browsers */
862 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe5301', endColorstr='#fefdcf'); /* for IE */
863 background: -webkit-gradient(linear, left top, left bottom, from(#fe5301), to(#fefdcf)); /* for webkit browsers */
864 background: -moz-linear-gradient(top, #fe5301, #fefdcf); /* for firefox 3.6+ */
867 #navigation-slide li a.expanded{
868 background: #999; /* for non-css3 browsers */
869 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefdcf', endColorstr='#fe5301'); /* for IE */
870 background: -webkit-gradient(linear, left top, left bottom, from(#fefdcf), to(#fe5301)); /* for webkit browsers */
871 background: -moz-linear-gradient(top, #fefdcf, #fe5301); /* for firefox 3.6+ */
874 #navigation-slide ul li a.collapsed_lv2{
875 background: #999; /* for non-css3 browsers */
876 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac84', endColorstr='#fefdcf'); /* for IE */
877 background: -webkit-gradient(linear, left top, left bottom, from(#ffac84), to(#fefdcf)); /* for webkit browsers */
878 background: -moz-linear-gradient(top, #ffac84, #fefdcf); /* for firefox 3.6+ */
881 #navigation-slide ul li a.expanded_lv2{
882 background: #999; /* for non-css3 browsers */
883 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefdcf', endColorstr='#ffac84'); /* for IE */
884 background: -webkit-gradient(linear, left top, left bottom, from(#fefdcf), to(#ffac84)); /* for webkit browsers */
885 background: -moz-linear-gradient(top, #fefdcf, #ffac84); /* for firefox 3.6+ */
888 #navigation-slide ul li a.collapsed_lv3{
889 background: #999; /* for non-css3 browsers */
890 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#eeeeee'); /* for IE */
891 background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#eeeeee)); /* for webkit browsers */
892 background: -moz-linear-gradient(top, #aaaaaa, #eeeeee); /* for firefox 3.6+ */
895 #navigation-slide ul li a.expanded_lv3{
896 background: #999; /* for non-css3 browsers */
897 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#aaaaaa'); /* for IE */
898 background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#aaaaaa)); /* for webkit browsers */
899 background: -moz-linear-gradient(top, #eeeeee, #aaaaaa); /* for firefox 3.6+ */
902 #sddm li
903 { margin: 0;
904 padding: 0;
905 list-style: none;
906 float:left;
907 border: 1px solid #FEFDCF;
908 background: #999; /* for non-css3 browsers */
909 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe5301', endColorstr='#fefdcf'); /* for IE */
910 background: -webkit-gradient(linear, left top, left bottom, from(#fe5301), to(#fefdcf)); /* for webkit browsers */
911 background: -moz-linear-gradient(top, #fe5301, #fefdcf); /* for firefox 3.6+ */
914 #sddm li a
915 { display: block;
916 margin: 0 1px 0 0;
917 padding: 4px 10px;
918 color: #004080;
919 text-align:left;
920 text-decoration: none;
921 font-size: 0.8em;
922 font-weight:bold;
925 #sddm li a:hover
927 background: #ffac84;
930 #sddm div
932 position: absolute;
933 visibility: hidden;
934 display: none;
935 margin: 0;
936 padding: 0;
937 background: #C9F1B5;
938 border-left: 1px solid #000000;
939 border-right: 1px solid #000000;
940 border-bottom: 1px solid #000000;
941 z-index:20;
944 #sddm div a
946 position: relative;
947 display: block;
948 margin: 0;
949 padding: 5px 10px;
950 width: 170px;
951 white-space:normal;
952 text-align: left;
953 text-decoration: none;
954 background: #fefdcf;
955 color: #2875DE;
956 font-size: 0.8em;
957 font-weight:normal;
960 #sddm div a:hover
962 background: #ffac84;
963 color: #000000;
965 .text-area{
966 background-color:#FFFFFF;
967 border:1px solid black;
968 width:100%;
969 height:100px;
970 overflow:auto;
971 text-align:left;
973 .example_menu {
974 font-size: 70%;
975 list-style: none;
976 margin: 0;
977 padding: 0;
978 vertical-align: top;
979 width: 136px;
981 .expand_all,
982 .collapse_all {
983 cursor: pointer;
985 .example_menu ul {
986 display: none;
987 list-style: none;
988 margin: 0;
989 padding: 0;
991 #menu1 li, #menu2 li, #menu3 li, #menu4 li, #menu5 li, .example_menu li {
992 background-image: none;
993 margin: 0;
994 padding: 0;
995 border-bottom:1px solid white;
997 .example_menu ul ul {
998 display: block;
1000 .example_menu a {
1001 color: #000;
1002 cursor: pointer;
1003 display: block;
1004 font-weight: bold;
1005 margin-left: 0;
1006 padding: 2px 2px 2px 17px;
1007 width: 160px;
1009 .example_menu a.expanded {
1010 background: #bbb url('collapse.gif') no-repeat 3px 50%;
1012 .example_menu a.collapsed {
1013 background: #bbb url('expand.gif') no-repeat 3px 50%;
1015 .example_menu a:hover {
1016 text-decoration: none;
1018 .example_menu ul li span {
1019 background: #d9d1a4;
1020 color: #000;
1021 display: block;
1022 font-weight: normal;
1023 width:100%;
1025 .example_menu ul a:Subjective {
1026 font-weight: normal;
1028 .example_menu ul a:hover {
1029 background : #f5f5f5;
1030 text-decoration: underline;
1032 .example_menu li.active a {
1033 background: #fff;
1035 .example_menu li.active li a {
1036 background: #e8e8e8;
1038 #menu1 li.footer, #menu2 li.footer, #menu3 li.footer, #menu4 li.footer, #menu5 li.footer, .example_menu .footer {
1039 background: transparent url('footer.jpg') no-repeat 0 0;
1040 border-top: 2px solid #fff;
1041 height: 9px;
1042 line-height: 15px;
1043 margin: 0 0 10px 0;
1044 width: 131px;
1046 .example_menu .footer span {
1047 display: none;
1049 .cke_contents {
1050 height: 300px !important;
1053 /* Form styles */
1054 .formtable {
1055 font-size:13px;
1056 line-height: 24px;
1058 .formtable tr td {
1059 line-height: 24px;
1062 /* For PDF output of lab results. Need very small font size. */
1063 .labres tr.head { font-size:7pt;text-align:center; }
1064 .labres tr.detail { font-size:7pt; }
1065 .labres a, .labres a:visited, .labres a:hover { color:#0000cc; }
1067 /* remove font family from custom tags like <page-header> for languages that not support default font */
1068 .custom-tag{
1069 font-family: "";