html{ 
	height: 100%; 
	border: 0; 
	padding: 0; 
	margin: 0; 
}
body {
	height: 100%; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    scrollbar-face-color: #FF9900; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-highlight-color: #003366;
	scrollbar-3dlight-color: #003366; 
	scrollbar-darkshadow-color: #003366; 
	scrollbar-track-color: #003366;
	scrollbar-arrow-color: #003366; 
	font-family: Arial;
	background-color: #FFFFFF;
}




.toleft {
	text-align:left;
}
.toright {
	text-align:right;
}
.light {
	color: #333333
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #333333;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}
hr.thinhr {
      color: #DFD8D4;
      background-color: #FFFFFF;
      height: 1px;
}
.tableheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
a {
	cursor:pointer;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
white {
	color: #FFFFFF;
	font-weight:bold;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}
.dropdown_blue {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	background-color: #FFFFFF;
}
.frontText {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	width: 110;
	text-align:right;
}
.input {
	 background-color: #FFFFFF;
	 color: #333333;
	 border: #DFD8D4 1px solid;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 vertical-align:middle;
 } 
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 2px double #DFD8D4;
	color: #FFFFFF;
	background-color: #003366;
	text-transform:uppercase;
	
}

.formbutton_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 2px double #DFD8D4;
	color: #FFFFFF;
	background-color: #003366;
	text-transform:uppercase;
	
}

.formbutton_focus {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 2px double #DFD8D4;
	text-transform:uppercase;
}
.formbutton_disabled {
	color: #000000;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 2px double #DFD8D4;
	text-transform:uppercase;
}


.start {
	color:#FFFFFF; 
	cursor: pointer;
	background:#FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 2px double #FFFFFF;
	text-transform:uppercase;
}
.end {
	color:#FFFFFF;
	cursor: pointer;
	background:#003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 2px double #DFD8D4;
	text-transform:uppercase; 
} 
.radioStyle {
	 background-color: #DFD8D4;
	 border: none;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
}
.tableBackground {
	background-color:#DFD8D4;
	
}
select {
	 color: #003366;
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 8pt;
}

/* flightcell price field */
.fcp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

/* cheapest timeblock - normal */
.ctn {
	color: #000000;
	background-image:url('../images/cell_bg_blue.jpg');
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}

/* cheapest timeblock - normal */
.ctn:hover {
	color: #000000;
	background-image:url('/images/cell_bg_orange.jpg');
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}

	

/* cheapest timeblock - mouseout */
.ctmout {
	color: #000000;
	background-image:url('/images/cell_bg_blue.jpg');
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
	
}

/* cheapest timeblock - mouseover */
.ctmover {
	color: #000000;
	background-image:url('/images/cell_bg_orange.jpg');
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}

/* cheapest wholeday - mouseout */
.cwmout{
	color: #000000;
	background-image:url('/images/cell_bg_yellow.jpg');
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}

