body	/* Body of the page */
{
	background-color: #c6d6ea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	line-height: 24px;
	color: #336699; */
	color: #000000;
	border-style: none;
}

.body	/* Body of the page */
{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-style: none;
	border-width: 1px;
	border-color: #EEEEEE;
	cellpadding: 0;
	cellspacing:0;
}

div
{
/*	background-color: #FF0000;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-style: none;
/*	line-height: 12px;*/
}

p
{
/*	background-color: #FF0000;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-style: none;
}

hr
{
	color: black;
}

table
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	cellpadding: 3;
	cellspacing:0;
}

table.HTMLEditor	/* Table for the HTML Editor page */
{
	background-color: #D6D3CE;
	border: 0;
	cellpadding: 0;
	cellspacing:0;
}

th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	background-color: #F5F5DC;
	text-align: center;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

td.HTMLEditor	/* Table data for the HTML Editor */
{
	padding-left: 3px;
    padding-top:3px;
	border: 0;
}

.layout		/* For table/table cells only used for layout purposes */
{
	border-style: none;
}

.btnEditor	/* Buttons for the HTML Editor */
{    
	border: 1px solid;
	border-color: #D6D3CE;
}

form
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

input
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

ol
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

button, submit, reset, .button, .submit, .reset
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ol.sidenav	/* Unordered lists in the left side navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	margin-left: 20px;
	line-height: 20px;
}

ul.sidenav	/* Ordered lists in the left side navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	margin-left: 20px;
	line-height: 20px;
}

div.title	/* Page titles - Bigger */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
/*  	background-color: #006666;*/
	color: #000000;
}

div.subtitle /* Page titles - Big */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
  	color: #006666;
}

div.pagetitle	/* Page titles - Normal */
{
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 12px; */
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
/* 	color: #0000FF; */
	color: #6B077B;
	padding-bottom: 10px;
}

.sidebarHeader	/* Headings for the left side navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #65046B;
	font-weight: bold;
	border-style: none;
/*	background-color: #339999;*/
}

.footer		/* Navigation links on the bottom of the page */
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #999999;
	border: none;
	background-color: #FFFFFF;
}

.footer:visited		/* Navigation links on the bottom of the page */
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #999999;
	border: none;
	background-color: #FFFFFF;
}

.footer:hover	/* Navigation links on the bottom of the page */
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #00BFFF;
	border: none;
	background-color: #FFFFFF;
}

.footer:active	/* Navigation links on the bottom of the page */
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #FF0000;
	border: none;
	background-color: #FFFFFF;
}

.legal		/* Legal information within the page */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: none;
	background-color: #FFFFFF;
}

.footer_legal	/* Legal information in the bottom navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border: none;
	background-color: #FFFFFF;
}

.updated	/* Timestamp of when the page was last updated */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border: none;
	background-color: #FFFFFF;
}

.code	/* To display code samples on the page */
{
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

a
{
/*	color: #3366CC;*/
	color: #0000FF;
	text-decoration: underline;
	border: 0;
}

a:visited
{
/*	color: #00CED1; */
	color: #9400D3;
	text-decoration: underline;
	border: 0;
}

a:hover
{
/*	color: #00BFFF; */
	color: #FF4500;
	text-decoration: underline;
	border: 0;
}

a:active
{
/*	color: #00CED1;*/
	color: #FF0000;
	text-decoration: underline;
	border: 0;
}

a.nav1:link			/* Top (1st level) navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
/*	padding-left: 5px;
	padding-right: 5px; */
}

a.nav1:visited		/* Top (1st level) navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
/*	padding-left: 5px;
	padding-right: 5px; */
	}

a.nav1:hover		/* Top (1st level) navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
/*	background-color: #FFDB04; */
	text-decoration: underline;
/*	padding-left: 5px;
	padding-right: 5px; */
}

a.nav1:active		/* Top (1st level) navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
/*	padding-left: 5px;
	padding-right: 5px; */
}

a.nav2:link		/* Top (2nd level) navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	color: #336699;*/
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

a.nav2:visited	/* Top (2nd level) navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	color: #336699;*/
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

a.nav2:hover	/* Top (2nd level) navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0000FF;
	background-color: #FFDB04;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
}

a.nav2:active	/* Top (2nd level) navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
}

a.sidenav:link	/* Left side navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	line-height: 30px;
	padding: 3px;*/
	color: #000000;
}

a.sidenav:visited	/* Left side navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	line-height: 30px;
	padding: 3px;*/
	color: #000000;
}

a.sidenav:hover		/* Left side navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	line-height: 30px;
	padding: 3px;*/
	color: #0000FF;
	background-color: #FFDB04;
}

a.sidenav:active	/* Left side navigation */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	line-height: 30px;
	padding: 3px;*/
	color: #FF0000;
	background-color: #FFDB04;
}

a.th:link, a.th:visited, a.th:hover, a.th:active	/* Table headers used as links (for sorting tables) */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	background-color: #F5F5DC;
	text-align: center;
	text-decoration: underline;
	border: 0;
/*	border-style: solid;
	border-width: 1px;
	border-color: #EEEEEE; */
}

table.tablenav, td.tablenav, div.tablenav		/* Tables, cells, & div tags with navigation links for moving through records */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 0;
	border-style: none;
}

a.tablenav:link, a.tablenav:visited, a.tablenav:hover, a.tablenav:active		/* Table navigation links for moving through records */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
	border: 0;
	border-style: none;
}

div.sidenav	/* Left side link to print the page */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
/*	line-height: 30px;
	padding: 3px;*/
	color: #000000;
	cursor: hand;
}

div.broadcast_message  /* Text for broadcast messages on default page */
{
	background-color: #FFDB04;
/*	background-color: #EEEEEE;	/* a grey color */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

span.help		/* Help message links */
{
	color: #009900;
	text-decoration: underline;
	cursor: hand;
	font-size: 9px;
}

span.HTMLEditor		/* Navigation links for the HTML text editor */
{
	color: #0000FF;
	text-decoration: underline;
	cursor: hand;
}


.menuBar
{
	background:url("https://www.mesa-air.com/images/topnavselected.gif");
	background-repeat:repeat-x; 
	border-top:1px solid #ffb974;
	border-bottom:1px solid #914b06;  
}

a.menuButton, a.MenuButton:visited
{
border-left:1px solid #ffb974;
border-top:0px solid #ffb974;
border-right:1px solid #914b06;
border-bottom:0px solid #914b06;  
font-family:arial,Helvetica,sans-serif;
color:#ffffff;
font-weight:bold;
text-decoration:none;
background:url("https://www.mesa-air.com/images/topnavselected.gif");
background-repeat:repeat-x;  
background-color: #ec8520;
color: #ffffff;
  cursor: default;
  left: 0px;
  margin: 0px;
  padding: 3px 10px 3px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  height:24px;
  z-index: 100;
  margin-right:-3px;
  min-width:70px;
}

a.menuButton:hover {
color:#6b0582;
border-left:1px solid #914b06;
border-top:0px solid #914b06;
border-right:1px solid #ffb974;
border-bottom:0px solid #ffb974;
cursor:auto;
background-image:url("https://www.mesa-air.com/images/topnavhover.gif");
background-repeat:repeat-x;
  text-decoration: none;
}