#header {
	width: 7in;
	display: none;
}

#container {
  width: 7in;
  margin: 0 auto;
  background-image: none;
  padding: 0px 0px;
  border: none;
}

#top-buttons img, #top-buttons input { display: none; }

#bottom-buttons img, #bottom-buttons input { display: none; }

#sidebar { display: none; }

#content { width: 7in; float: right; }

#footer { width: 7in; color: gray; }

#notes_box { width: 7in; }

h1, h2, h3, h4 {
	font-family: Palatino;
	color: gray;
}

h1 {
	width: 7in;
}

input, input.total, input.patient_total, input.visit_total { border: 0px; background: transparent; }

textarea { width: 100%; height: auto; border: 0px; background: transparent; }

legend { color: black; }

#left_column {
	width: 100%;
}

#right_column {
	page-break-before: true;
	float: none;
	width: 100%;
}

table td {padding: 0.5em; border-top: solid 1px gray; }
table tr.even td { background-color: transparent; }
table tr.odd td { background-color: transparent; }



