/* Style for the double-click prevention overlay */
#overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	
	width: 100%;
	height: 100%;
	background-color: #666666;
	cursor: wait;
	
	/* Set both opacity and filter, for MSIE and firefox compatability */
	opacity: .3;
	filter: alpha(opacity=30);
	
	/* z-index sets the layer order, so that the overlay rests on top.*/
	z-index: 1000;
	
	font-size: 100px;
}

body, div, p, li, table, td, input, select, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
body {
	margin: 0;
	padding: 0;
	background-color: #6a909b;
	background-image : url(../images/backgrounds/main.gif);
	width: 100%;
}
 
input {
	padding-left: 3px;
}
img	{
	border: 0;
}
label {
	font-size: 11px;
	cursor: pointer;
}

/** Navigation */
.navigation_user_facility {
	background-color: #ffffff;
	padding-left: 6px;
}
.grey	 {
	font-size: 11px;
	color : #888888;
}

.subwhite  {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;	
	color: #ffffff;
}

div#required {
	color: red;
	text-align: right;
}

.required {
	color: red;
}

div#header	{
	width : 100%;
	background-image : url(../images/background.gif);
}

.username {
	font-weight: bold;
}

table#patientbrand {
	width: 100%;
	margin-top: 6px;
}

.table_cell_content {
	vertical-align: top;
	padding-left: 8px;
}
.table_cell_content_align_right {
	text-align: right;
	padding-right: 4px;
}
.table_cell_content_align_center {
	text-align: center;
}
.patient {
	font: lighter 20px verdana, arial, helvetica, sans-serif;
}

div#patientinfo {
	background-color: white;
	padding: 6px 20px 6px 10px;
}

div#body {
	position:relative;
	left: 10%;
	width: 80%;
	background-color : #6a909b;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	padding: 10px;
	text-align: left;
}

.blue_middle {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #6a909b;
	border-left: black 1px solid;
	border-right: black 1px solid;
}

.blue_mid_black {
	border: solid black 1px;
	padding: 8px;
}

.blue_mid {
	padding: 5px;
}

td#body_top {
	background-color: #6a909b;
	border-top: 1px solid Black;
}
td#body_bottom {
	background-color: #6a909b;
	border-bottom : 1px solid Black;
}
td#body_left {
	background-color: #6a909b;
	border-left : 1px solid Black;
}
td#body_right {
	background-color: #6a909b;
	border-right : 1px solid Black;
}
td#body_left_right {
	background-color: #6a909b;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
}
td#body_left_right_bottom {
	background-color: #6a909b;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	border-bottom : 1px solid Black;
}
td#body_corner {
	background-color: #6a909b;
	border-top : 1px solid Black;
}
td#body_top_lt_beige {
	background-color: #d6cfa5;
	border-top: 1px solid Black;
}
td#body_lt_beige {
	background-color: #d6cfa5;
}

td#body_lt_beige_left {
	background-color: #d6cfa5;
	border-left: 1px solid Black;
}

td#body_lt_beige_top {
	background-color: #d6cfa5;
	border-top: 1px solid Black;
}

td#body_lt_beige_bottom {
	background-color: #d6cfa5;
	border-bottom: 1px solid Black;
}

td#body_lt_beige_bottom_right {
	background-color: #d6cfa5;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}

td#body_lt_beige_right {
	background-color: #d6cfa5;
	border-right: 1px solid Black;
}

td#body_lt_beige_left_right {
	background-color: #d6cfa5;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}

td#body_left_lt_blue {
	background-color: #d3dee2;
	border: 1px solid Black;
}

td#body_left_lt_blue_right {
	background-color: #d3dee2;
	border-right : 1px solid Black;
	border-bottom : 1px solid Black;
	border-top : 1px solid Black;
}

td#blue_left_outer {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #6a909b;
	border-left: black 1px solid;
}

td#dark_beige {
	background-color: #c6b684;
}

td#dark_beige_left {
	background-color: #c6b684;
	border-left: black 1px solid;
}

td#dark_beige_left_right {
	background-color: #c6b684;
	border-left: black 1px solid;
	border-right: black 1px solid;
}

