@charset "utf-8";
/* CSS Document */

input[type="text"] {
  margin: 3px 0;
}

select {
	position: relative;
	top: 0px;	
	*top: 3px;
	margin: 3px 0;
	*margin: 0 0 3px 0;
	*padding: 0 0 3px 0;
}

select.selectColor {
		font-size: 9px;	
	}

select, textarea {
		font-size: 11px;	
	}
	
input.fldInchesLength {
	font-size: 11px;	
	width: 35px;	
}
	table.tblOuter td {
		font-weight: bold;
		vertical-align:top;
		height: 24px;
		padding-bottom: 10px;
	}
	
	table.tblInner td {
		padding-bottom: 0;
	}
	
	.pseudolink {
		color: #cc0000;
		text-decoration: underline;
		font: normal 10px Arial, Helvetica, sans-serif;
	}
	
	.Row0 {
		background-color: #ede1be;
	}
	
	.Row1 {
		background-color: #f1e9cf;
	}
	
	img.deleteBtn {
		float: right;
		padding-right: 10px;
	}

	table.tblSection td.headertextbold {
		font-size: 12px;
		font-weight: bold;	
	}
	
	table.tblSection td.bodytextbold {
		color: #000000;
		font-size: 11px;
		font-weight: bold;
		vertical-align: bottom;
	}
	
	table.tblSection td {
		color: #000000;
		font-weight: normal;
		font-size: 11px;
	}
	
	td.rowBottom {
		border-bottom: 1px solid #999999;
		padding-bottom: 5px;
	}