/*
	Style sheet for all pages EXCEPT "airport_print"
	
	2006-01-30 BPB - add textarea and p.center styles
	2006-02-06 BPB - add p.formerror style
	2006-02-09 BPB - input.accept and input.delete styles
	2006-06-06 BPB - add styles to support open/close of sections
	2006-11-22 BPB - add apifaq DT, DD styles
	2007-01-17 BPB - add loginmessage, loginerror styles
	2007-01-29 BPB - add h1.center style
	2007-05-04 BPB - split .time into .language and .time; use new style for .time input
						- remove menu elements; add homebutton, navtitles, navigation, and navigation2 styles
	2007-05-16 BPB - add span.nowrap
	2007-05-29 BPB - add vertical-align:top and text-transform: capitalize to infoheader style
	2007-06-05 BPB - add td.homecontent
	2007-07-19 BPB - add td.bold to p.bold style, add table.small
	2007-10-17 JDB - change hyperlinks to underlined, add a.navigation, a.navigation2, and 
						- form#leftMenuSearch. Change .language and .time classes from absolute to 
						- relative postion
	2007-10-18 BPB - had to add a.clickme:link to get handler names to not be underlined (go figure)
	2008-01-12 BPB - new style for "time" to support new implementation
	2008-01-16 BPB - add infoheader-c
	2008-01-24 BPB - add -tb styles for handler toolbar (td.infoheader-tb, td.infoheader-printer-tb)
	2008-02-08 BPB - remove redundant/conflicting text-align in sectionheader-c
	2009-02-13 BPB - add td.formerror, replace {h1,p,td}.center with .center, likewise with .bold; add tipbox style
	2009-06-03 BPB - add width to tipbox style (for IE)
*/
table{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
}
table.small {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}
form{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
}
select{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}
input, textarea{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}
input.accept{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	background-color: #00FF33;
}
input.delete{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	background-color: #FF3300;
}