td#dark_beige_right_outer {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #c6b684;
	border-left: black 1px solid;
	border-right: black 1px solid;
}

td#body_orange {
	background-color: #bd8300;
}
div#content_auto_scroll {
	height: 100%;
	width: 100%;
	overflow: auto;
}
div#content {
	background-color : white;
	border : 1px solid Black;
	padding: 10px;
	margin-top: 10px;
}

div#content_no_margin {
	background-color : white;
	border: 1px solid black;
	text-align: left;
}
div#content_no_margin_left {
	background-color : #b5c8ce;
	border : 1px solid Black;
	text-align: left;
	height: 450px;
	overflow: auto;
}
div#content_no_margin_right {
	background-color : #c6b684;
	border : 1px solid Black;
	text-align: left;
	height: 450px;
	overflow: auto;
}
div#content_no_margin_right_no_buttons {
	background-color : #c6b684;
	border : 1px solid Black;
	text-align: left;
	height: 450px;
	overflow: auto;
}

div#content-top {
	background-color : white;
	border : 1px solid Black;
	padding: 10px;
	margin-top: 10px;
	text-align: left;
}

div#content-left {
	background-color: #6a909b;
	text-align: left;
}

div#content-right {
	text-align: left;
	background-color: #c6b684;
}

div#content-left-inner {
	padding-left: 8px;
	padding-right: 8px;
	background-color: #6a909b;
	overflow: auto;
	text-align: left;
	height: 482px;
}
div#content-right-inner {
	padding-left: 8px;
	padding-right: 8px;
	border-left: black 1px solid;
	border-right: black 1px solid;
	background-color: #c6b684;
	height: 482px;
	overflow: auto;
	text-align: left;
}

div#content-left-inner-orange {
	padding-left: 8px;
	padding-right: 8px;
	background-color: #bd8300;
	overflow: auto;
	text-align: left;
	height: 482px;
}


div#menu {
	text-align: left;
}

td.addedit {
	text-align : right;
	vertical-align : top;
}

td.half {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	width: 50%;
}

td#leftcolumn {
	border-right : 1px solid Black;
	vertical-align : top;
	padding-right: 10px;
	width: 50%;
}

td#rightcolumn {
	padding-left: 10px;
	vertical-align : top;
	width: 50%;

}

td.label {
	text-align : left;
	vertical-align : top;
	padding-right: 10px;
}
td.element {
	text-align : left;
	vertical-align:top;
}
td.itlaicized {
	text-align: left;
	font-style: italic;
}

td.bottom-label {
	font: 0.75em italic; 
	padding-top: 0;
	padding-bottom: 0.75em;
	text-align: left;
	white-space: nowrap;
}

th.gridhead {
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}

th.gridseparator {
	font-weight: bold;
	text-align: left;
	font-style: italic;
}

th.gridheadcenter {
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

.pagetitle {
	font:  18px,verdana, arial  helvetica, sans-serif;
	margin-left: 10px;
	color: white;
	text-transform: uppercase;
}

td#whitebrandnopatient {
	text-align : right;
	padding: 6px 10px 6px 20px;
	font: 22px arial, helvetica, sans-serif;
	color: white;
}

td#whitebrand {
	text-align : right;
	padding: 6px 10px 6px 20px;
	background-image : url(../images/endcap.gif);
	background-position : top left;
	background-repeat : no-repeat;
	font: 22px arial, helvetica, sans-serif;
	color: white;
}

td#patient
	{
	padding-left: 10px;
	width: 50%;
	background-color: #d7cea5;
	border-top : 1px solid black;
}

div#buttons {
	text-align : center;
	padding-top: 6px;
	padding-bottom: 6px;
}

div#buttons input {

  min-width : 75px;
	margin :  10px 3px 10px 3px;
	padding: 2px 0px;
/*	background-color : #d4d0c8;  */
}

div#buttons input.default {
	background-color : #ffffcc;
	font-weight : bold;
}

div.spacer {
  clear: both;
  }

td#user
	{
	padding: 2px 20px 2px 10px;
	width: 40%;
	background-color : white;
	border : 1px solid Black;
	}

