table.standard {
  margin: 1em 0;  
  border-collapse: collapse;
  font-size:0.75em;
  line-height:1.875em;
}

table.standard th, table.standard td {
  padding: 3px 5px;
  background:#175491;
  border: 1px solid #0A4A8A;
}

table.standard th {  
  text-align: left;
  width: 120px; 
  background:#255d97;
}

/* Quote Request */

table.quote {
	font-size:0.70em;
	line-height:1.875em;
	border-spacing:8px;
	}
table.quote th {
	text-align:left;
	font-weight:normal;
	color:#D1DBE8;
	width: 120px;
	}
table.quote td {
}
table.quote td, table.quote th {
	padding: 3px 0 3px 3px;
	}
	
table.quote input, table.quote select, table.quote textarea {
	padding:3px;
	border:1px solid #cdb980;
	width:172px;
	font-size: 0.9em;
	color:#666;
}

table.quote select {
	width:180px;	
}

table.quote select.wide-select {
	width:523px
}

table.quote textarea {
	height:100px;
	width: 520px;
	}
table.quote select.short, table.quote input.short {
	width:auto;
	padding:2px;
}
table.quote input.short-txt {
	width:50px;
}

table.quote input.radio {
	border:none;
	width:auto;	
}

table.quote input[type="radio"] {
	width:auto;
	border:0;
	}
	
table.quote select option.quote-aircraft-title {
	font-weight:bold;
	}
table.quote th.quote-heading {
	font-weight:bold;
	border-bottom: 2px solid #3d6495;
	}
table.quote h2 {
	margin:0;
	color:#fff;
	}
table.quote-other th {
		width: 330px;
}
table.quote-other td textarea {
		width: 330px;
}
#content table.quote th.txt-right {
		text-align:right;
}
