/* THIS STYLESHEET CONTROLS THE FONTS AND OTHER ATTRIBUTES OF THE ENTIRE FAA WEBSITE. */

/* Sets the body text font to 0.84em Arial. You don't have to put font tags around your
 * body text in order for this style to work. 
body {
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
} 
*/

/* FONT STYLES DEFINED. */

/* Font used to reduce the navigation bar text and the welcome text on the flyfaa
 * pages to a smaller size... Also makes the pop-up menus line up correctly */
font.abs {
    z-index: 1;
    font-family: "Verdana", "Tahoma", "Arial", "Helvetica";
    color: black;
    font-size: 10pt;
}

/* Sets the font size to 14pt and color to #483D8B when you use class="heading1". 
 * This is the standard font style for the heading in the main body of your page */
font.heading1 {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #481D8B;
	font-size : 14pt;
	font-weight : 300;
	background-color : transparent;
}

font.errormsg {
        z-index: 1;
        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
        color: black;
        font-size: 14pt;
}

/* Sets the font size to bold, 0.84em and color to #483D8B when you use class="heading2".
 * This is the standard font style for the second line or subheading in the main body 
 * of your page */
font.heading2 {
	font-size: 0.84em;
	font-weight: 600;
	color: #483D8B;
	background-color : transparent;
}

/* Sets the font size to bold, 0.84em and color to #D6D528 when you use class="navhead".
 * This is the standard font style for the link headings in the Left Nav Bar of your page */ 

font.navhead {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #D6D528;
	font-size : 0.84em;
	font-weight : 600;
	background-color : transparent;
}