td#brand {
	text-align : right;
	padding: 6px 10px 6px 20px;
	background-image : url(../images/endcap.gif);
	background-position : top left;
	background-repeat : no-repeat;
}

td#brandnopatient {
	text-align : right;
	padding: 6px 10px 6px 20px;
}

table#usernav {
	width: 100%;
}

td#topnav {
	text-align : right;
	padding-right: 10px;
	color: white;
}

td#topnav a, td#topnav a:link{
	color: white;
	padding: 5px;
}

td#topnav a:hover, td#topnav a:visited:hover{
	color: black;
	background-color : white;
	padding: 5px;
}
/** within a regular <td> the link remains black */
td a:link, td a:hover, td a:visited {
	color: #000000;
}
td#newusernav {
	text-align : left;
	padding-right: 10px;
	color: white;
}

td#newusernav a, td#newusernav a:link{
	color: white;
	padding: 5px;
}

td#newusernav a:hover, td#newusernav a:visited:hover{
	color: black;
	background-color : white;
	padding: 5px;
}

td#breadcrumbs {
	color: white;
}

td.breadcrumbs a {
	color: white;
	padding: 5px;
}

td.breadcrumbs {
	color: white;
	padding: 5px;
}

td.breadcrumbs a:visited {
	color: white;
	padding: 5px;
}

/* breadcrumbs that are in a transaction */
.inTxn {
	color: #555;
}

td#version {
	text-align : center;
	color : white;
	background-color : black;
	font: 11px verdana, arial, helvetica, sans-serif;
}

td.groupname, .groupname {
	text-align : left;
	font: bold 14px arial, verdana, helvetica, sans-serif;
}

td.groupname1, .groupname1 {
	text-align : left;
	font-weight: bold;
}

td.group-seperator {
	text-align: center;
	font: bold 14px arial, verdana, helvetica, sans-serif;	
}

#footer {
	padding: 20px;
	text-align: center;
	/* display : none; */
}
.alert {
	color: red;
	font-weight: bold;	
}

.errorMessageBox {
	width: 99%;
	margin: 0;
	padding: 4px;
	border : 1px dashed black;
	background-color : #FFFF33;
	color: red;
	font-weight: bold;	
}

td#errortype {
	background-color : #B7B0A4;
	padding: 5px;
	border-right : 1px dashed Black;
	text-align : center;
}


a:link {color: blue;}
a:visited {color: purple;}
a:hover, a:visited:hover {color: red;}


form {
	padding: 0;
	margin: 0;
}

form.inline {
	display: inline;
}

form.inline div {
	display: inline;
}


.example {
	text-align : left;
	color : #666;
	font: 11px verdana, arial, helvetica, sans-serif;
	white-space : nowrap;
}

.small {width: 50px;}
.medium {width: 100px;}
.large {min-width: 150px;}

tr.group0 {
	background-color: rgb(198,180,132);
	vertical-align: top;
}

tr.group1 {
	background-color : rgb(208,193,153);
	vertical-align: top;
}

tr.group2 {
	background-color : rgb(218,206,175);
	vertical-align: top;
}

tr.group3 {
	background-color : rgb(228,220,197);
	vertical-align: top;
}

tr.group4 {
	background-color : rgb(238,233,219);
	vertical-align: top;
}

tr.leaf0 {
	background-color : rgb(249,247,240);
	vertical-align: top;
}

tr.leaf1 {
	background-color : #FFFFFF;
	vertical-align: top;
}

tr#blue_row0 {
	background-color : #FFFFFF;
}

tr#blue_row1 {
	background-color : #e9eef1;
}

tr#beige_row0 {
	background-color : #FFFFFF;
}

tr#beige_row1 {
	background-color : #f6f3eb;
}

tr#orange_row0 {
	background-color : #FFFFFF;
}

tr#orange_row1 {
	background-color : #fff8e0;
}

tr#prescriptionListHeader {
	background-color: #a4bbc1
}

tr#prescription-list-section-title {
	font-weight: bolder;
	color: #395757;
	background-color: #d1dde0;
	font-size: 16px;
}
.listDataOffset {
	padding-left: 8px;
}

