/* Iliff Aircraft Stylesheet */

* {
  margin: 0px;
  padding: 0px;
}

html {
	overflow-x: auto;
	overflow: auto;
}

body {
	background-color: #F8FCFF;
	background-image: url("images/tpl_clouds.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img, img a:link, img a:hover, img a:visited {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

a:link, a:visited {
  color: #0099FF;
  text-decoration: underline;
}

a:hover {
  color: #0022EE;
  text-decoration: underline;
}

.cap:link {
  color: #FFFFFF;
  text-decoration: underline;
}

.cap:hover {
  color: #E7FAFF;
  text-decoration: underline;
}

.cap:visited {
  color: #FFFFFF;
  text-decoration: underline;
}

p {
	padding: 4px 2px;
	margin: 2px;
}

ul {
  display: block;
  list-style-type: disc;
}

li {
  margin-left: 30px;
  #margin-left: 20px;
  padding: 0px;
  line-height: 20px;
}

table, tr, td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-collapse: collapse;
	border: none 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 2px;
	line-height: 14px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 2px;
	line-height: 12px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 1px;
	line-height: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 1px;
	line-height: 9px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 1px;
	line-height: 8px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000;
	margin: 1px;
	line-height: 6px;
}

.button {
	background: #066099;
	border-top: 1px solid #DDD;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #EEE;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 2px;
	padding: 2px;
	display: inline;
}

.smallText {
	font-size: 9px;
}

.tinyText {
	font-size: 8px;
}

.xx-small {
  font-size: 9px;
}

.x-small {
  font-size: 10px;
}

.small {
  font-size: 11px;
}

.medium {
  font-size: 12px;
}

.large {
  font-size: 14px;
}

.x-large {
  font-size: 16px;
}

.xx-large {
  font-size: 18px;
}

/* Master Layout Styles */

.wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.head_container {
	background: url("images/tpl_header.png") no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 780px;
	height: 160px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.navbar_container {
	background: url("images/tpl_navbar.png") no-repeat;
	width: 780px;
	height: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.base_container {
	background: url("images/tpl_tile.png") repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 780px;
	padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.footer_container {
	background: url("images/tpl_footer.png") no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 780px;
	height: 70px;
	text-align: center;
	padding-top: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.footer_content {
  font-size: 11px;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
}

.footer_content a:link, .footer_content a:visited {
  color: #066BB9;
}

.footer_content a:hover {
  color: #0022EE;
}

.content_container {
  background: url("images/tpl_watermark.jpg") no-repeat 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 740px;
	padding: 8px 0px;
	margin: 0px 20px;
}

/* Firefox container fix */

.hidden {
  display: hidden;
}

/* Content Styles */

.box {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
	padding: 16px;
	text-align: left;
	line-height: 16px;
}

.list {
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
	min-height: 300px;
	color: #000099;
	border-left: 1px solid #CCCCDD;
	line-height: 16px;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
}

/* Sub-Head Styles */

.headHome {
  background: url("images/tpl_subhead_home.png") no-repeat;
  width: 680px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}

.headAviation {
  background: url("images/tpl_subhead_aviation.png") no-repeat;
  width: 680px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}

.headAviationCap {
  background: url("images/tpl_subhead_aviation_cap.png") no-repeat;
  width: 680px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}

.headLavatory {
  background: url("images/tpl_subhead_lavatory.png") no-repeat;
  width: 680px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}

.headElectronics {
  background: url("images/tpl_subhead_electronics.png") no-repeat;
  width: 680px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}

.headCapabilities {
  background: url("images/tpl_subhead_capabilities.png") no-repeat;
  width: 680px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}

.headContact {
  background: url("images/tpl_subhead_contact.png") no-repeat;
  width: 680px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}

/* Administrator Styles */

.admin_head_container {
	background: url("images/tpl_admin_header.png") no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 900px;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.admin_cmm_head_container {
	background: url("images/tpl_cmm_header.png") no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 900px;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.admin_base_container {
	background: url("images/tpl_admin_tile.png") repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 900px;
	padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.admin_content_container {
  background: url("images/tpl_watermark.jpg") no-repeat 80px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 850px;
	padding: 8px 0px;
	margin: 0px auto;
}

.admin_footer_container {
	background: url("images/tpl_admin_footer.png") no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 900px;
	height: 70px;
	text-align: center;
	padding-top: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#newTable {
  border: none;
  color: #000000;
}

#cell {
  font-weight: bold;
  padding: 3px;
  margin: 0px;
  text-align: left;
  padding-left: 10px;
  border-top: none;
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
}

#cellHead {
  font-weight: bold;
  color: #FFF;
  width: 125px;
  padding: 3px 3px 3px 10px;
  text-align: left;
  background-color: #066099;
  border: none;
}

#contentCell {
  padding: 3px;
  margin: 0px;
  text-align: left;
  border-top: none;
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
}

#contentCellHead {
  font-weight: bold;
  color: #FFF;
  padding: 3px 3px 3px 10px;
  text-align: left;
  background-color: #066099;
  border: none;
}

#adminCell {
  padding: 3px;
  margin: 0px;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
}

#adminCellHead {
  font-weight: bold;
  color: #FFF;
  padding: 3px;
  text-align: center;
  background-color: #066099;
  border: none;
}

#imageIcon {
  padding-top: 5px;
}

#adminNav {
  padding: 3px;
  padding-left: 10px;
  text-align: left;
}

/* Upload Form Styles */

form {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.contactForm {
  margin: 0px auto 0px auto;
  text-align: center;
}

.contactForm td {
  text-align: left;
}

.formTable {
  width: 700px;
  border: none;
  padding: 2px;
}

.formtable td {
  padding: 2px 4px;
}

.bg1 {
	background: #FFF;
}

.bg2 {
	background: #EEE;
}

.bg3 {
	background: #DDD;
}

.bg4 {
	background: #CCC;
}

.pageWrapper {
	background: #FFF;
	width: 740px;
	margin: 20px auto 20px auto;
	text-align: center;
}

.contentWrapper {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0px auto 0px auto;
	padding: 2px;
}

.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #F8FCFF;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border: 1px solid #C6DBF4;
	display: inline;
}

/* Misc ID styles */

#successText {
  font-weight: bold;
  color: #090;
}

#errorText {
  font-weight: bold;
  color: #900;
}

#redText {
  color: #900;
}

#resetButton {
  background-image: url(images/tpl_reset_icon.png);
  background-repeat: no-repeat;
  padding-left: 20px;
}

.portal {
  padding: 5px;
}