.snowtam {
	width:17px;
    height:17px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align:top;
}

.snowtam_not_registered {
    background: url('../../layout/images/snowflakenotregistered.gif');
}

.snowtam_registered {
    background: url('../../layout/images/snowflakeregister.gif');
}

.snowtam_start {
    background: url('../../layout/images/snowflakestart.jpg');
}

.snowtam_end {
    background: url('../../layout/images/snowflakeend.gif');
}
.snowtam_registered_details {
    background: url('../../layout/images/snowflakeregister.gif');
}

.snowtam_start_details {
    background: url('../../layout/images/snowflakestart.jpg');
}

.snowtam_end_details {
    background: url('../../layout/images/snowflakeend.gif');
}

/** error message on top of the content area */
.errormessage {
	background-image: url('../../layout/images/error.gif');
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	font-size: 0.8em;
	color: #FF0033;
	display: inline-block;
    width: 99%;
}

/** information message on top of the content area */
.infomessage {
    background-image: url('../../layout/images/ok.gif');
    background-repeat: no-repeat;
	padding-top: 3px;
    padding-left: 20px;
    padding-right: 3px;
    padding-bottom: 3px;
	font-size: 0.8em;
	color: #326BB3;
    display: inline-block;
    width: 99%;
}

/** an empty node within the core data tree */
.emptyNode {
	color: red;
}

.button {
	width: 9em;
	/* font-size:0.8em; */ 
	height: 1.7em;
	padding: 1px 5px 1px 5px;
	text-align: right;
	margin-right: 5px;
}

form input.button {
	width: 8em; 
	font-size:0.7em; 
	height: 1.9em;
	padding: 1px 5px 1px 5px;
	background-color: #C0C0C0;
	color: black;
	text-align:right;
	text-transform:uppercase;
	margin-right: 5px;
}

th.nowrapHeader {
	white-space:nowrap;	
}

/* Styles for flights search form */

div.searchChoise {
	width: 720px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #E9E9E9;
	border: 1px red;
}

input.wbdate {
	width:70px;
}

input.wbtime {
	width:40px;
}

input.hours {
	width:30px;
}

input.search {
	width:110px;	
}

table.flight-overview tr
	{
	background-color: #E9E9E9;
	font-size: 		1em;
	}

table#flight-overview td.label {
	width: 70px; 
	font-weight: normal;
	vertical-align: middle;
	padding-left: 2px;
}

table#flight-overview td.value {
	width: 130px; 
	font-weight: bold;
	vertical-align: middle;
}

table#sectionTable th {
	background-color: #99CCFF;
}	

/* Style for dojo dialogs*/ 

.dojoDialog {
	background : #fff;
	border : 2px double #999;
	-moz-border-radius : 5px;
	padding : 15px;
}

.dojoFloatingPaneClient {
	background-color: #fff !important;
	margin: 1px !important;
	font-family: Arial, helvetica, sans-serif !important;	
	font-size: 1.0em !important; 
}

/****************************************************************************
 * Styles for the trim status                                               *
 ****************************************************************************/

div#trimLink {
	border-bottom: 1px solid gray;
	margin-bottom: 3px;
	padding-bottom: 1px;
    z-index: 98!important;
}

div#slTrimLink {
	display: inline;
	padding-left: 30px;
}

div#trimStatusDlg {
    z-index: 1000 ! important;
	padding: 1px;
}

div#trimStatus a:link {
	font-weight: bold;
	text-decoration: none;
	color: #003871;	
}

div#trimStatus a:active {
	font-weight: bold;
	text-decoration: none;
	color: #003871;	
}

div#trimStatus a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #003871;	
}

div#trimStatus a:hover {
	color: #DD2C00;
}

a.hide-dialog-button {
	color: black;
	float: right; 
	font-weight: bold;
	border: 1px solid black;
	padding: 0 3px;
	cursor: pointer;
	text-decoration: none;
}

a.hide-dialog-button:hover {
	color: white;
	background-color: #31309c;
}

div#trim-details {
	background-color: #D1CFC6; 
	font-size: 0.8em;
}

h3.trim-details-h3 {
	font-size: 0.8em;
	margin: 0;	
}

div#trimStatus {
	float: right; 
	background-color: #FFFF00; 
	border: none;
	padding: 7px; 
	font-size: 0.7em;
	position: absolute;
	top: -23px;
	left: 752px;
	white-space: nowrap;
    z-index: 98 ! important;
}