hr 
{
	border: 0;
	color : #e2d9c1;
	background-color :  #e2d9c1;
	height: 3px;
}

strong{
	font-weight: bold;
}


div#breadcrumb {
	padding-bottom: 10px;
}

div#logo {
	text-align : right;
}

/* Used for flags in tables such as deceased/added in error */
.flag {

 font-weight: bold;
 color: red;
 text-align: left;

}

/* Used for legends */
.legend {
	text-align: center;
}

/* Used for two-column tables, in which the label (th) is in the right column,
   and the value (or form input) is in the left */
table.vertical {
}

table.vertical th {
	text-align: right;
	vertical-align: baseline;
}

table.vertical td {
	text-align: left;
}

table.shadedbox {
	width: 90%;
	text-align: center;
	background-color : #f7f5ee;
	border : 1px solid Black;
}


td.compare-link {
	text-align: center;
}


/* Used for the complex HISCA address forms
 */
table.addressForm th {
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	           
}

table.addressForm td.instruction {
	font-style: italic;
}

td.instruction {
	font-style: italic;
}

td.section-separator {
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
}

.trigger{
	cursor: default;
}

.selection{
	cursor: pointer;
	cursor: hand;
}

.branch{
	display: none;
	margin-left: 0px;
}

.branchdisplay{
	display: block;
	margin-left: 0px;
}
.fullwidth {
	width: 90%;
	text-align: left;
	voice-family: "\"}\"";
/*	width: 100%;
 */
}
table.fullwidth {
	border-collapse: collapse;
}

.maxwidth {
	width: 100%;
	text-align: left;
	voice-family: "\"}\"";
/*	width: 100%;
 */
}
table.maxwidth {
	border-collapse: collapse;
}

div#hidden {
	display : none;
}

span.linkline2 {
	margin-left: 2em;
	display: block;
}

div#rb {
	position:relative;
	left: 10%;
	width: 80%;
}

div#rbtop {
	background-color : #6a909b;
	border-top: 1px solid black;
	vertical-align: text-top;
}

div#rbtopleft {
	width: 15px;
	text-align: left;
	vertical-align: text-top;
}

div#rbtopright {
	width: 15px;
	text-align: right;
	vertical-align: text-top;
}

.text1	 {
	font-size: 22px;
	font-style : normal;
	font-weight : lighter;
}

.text2	 {
		font-size: 20px;
		font-style : normal;
		font-weight : lighter;
		}

.text3 {
	font-size: 16px;
	font-weight: bold;
	}

.text4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase
}	
	
.text5 {
	font-size: 12px;
	font-weight: bold;
}	
	
.text6 {
	font-size: 10px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}	
.text7 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}	

.text8 {
	font-size: 10px;
	font-weight: normal;
	padding: 2px 0px 2px 0px;
}	

small {
	font-size: 9px
}


