/* Normal Links */
a { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #18266F;
	text-decoration: none;
	}

a:active { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #18266F;
	text-decoration: none;
	}

a:visited { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #18266F;
	text-decoration: none;
	}
	
a:hover { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #18266F;
	text-decoration: underline;
	}
/* Light Link */

a.light { 
	font-size: 11pt; 
	font-weight: normal; 
	color: #EFEFEF;
	text-decoration: None;
	}

a.light:active { 
	font-size: 11pt; 
	font-weight: normal; 
	color: #EFEFEF;
	text-decoration: none;
	}

a.light:visited { 
	font-size: 11pt; 
	font-weight: normal; 
	color: #EFEFEF;
	text-decoration: none;
	}
	
a.light:hover { 
	font-size: 12pt; 
	font-weight: normal; 
	color: #EFEFEF;
	text-decoration: underline;
	}	


/* Job Links */

a.job { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #595656;
	text-decoration: underline;
	}

a.job:active { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #595656;
	text-decoration: none;
	}

a.job:visited { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #595656;
	text-decoration: underline;
	}
	
a.job:hover { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #595656;
	text-decoration: none;
	}


/* Menu Links */

a.menu {
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;
	color: #0E1A58;
	text-decoration: none;
	}

a.menu:active {
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;
	color: #0E1A58;
	text-decoration: none;
	}

a.menu:visited {
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;
	color: #0E1A58;
	text-decoration: none;
	}

a.menu:hover {
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;
	color: #0E1A58;
	text-decoration: underline;
	}


/* Yellow Links */

a.yellow:active { 
	font-size: 8pt; 
	font-weight: normal; 
	color: #EEC74F 
	}

a.yellow:visited { 
	font-size: 8pt; 
	font-weight: normal; 
	color: #EEC74F 
	}

a.yellow:hover { 
	font-size: 8pt; 
	font-weight: normal; 
	color: #EEC74F
	}
	
	
/* Hover Menu */

 

.hmenu

{

padding: 0px;

margin: 0px;

}

 

.hmenu li

{

/*border-top: 5px solid #D5D5DA;*/

}

.hmenu font
{
display: block;

//background-color: #D5D5DA;

color: #FFF;

font-size: 8pt;

font-weight: normal;

text-decoration: none;

width: 100%;

//border-left: 5px solid #2B65AA;

padding-left: 2px;
}

 

.hmenu ul

{

list-style: none;

padding: 0px;

margin: 0px;

text-align: left;


}

 

 

.hmenu a

{

display: block;

/*background-color: #D5D5DA;*/

color: #FFF;

font-weight: bold;

text-decoration: none;

width: 100%;

border-left: 2px solid #2B65AA;

padding-left: 2px;

}

 

.hmenu a:hover

{

text-decoration: none;

color: #fff;

font-weight: bold;

/*background-color: #4052D7;*/

border-left: 2px solid #E41518;

}
.hmenu a:visited
{
color:#FFF;
font-weight: bold;
}


/*######################################################*/

.hmenu2

{

padding: 0px;

margin: 0px;

}

 

.hmenu2 li

{

/*border-top: 5px solid #D5D5DA;*/

}

.hmenu2 font
{
display: block;

//background-color: #D5D5DA;

color: #FFF;

font-size: 8pt;

font-weight: normal;

text-decoration: none;

width: 100%;

//border-left: 5px solid #2B65AA;

padding-left: 2px;
}

 

.hmenu2 ul

{

list-style: none;

padding: 0px;

margin: 0px;

text-align: left;


}

 

 

.hmenu2 a

{

display: block;

/*background-color: #D5D5DA;*/

color: #FFF;

font-weight: normal;

text-decoration: none;

width: 100%;

border-left: 2px solid #2B65AA;

padding-left: 2px;

}

a.hmenu2
{
color: #fff;
font-weight: normal;
text-decoration: none;

}

.hmenu2 a:hover

