Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 10th, 2010 | Syntax: None | Size: 1.51 KB | Hits: 46 | Expires: Never
Copy text to clipboard
  1. #patientHeaderObs tr td {
  2.         xdisplay: none;
  3. }
  4.  
  5. #patientHeaderObs tr td#patientHeaderObsReturnVisit {
  6.         display: block;
  7.         border-right-style: none;
  8. }
  9.  
  10. #patientHeaderObs tr td#patientHeaderObsRegimen {
  11.   display: none;
  12. }
  13.  
  14. #patientHeaderPatientIdentifiers, #patientHeaderPatientAge, #patientHeaderPatientTribe, #patientDashboardHeaderExtension {
  15.         font-size: 1.2em;
  16. }
  17.  
  18. patientDashboardHeaderExtension a:visited {
  19.   color: white;
  20. }
  21.  
  22. #patientHeaderPatientSummary {
  23.         display: none;
  24.         border-right-style: none;
  25. }
  26. #patientHeaderOutcomeLink {
  27.         display: none;
  28. }
  29.  
  30. #navList, .boxHeader {
  31.         background-color: #003366;
  32. }
  33.  
  34. #gutter, .box, .boxHeader {
  35.         border-color: #003366;
  36. }
  37.  
  38. #banner {
  39.         margin-top: 1px;
  40.         z-index: 5;
  41. }
  42.  
  43. #content .boxHeader a {
  44.         color: white;
  45. }
  46.  
  47. .encounterFormTable {
  48.                 width: 100%;
  49.         }
  50.         .encounterFormInnerTable {
  51.                 width: 100%;
  52.         }
  53.         .encounterFormTable .encounterViewLabel {
  54.                 text-decoration: italic;
  55.                 font-weight: normal;
  56.         }
  57.         .encounterFormTable .encounterViewObsGroup {
  58.                 font-weight: normal;
  59.                 font-size: .9em;
  60.         }
  61.         .encounterFormTable .encounterViewObsConcept {
  62.                 xfont-weight: bold;
  63.                 font-size: 1.05em;
  64.                 width: 45%;
  65.         }
  66.         .encounterFormTable .encounterViewObsValue {
  67.                 font-weight: normal;
  68.         }
  69.         .encounterFormTable .encounterViewObsAnswer {
  70.                 padding-left: 1px;
  71.         }
  72.         .encounterFormTable .encounterViewObsDatetime {
  73.                 xfont-size: 1.05em;
  74.         }
  75.         .encounterFormTable .evenRow {
  76.                 background-color: white;
  77.         }
  78.         .encounterFormTable .oddRow {
  79.                 background-color: whitesmoke;
  80.         }