﻿.center {
	text-align: center;
}

.navBtnSit
{
	text-align: right;
	padding: 4px 4px 0 0;
}

.prevBtnSit, .itinBtnSit
{
	margin-right: 4px;
}

.situationfieldset 
{
	margin: 6px 0 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.notesfieldset 
{
	margin: 6px 0 10px 0;
	background-color: #ffffc4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 1px #a0a0a0;
}

.wCallfieldset {
    border-color: transparent;
}

.ctwCallInfo {
    width: 100%;
    background-color:white;
    border: 1px solid #a0a0a0;
}

.ctwCallCtrl
{
    width: 115px;
    margin: 0px auto 0px auto;
}

.weatherfieldset {
    border-color: transparent;
}

.drivingfieldset {
    border-color: transparent;
}

.infohome {
	padding: 5px 3px 0 3px;
}

.weathervisit {
	padding: 5px 3px 0 3px;
}

.wvDetails {
	position: absolute;
	width: 100%;
	text-align: right;
	margin-top: 3px;
	/*float: right;*/
	/*top: -12px;*/
	right: 10px;
	text-decoration: underline;
	color: blue;
}

.tlsMessage 
{
	height: 20px;
	padding-top: 4px;
	text-align: center;
}

.tlsMsg
{
	font-size: 9pt;
	font-weight: bold;
	color: red;
}

.tlsSupplier {
	font-weight: bold;
	float: left;
	margin-left: 3px;
}

.tlsSupplier > img 
{
	float: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-bottom: 5px;
}

.tlsSupplierCenter 
{
	font-weight: bold;
	text-align: center;
}

.tlsSupplierCenter > img
{
	float: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-bottom: 5px;
}

.tlsSupplierLabel
{
	position: relative;
	top: 10px;
}

.tlsSupplierLnk 
{
	position: relative;
	top: 10px;
	float: right;
	margin-right: 3px;
}

.tlsParameters {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-size: smaller;
}

.tlsParamTitle
{
    border-top: 1px solid #999999;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	background-color: #5e627f;
	color: white;
}

.tlsParamName 
{
    border-top: 1px solid #999999;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	color: #5e627f;
}

.tlsParamName[other="true"]
{
	/* background-color: #f0f0f0; */
}

.tlsParamName[other="false"]
{
	/* background-color: #fff8e7; */
}

.tlsParamValue
{
    border-top: 1px solid #999999;
	text-align: left;
}

.tlsParamValue[other="true"]
{
	/* background-color: #f0f0f0; */
}

.tlsParamValue[other="false"]
{
	/* background-color: #fff8e7; */
}

.tlsParamLnk
{
    border-top: 1px solid #999999;
	text-align: right;
}

.tlsParamLnk[other="true"]
{
	/* background-color: #f0f0f0; */
}

.tlsParamLnk[other="false"]
{
	/* background-color: #fff8e7; */
}

.tlsParamEnhValue
{
	font-weight: bold;
}

.tlsParamEnhErrorValue
{
	font-weight: bold;
	color: red;
}

.tlsParamEnhWarnValue
{
	font-weight: bold;
	color: blue;
}

.tlsParamEnhNormValue
{
	font-weight: bold;
	color: green;
}

.notes
{
}

.notesHdr
{
}

.notesHdrLbl
{
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 6px;
	float: left;
}

.notesHdrBtn
{
	display: none;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	padding-right: 6px;
	float: right;
}

.notesHdrInstruct
{
	font-size: x-small;
	font-weight: bold;
	padding-right: 6px;
	float: right;
	width: 57px;
	text-align: center;
	color: #5e627f;
}

/* NOTE: the notes body is really a textarea that allows scrolling.  In order to show the area without the scrollbars,
 *       the textarea has no border and its scrollbar is left shifted out of view (overflow: hidden) for FireFox or
 *       the scrollbar colors match the background colors for IE.
 */
.notesBody
{
	clear: both;
	overflow: hidden;
}

.notesCtl
{
	margin-left: 16px;
	font-family: arial;
	font-size: 8pt;
	background-color: #ffffc4;
	width: 100%;
	border: none;
	overflow:-moz-scrollbars-vertical;
	SCROLLBAR-FACE-COLOR: #ffffc4;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffc4;
	SCROLLBAR-SHADOW-COLOR: #ffffc4;
	SCROLLBAR-3DLIGHT-COLOR: #ffffc4;
	SCROLLBAR-ARROW-COLOR: #ffffc4;
	SCROLLBAR-TRACK-COLOR: #ffffc4;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffc4;
	SCROLLBAR-BASE-COLOR: #ffffc4;
}

.notesInstruct
{
}

.flightReplTitle
{
	height: 20px;
	text-align: center;
	font-size: 8pt;
	color: Red;
	font-weight:bold;
}

.flightReplInput
{
	text-align: center;
	font-size: 8pt;
}

.skipPnl
{
	padding-top: 15px;
	width: 100%;
	text-align: right;
}

.flightReplPlsWait
{
	display: none;
	font-size: larger;
	font-weight: bold;
	background:url(../img/wait20trans.gif) no-repeat bottom left;
	padding: 8px 0 0 25px;
	position: relative;
	float: right;
	margin-left: 50%;
	width: 95px;
	left: -48px;
}

.replFlightDDL
{
	font-size: 8pt;
}

.arvAirTitle
{
	height: 20px;
	text-align: center;
	font-size: 8pt;
	color: Red;
	font-weight:bold;
}

.arvAirInfo
{
	text-align: center;
	font-size: 8pt;
}

.divertArptTitle
{
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	color: green;
	text-align: center;
}

.fltLandedTitle
{
	font-size: 10pt;
	font-weight: bold;
	height: 30px;
	color: green;
	text-align: center;
}

.divertArptBox
{
	width: 96%;
	font-size: 8pt;
}

.divertArptInput, .divertArptBtn
{
	width: 100%;
	text-align: center;
}

.divertBottom
{
	padding-bottom: 8px;
}

.saveBtn
{
	font-size: 11pt !important;
	text-decoration: underline !important;
	border-style: none !important;
	color: blue !important;
	cursor: pointer !important;
}

.plsWait
{
	background:url(../img/wait20trans.gif) no-repeat center left;
	padding: 4px 0 0 25px;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -48px;
	font-size: 10pt;
}