td.prefs {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

/* alert link */
a.alert:link, a.alert:hover, a.alert:visited {
	font-weight: normal;
	color: red;
}

input.char35 {
	width : 340px;
}

.pale_brown {
	background-color: #e8e1ce;
}

.lt_beige {
	background-color: #d6cfa5;
}

.grey_text {
	color: #888888;
}

.medium_blue {
	background-color: #b9cad7
}
.monograph_section_0 {
	padding-left: 3px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.monograph_section_1 {
	font-size: 10px;
	font-weight: bold;
	padding-left: 12;
}
.monograph_section_2 {
	font-size: 10px;
	font-weight: bold;
	padding-left: 24;
}
.monograph_section_3 {
	font-size: 10px;
	font-weight: bold;
	padding-left: 36;
}
.monograph_text_0 {
	padding-left: 10px;
	font-weight: normal;
	text-transform: none;
}
.monograph_text_1 {
	padding-left: 22px;
	font-weight: normal;
	text-transform: none;
}
.monograph_text_2 {
	font-weight: normal;
	text-transform: none;
	padding-left: 34px;
}
.monograph_text_3 {
	font-weight: normal;
	text-transform: none;
	padding-left: 46px;
}
.drug_monograph_title {
	padding-left: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #000088;
	font-style: italic;
}
.drug_monograph_section_0 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 12;
}
.drug_monograph_section_1 {
	font-size: 10px;
	font-weight: bold;
	padding-left: 24;
}
.drug_monograph_section_2 {
	font-size: 10px;
	font-weight: bold;
	padding-left: 36;
}
.drug_monograph_section_3 {
	font-size: 10px;
	font-weight: bold;
	padding-left: 48;
}
.drug_monograph_text_0 {
	padding-left: 10px;
	font-weight: normal;
	text-transform: none;
	padding-left: 22;
}
.drug_monograph_text_1 {
	padding-left: 34px;
	font-weight: normal;
	text-transform: none;
}
.drug_monograph_text_2 {
	font-weight: normal;
	text-transform: none;
	padding-left: 46px;
}
.drug_monograph_text_3 {
	font-weight: normal;
	text-transform: none;
	padding-left: 58px;
}

.sign_here {
	color: #cccccc;
	text-decoration: underline;
}

/* ------------------------------------------------------------- 
 * SINCE PIP 2.4
 * =============
 * From here on styles are used as real cascading styles and for
 * every touched page these styles should be used or similiar
 * styles created.
 * -------------------------------------------------------------
 */
 
 /* IE ignores min/max width/height, but this will make other browsers scroll
 * the whole page horizontally rather than scrolling individual panels (for 
 * typical panel content, when the window is resized smaller than usual).
 */
#content-left {
	min-width: 460px;
}
#content-right {
	min-width: 540px;
}

/* --- PANEL --- */

/* An entire left or right panel, including tabs and buttons */
.panel {
	height: 534px;
	border: none;
}

/* By default tables should be full width with
 * no padding for either the table or the cells. 
 */
.panel table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
.panel table td {
	vertical-align: middle;
	padding: 0;
}

/* --- TABS --- */

/* For the tabs above the panel.  This should be a table (class=menu) with one 
 * row. Each button will be in it's own td, with one additional td at the end
 * like: <td class="filler">&nbsp;</td>
 */
.panel .tabs {
	background-color: #d6cfa5;
	height: 26px;
}
.panel .tabs .filler {
	border-bottom: 1px solid black;
	width: 100%;
}
.panel .tabs .bottomBlackLine {
	border-bottom: 1px solid black;
	width: 3px;
}

/* --- BODY --- */

/* The panel includes the buttons and content, but not the tabs at the top. */
.panel .body {
	background-color: #c6b684;
	margin: 0;
	padding: 0 8px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: 508px;
	text-align: left;
}

/* avoid a double border between the left and right panels. */
#content-left .body {
	border-right: none !important;
}

/* --- BUTTONS --- (top and bottom) --- */


/* Buttons at the top and bottom of the panel */
.panel .buttons {
	height: 18px;
	margin: 4px 0;
	overflow: hidden;
	white-space: nowrap;
}
.panel .buttons td {
	padding: 0 4px 0 0;

}
/* The last/first cell of a buttons table at the top/bottome should be empty 
 * with this class, so the buttons squish over to one side
 */
.panel .buttons .filler {
	width: 99%;
}

/* --- CONTENT --- (the main part of a panel) --- */

/* The main (scrollable) panel content */
.panel .content {
	padding: 0;
	background-color: #ffffff;
	border : 1px solid black;
	text-align: left;
	height: 450px;
	overflow: auto;
	overflow-x: auto; /* avoids some weird IE issues */
}

/* You can add the "short" class to a "content" div to cause it to use a
 * dynamic height (often small forms with buttons at the bottom should use this)
 */
.panel .short {
	/* see pin_ie.css and pin_std.css for height rules */
}

/* Indicates that this element should be separated from the previous one by a 
 * border. Typically used to seperate section of content in the body. 
 */
.panel .separated {
	border-top: black 1px solid; 
}

/* tables like used with dosage lines have the "columns" class */