/* Sets the font size to 9pt and when you use class="small" in your font tag */ 
font.small {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

/* Sets the font color to white and size to .84em and when you use class="white" 
 * in your li tag */
li.white {
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	color: #ffffff
} 

/* TABLE STYLES DEFINED. */

/* Sets table cell text to 0.84em. Works when you use the td tag. 
td {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 0.84em;
   color: black; 
   background-color: white;
}
*/
/* Sets table head cell text to 0.84em. Works when you use the th tag. 
th {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 0.84em;
	font-weight: 600;
}
*/
th.white {
    color: black;
    background-color: white;
    font-family: Verdana,Tahoma,Arial,Helvetica;
    font-weight: 500;
}                                  

/* Sets the backgound color of your table row to #EEEEEE and the font color 
 * in your table row to black when you use the class="links" attribute with 
 * your tr tag */
tr.links {
	background-color: #EEEEEE;
	color : Black;
}

/* Sets the backgound color of your table row to #4748A9 and the font color 
 * in your table row to black when you use the class="title" attribute with 
 * your tr tag */
tr.title {
	background-color: #4748A9;
	color : Black;
}

/* LINK STYLES DEFINED. */

/* Sets the hover color to red when you use the a tag. This is for links 
 * in the main body section of your web pages */
a:hover {
	color: red;
	background-color : transparent;
}

/* Sets the text decoration to "none" when you use the class="nodec" 
 * attribute with your a tag */
a.nodec {
	text-decoration: none;
}

/* Sets the font color to white and font size to 8pt when you use the class="nav" 
 * attribute with your a tag. This is for links in the left nav bar section of 
 * your web pages. */
a.nav {
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 0.84em;
	text-decoration: none;
	font-weight: 400;
	background-color : transparent;
}

/* Sets the font color to white and font size to 8pt when you use the class="nav"
 * attribute with your a tag. This is for links in the left nav bar section of 
 * your web pages. */
a.nav:link	{
	color: white;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	font-weight: 400;
	background-color : transparent;
}

/* Sets the font color to white and font size to 8pt for visited links when you use 
 * the class="nav" attribute with your a tag. This is for links in the left nav bar 
 * section of your web pages. */			
a.nav:visited	{
	color: white;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	font-weight: 400;
	background-color : transparent;
}

/* Sets the font hover color to yellow and font size to 8pt when you use the 
 * class="nav" attribute with your a tag. This is for links in the left nav bar 
 * section of your web pages. */	
a.nav:hover	{
	text-decoration: none;
	color: yellow;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	font-weight: 400;
	background-color : transparent;
}


/* Sets the font color to white and font size to 8pt when you use the class="nav"
 * attribute with your a tag. This is for links in the left nav bar section of 
 * your web pages. */
a.nav2 {
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.84em;
	text-decoration: none;
	font-weight: 400;
	background-color : transparent;
}

/* Sets the font color to white and font size to 8pt when you use the class="nav" 
 * attribute with your a tag. This is for links in the left nav bar section of 
 * your web pages. */
a.nav2:link	{
	color: black;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	font-weight: 400;
	background-color : transparent;
}

/* Sets the font color to white and font size to 8pt for visited links when you use 
 * the class="nav" attribute with your a tag. This is for links in the left nav bar 
 * section of your web pages. */			
a.nav2:visited	{
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.84em;
	text-decoration: none;
	font-weight: 400;
	background-color : transparent;
}

/* Sets the font hover color to yellow and font size to 8pt when you use the 
 * class="nav" attribute with your a tag. This is for links in the left nav bar 
 * section of your web pages. */	
a.nav2:hover	{
	text-decoration: none;
	color: 0000ff;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	font-weight: 400;
	background-color : transparent;
}


/* Sets the font color to #5a5a5a and font size to 0.84em when you use the 
 * class="headnav" attribute with your a tag. This is for links in the top/main 
 * nav bar section of your web pages. */
a.headnav {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	color: #5a5a5a;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 0.84em when you use the 
 * class="headnav" attribute with your a tag. This is for links in the top/main 
 * nav bar section of your web pages. */
a.headnav:link	{
	color: #5a5a5a;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 0.84em on visited links when 
 * you use the class="headnav" attribute with your a tag. This is for links in the 
 * top/main nav bar section of your web pages. */
a.headnav:visited	{
	color: #5a5a5a;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font hover color to #4748A9 and font size to 0.84em when you use the 
 * class="headnav" attribute with your a tag. This is for links in the top/main 
 * nav bar section of your web pages. */	
a.headnav:hover	{
	text-decoration: none;
	color: #4748A9;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 01.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 0.84em when you use the 
 * class="headnav" attribute with your a tag. This is for links in the top/main 
 * nav bar section of your web pages. */
a.header {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 0.84em when you use the 
 * class="headnav" attribute with your a tag. This is for links in the top/main 
 * nav bar section of your web pages. */
a.header:link	{
	color: #ffffff;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 0.84em on visited links when you 
 * use the class="headnav" attribute with your a tag. This is for links in the 
 * top/main nav bar section of your web pages. */
a.header:visited	{
	color: #ffffff;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font hover color to #4748A9 and font size to 0.84em when you use the 
 * class="headnav" attribute with your a tag. This is for links in the top/main 
 * nav bar section of your web pages. */	
a.header:hover	{
	text-decoration: none;
	color: #CCCC66;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 01.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Original ATCSCC stylesheet, faa.css (except td was folded into the definition above */
body { background-color: white; font-family: Verdana,Tahoma,Arial,Helvetica; font-size: small}
h1, h2, h3, h4, h5 { color: black; font-family: Verdana,Tahoma,Arial,Helvetica; }
th { color: black; background-color : silver;font-family : Verdana,Tahoma,Arial,Helvetica; font-weight: 500;}
th.caption {text-align: left; background-color: #99CCCC; color: #000099; font-family: Verdana,Tahoma,Arial,Helvetica; font-weight: bold;}
th.cdrcaption {text-align: center; background-color: #99CCCC; color: #000099; font-family: Verdana,Tahoma,Arial,Helvetica; font-weight: bold;}
th.label {text-align: center; background-color: #99CCCC; color: #000099; font-family: Verdana,Tahoma,Arial,Helvetica; font-weight: bold;}
.warning {background-color: #FFFF99; color: #000000; font-weight: 500;}
.adv { font-size: smaller }
.tooltip { position: absolute; visibility: hidden; }

p {font-family: Verdana,Tahoma,Arial,Helvetica; font-size: small;}
p.normal {font-family: Verdana,Tahoma,Arial,Helvetica; 	font-size: 12pt; font-weight: 500; }
.textentry {text-align: left; background-color: #99CCCC; color: black; font-family: Verdana,Tahoma,Arial,Helvetica; font-size: small;}
.data {font-family: Verdana,Tahoma,Arial,Helvetica; text-align: center; background-color: #FFFFCC;}
td.fieldname {text-align: right; vertical-align: middle; background-color: #99CCCC; color: black; font-family: Verdana,Tahoma,Arial,Helvetica;}
td.textfield {text-align: left; background-color: #99CCCC; color: black; font-family: Verdana,Tahoma,Arial,Helvetica; font-size: small;}
td.button {text-align: center; background-color: white; color: black; font-family: Verdana,Tahoma,Arial,Helvetica;}
td.selecter { background-color: silver; }
td.arpttip { text-align: center; color: #000080; background-color: #FFD700; font-family: Verdana,Tahoma,Arial,Helvetica; font-weight: bold;
font-size: smaller }
td.tip { width: 250px; color: #000080; background-color: #FFD700; font-family: Verdana,Tahoma,Arial,Helvetica; font-size: smaller; vertical-align: middle; }
ol { font-family: Verdana,Tahoma,Arial,Helvetica;}
ol.SecondOrder {font-family: Verdana,Tahoma,Arial,Helvetica; list-style-type: lower-alpha;}
ol.ThirdOrder {font-family: Verdana,Tahoma,Arial,Helvetica; list-style-type: lower-roman;}
ul {font-family: Arial,Verdana,Helvetica; list-style-type: disc; }
ul.SecondOrder {font-family: Verdana,Tahoma,Arial,Helvetica; list-style-type: square;}
ul.ThirdOrder {font-family: Verdana,Tahoma,Arial,Helvetica; list-style-type: circle;}
menu {font-family:  Verdana,Tahoma,Arial,Helvetica; } 
pre {font-family: Verdana,Tahoma,Arial,Helvetica; font-weight: bold;}
table.RegTable {background-color: silver;}
.RegTable {color: silver;}
