div#pallet_holder {	
	width:600px;
	border:1px solid #993333;
	margin:0px 0px 0px 10px;
	padding:10px 10px 10px 10px;
	line-height:1.4em;
	font-size:0.9em;
	
	

}


div#pallet_holder  h2 {
	background-color:#BE805B;
	border-bottom:1px solid #425652;
	font-weight:bold;
	font-size:1em;
	margin:0px 0px 10px 0px;
	padding:2px;
}

div#pallet_holder table.pall_table {
	width:600px;
}

div#pallet_holder table.pall_table tr {

}

div#pallet_holder table.pall_table tr td {
	padding:1px 3px 4px 3px;
	background-color:#EEEEEE;
	border-bottom:1px solid #999999;
	width:290px;

}

div#pallet_holder table.pall_table tr th {
	padding:1px 3px 4px 1px;
	background-color:#CCCCCC;
	border-bottom:1px solid #999999;
	width:290px;
	font-weight:bold;

}
div#pallet_holder table.pall_table tr td.splitrow {
	padding:1px 1px 4px 1px;
	border-bottom:1px solid #333333;

}
table.notes_box {

}

table.notes_box tr td {
	background-color:#FFFFFF;
	padding:3px;
	color:#666666;
	font-size:0.9em;
	font-weight:bold;
	width:240px;
	border:1px solid #CCCCCC;	

}

td.submitrow {
	text-align:right;
	
}

span.redstar {
	color:#EE0000;
}



