body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

table {
	/* border: solid 1px #000; */
	margin-bottom: 10px;
	/* width: 100%; */
}

td {
	/* border-bottom: 1px solid #000; */
	/* padding: 2px 4px; */
}

td, th{
	/* font-size: 10px; */
	/* border-bottom: 1px solid #000; */
	/* padding: 2px 4px; */
}

hr {
	clear: both;
}

#fieldset-details dt {
	float: right;
	clear: both;
	width: 100px;
	margin: 5px 0;
}

#fieldset-details dd {
	float: right;
}

#fieldset-details #customer-label, 
#fieldset-details #grower-label {
	width: 200px;
}

.totalNewCustomer {
	border: 0;
	width: 250px;
	float: left;
}

.totalNewCustomer td {
	border: 0;
}

.totalNewCustomer td {
	min-width: 20px;
}

.summary td {
	background: lightgray;
}

.blueSep {
	border-top: 5px solid blue;
}

.titles td {
	font-weight: bold;
	text-align: right;
}

.highlighted {
	background: yellow;
	text-align: center;
}

.clear {
	clear: both;
}

.companyName {
	float: right;
	font-size: 18px;
    font-weight: bold;
}

.reportDate {
	float: left;
	direction: ltr;
 	font-size: 16px;
}

#type-label, #customer-label, #grower-label, #slice-label {
	clear: both;
	margin: 20px 0;
}

#type-element, #customer-element, #grower-element {
	clear: both;
	height: 22px;
    margin: 10px 0;
    padding: 10px;
    width: 350px;
	border: 2px ridge #000000;
	background: HoneyDew;
}

#type-element label,
#customer-element label,
#grower-element label {
	float: right;
	margin-left: 25px;
}

#type-element br,
#customer-element br,
#grower-element br {
	display: none;
}

#indexTable {
	display: none;
	border: 0px;
}

#indexTable td {
	border: 0px;
}

.titleDate {
	background: lightgray;
	padding: 3px;
}

#details-element {
	float: right;
}

#buttons-element {
	float: right;
}

fieldset {
	border: 0;
}

#submit-element input {
	background: pink;
	width: 100px;
	padding: 5px;
}

#email-element input {
	background: CornflowerBlue;
	width: 100px;
	padding: 5px;
}

#fax-element input {
	background: greenYellow;
	width: 100px;
	padding: 5px;
}

.sectionTitle {
	font-size: 16px;
}

.tableTitle {
	font-size: 16px;
}