/* COLOUR CONVENTIONS */
/* nt 20081007 - split color and fonts from layout */

/* colours and fonts */
/* ----------------- */

body{
	font-family:  verdana, arial, helvetica, sans-serif;
	color: #033	;
	font-size:90%;
	}

h1,h2,h3 {color: #066;}

q{ font-style: italic;}

 a:link {color: #066;}
 a:visited {color: #099;}
 a:hover {background: white; color:blue;}
 
#navigation li {
	list-style: none;
	font-size: larger;
	} 
#navigation li a {text-decoration: none;}
#navigation li a:hover {background: white; color: #066; font-weight: bold;}

#activemenuitem {color: #ccc;}

.accesskey {
	border-bottom:1px solid #066;
}

a.image {text-decoration: none;}


/*img {border: 5px solid #066;} */

form {border: 2px dashed #066;}

div .row
{
	border: 1px solid #ccc;
}

div .input_row
{
	border: 1px solid #ccc;
}

table#approach_model,
table#ttsttgtable
{
	background: #0df;
	color: #066;
}


table#approach_model,
table#ttsttgtable caption
{
	font-size: larger;
	font-weight: bold;
	background: #0df;
	color: #011;
}

table#approach_model,
table#ttsttgtable th
{
	color: #011;
}

table#approach_model,
table#ttsttgtable tr
{
	background-color: #cff;
}

table#approach_model tr.odd_row
{
	background-color: #aee;
}


#approach_model td.range
{
	color: #011;
}

#approach_model td.rate
{
	color: #011;
}

#approach_model td.in-trail_one
{
	color: #011;
}

#approach_model td.in-trail_two
{
	color: #011;
}

#approach_model td.time_to_touchdown
{
	color: #033;
}

table#ttsttgtable td
{
	color: #011;
}

div#footer { font-size:smaller;}


/* layout */
/* ------ */
body{
	padding:0;
	margin: 2% 40% 2% 5%;
/*	border: 2px dashed #ccc; */
}

/*NAVIGATION*/
 div#navigation {
	float:left;
	width: 20%;
	}

#navigation ul {
	padding: 0em;
	margin: 0em;
}

#navigation li {
	margin: 0;
	padding: 0.2em 0 0 0;
	} 

/*#navigation li a:link {color: #043;}
#navigation li a:visited {color: #454;} */

#content {
	float:right;
	width:75%;
	}


/* a.image {text-decoration: none; border: 1px solid red;} */

/*img {border: 5px solid #066;} */

form {padding:1em 1em 1em 1em ;}


label {
	display: block;
	padding:2% 0 2% 0;
}

.row label{
	display: inline;
}

select
{

}

input
{
	text-align: center;
}

div .row
{
	margin: 2px;
}

div .input_row
{
	margin: 2px;
	text-align: center;
	padding: 1em;
}

div.approach_model_table
{
	text-align: center;
}

table#approach_model,
table#ttsttgtable
{
	margin-bottom: 2em;
	padding: 0em;
}


table#approach_model,
table#ttsttgtable caption
{
	padding:0;
	margin:0;
}

table#approach_model,
table#ttsttgtable th
{
	text-align: center;
}

table#approach_model,
table#ttsttgtable tr
{
	text-align: right;
	margin: 1em;
}

table#approach_model tr.odd_row
{
	text-align: right;
}


table#approach_model,
table#ttsttgtable td
{
	padding: 0.25em;
}

#approach_model td.range
{

}

#approach_model td.rate
{

}

#approach_model td.in-trail_one
{

}

#approach_model td.in-trail_two
{

}

#approach_model td.time_to_touchdown
{

}


textarea{display: block;}

div#footer { clear:both; text-align:right; font-size:smaller; bottom:0em;}