/* cheapest wholeday - normal */
.cwn {
	color: #000000;
	background-image:url('/images/cell_bg_yellow.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

/* cheapest wholeday - mouseover */
.cwmover {
	color: #000000;
	background-image: url('/images/cell_bg_orange.jpg');
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;

}

/* otherfares - mouseover */
.ofmover {
	color: #000000;
	background-image:url('/images/cell_bg_orange.jpg';
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}

/* otherfares - mouseout */
.ofmout {
	color: #333333;
	cursor:pointer;
}

/* otherfares - normal */
.ofn {
	color: #333333;
	cursor:pointer;
}
.tableHeading {
	color: #003366;
	font-weight:bold;
}
.white {
	color: #FFFFFF
}
.grey {
	color: #666666
}
.bracket {
	background-image:url(../images/bracket.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.qantas {
	font:bold 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color: #FF0000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.virginblue {
	font:bold 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color: #006699;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.jetstar {
	font:bold 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color: #FF6600;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}  
#popup {
	background-color: #FFFFFF;
	padding: 0px;
	height: 380px;
	width: 700px;
	left:50%;
	top:120px;
	margin-left:-350px;
	position:absolute;
	overflow:auto;
	z-index:2;
	float:none;
	border: 2px solid #CCCCCC;
	visibility:hidden;
}
#leftbar {
  width: 774px;
  margin-left:-387px;
}
#rightbar {
  width: 225px;
  float: right;
}
.clearing {
  height: 0;
  clear: both;
}
#spacer{ 
	display: block; 
	height: 92%; 
	float: left; 
	width: 1px; /* 1px would be enough this is for display only */ 
	font-size: 1px; /* to make sure width is not overridden */ 
	padding: 0; 
	margin: 0; 
}
#contentwrap{ 
	display: block; 
	width: 99%; /* to suit but leave room for spacer */ 
	padding: 0; 
	margin: 0; 
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DEDCDD;
	text-align: center;
}
#container {
	width: 774px;
	left:50%;
	padding-top: 10px;
	margin-left:-387px;
}
#content {
	width: 330px;
	text-align: center;
	margin-left:-165px;
	padding-left: 50%;
	height: 330px;
	padding-top:-100px;
	margin-top: 50%;
}
#sidebar {
	background: #e5e7d3;
	width: 200px;
	float: right;
}
#footer {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	clear: both;
	text-align:center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DEDCDD;
	padding: 0px; 
	margin: 0px;
	height:7%;
}
/* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 /* following rules are invisible to IE 5 \*/
 #horizon {
	top: 135px;
	left: 1px;
	width: 100%;
	margin-top: -115px;
	text-align: center;
	min-width: 360px;
 }
 /* end IE 5 hack */ 
          
#wrapper {
	position: relative;
	text-align: left;
	width: 360px;
	height: 100%;
	margin: 0px auto;
}
p.last{ 
	font-size:.8em; 
	border-top:.1em solid #000; 
	margin:0; 
	width:100%; 
	padding:.1em 1em; 
	color: #777; 
	background: #ccc; 
}
#popupTimes {
	padding: 3px 15px 15px 20px;
	height: 54px;
	width: 175px;
	left:50%;
	top:198px;
	margin-left:-350px;
	position:absolute;
	overflow:none;
	z-index:1;
	float:none;
	background-image:url(../images/bubble.jpg);
	background-repeat:no-repeat;
	visibility:visible;
}

#jetstarshutdown {
	padding: 3px 15px 15px 20px;
	height: 54px;
	width: 160px;
	left:50%;
	top:150px;
	margin-left:-40px;
	position:absolute;
	overflow:none;
	z-index:1;
	float:none;
	visibility:visible;
}

.help {
	cursor:help;
}
#shadow1, .shadow2, .shadow3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
#shadow1 {

  float:left;
  background:url(/images/shadow.gif) right;
  bottom no-repeat;
  }
#shadow2 {
 background:url(/images/corner_bl.gif) left;
  bottom no-repeat;
  }
#shadow3 {

  padding:0 16px 16px 0;
  background:url(/images/corner_tr.gif) right;
  top no-repeat;
  }
#shadow img {
  display:block;
  }
  
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/} 
.wrap1 {
	width:300px;
	height: 90px;
	left:50%;
	top:120px;
	margin-left:-350px;
	position:absolute;
	float:left;
	background:url(/images/shadow.gif) right bottom no-repeat;
}
.wrap2 {background:url(/images/corner_bl.gif) left bottom no-repeat;}
.wrap3 {
	padding:0 2px 2px 0;
	background:url(/images/corner_tr.gif) right top no-repeat;}
.wrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;
	background:url(/images/corner_bl.gif) -4px 100% no-repeat;
	background:url(/images/corner_bl.gif) -4px 100% no-repeat;
	}
	

#bpshow{
position: absolute;
width: 150px;
/*border: 2px solid black;/*
/*padding: 2px;*/
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
	
.bp {
	background-image: url("http://www.farehunter.com.au/images/boardingpass.gif");
	background-repeat: no-repeat;
}	
.bpt {

	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight:bold;
}

.bpc {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.bpf {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.td_redtext {
	color:#FF0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.infobox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.small2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.small2bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
