html {
	height: 100%;
}
html * {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	font-family: "Segoe UI", Helvetica, Arial, "Arial Unicode MS", Sans-Serif;
	font-size: 62.5%;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 400%;
	background: rgba(150,150,150,0.5);
	z-index: 5;
	display: none;
}
#coc_popup {
	position: relative;
	z-index: 10;
	width: 30%;
	margin: 25% auto;
	padding: 3em;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #666666;
	box-shadow: 5px 5px 5px rgba(62,70,81,0.7);
	display: none;
}
#coc_popup p {
	font-size: 1.2em;
	line-height: 1.5em;
}
#coc_popup input {
	padding: 0.2em 1em;
}
#coc_popup a, #coc_popup a:visited {
	color: #666666;
	font-weight: bold;
}
#rego_select {
	position: absolute;
	z-index: 10;
	width: 60%;
	left: 20%;
	top: 10%;
	padding: 0;
	text-align: left;
	background: #FFFFFF;
	border: 2px solid #666666;
	box-shadow: 5px 5px 5px rgba(62,70,81,0.7);
	display: none;
}
#rego_select p {
	font-size: 1em;
	line-height: 1.2em;
}
#wrapper {
	position: relative;
	width: 80%;
	min-height: 95%;
	min-width: 960px;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 1.6em;
	box-shadow: -5px 0 5px rgba(62,70,81,0.5);
	border-right: 1px solid #333;
	overflow: hidden;
}
#contentwrapper {
	position: relative;
	width: 80%;
	min-height: 95%;
	min-width: 960px;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 1.6em;
	box-shadow: -5px 0 5px rgba(62,70,81,0.5);
	border-right: 1px solid #333;
	background: #CCCCCC;
	overflow: hidden;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