{

text-decoration: none;

color: #fff;

font-weight: normal;

/*background-color: #4052D7;*/

border-left: 2px solid #E41518;

}
.hmenu2 a:visited
{
color:#FFF;
font-weight: normal;
}






/*#####################################################*/


/* Body */

.bg
{
background-image: url(images/logo_bg.gif); 
background-position: center;
background-repeat: no-repeat;

}

.lbg
{
background-image: url(images/layout_09.gif);
background-position: top;
background-repeat: no-repeat;
}

b { 
	font-family: Arial; 
	font-size: 9pt;
	color: #201f1f;
	}
h2 {
	font-family: Tahoma;
	color: #213498;
	text-decoration: underline;
	}
body { 
	padding: 0px;
	margin: 0;
	font-family: Arial;
	font-size: 9pt;
	background: #FFFFFF url('/images/bgd.gif') repeat-y scroll top center;
	}

td, center, font {
	padding: 0px;
	margin: 0;
	font-family: Arial;
	font-size: 9pt;
}
#wrapper {
	height: 100%;
	padding: 0px;	
	margin: 0;
	background: #FFFFFF url('/images/bgd.gif') repeat-y scroll top center;
}

	
.floatLeft{float: left;}
.floatRight{float: right;}
.image-left{float: left; vertical-align: text-top;}
.image-right{float: right; vertical-align: text-top;}
div.wrapContainer{width:99.5%; float:left;}


.lightheader{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10pt;
	color: #EFEFEF;
	}
	
.bold { 
	font-weight: bold; 
	font-family: Tahoma; 
	font-size: 10pt 
	}

.list { 
	font-family: Arial; 
	font-size: 11pt 
	}

.yellow { 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #F0C942; 
	}
.white {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	}

.wine {
	font-family: Tahoma;
	font-size: 9pt;
	color: #8B2429;
	}

.light { 
	font-family: Tahoma; 
	font-size: 7pt; 
	color: #0A0A0A; 
	}

.small { 
	font-size: 7pt; 
	font-family: Tahoma 
	}

.large { 
	font-size: 14pt; 
	}

.medium { 
	font-size: 11pt; 
	font-weight: bold; 
	font-family: Tahoma; 
	}

.error { 
	font-size: 9pt; 
	font-weight: normal; 
	font-family: Tahoma; 
	color: red; 
	}

.buttonlook { 
	background-color: rgb(220,220,220); 
	color: rgb(0,0,0); 
	border-left: 1px solid rgb(255,255,255); 
	border-right: 1px solid rgb(255,255,255); 
	border-top: 1px solid rgb(255,255,255); 
	border-bottom: 1px solid rgb(255,255,255) 
	}

.fieldlook { 
	background-color: rgb(220,220,220);
	color: rgb(0,0,0); 
	}

.pageheader { 
	font-weight: bold; 
	font-family: arial; 
	font-size: 16pt 
	}

.pageheader2 { 
	font-weight: bold; 
	font-family: arial; 
	font-size: 14pt 
	}

.tablecolor { 
	background-color: #DDDDDD 
	}

.tablecolor2 { 
	background-color: #FFFFFF 
	}

.tablecolor3 {  
	background-color: #EEEEEE 
	}

.tableborder { 
	BACKGROUND-COLOR: #000000 
	}

/* Classes */

.table_line{ 
	background-color: #000000; 
	}

.cell_front{ 
	background-color: #FFFFFF; 
	}

.cell_head{ 
	background-color: #EEEEEE;
	}

.input{ 
	font-family: Tahoma; 
	font-size: 11px; 
	border: 1px solid #18266F;
	margin: 2;
	}

.button{ 
	font-family: Tahoma; 
	font-size: 9px; 
	border: 1 solid #000000; 
	}

.button2{ 
	font-family: Tahoma; 
	font-size: 9px; 
	}

/* Flight Tracker */


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCCCCC;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0E1A58;
text-decoration: underline;
color: #FFFFFF;
}