div.trim-curves {
	background-color: #FFF9BF; 
	padding: 5px; 
	margin: 0 5px;	
	border: 1px solid darkGray;
}

div.trim-curves div {
	font-size: 0.8em;
}

.trimValueOk {
	color: green;
	font-weight: bold;
}

.trimValueNok {
	color: red;
	font-weight: bold;
}

div#trimDetailsLink {
	text-align: right;
}

div.trim-errors, div.trim-warnings {
	border: 1px solid darkGray;
	background-color: #FFFAE6;
	padding: 5px;
	margin: 5px 0;
}

div.trim-errors ul, div.trim-warnings ul {
	margin: 5px;
	padding: 0 0 0 15px;
	width: 430px;
}

div.trim-errors li, div.trim-warnings li {
	font-size: 0.8em; 
	font-weight: bold; 
}

div.trim-errors li {
	color: red; 
}

div.trim-warnings li {
	color: #f76d21; 
}

table#trim-weights h4 {
	font-size: 1em;	
	margin-bottom: 5px;	
}

table#trim-weights ul {
	margin: 0 5px 5px 5px;
	padding: 0 0 0 15px;
}

table#trim-weights td {
	vertical-align: top;	
	background-color: #FFFAE6;
	border: 1px solid darkGray;
	padding: 5px;
}

table#trim-weights-list td {
	border-style: none;
	margin: 0 0 0 0;
	padding: 0 3px 0 3px;
	white-space: nowrap;
	font-size: 0.8em;
	text-align: right;
}

table#trim-weights-list td.line {
	border-top: 1px solid black;
	font-weight: bold;
}

table#trim-weights-list th {
	font-weight: normal;
	text-align: left;
	padding: 0 3px 0 3px;
	white-space: nowrap;
}

table#trim-weights-list .line2 {
	border-top: 1px solid darkGray;
}

/****************************************************************************
 * Styles for load process masks (need smaller fonts and smaller margins)   *
 ****************************************************************************/

table.flight-details td {
	text-align: right;
	background-color: white;
	padding: 0px 5px 0px 0px;
	white-space: nowrap;
	border: 1px solid #cad3df;
	vertical-align: bottom;
} 
table.flight-details th {
	text-align: left;
	font-weight: bold;	
	color: #333333;
	padding: 0px 0px 0px 5px;
	white-space: nowrap;
	vertical-align: bottom;
}
table.flight-details th.border {
	border: 2px solid black;
	padding: 10px;
	text-align: center;
	vertical-align: top;
}

table#loaddata {
	border-collapse: separate;
	margin-top: 0px;
}

html[data-useragent*='rv:11.0'] table#loaddata1 {
    margin-top: 15px ! important;
    margin-bottom: -15px ! important;
}

html[data-useragent*='Firefox'] table#loaddata1 {
    margin-top: 15px ! important;
    margin-bottom: -15px ! important;
}

div.loaddata {
    width: 90%;
    float: left;
    position: relative;
    top:0px;
}

div.load-data-column {
	float: left;
	margin-right: 10px;
}

#wb form table.load-data-block {
	margin: 7px;
	width: 333px;
	border: none;
}

div.loadStdFont, table.flight-details, #wb form table.load-data-block {
	font-family: Arial, helvetica, sans-serif;
	font-size: 0.8em;
}

#wb form table.load-data-block th {
	background-color: #477493;
	border-top: none;
	border-bottom: 1px solid white;
	color:white;
	font-size:0.9em
}

#wb form table.load-data-block td, #wb form table.load-data-block th {
	text-align: left;
	white-space: nowrap;
}

#wb form table.load-data-block caption {
	text-align:left; 
	font-weight: bold;
}

#wb form table.load-data-block td {
	padding-left: 5px;
}

#wb form table.load-data-block tr {
	background-color: #BECFD9;
}

#wb form table.load-data-block .readonly {
	font-size: 0.8em;
	padding: 1px;
	background-color: #E0E0E0;
	width: 70px;
	border: 1px solid gray;	
}

input[disabled] {
}

div#buttons {
	clear: both;
	margin: 10px 0;
}

div.telex {
	padding: 1px;
	background-color: white;
	width: 305px;
	height: 150px;
	border: 1px solid gray;	
	margin: 5px;
	overflow: auto;
}