ol.normal {
	margin-left: 1em;
	padding-left: 1em;
}
li.normal {
	list-style-type: decimal;
}
ul.filelist {
	margin: 0.5em;
}
ul.filelist li {
	display: block;
	float: left;
	width: 99.3%;
	height: 2em;
	margin: 0.1em auto;
	background: rgb(239,239,239);
	padding: 0.5em 0.3%;
}
a.filelink, a:visited.filelink {
	color: #666666;
	font-weight: bold;
}
img.filetype {
	display: block;
	position: relative;
	float: left;
	margin-right: 1em;
	left: 0;
	height: 2em;
	width: auto;
	vertical-align: middle;
}
a:hover.filelink {
	color: #000000;
}
header {
	position: relative;
	width: 100%;
	height: 180px;
	/*background: url(../images/backgrounds/VeeOzGray12_50px.png) repeat-x rgb(62,70,81);*/
}
header h1 {
	display: block;
	max-width: 90%;
	float: left;
	padding-left: 0.5%;
	color: #FFF;
}
header img.airline-name {
	display: block;
	z-index: 2;
	margin-top: 1em;
	margin-left: 1em;
}
header #manage {
	position: absolute;
	right: 0;
	top: 5px;
	cursor: pointer;
	z-index: 10;
}
header #process {
	position: absolute;
	top: 0.1em;
	right: 0.2em;
	color: #FFFFFF;
	font-size: 1.2em;
	display: none;
}
header #slider h2 {
	position: absolute;
	top: 20px;
	left: 5px;
}
.slider-wrapper {
	clear: left;
}
.nivo-caption {
	font-size: 1.6em;
	top: 0px;
	left: 0px !important;
	height: 1.6em;
	background-color: rgba(42,51,58,0.8) !important;
}
#manage-panel {
	display: none;
	position: absolute;
	top: 40px;
	right: 0px;
	/*background: url(../images/backgrounds/VeeOzGray21_50px_rgb.png) repeat-x rgb(62,70,81);*/
	background-color: rgba(42,51,58,0.8);
	width: 240px;
	height: auto;
	color: #FFFFFF;
	z-index: 100;
}
#manage-panel a,
#manage-panel a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#manage-panel a:hover {
	font-weight: bold;
	text-decoration: none;
}
#manage-panel .content {
	width: 98%;
	margin: 1%;
}
#manage-panel h4 {
	width: 100%;
	font-size: 1em;
	margin-top: 0.5em;
	margin-left: 0.5em;
	font-weight: normal;
	text-align: left;
}
#manage-panel ul {
	margin-left: 2em ;
	margin-bottom: 1em;
}
#manage-panel ul li {
	height: 1.8em;
	list-style: none;
	font-size: 0.8em;
}
nav {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 24px;
	/*background: url(../images/backgrounds/VeeOzRed123_50px.png) repeat-x rgb(190,6,52);*/
	background-color: rgba(42,51,58,1.0);
	z-index: 1;
}
nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 24px;
}
nav ul * a,
nav ul * a:hover,
nav ul * a:visited { color: white; text-decoration: none; }
nav ul * li:hover {
	/*background: rgb(225,49,93);*/
	background: rgba(42,51,58,0.8);
	width: 95%;
}
nav ul.nav-1 li a {	font-size: 1em; }
nav ul.nav-2 li a { font-size: 0.8em; }
nav ul li {
	position: relative;
	margin: 0;
	padding: 0 0.5em 0 0.5em;
	width: 200px;
	color: #FFFFFF;
	display: inline-block;
	height: 24px;
}
nav ul li ul {
	position: absolute;
	top: 24px;
	left: 0;
	z-index: 10;
	width: 200px;
	/*background: rgb(190,6,52);*/
	background: rgba(42,51,58,0.8);
	box-shadow: 2px 2px 2px rgba(62,70,81,0.5);
	visibility: hidden;
}
nav ul li ul:hover,
nav ul li ul.hover { visibility: visible; }
nav ul li ul li {
	display: list-item;
	width: 100%;
	height: 24px;
	padding: 0 0 0 0.5em;
}
nav ul li ul li:hover {
	visibility: visible;
}
ul.psb li.psbtab {
	width: auto;
	display: inline-block;
	background-color: rgb(54,66,74);
	padding: 0.2em;
	border-bottom: 1px solid rgb(42,48,52);
	border-radius: 5px 5px 0 0;
}
ul.psb li.psbtab a { color: #FFFFFF; text-decoration: none }
ul.psb li.psbtab:hover { background-color: rgb(81,88,92); } 
ul.psb li.active { background-color: rgb(81,88,92); } 
ul.psb a.active {
	background-color: rgb(54,66,74);
	color: #333333;
}
section.mainleft {
	position: relative;
	float: left;
	width: 72%;
	min-width: 691px;
	max-width: 864px;
	padding-bottom: 50px;
}
section.fullwidth {
	width: 98%;
	max-width: none;
	margin: 0 auto;
}
section.mainleft article {
	padding-left: 0.5%;
	width: 99.5%;
	text-align: justify;
}
section.mainright {
	position: relative;
	float: left;
	width: 24%;
	min-width: 249px;
	max-width: 288px;
	margin-left: 2%;
}
section.nodisplay {
	display: none;
}
#fids {
	position: relative;
	margin-top: 0.5em;
	float: left;
	width: 98%;
	overflow-x: hidden;
	border: 1px solid rgb(42,48,52);
	box-shadow: 2px 2px 3px rgb(212,212,212);
	border-radius: 3px 3px 0 0;
	background: rgba(255,255,255,1);

}
#fids * .menu-header {
	margin-left: 0.3em;
	background: rgb(42,48,52);
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.2em;
	font-variant: small-caps;
	padding-left: 5px;
}
#fids label {
	margin-left: 0.3em;
	width: 40%;
	font-weight: bold;
	font-size: 0.9em;
}
#fids select, #fids input {
	display: block;
	width: 90%;
	margin: 0.3em;
	padding: 0.1em;
	background-color: rgb(239,239,239);
	border: 1px solid rgb(212,212,212);
	box-shadow: 1px 1px 2px rgb(212,212,212);
	border-radius: 2px 2px 2px 2px;
}
#fids input[type=submit] {
	width: 90%;
	margin-left: 0.3em;
}
#lastflight {
	position: relative;
	margin-top: 0.5em;
	float: left;
	width: 98%;
	overflow-x: hidden;
	border: 1px solid rgb(42,48,52);
	box-shadow: 2px 2px 3px rgb(212,212,212);
	border-radius: 3px 3px 0 0;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(75%, rgba(248,248,248,1)), color-stop(100%, rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
}
#lastflight table {
	width: 98%;
	margin: 0 auto;
}
#lastflight td {
	font-size: 0.8em;
}
#lastflight img {
	display: block;
	margin: 0 auto;
}
#currentactivity {
	position: relative;
	margin-top: 0.5em;
	float: left;
	width: 98%;
	overflow-x: hidden;
	border: 1px solid rgb(42,48,52);
	box-shadow: 2px 2px 3px rgb(212,212,212);
	border-radius: 3px 3px 0 0;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(75%, rgba(248,248,248,1)), color-stop(100%, rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
}
#currentactivity .title {

}
.logoimage {
	background: #FFFFFF;
}
#login {
	position: relative;
	margin-top: 0.5em;
	float: left;
	width: 98%;
	height: 6em;
	border: 2px solid rgb(49,55,64);
	background-color: rgb(204,204,204);
	overflow-x: hidden;
}
#login input {
	display: block;
	width: 95%;
	margin: 0 auto;
	margin-top: 0.3em
}
#login input::-webkit-outer-spin-button,
#login input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.menu-crew {
	position: relative;
	float: left;
	width: 98%;
	border: 2px solid rgb(49,55,64);
	background-color: rgb(204,204,204);
	overflow-x: hidden;
}
.menu-crew .header {
	margin-left: 0.3em;
	font-weight: bold;
}
.menu-crew .text {
	font-size: 0.8em;
}
.title {
	width: 100%;
	height: 1.4em;
	font-variant: small-caps;
	background: rgb(42,48,52);
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
	padding-left: 5px;
}

