﻿
/*****************************************************/
/* This style sheet is needed for the banner menu for NameSearch, Photosearch & Passenger index */
/* This style sheet should be kept the same for all 3 projects for easier maintenance */
/* The Banner_menuXXX.inc between the 3 projects are all based on the one file with some differences to links etc */ 
/*****************************************************/
#header
{
	background: #FFFFFF;
	height: 85px;
}
#menu, #menu_nav
{
	background: #ffffff;
	height: 82px;
}


#header, #menu
{
	overflow: hidden;
}

#header, #menu
{
	float: left;
}

#header, #menu
{
	margin: 0 0 2px 0;
}

#header
{
	width: 40%;
}

#menu
{
	width: 60%;
}

/*****************************************************/


/** img link border **/

img
{
	border-style: none;
	text-decoration: none;
}

/*****************************************************/

/** NAA Logo **/

.naa_logo
{
	margin:10px 0 0 10px;

}

/*****************************************************/

/** title **/

.RecordSearch_title
{
	float:right;
	font-family: Arial;
	font-size: 18pt;
	color: #000000;
	padding-top:0px;
	padding-left:10px;
	
}

.RecordSearch_title_no_tabs
{	
	float:left;
	font-family: Arial;
	font-size: 18pt;
	color: #000000;
	padding-top:30px;
	
}

.loggedin
{
	text-align: right;
	padding: 0px 0px -3px 0;
}

.heading
{
	font: Arial;
	font-size: 14pt;
	padding: 5px 0 2px 5px;
}

.content_heading
{
	font: Arial;
	font-weight: normal;
	font-size: 20pt; /*	padding:-2px 0 0px 5px;      margin-bottom:5px; */
	padding: 13px 0 0px 25px;
	float:left;
}



div.switchboard_help_links
{
	  clear:both;
	  font: 10pt Arial, sans-serif; 
      color:#000000;
      padding-top:47px;
}

div.switchboard_help_links a:link
{
	color: #000000;
	font: 10pt Arial, sans-serif;
	text-decoration: underline;
}
div.switchboard_help_links a:visited
{
	color: #000000;
	font: 10pt Arial, sans-serif;
	text-decoration: underline;
}
div.switchboard_help_links a:hover
{
	color: #777777; /*background-color: #FFFBD2;*/ /*text-decoration: none; */ 
	font: 10pt Arial, sans-serif;
	font-weight:normal;
}
div.switchboard_help_links a:active
{
	color: #000000;
	font: 10pt Arial, sans-serif;
}


div.white_background
{
	
	padding: 0px;
	background-color:#FFFFFF;
	
}

/*****************************************************/

/** Tab Menu **/

#topNav
{
	font: 10pt Arial, sans-serif;
	clear: both;
	width: 99.9%;
	background-color: #fff;
	padding: 0;
	margin: 0;
	/* z-index: 0;*/
	height:28px;

}
#subNav
{
	font: 10pt Arial, sans-serif;
	clear:both;
	width: 99.9%;
	border-left: solid 1px #68BD49;
	border-bottom: solid 1px #68BD49;
	padding: 0;
	margin: 0;
	height: 55px;
  background-color: #68BD49;
	font-weight:bold;
	text-align:right;
	
}

#subNav .loginInfo
{
	float:right;
	padding:5px 10px 0 0;
}

.staticMenuItemStyle
{	
	/*background: #68BD49; */
	background: #B4DEA4 url(../images/tab_corner.png) no-repeat right top;
	border-bottom: none;
	color: #000;
	text-align: left;
	padding: 3px 3px 2px 9px;
	font-size: 10pt;
	height:24px;
	
}
.staticSelectedStyle
{
	background: #68BD49 url(../images/tab_corner.png) no-repeat right top;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #68BD49;
	padding: 4px 3px 4px 9px;
	height:27px;
	/*z-index: 100;*/
}


/*****************************************************/
/** link **/


#topNav a
{
	color: #210559;
	background: inherit;
	text-decoration: none;
	font: Arial;
	padding-left:2pt;
	padding-right:2pt;
}

#topNav a:link
{
	color: #210559;
	text-decoration: none;
	font-weight: normal;
	font: Arial;
	padding-left:2pt;
	padding-right:2pt;
}



#topNav a:visited
{
	color: #210559;
	background: inherit;
	font: Arial;
}


#topNav a:hover
{
	text-decoration: none;
	font-weight: bold;
	font: Arial;
}

#topNav active
{
	background-position: right 12px;
	font: Arial;
}

/*****************************************************/



.staticHoverStyle
{
	font-weight: bold;
	color: #000;
}

.substaticMenuItemStyle
{
	width: 89px;
	background-color: #E7DCB5;
	text-align: center;
}
.substaticHoverStyle
{
	background-color: #D0D0D0;
	border: solid 1px #A68F8F;
}

div.TabWidthSpacer
{
	/* use as a fudge because IE6&IE7 does not have minimum width */
	
	top: 100px;
	width: 800px;
	height: 1px;
	padding: 0px;
	font-size: 1px;
	background-color:#FFFFFF;
}

div.minWidthSpacer
{
	/* use as a fudge because IE6 does not have minimum width */
	clear:both;
	width: 400px;
	height: 1px;
	padding: 0px;
	font-size: 1px;
}


/*****************************************************/

