* {
	margin: 0;
	padding: 0;
}
img, abbr, fieldset {
	border: 0;
}
table {
	border-collapse: collapse;
}
th,
td {
	padding: 2px 10px 2px 5px;
	vertical-align: top;
	text-align: left;
}
th {
	white-space: nowrap;
}
hr {
	display: none;
}
p {
	margin-bottom: 10px;
}
h1,h2,h3,h4 {
	font-weight: bold;
	color: #440000;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
}
ul,
ol {
	list-style: none;
}


*+html .clear { /* IE7 */
	min-height: 1%;
}
.clear:after { /* IE8+, Webkit, Mozilla */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


textarea,
input[type='text'],
input[type='password'] {
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 8px;
}

.programSelector {
	width: 600px;
	margin-bottom: 16px;
	border: 2px solid #333333;
	padding: 16px;
}
.programSelector h2,
.printSchedule h2 {
	margin-top: 0;
}
.programSelector .changeProgram {
	margin-top: 15px;
	border-top: 1px solid #333333;
}
.printSchedule {
	padding: 16px;
	border: 2px solid #333333;
	float: left;
	overflow: hidden;
}
.printSchedule th {
	border-bottom: 1px solid #333333;
}

.listStatusLegend {
  margin: 1em;
  padding: 1em;
}
.listStatusLegend h4 {
  margin: 0;
  padding: 0;
}
.listStatusLegend td,
.listStatusLegend th {
  padding: .2em .2em .2em .6em;
}

table.bill_summary {
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
table.bill_summary th.divider {
  border-bottom: 2px solid #333333;
}
table.bill_summary tr.heading {
  border-bottom: 1px solid #333333;
}
table.bill_summary tr.heading td,
table.bill_summary tr.heading th {
  padding-top: 1em;
}
table.bill_summary tr.total {
  border-top: 1px solid #333333;
}
table.bill_summary tr.total td,
table.bill_summary tr.total th {
  padding-bottom: 1em;
}
table.bill_summary tr.final_total td,
table.bill_summary tr.final_total th {
  padding-top: 1em;
}

table.bill_summary th img {
  padding: 0 .5em;
}
table.bill_summary th,
table.bill_summary td {
  text-align: left;
  padding-right: 2em;
}
table.bill_summary .status {
  width: 30px;
}
table.bill_summary .price {
  padding-right: 0;
  padding-left: 2em;
  text-align: right;
}
table.bill_summary .payment_notes {
  padding-left: 2em;
  font-style: italic;
  font-size: .9em;
}

.debug {
	border-top: 1px solid black;
	padding: 20px;
	text-align: left;
	font-family: monospace;
}
.debug p {
	margin-bottom: 10px;
}