.loadButton {
	height: 2em;
	width: 120px;
    white-space: nowrap;
}

button#telexButton {
	margin: 0 8px 5px 0;
	width: 100px; 
}

button#btnReport {
	width: 160px;
	vertical-align: top;
}

button#btnReport span {
	vertical-align: top;
}

.load-data-group {
	font-family: Arial, helvetica, sans-serif;
	border: none;
	background-color: #E2EAED;
	vertical-align: top;
	margin:4px;
	padding-bottom:1px;
}

.load-data-group-gtu {
	font-family: Arial, helvetica, sans-serif;
	border: none;
	background-color: #E2EAED;
	vertical-align: top;
	margin:0px;
	padding-bottom:1px;
}

/* Text that is flating right of the "load-data-group-title" */
.load-data-group .float-right {
	padding-top: 5px;
	padding-right: 5px;
	float: right;
	font-size: 75%;
}

div.load-data-group-title {
	font-weight: bold;
	margin: 0 9px 0 9px;
	color:#477493;
	padding-top:6px;
	border-bottom:1px solid white;
	padding-bottom:3px;
}

div.load-data-group-title-gtu {
	font-weight: bold;
	margin: 0px 10px 5px 10px;
	color:#477493;
	padding-top:6px;
	border-bottom:1px solid white;
	padding-bottom:3px;
}

.paxversion-data-group {
	font-family: Arial, helvetica, sans-serif;
	border: 1px solid #99CCFF;
	background-color: #EEEEEE;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	margin-bottom:20px;
}

/* row trim */

table#rowtrim {
	font-family: Arial, helvetica, sans-serif;
	font-size: 0.8em;	
	margin: 10px;
}

table#rowtrim td {
	padding: 1px;
}

/* rowtrim: tablecell background for different bookingclasses */

td.class1{
	background-color: #FFC0C0; /* light red */
}
td.class2{
	background-color: #FFFFC0; /* light yellow */
}
td.class3{
	background-color: #C0FFC0; /* light green */
}

/* prepare ulds */

div#uldStatus {
	width:99%;
    display:inline-block;
}

div#uldList {
	clear: both;
	margin: 0 10px 10px 10px;	
}

div#uldList button {
	width: 165px; 
	margin-right: 5px;
}

div.load-data-width button {
	width: 165px;
	margin-right: 5px;
}

div.load-data-margin-left {
	margin-left: 5px;
}

load-data-margin-right {
	margin-right: 5px;
}

div.load-data-margin-bottom {
	margin-bottom: 10px;
}

div.load-data-margin button {
	margin-right: 5px;
}

div#addUldButtons {
	text-align: right; 
	width: 350px; 
	margin-top: -24px;
	margin-right: 5px;
	float:right;
}

div#addUldButtons button {
	width: 165px; 
	margin-right: 5px;
}

/* Message reminder text box ind the flight details */

#content .reminderTextBox {
	float: left;
	width: 300px;
	font-family: Arial, helvetica, sans-serif;
	border: none; 
	background-color: #FFFF00;
	margin: -2px 5px 5px 0;
}

#content .reminderTextBox img {
	border: 0; 
	margin: 2px;
	vertical-align: middle;
}

#content .reminderTextBox a {
	text-decoration: none;
	color:#333333;
}

#content .reminderTextBox a:hover {
	color: #DD2C00;
}

#content .reminderTextBox a:visited {
	color:#333333;
}

#content .reminderTextBox p {
	display: inline;
	font-size: 0.8em;
	vertical-align: middle;
}

/* Check DOW/DOI popup */
#checkDoiResults {
	float: right;
	margin-right:100px;
	margin-top:0px;
	width: 200px;
}

#checkDoiResults table {
	white-space: nowrap;
	border: 1px solid gray;
	width: 200px;
	border-collapse: collapse;
	}

#checkDoiResults table td {
	border: 1px solid gray;
	border-collapse: collapse;
	font-size: 0.8em;
	height:0.9em;
}

#checkDoiResults table td.value {
	text-align: right;
	font-weight: bold;
}

/* Edit ULD popup */
tr#load_headers td.header {
	background-color:	#CAD3DF;	
}

/****************************************************************************/

/* DnD-ULDs that contains mail: light yellow */
.mailUld {
	background-color: #FFFF99;
}

