/* Main Cascading Style Sheet (C) 2005, 2006, 2007, 2008, 2009, 2010 Global Virtual Airlines Group. */

/* ------------------------------------------------------------------ */
/* Controls the sizing and formatting of the top header image section */
div#header {
	height:104px;
	left: 0px;
	margin: 0;
}

/* Formatting for header title caption */
h1.header {
	font-family: Trebuchet MS, tahoma, sans-serif;
	font-size: 17pt;
	color: #0000a1;
	text-align: center;
	vertical-align: middle;
	margin-top: 12px;
}

/* Formatting for header image */
img.header {
	float: right;
	border: none;
}

/* ------------------------------------------------------------------ */
/* Controls the sizing and formatting of the top menu display section */

div.navside div#navmenu {
	width: 155px;
}

div.navbar div#navmenu {
	position: absolute;
	width: 100%;
	height: 20px;
	margin: 0px;
	background-color: #0000a1;
}

ul.menu, ul.menuitem {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

ul.menuitem li {
	height: 20px;
	font: 12px tahoma, verdana, sans-serif;
	text-align: center;
	background-color: #008080;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

ul.menuitem li span {
	position: relative;	
	top: 2px;
}

ul.menu ul.submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul.menu li.submenuTitle {
	font: bold 12px tahoma, verdana, sans-serif;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-color: #0000a1;
	margin: 0px;
	padding: 1px;
	display: block;
}

ul.menu li.submenuTitle span {
	position: relative;
	top: 1px;
}

ul.menuitem li:hover {
	background-color: #0000c1;
}

ul.menu li.submenu li {
	display:none;	
}

ul.menu:hover li.submenuTitle {
	background-color: #0000c1;
	color: #7fcfff;
}

ul.menu:hover ul.submenu li {
	display: block;
	border-top: 1px solid #9f9f9f;
}

ul.menu ul.submenu li a {
	font: normal 11px tahoma, verdana, helvetica, sans-serif;
	color: #dfffff;
	text-align: center;
	background-color: #0000a1;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 16px;
}

ul.menu ul.submenu li a:hover {
	background-color: #0000c8;
	font-weight: bold;
	color: #efffff;
}

ul.menu li ul {
	position: fixed;
	z-index: 500;
}

/* ------------------------------------------------------------------ */
/* Controls the sizing and formatting of the main IE formatting table */
table#ieLayout {
	width: 100%;
	left: 0px;
	background-color: #ffffff;
}

table#ieLayout td#navmenu {
	vertical-align: top;
	width: 160px;
}

table#ieLayout td#main {
	vertical-align: top;
	color: #0000a1;
	margin: 8px;
}

.navbar div#main {
	margin: 4px;
	padding: 8px;
	position: relative;
	top: 18px;
}

.navside div#main {
	position: absolute;
	top: 108px;
	left: 156px;
	padding: 8px;
}

/* Formatting for the side menu table */
table.nav {
	table-layout: fixed;
	width: 154px;
	border-collapse: separate;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	border-width: 2px 2px 2px 2px;
	padding: 4px 4px 4px 4px;
}

/* Formatting for side menu section headers */
table.nav tr.submenuTitle {
	font-family: verdana, tahoma, sans-serif;
	background-color: #0000a1;
	color: #ffffff;
	font-weight: bold;
	font: 9pt;
}

/* Formatting for side menu items */
table.nav tr.submenu, table.nav tr.menuitem {
	font-family: tahoma, verdana, sans-serif;
	background-color: #efefef;
	text-decoration: none;
	font-size: 11px;
}

/* Side menu hyperlinks */
table.nav *.submenu :link, table.nav *.submenu :visited {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
}

/* Side menu hyperlinks */
table.nav *.submenu :link:hover, table.nav *.submenu :hover {
	text-decoration: none;
	font-size: 11px;
	color:#0080d1;
}

/* ------------------------------------------------------------------ */
/* Controls the sizing and formatting of the main display section     */

/* Result page Header */
.updateHdr {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	background-color: #0000A1;
	width: 100%;
	color: #ffffff;
	text-transform: uppercase;
}

/* Default table formatting */
table {
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 3px 3px;
	font-family: Tahoma, Verdana;
	color: #000000;
	border-width: 4px 4px 4px 4px;
}

body {
	scrollbar-face-color: #000080;
	scrollbar-track-color: #303030;
	scrollbar-arrow-color: #FFFFFF;
	color: #0000A1;	
	margin-left: 2px;
	margin-right: 0px;
	margin-top: 1px;
	font-family: tahoma, verdana;
	font-size: 9pt;
	behavior: url(/css/csshover3.htc);
}

.BUTTON, .cmdButton {
	background-color: #000080;
	color: #FFFFFF;
	font-family: tahoma, verdana;
	font-size: 8pt;
	text-transform: uppercase;
	border: 2px outset #cfcfff;
	font-weight: normal;
}

a, a:visited {
	color: #0000a1;
	text-decoration: underline;
	font-size: 9pt;
}

a:hover {
	color: #0080D1;
	text-decoration: underline;
	font-size: 9pt;
}

.bld, a.bld {
	font-weight: bold;
}

.pri {
	color: #0000A1;
}

.sec, .ok {
	color: #008080;
}

.ter {
	color: #008000;
}

.error {
	color: #E02010;
}

.warn {
	color: #FF8040;
}

.small, a.small, *.small a {
	font-size: 8pt;
}

.caps {
	text-transform: uppercase;
}

.mid {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

a.plain {
	color: inherit;
	text-decoration: none;
}

/* This is an IE-only hack for required SELECT elements */
select.req {
	background: #fff8fa;
	border: 1px solid #e00404;
	color: #9f0303;
}

/* Google Maps infobox font */
.mapInfoBox {
	font-family: tahoma, verdana, sans-serif;
	font-size: 8pt;
}
