/*
	Alexander Aviation web stylesheet
*/
/*	Override default tags	*/
/*
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: none;
	color: #666666;
}
body{
	background-image: url(../images/Background.gif);
	background-repeat : repeat-y;
	background-position : right;
}
td{
	background-color:white;
}

*/
h1	{
	font-size: large;
	margin: 0;
	font-weight:bold;
	font-family: Georgia, Times New Roman, Times, serif;
color: #6A80B9;
}
/*
*/.SmallText {
	font-family: Tahoma, Arial, Helvetica;
	font-size: xx-small;
}


h2{
	/*margin-bottom:2;*/
	font-size:14pt;
	font-weight:normal; 
}
h3{
	margin:0;
}
input{
	font-size: 10pt;
}
.LeftNav, .LeftNavSub, .LeftNavHighlighted{
	color: Navy;
	font-weight:bold;
	font-size:9pt;
	vertical-align:top;
	text-decoration:none;
	text-align:left;
	background-repeat : repeat-y;
	background-color : transparent;
}
td.LeftNav{
	padding-top: 10px ;
}
.LeftNavHighlighted{
	color:red;
}
a.LeftNav:hover, a.LeftNavSub:hover, a.LeftNavHighlighted:hover{
	text-decoration:underline;
}
.LeftNavSub { 
	font-size: 8pt;
	padding-left: 10px ;
	padding-bottom: 0px ;
	padding-top: 0px ;
}
.Footer{
	color:navy;
	text-align:center;
	font-size:8pt;
}
 .BorderLine{
	background-color:Navy;
}
.SubTitle1{
	text-align:center;
	font-size: 12pt;
	font-style : italic;
}
.SubTitle2{
	text-align:center;
	font-size: 14pt;
	font-weight:normal;
}

/**	New JSF Fields	*/
.InputLabel, .InputLabelHeader{
	text-align:right;
	font-weight:bold;
	vertical-align:top;
}
.InputField{
	text-align:left;
	vertical-align:top;
}


.InputLabelHeader{
	text-align:left;
		
	}


.InputForm{
	text-align:left;
	font-size:10pt;
	vertical-align:middle;
}
/**JSF Only*/
span.InputForm{
	font-weight:bold;
}
td.InputForm{
	text-align:left;
	vertical-align:top;
}
.InputForm_C{	/*centered input form*/
	text-align:center;
}
th.InputForm_T{	/*multi-line input form label*/
	vertical-align:top;
}
.TopNav{
	background-color:black;
	color:white;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
a.TopNav:hover{
	color:red;
}

/**  validation messages	*/
.ErrorMessages{
	color: red;
}


/**  The astrix by required fields	*/
.Required{
	font-weight:bold;
	color: #6A80B9;
	vertical-align:top;
}



.FormStructural{
	vertical-align:top;
}
.Link{
	font-weight:normal;
	text-decoration:none;
	list-style-type:none ;
}
b.Link{
	font-size:12pt;
}
a.Link:hover{
	text-decoration:underline;
}


.Subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6A80B9;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: none;
	color: #666666;
}
