/* style for case report writer only */

@media print {
  /* CSS print rules */

	.no_print {
		display: none;
	}
}

.report_title {
    font-size: 12pt;
}


/* style for displaying report locked message */
p.locked_message {
    /* color:  #000040; */
    font-weight:bold
}

textarea.report_field {
      height:   200px;
      width:    100%;
}

table.report {
	 table-layout: fixed;
	 width: 100%;
}
table.report td.left {
		width: 40%;
        white-space: nowrap;
		font-family: sans-serif;
		font-size: 14px;
		background-color: #E9EAF4;
		text-align:right;
		padding-right: 10px;
}

table.report td.right {
	width: 60%;
	/* size:100px; */
}

td.visible_line {
    height: 9px;
    border-bottom: 1px solid black;
}


.addendum_content, .complaint_content {

    /* solid line left and right, dotted line top and bottom */
   /* border-style: dotted solid;  */
   /* dotted line as top border */
    border-top-style: dotted;
    border-color:  black;
    border-width:  2px;
}


.report_static_field{
	size:100px;
}