/* Allow a header row to be specified for column headers (like dosage lines). */
.panel .columns .header td {
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	padding: 3px 4px 0 3px;
	
	/* can't we just use uppercase text where we need it rather than forcing 
	 * it for everything? 
	 */
	text-transform: uppercase;
}
.panel .columns td {
	padding: 3px 4px;
}

/* label is for the label part of label/value pairs (old text6 and text7) 
 * Keep these style in sync with the drugHeader ones below.
 */
.panel .label {
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	padding: 3px 4px;
	width: 20%;
		
	/* can't we just use uppercase text where we need it rather than forcing 
	 * it for everything? 
	 */
	text-transform: uppercase;
}

/* For labels on tall columns, use class="label top" */
.panel .top {
	vertical-align: top;
}

/* data is for the value of label/value pairs where the value is text. */
.panel .data {
	padding: 3px 4px;
}

/* field is for the value of label/value pairs where the value is form input */
.panel .field {
	padding: 3px 4px;
	vertical-align: middle;
	white-space: nowrap;
}
.panel .field textarea {
	width: 100%;
}

/* ---- TITLES ---- */

/* for title bands (similar to the old "text3") */
.panel .titleBar
{
	background-color: #c6b484;
	padding: 3px 4px;
}

/* Header tables (ones that look like drug headers)
 */
.panel .headerTable
{
	background-color: #e8e1ce;
}

/* Large titles, like drug names in the drug header (old text1) 
 */
.panel .headerTitle
{
	font-size: 22px;
	font-style : normal;
	font-weight : lighter;
}
.panel td.headerTitle { padding: 3px 4px; }
.panel div.headerTitle { padding: 3px 4px; }

/* Smaller titles a the top of content headers (old text4) 
 * see ViewManagedIssue.jsp, ViewManagedIssueList.jsp, more.
 */
.panel .headerSubtitle 
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase
}
.panel td.headerSubtitle { padding: 3px 4px; }

/* Slightly smaller titles (old text2)
 * see ??? (rename before using this style)
 */
.panel .mysteryTitle
{
	font-size: 20px;
	font-style : normal;
	font-weight : lighter;
}
.panel td.mysteryTitle { padding: 3px 4px; }


/* section titles, often combined with titleBar (old text3) 
 * see View Prescription Notes.
 */
.panel .sectionTitle
{
	font-size: 16px;
	font-weight: bold;
}
.panel td.sectionTitle { padding: 3px 4px; }


/* Titles for columns 
 * see ViewManagedIssueList.jsp)
 */
.panel .sectionSubtitle
{
	font-size: 11px;
	font-weight: bold;
}
.panel td.sectionsubTitle { padding: 3px 4px; }

/* --- END TITLES --- */

/** --- SECTION SPECIFIC --- banded details */

/* For banded detail sections */
.panel .band0 {
	background-color: #ffffff;
}
.panel .band1 {
	background-color: #f6f3eb;
}

.panel tr.band0 td {
	background-color: #ffffff;
}
.panel tr.band1 td {
	background-color: #f6f3eb;
}

/* --- PAGE SPECIFIC --- view notes */

.panel .notes .alert {
	padding: 3px 4px;
	color: red;
	font-weight: bold;	
}
.panel .notes .top {
	padding: 3px 4px;
	font-size: 14px; 
	font-weight: bold;
}
.panel .notes .band0 {
	background-color: #ffffff;
}
.panel .notes .band1 {
	background-color: #EFE8B5;
}

/* --- SECTION SPECIFIC ---- dosage lines */
	
/* class for a dosage lines section */
.panel .dosageLines {
	background-color: #c6b484;
}

/* --- SECTION SPECIFIC ---- sig instructions */

/* for sig instruction sections */
.panel .sigInstructions {
	background-color: #e8e1ce;
	min-height: 40px;
	max-height: auto;
	/* see pin_ie.css for additional height rules */
}

.panel .sigInstructions .label {
	vertical-align: top;
	width: 20%;
}
.panel .sigInstructions .data {
}

/* The sig instruction entry form has two parts, the text area and the select
 * list.  The tables cells are classed with instructionText and instructionList
 * respectively.
 */