section.mainleft .contents-box {
	width: 97.5%;
	margin: 1% 1em;
	border: 1px solid rgb(42,48,52);
	box-shadow: 2px 2px 3px rgb(212,212,212);
	border-radius: 3px 3px 0 0;
	/*border-top: 1px solid rgb(239,239,239);
	border-bottom: 1px solid rgb(239,239,239);*/
	padding-bottom: 0.5em;
	font-size: 0.8em;
	overflow: hidden;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(75%, rgba(248,248,248,1)), color-stop(100%, rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
}
#pilot-info select {
	background-color: rgb(239,239,239);
	border: 1px solid rgb(212,212,212);
	box-shadow: 1px 1px 2px rgb(212,212,212);
	border-radius: 2px 2px 2px 2px;
}
input.flight-info-pilot-select {
	width: 50px;
	background-color: rgb(239,239,239);
	border: 1px solid rgb(212,212,212);
	border-radius: 3px 3px 3px 3px;
}
.tick {
	font-size: 0.6em;
	cursor: pointer;
}
h4.pilot-currency {
	margin-left: 0px;
}
.currency-row {
	margin: 0 auto;
	width: 98%;
	height: 26px;
}
.currency-label {
	font-size: 1.2em;
}
.currency-row .col1 {
	float: left;
	width: 20%;
}
.currency-row .col2 {
	float: left;
	width: 20%;
}
.currency-row .col3 {
	float: left;
	width: 25%;
	margin-left: 10%;
}
.currency-row .col4 {
	float: left;
	width: 20%;
}
.bar-grey {
	position: relative;
	height: 21px;
	width: 100%;
	text-align: left;
	background-color: rgb(212,212,212);
	border: 1px solid rgb(42,48,52);
	font-size: 0.9em;
	color: #FFFFFF;
}
.bar-green {
	position: relative;
	float: left;
	height: 19px;
	width: 10%;
	text-align: left;
	background-color: rgb(0,140,0);
	padding-top: 2px;
	overflow-x: visible;
	white-space:nowrap;
	z-index: 1;
}
.bar-red {
	position: relative;
	float: left;
	height: 19px;
	width: 90%;
	background-color: rgb(140,0,0);
	padding-top: 2px;
	overflow-x: visible;
}
.bar-dark {
	position: relative;
	float: left;
	height: 19px;
	width: 90%;
	text-align: right;
	background-color: rgb(42,48,52);
	padding-top: 2px;
	overflow-x: visible;
	direction: rtl;
	white-space: nowrap;
}
section.mainleft .notify-box,
section.mainleft .message-box {
	width: 97.5%;
	margin: 1% 1em;
	border: 2px solid #CCFFDD;
	background-color: rgb(42,48,52);
	color: #009933;
	text-align: center;
	padding-bottom: 0.3em;
	font-size: 0.8em;
	overflow: hidden;
}
section.mainleft .message-box {
	border: 2px solid rgb(42,48,52);
	background-color: rgb(42,48,52);
	color: #FFFFFF;
	font-weight: bold;
}
.contents-header {
	background: rgb(42,48,52);
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.2em;
	font-variant: small-caps;
	padding-left: 5px;
}
.contents-box-contents {
	position: relative;
	width: 98%;
	margin: 1%;
}
.contents-box a.std,
.contents-box a.std:visited {
	color: #000000;
}
.contents-box a.std:hover {
	color: #666666;
}
.contents-box a.bold,
.contents-box a.bold:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.contents-box a.bold:hover {
	color: #666666;
}
.contents-box a.white,
.contents-box a.white:hover,
.contents-box a.white:visited,
.message-box a.white,
.message-box a.white:hover,
.message-box a.white:visited {
	color: #FFFFFF;
}
.contents-box a.reorder {
	cursor: pointer;
}
.contents-box .hidden {
	display: none;
}
.contents-box table {
	font-size: 1.1em;
}
.table-header {
	float: left;
	border-bottom: 1px solid black;
}
.contents-box-contents .data {
	float: left;
}
.psb-grey {
	background-color: #CCCCCC;
}
.psb-page {
	width: 94%;
	min-height: 94%;
	padding: 2%;
	margin: 1%;
	font-size: 0.9em;
	border: solid 1px #999999;
	box-shadow: -5px 0 5px rgba(62,70,81,0.5);
	background-color: white;
}
.psb-page ul {  }
.psb-page ul.psb * {
	color: #000000;
	width: 100%;
	height: 1.2em;
	list-style: none;
}
.wx ul {
	list-style: none;
}
.briefing-links {
	display: block;
	width: 100%;
	height: 40px;
	/*background: url(../images/backgrounds/VeeOzRed123_50px.png) repeat-x rgb(190,6,52);*/
	background-color: rgb(54,66,74);
}
.briefing-links ul li {
	display: inline-block;
	width: 100px;
	padding: 0 10px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 1em;
	font-size: 0.8em;
}
.briefing-links ul li a,
.briefing-links ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.briefing-links ul li a:hover {
	text-decoration: underline;
}

