@import url(tp_filter.css);
@import url(tp_image.css);
@import url(tp_list.css);
@import url(tp_map.css);
@import url(tp_shortlist.css);

@media print {
	div.slView div.tp_header, 
	div.slView div.tp_popup, 
	div.slView div.tp_popup_bg, 
	div.slView div.tp_body,
	div.slView div.tp_shortlist a.close,
	div.slView div.tp_shortlist table tbody td dl.prices dt,
	div.slView div.tp_shortlist table tbody td dl.prices dd span.hidden,
	div.slView div.tp_shortlist table tbody td a.remove
	{
		display: none !important;
	}
	
	div.slView div.tp_shortlist
	{
		border: 0px none ;
		background-color: #fff;
		position: static;
		height: auto;
		width: auto;
		z-index: inherit;
		margin: 15px 0 0 0;
		_margin: 15px 0 0 0;
		overflow: auto;
	}
	
	div.slView div.tp_shortlist p.noSavedCities, div.slView div.tp_base div.tp_shortlist h2, div.slView div.tp_shortlist table 
	{
		margin: 0 0 0 0;
		color: #000;
	}
	
	div.slView div.tp_shortlist table 
	{
		color: #000;
		width: 100%;
		border-collapse: collapse;
	}
	
	div.slView div.tp_shortlist table th,
	div.slView div.tp_shortlist table td
	{
		padding: 4px;
		vertical-align: top;
	}
	
	div.slView div.tp_shortlist table thead th,
	div.slView div.tp_shortlist table tbody th,
	div.slView div.tp_shortlist table tbody td
	{
		background-color: transparent;
		color: #000;
		border: 2px solid #cdcdcd;
		text-align: left;
	}
	
	div.slView div.tp_shortlist table tbody td ul
	{
		margin: 0 0 0 0 !important;
		padding: 0 0 0 0 !important;
	}
	
	div.slView div.tp_shortlist table tbody td li
	{
		background: transparent none;
		padding: 0 0 0 0 !important;
		margin: 0 0 0 15px !important;
	}
	
	div.slView div.tp_shortlist table tbody td dl.prices dd
	{
		margin: 0 0 5px 0;
		padding: 0 0 0 0;
	}
}

div.tripplanner 
{
	background: #fff url(/img/_red08/specific/tripplanner/tp_bg.gif) repeat-y top left;
	margin: 1em 0 0 0;
}

div.tripplanner *
{
	font-size: 11px;
}

div.tp_base
{
	background: transparent url(/img/_red08/specific/tripplanner/tp_bg_bottom.gif) no-repeat bottom left;
	padding: 0 0 10px 0;
	overflow: hidden;
}

div.tp_base h2
{
	padding: 5px 0 10px 0;
	margin: 0 0 0 0;
	color: #c10000;
	background: transparent none;
	border-right: 0px none;
}

div.tp_header
{
	background: transparent url(/img/_red08/specific/tripplanner/tp_bg_top.gif) no-repeat top left;
	padding: 6px 0 0 25px;
}

div.tp_header label
{
	float: left;
	display: inline;
}

	label.selDepCity
	{
		background: #fff url(http://www.qantas.com.au/img/_red08/specific/tripplanner/h_travelideasfrom.gif) no-repeat left 10px;
		padding: 13px 60px 10px 194px;
	}
	
	label.selMonthOfTravel
	{
		background: #fff url(http://www.qantas.com.au/img/_red08/specific/tripplanner/h_monthoftravel.gif) no-repeat left 10px;
		padding: 8px 10px 10px 179px;
	}
	
	img.optional
	{
		position: relative;
		top: 5px;
		left: 5px;
	}

div.tp_body
{
	background: transparent url(/img/_red08/specific/tripplanner/tp_bg_split.gif) no-repeat top left;
	padding: 15px 0 0 10px;
}

div.tp_body h3
{
	padding: 5px 0 10px 0;
	margin: 0 0 0 0;
	color: #c10000;
	font-size: 1.5em;
}

div.tp_content
{
	float: left;
	display: inline;
	width: 696px;
}

div.tp_content h4
{
	padding: 0;
	margin: 0;
}

div.tp_content ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.tp_subheader
{
	padding: 0 15px 0 15px;
}

div.tp_subcontent
{
	padding: 0 0 0 0;
}


/* Content area */
div.view_shortlist
{
	float: right;
	font-weight: bold;
}

div.view_shortlist a:link,
div.view_shortlist a:visited
{
	font-weight: normal;
}

div.tp_keywords
{
	padding: 0 0 15px 0;
}

div.tp_keywords h4, 
div.tp_keywords p
{
	float: left;
	margin: 0 5px 0 0 !important;
	padding: 0;
	text-transform: capitalize;
	white-space: nowrap;
	color: #000;
}

div.tp_subnav 
{
	border-bottom: 3px solid #CDCDCD;
	margin: 0 0 15px 0;
	height: 34px;
	_height: 37px;
}

div.tp_subnav form
{
	float: right;
	padding: 5px 15px 0 0;
}

div.tp_subnav label.tp_sortby
{
	_width: 1px;
	white-space: nowrap;
}

div.tp_subnav div.tp_tabs
{
	position: absolute;
	margin: 0 0 0 15px;
}

	div.tp_tabs a
	{
		float: left;
	}
	
	div.tp_tabs a img
	{
		display: block;
	}


div.tp_popup
{
	position: absolute;
	z-index: 9998;
	width: 480px;
	height: 410px;
	background-color: #fff;
	margin: 20px 0 0 240px;
	border: 3px solid #CDCDCD;
	display: none;
}

div.tp_popup div.header
{
	padding: 5px;
	font-weight: bold;
	border-bottom: 3px solid #cdcdcd;
	color: #c10000;
	font-size: 12px;
	height: auto;
	width: auto;
}

div.tp_popup div.content
{
	height: 383px;
	text-align: center;
}

div.tp_popup div.content div#flashPopContent
{
	padding: 15px 0 0 18px;
}

div.tp_popup div.flashAlt
{
	padding: 5px;
}

div.tp_popup_bg
{
	position: absolute;
	z-index: 2;
	height: 555px;
	width: 960px;
	background-color: transparent;
	margin: -50px 0 0 0;
	display: none;
}

div.tp_loader
{
	padding: 20px;
	color: #000;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	position: absolute;
	margin: 3em 0 0 0;
	z-index: 999;
}

div.tp_loaderBG
{
	background-color: #fff;
	width: 950px;
	height: 555px;
	margin: 0 0 0 0;
	position: absolute;
	z-index: 998;
}

a.remove:link,
a.remove:visited
{
	background: transparent url(/img/_red08/specific/tripplanner/icon_remove.gif) no-repeat left;
	padding: 0 0 0 10px;
}

a.close:link,
a.close:visited
{
	background: transparent url(/img/_red08/specific/tripplanner/icon_close.gif) no-repeat right;
	padding: 0 20px 1px 0;
	color: #990000;
	float: right;
	margin: 0 0 0 0;
	font-weight: bold;
}

a.ico_help
{
}

div.result
{
	float: left;
}

/* Comments */
div.tp_pricecomment
{
	position: absolute;
	margin: 400px 0 0 10px;
	z-index: 1;
}