.center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
p{
	text-align: left;
}
p.formerror, td.formerror{
	width: 90%;
	text-align: left;
	color: red;
	background-color: #FFFF99;
	font-size: 10pt;
	font-weight: bold;
	padding: 20px;
}
p.red, h2.red {
	color: #CC0033;
}
h1{
	font-size: 11pt;
	text-align: center;
}
h2{
	font-size: 10pt;
}
h3{
	font-size: 9pt;
}
td.header_500{
	height: 86px;
	width: 500px;
}
td.header2{
	height: 60px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-image: url(/images/web/header2_back.gif);
	background-repeat: repeat-x;
	border: 1px solid #E9F7FF;
}
a.header2{
	color: #0000EE;
	font-weight: bold;
}
a.header2:visited{
	color: #EE00EE;
	font-weight: bold;
}
td.sectionheader {
	border: 1px solid #E9F7FF;
	text-align: left;
	background-color: #728191;
	padding: 2px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: left;
	font-weight: normal;
}
td.sectionheader-c {
	border: 1px solid #E9F7FF;
	background-color: #728191;
	padding: 2px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: center;
	font-weight: normal;
}
td.infosection {
	border: 1px solid #E9F7FF;
	text-align: center;
	background-color: #728191;
	padding: 2px;
	vertical-align: middle;
	font-weight: bold;
}
td.infosection-l {
	border-top:			1px solid #E9F7FF;
	border-right:		0px solid #E9F7FF;
	border-bottom:		1px solid #E9F7FF;
	border-left:		1px solid #E9F7FF;
	background-color: #728191;
	color: #FFFFFF;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
td.infosection-c {
	border-top:			1px solid #E9F7FF;
	border-right:		0px solid #E9F7FF;
	border-bottom:		1px solid #E9F7FF;
	border-left:		0px solid #E9F7FF;
	background-color: #728191;
	color: #FFFFFF;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
td.infosection-r {
	border-top:			1px solid #E9F7FF;
	border-right:		1px solid #E9F7FF;
	border-bottom:		1px solid #E9F7FF;
	border-left:		0px solid #E9F7FF;
	background-color: #728191;
	color: #FFFFFF;
	padding: 2px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}
.clickme {
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
}
a.clickme:link {
	text-decoration: none;
}
span.clickhint {
	cursor: pointer;
	font-size: 6pt;
	color: #FFFFFF;
}
span.hint {
	font-size: 6pt;
	color: #FFFFFF;
	text-transform: none;
}
span.small {
	font-size: 7pt;
}
.show { display: block; }
.hide { display: none; }
.infoheader {
	background-color: #E0D178;
	font-weight: bold;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 2px;
	text-transform: capitalize;
}
.infoheader-c {
	background-color: #E0D178;
	font-weight: bold;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 2px;
	text-align: center;
	text-transform: capitalize;
}
td.infoheader_nocap {
	border: 1px solid #E9F7FF;
	background: #84A2B5;
	color: #FFFFFF;
	padding: 2px;
	text-align: center;
	vertical-align: top;
	font-size: 8pt;
	font-weight: bold;
}
td.infoheader-l {
	border-top:			1px solid #E9F7FF;
	border-right:		0px solid #E9F7FF;
	border-bottom:		1px solid #E9F7FF;
	border-left:		1px solid #E9F7FF;
	background: #84A2B5;
	color: #FFFFFF;
	padding: 2px;
	text-transform: capitalize;
	vertical-align: top;
	font-size: 9pt;
	font-weight: bold;
}
td.infoheader-r {
	border-top:			1px solid #E9F7FF;
	border-right:		1px solid #E9F7FF;
	border-bottom:		1px solid #E9F7FF;
	border-left:		0px solid #E9F7FF;
	background: #84A2B5;
	color: #FFFFFF;
	padding: 2px;
	text-transform: capitalize;
	vertical-align: top;
	font-size: 9pt;
	font-weight: bold;
}
td.infoheader-tb {	/* toolbar version of header - all borders */
	border: 1px solid #E9F7FF;
	background: #84A2B5;
	color: #FFFFFF;
	padding: 2px;
	text-transform: capitalize;
	vertical-align: top;
	font-size: 9pt;
	font-weight: bold;
}
td.infoheader-noborders {	/* toolbar version for printer icon - no borders */
	border: 0px;
	background: #84A2B5;
	color: #FFFFFF;
	padding: 2px;
	text-transform: capitalize;
	vertical-align: top;
	font-size: 9pt;
	font-weight: bold;
}
td.infoheader-admin {
	border: 1px solid #E9F7FF;
	background: #993333;
	color: #FFFFFF;
	padding: 2px;
	text-transform: capitalize;
	vertical-align: top;
	font-size: 8pt;
	font-weight: bold;
}
td.infocontent {
	border: 1px solid #E9F7FF;
	padding: 2px;
	vertical-align: top;
	font-size: 8pt;
	background-color: #D3D9F0;
}
td.infocontent-c {
	border: 1px solid #E9F7FF;
	padding: 2px;
	vertical-align: top;
	font-size: 8pt;
	background-color: #D3D9F0;
	text-align: center;
}
td.infocontent-tiny {
	border: 1px solid #E9F7FF;
	padding: 0px;
	vertical-align: top;
	font-size: 6pt;
	line-height: 6pt;
}
td.htoolbar {
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}
td.htoolbar a {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
}
td.button {
	border: 2px solid #84A2B5;
	background-color: #E9F7FF;
	padding: 2px;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
}
td.button a {
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
}
td.button span {
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.main {
	background: rgb(220, 233, 241);
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position: absolute;
	top: 136px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.header {
	background-image: url(/images/web/header_back.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	position: absolute;
	height: 135px;
	width: 100%;
	margin-top: inherit;
	margin-left: 0;
	margin-right: 0;
}
.footer {
	height: 25px;
	color: #FFFFFF;
	background-image: url(/images/web/footer.gif);
	background-repeat: repeat-x;
}
.short_disclaimer {
	border: 1px solid #000000;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
}
.ab1_logo {
	text-align: center;
	margin-left: 7px;
	font-family: "Times New Roman";
	font-size: 7.5pt;
	color: #FFFFFF;
	line-height: 8pt;
}
.apifaq dt{
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
}
.apifaq dd{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
}

/* ********************************************************
 all new styles below this point
******************************************************** */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #184465;
	font-size: 12px;
	margin: 0px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #2A5171;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.navigation-l {
	background-color: #FFCC33;
	border-right: 0px none;
	width: 16px;
	vertical-align: top;
}
.navigation-r {
	background-color: #E0D278;
	border-left: 0px none;
	width: 107px;
	vertical-align: top;
}
.navigation-r:hover, .navigation-r:active {
	background-color: #FFCC33;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	font-style: italic;
	color: #513E0C;
	margin: 0px;
	background-color: #E0D278;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 2px;
}
.navpanel {
	background-image: url(/images/web/nav_images/nav_panel_bkgd.gif);
	background-repeat: repeat-x;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	font-style: italic;
	color: #184565;
	margin: 0px;
	background-color: #FFCC33;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 2px;
}

.navtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	/*width: 118px;*/
	font-style: italic;
	text-transform: uppercase;
	color: #184565;
	margin: 0px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navigation2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	text-align: left;
	font-style: italic;
	color: #513E0C;
	margin: 0px;
	background-color: #E0D278;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navigation2:hover {
	color: #184465;
	background-color: #FFCC33;
}
.navigation2-l {
	background-color: #E0D278;
	border: 0px none;
	width: 16px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.navigation2-r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	font-style: italic;
	color: #513E0C;
	margin: 0px;
	background-color: #E0D278;
	padding: 0px;
	border: 0px none;
	width: 108px;
	vertical-align: top;
}
.navigation2-r:hover {
	color: #184465;
	background-color: #FFCC33;
}

.members {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	padding: 2px;
	text-align: left;
}
.membersinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #184465;
	padding: 2px;
	text-align: left;
}
input.login {
	background-color:#E8DFC0;
	font-style: normal;
}
input.loginbutton {
	font-size: 10px;
	font-style: italic;
	padding-left: 0px;
	padding-right: 0px;
}
.loginerror {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #DD0000;
	padding-left: inherit;
}
.loginmessage {
	font-size: 10px;
	font-style: normal;
	color: #0000CC;
}
.language {
	color: #FFFFFF;
	font-size: 8pt;
	position: relative;
	top: 5px;
	right: 5px;
	text-align: right;
	float: right;
}
.language select {
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	border-width: 0px;
	text-align: left;
}
.time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: right;
	border: 0px;
}
.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #184465;
}
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #184465;
	text-align: center;
}
.srssheader {
	background-color: #E0D178;
	font-weight: bold;
}
.infoodd {
	font-style: normal;
	color: #184565;
}
.infoeven {
	background-color: #D7DCE6;
}
td.maincontent {
	background-color: #BBC4CE;
	vertical-align: top;
	padding: 12px;
}
td.copyright {
	text-align: center;
	color: #FFFFFF;
}
a.copyright {
	color: #FFFFFF;
	text-decoration: underline;
}
span.nowrap {
	white-space: nowrap;
}
td.homecontent {
	background-color: #FFFFFF;
	background-image: url(images/web/TAG-watermark.jpg);
	background-repeat: no-repeat;
	background-position: 100% 85%;
	vertical-align: top;
}
.account{
	border-width: 0px;
	background: transparent;
	text-align: right;
	color: #2A5171;
}
a.navigation, a.navigation2 {
	text-decoration: none;
}
form#leftMenuSearch {
	margin: 0px 0px 0px 0px;
}
/* style for flyover tips */
.tipbox {
	display:none; 
	position:absolute; 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #184465;
	font-size: 11px;
	width: 300px;
	margin: 0px;
	border:#72B0E6 solid 1px; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:4px; 
	background-color:#FFFFFF;
}
