* {
	color:#000;
	background:#fff;
}
html {
	font: 100%/2.5 times, serif;	
}

html {
margin: 0;
border: 0;
}

a[href]:after {
	content: none !important;
}

body {
margin: 0;
border: 0;
}

div#printhead {
 display: block;
 position: fixed; top: 0; left: 0; width: 100%; height: 2em;
 background: white;
}

div.helpdeskIcon {
    display: none;
}

div#globalContainer {
    display: none;
}

div#globalMenuContainer {
    display: none;
}

div#globalHeaderContainer {
    display: none;
}

#fplHistory hr {
    display: none;
}

div#ttA {
    display: none;
}

div#contentHeader {
    display: none;
}

div#errors {
    display: none;
}

div#headerContainer {
	display:none;
}
div#rightGlobalContentContainer {
	display:none;
}
div#footerContainer {
	display: none;
}
#fplListSearch, #fplListTabs {
	display:none;
}
div#leftContent {	
	border:0;
}
div#leftContent * {

}
div#leftContent table {
	width:100%;
	border-collapse:collapse;
}
#leftcontent pre, div.notamStyleSet div{
	font: 15px courier, serif;
	_word-wrap: break-word; 	
	/* width: 550px; */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#contentHeader{
  visibility: hidden;
}
#contentfoot{
  visibility: hidden;
}
#modal_dialog{
  visibility: hidden;
}
.FPtable td {
	border:0;
}
.templateList td,.flightPlanList td,.templateList th,.flightPlanList th,.flightLog td {
	border:1px solid #000;
}
thead {
	display: table-header-group;
}
tbody {
	display:table-row-group;
}
input,textarea {
	width:100%;
	border:1px solid #000;
}
textarea {
	font: 100%/1.5 times, serif;
}
#contentHeader img,#contentfoot img,#formButtons2,#editFlightPlanOptions,#flightRules_choiceLayer,
#levelUnits_choiceLayer,#flightType_choiceLayer,#wakeTurbulenceCat_choiceLayer,
#equipment2_choiceLayer,#speedUnits_choiceLayer, 
.yui-nav,.filter-wrapper, .btnRefresh, div.acceptedFlightPlanInfo, div.waitingFlightPlanInfo, div.colouredFlightPlanInfo {
	display:none;
}
/*Opera only, suppress page breaking inside a table row*/
tr {
	page-break-inside:avoid;
}

.flightPlanList, .templateList {
	font: 100%/1.2 times, serif;
}

.templateList .fplName {
	width: 280px;
}

.templateList .fplAirport {
	text-align: left;
}

.flightPlanList .fplName {
	width: 100px;
}

.fplAction {
	width: 60px;
}

.flightPlanList .fplEobt, .flightPlanList .fplAirport {
	width: 60px;
}

.flightPlanList .fplDayOfFlight {
	width: 100px;
}

.flightPlanList .fplStatus {
	text-align: left;
}