/* DnD-ULDs that contain cargo: light red */
.cargoUld {
	background-color: FF3366;	
}

/* DnD-ULDs that contain baggage: light blue */
.baggageUld {
	background-color: #3399FF;	
}

/* DnD-ULDs that contain transit load: light green */
.transitUld {
	background-color: #99FF66;	
}

/* DnD-ULDs that contain mixed load: grey */
.mixedUld {
	background-color: #999999;	
}

div.uld {
	width: 40px;
	border: 1px solid black;
	font-size: 0.8em;
	cursor: move;
	padding: 0px 0px 0px 3px;
}

div.uld a:link {
color:#333333;
}

div.uld a:visited {
color:#333333;
}

div.uld a:active {
color:#333333;
}

div.uld a:hover {
color:#333333;
text-decoration:none;
}

/* Layout of the "reminder status" component to be shown on every page */
div#reminderStatus {
	position: absolute;
	top: 0px;
	left: 17px;
	width: 80px;
	height: 28px;
	font-size: 0.7em;
	text-align: center;
	vertical-align: middle;
}
div#loadProposalWorkflowStatus {
	position: absolute;
	top: 0px;
	left: 97px;
	width: 80px;
	height: 28px;
	font-size: 0.7em;
	text-align: center;
	vertical-align: middle;
}
div#reminderStatus_active {
	background-color: red;
	font-size: 1.1em;
	padding: 3px; 
}
div#reminderStatus_active a {
	color: black;
	text-decoration: none;
}
div#loadProposalWorkflowStatus_active {
	background-color: #00FF00;
	font-size: 1.1em;
	padding: 3px; 
}
div#loadProposalWorkflowStatus_active a {
	color: black;
	text-decoration: none;
}

/* Layout for Dojo tooltips (e.g. ULD arrangement) */
.tooltip {
	font-size: 75%;
}

/* Textarea to show a flight's coordinator remarks */
.adminRemarks {
	width: 20em;
	height: 2.3em;
	font-family: Arial, helvetica, sans-serif;
	font-size: 0.7em;
}

/* to mark a remote loadsheet flight in flightsearch-result */
table.wb-table tc.remote {
	background-color: #FCFCA9;
}

/* to mark a remote loadsheet flight */
table.flight-details td.remote {
	background-color: #FCFCA9;
}
/* used on page LII to color the departure airport table cell (WEB-INF/pages/info/loadUsers.jsp)*/
td.remote {		
	background-color: #FCFCA9;
}

div.remote {		
	background-color: #FCFCA9;
}

div.inline_scroll {
	height: 100px;
	width: 700px;
	overflow: auto;
	background-color: #ccc;
	padding: 8px;
	margin-top: 5px;
	font: 11px Menlo,Monaco, "Courier New",monospace;
}

.loadProposalText {
	width: 700px;
	border-top: none;
}

div[name="nothingfound"] {
    font-size: 0.8em;
    color: #326BB3;
}

#ui-datepicker-div {
    z-index: 999 !important;
}

#menu li {
    float:left;
    list-style:none;
    margin-right:15px;
    padding: 10px 0;
    z-index: 998! important;
}
#menu li a {
    text-decoration:none;
    font-size: 11px;
    padding: 4px;
    color: black;
    font-weight:bold;
}
#menu li a:hover {
    color:#cd6a00;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
}
#menu li a span.ui-icon-carat-1-e {
    float:right;
    position:static;
    margin-top:2px;
    width:16px;
    height:16px;
    background:url(http://download.jqueryui.com/themeroller/images/ui-icons_888888_256x240.png) no-repeat -64px -16px;
}
#menu li ul {
    display:block;
    position:absolute;
    padding:5px 0px;
    background:#f0f0f0;
    z-index: 998! important;
}
#menu li ul li {
    float:none;
    width:200px;
    margin-right:0px;
    padding:5px 10px;
    z-index: 998! important;
}
#menu li ul li a {
    font-size:14px;
}

.wbDocument {
    background-color:white;
    font-family:Courier, monospace;
    font-size:10pt!important;
    height:28em ! important;
    width:48em ! important;
    overflow-y: auto;
    overflow-x: visible;
    margin: 4px;
	margin-left: 0px;
}
.noscreen {
    display: none;
}

div.dojoFloatingPane {
    z-index: 999 ! important;
}