#fueluplift input[type=number]::-webkit-inner-spin-button,
#fueluplift input[type=number]::-webkit-outer-spin-button, 
#logbook_edit input[type=number]::-webkit-inner-spin-button,
#logbook_edit input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=email] {
	width: 200px;
}
#fueluplift input[type=number] {
	width: 6em;
	text-align: right;
	padding-right: 0.5em;
	margin-right: 0.5em;
}
#fueluplift input[readonly=readonly] {
	border: none;
}
form#addCrew {
	display: block;
	float: left;
	width: 99%;
	margin: 0.5%;
	line-height: 2em;
}
form#addCrew label {
	display: block;
	float: left;
	width: 33%;
	font-weight: bold;
}
form#addCrew h3 {
	margin-bottom: 1em;
}
form#addCrew #inuse {
	color: red;
	font-size: 10pt;
}
form#flightplan, form #flight_report {
	width: 75%;
	border: solid 2px #CCCCCC;
	border-radius: 5px;
	line-height: 1.8em;
}
form#logbook_edit {
	display: block;
	float: left;
	width: 80%;
	margin: 0.5%;
	line-height: 2em;
}
#logbook_edit label {
	display: block;
	float: left;
	width: 300px;
}
#fuel_left, #fuel_right {
	float: left;
	width: 50%;
}
#fuel_right { line-height: 1.2em; }
#fuel_right #tabs h4 {
	font-size: 1em;
}
#fuel_right ul li {	font-size: 0.8em; }
#fuel_right ul li ul li { font-size: 1em; }
#fuel_right #tabs ul.content {
	margin: 0.5em 1em;
	padding-left: 0;
}
#fuel_right #tabs ul.content ul {
	margin-left: 2em;
	padding-left: 0;
}
#fuel_right #tabs .ui-widget-header, #flight_report .ui-widget-header  {
	background-image: none !important;
	background-color: rgb(54,66,74);
}

#flight_report #tabs h4 {
	font-size: 1em;
}
#flight_report #tabs p {
	font-size: 0.8em;
}
#flight_report ul li {	font-size: 0.8em; }
#flight_report ul li ul li { font-size: 1em; }
#flight_report #tabs ul.content {
	margin: 0.5em 1em;
	padding-left: 0;
}
#flight_report #tabs ul.content ul {
	margin-left: 2em;
	padding-left: 0;
}
#flightplan td, #flight_report td {
	height: 1.8em;
	font-size: 1em;
}
#flightplan fieldset, #flight_report fieldset {
	margin: 0.5em;
	padding: 0.3em;
	border: 1px solid #999999;
	border-radius: 3px;
}
#flightplan fieldset legend, #flight_report fieldset legend {
	padding: 0 0.5em;
	font-size: 1.2em;
}
#flightplan input.text100, #flight_report input.text100 {	width: 100px; padding: 0.2em; }
#flightplan input.text40, #flight_report input.text40 {	width: 40px; padding: 0.2em; }
#flightplan input.text80, #flight_report input.text80 {	width: 80px; padding: 0.2em; }
#flightplan input.text200, #flight_report input.text200 {	width: 200px; padding: 0.2em; }
#flightplan input.text300, #flight_report input.text300 {	width: 300px; padding: 0.2em; }
#flightplan input.text500, #flight_report input.text500 {	width: 500px; padding: 0.2em; }
#flightplan input.submit-flights, #flight_report input.submit-flights {	display: block; margin: 0.2em auto; width: 200px; padding: 0.2em; }
#flightplan select.select60, #flight_report select.select60 { width: 60px; padding: 0.2em; }
#flightplan select.select160, #flight_report select.select160 { width: 160px; padding: 0.2em; }
#flightplan textarea.rte { width: 500px; height: 5em; padding: 0.2em; }
#flight_report textarea.rte {width: 400px; height: 5em; padding: 0.2em; }