.panel .sigInstructions .instructionText {
	padding: 3px 4px;
	width: 80%;
}
.panel .sigInstructions .instructionText textarea {
	width: 100%;
}
.panel .sigInstructions .instructionList {
	padding: 3px 4px;
}

/* --- PAGE SPECIFIC --- (create prescription) */

/* For banded prescription footer */
.panel .prescriptionFooter band0 {
	background-color: #e8e1ce;
}
.panel .prescriptionFooter band1 {
	background-color: #f6f3eb;
}
.panel .prescriptionFooter .field {
	width: 25%;
}

/* --- PAGE SPECIFIC --- (various) */

/* For the "enter management" part of view issue */
.panel .managementForm {
	background-color: #e8e1ce; 
}

/* for drug header sections remove the table style if all drug headers are inside a panel */
.drugHeader .mainTitle {
	background-color: #e8e1ce; 
}
.drugHeader .mainTitle .drugType {
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}

.drugHeader .mainTitle .buttons {
	text-align: right;
	padding: 4px 2px 0 0;
}

.drugHeader .mainTitle .drugName {
	padding-left: 4px;
	padding-bottom: 4px;
	font-size: 22px;
	font-style : normal;
	font-weight : lighter;
}

.drugHeader .banded {
	background-color: #EFE8B5;
}

.drugHeader .filler {
	width: 99%;
}

/* Not all drug headers are inside a panel, so repeat some classes here. 
 * Keep these style in sync with the panel ones above.
 */
.drugHeader .label {
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	padding: 3px 4px;
	width: 20%;
		
	/* can't we just use uppercase text where we need it rather than forcing 
	 * it for everything? 
	 */
	text-transform: uppercase;
}
/* For labels on tall columns, use class="label top" */
.drugHeader .top {
	vertical-align: top;
}

/* data is for the value of label/value pairs where the value is text. */
.drugHeader .data {
	padding: 3px 4px;
}


/* --- PAGE SPECIFIC --- (issue management) */

.issues .body {
	background-color: #bd8300;
}
	
.issues .content {	
	background-color: #ffeab7;
}

.issues .content table {
	padding: 0;
	margin:0;
	border-bottom: 1px solid black;
	border-collapse: collapse;
	background-color: #ffd062;
}

.issues .marker {
	vertical-align: middle;
}

.issues .causeHeader {
	background-color: #ffd062;
	padding: 4px 0 4px 7px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.issues .issueDescription {
	height: 18px;
	width: 99%;
	padding-left: 1ex;
	
	font-size: 12px;
	font-weight: bold;
}

/*
.issues .issueDescription a { text-decoration: none; }
.issues .issueDescription a:hover { text-decoration: underline; }
*/

.issues .issueDetails {
	height: 18px;
	width: 99%;
	padding-left: 4ex;
}
.issues .manage {
	text-align: right;
	vertical-align: middle;
	padding-right: 1ex;
	
	font-size: 12px;
	font-weight: bold;
}

.issues .abandon {
	text-align: right;
	vertical-align: middle;
	padding-right: 1ex;
	
	font-size: 12px;
	font-weight: bold;
}

.issues .band_0 {
	background-color : #FFFFFF;
}

.issues .band_1 {
	background-color : #fff8e0;
}

.issues .priority_E {
	background-color: #cc0000
}

.issues .priority_W {
	background-color: #ffff33;
}

.issues .priority_I {
	background-color: blue;
}

/* --- End of contraindication page styles --- */

/* --- Begin prescription list styles --- */
.prescriptionList {
	width: 100%;
	background-color: #ffffff;
	padding: 0;
}

.prescriptionList .header {
	background-color: #a4bbc1;
}

.prescriptionList tr.sectionTitle {
	background-color: #d1dde0;
}
.prescriptionList tr.sectionTitle td {
	font-weight: bolder;
	color: #395757;
	font-size: 16px;
	padding: 1px 0px;
}

/* --- OtherMedication styles -- */
/* for other medication content sections */

.otherMedications {
	background-color: #FFFFFF !important;
	/* see pin_ie.css and pin_std.css for additional height rules */
}

