/* CSS Document for the Flight Planner */

body,
td,
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
/*	width: 600px;*/
	}

.list {
	font-size: .9em;
	}

table {
	width: 600px;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	}

.instruct {
	text-align: justify;
	}

.heading {
	background-color: #08A3BC;
	color: #FFFFCC;
	}

.yellow {
	background-color: #FFFFCC;
/*	text-align: right;*/
	}

.data {
	text-align: right;
	}

input {
	font-weight: 900;
	}

input.control, input.routeAdj {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 10px;
	}

input.routeAdj {
	margin-bottom: 0;
	}

.disabled {
	background-color: #EBEBE4;
	}

.blue {
	background-color: #00FFFF;
	}

select {
	border: 2px double silver;
	}
	
a:link {
	font-size: .75em;
	}

a:visited {
	font-size: .75em;
	}