#report_page {
	width: 30em; 
	border: 1px solid black; 
	padding: 0.5em; 
	background-color: #FFFFCC;
}
#port_edit input.icao, #route_edit input.icao {
	width: 50px;
}
#route_edit textarea {
	vertical-align: top;
	width: 400px;
	height: 4em;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}


td.left-menu { font-family: "Segoe UI", Helvetica, Arial, "Arial Unicode MS", Sans-Serif; width: 20%; font-weight: normal; color: rgb(80,80,80); }
td.right-details { width: 30%; }
table.flight_list {
	width: 100%; 
	margin: 0.1em auto; 
	border-collapse: collapse;
}
table.flight_list td {
	background: rgb(239,239,239);
}
table.flight_search {
	width: 100%; 
	margin: 0.1em auto; 
	border-collapse: collapse;
	font-size: 1em;
} 
table.flight_search td {
	background: rgb(239,239,239);
}
table.flight_search td.rostered {
	opacity: 0.3;
}
tr.flight_search {
	margin: 2px 0;
	height: 40px;
}
tr.bggrey {
	background-color: #EEEEEE;
}
tr.bgwhite { 
	background-color: #FFFFFF;
	}
table.flight_search td a.rego,
table.flight_search td a.rego:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
table.flight_search td a.rego:hover {
	color: #000000;
}
table.aircraft_fleet {
	font-size: 1em;
	width: 98%;
	margin-left: 1%;
	border-collapse: collapse;
}
table.service-summary th {
	font-variant: small-caps;
	font-weight: normal;
	border-bottom: 1px solid #000000;
}
table.service-summary td.total {
	font-variant: small-caps;
	font-weight: normal;
	border-top: 1px solid #000000;
}
img.roster {
	cursor: pointer;
	border: none;
}
.popup {
	position: relative;
	z-index: 10;
	width: 30%;
	margin: 25% auto;
	padding: 3em;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #666666;
	box-shadow: 5px 5px 5px rgba(62,70,81,0.7);
	display: none;
}
.creweoirow:hover {
	background-color: #EEEEEE;
} 
.eoi_expired {
	color: #999999;
	text-decoration: line-through;
}
.oldlogin { color: #999999; }
.showhide {
	display: block; 
	float: right; 
	margin-right: 2em; 
	text-align: right; 
	font-weight: normal; 
	font-variant: normal;
}
.showhide a, .showhide a:visited { color: white; }
article {
	position: relative;
}

footer {
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 80%;
	min-width: 960px;
	max-width: 1200px;
	height: 5%;
	background: url(../images/backgrounds/VeeOzGray12_50px.png) repeat-x rgb(62,70,81);
	border-right: 1px solid black;
	text-align: center;
	font-size: 1.2em;
	color: #999;
	box-shadow: -5px 0 5px rgba(62,70,81,0.5);
	z-index: -10;
}
footer a, footer a:visited {
	color: #999999;
}
p { margin: 0.5em 0; }
h1 { padding-left: 0.5%; font-size: 2em; color: rgb(62,70,81); }
h2 {}
h3 {}
h4 {}
h5 {}
th { text-align: left; }
input.formerror {
	outline: 1px;
    border-color: #cc0000;
    box-shadow: 0 0 4px #cc0000;
}
span.formerror {
	font-size: 0.8em;
	color: red;
}
.formsuccess {
	width: 100%;
	height: 1.2em;
	text-align: center;
	color: #008000;
	background: #81F781;
	font-weight: bold;
	margin-bottom: 2em;
	margin-left: 0.5%;
}
.valerr {
	color: red;
	margin-bottom: 2em;
	margin-left: 0.5%;
}
.valerr ul {
	margin-left: 1em;
	padding-left: 1em;
	list-style-type: disc;
}
.valerr ul li {
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.currency-label {
		font-size: 0.9em;
	}
	tr.flighthistory-data {
		font-size: 0.8em;
	}
	.contents-box-contents {
		font-size: 0.9em;
	}
}
