
/* import global style definitions */

@import url("_global.css");

@media screen {

	/* altering to inherited global style definitions */

	#page-content h1,
	#page-content h2.h1-style {
		margin: 16px 0px 15px 0px;
		padding: 0px 0px 0px 25px;
		background: url(/_design/prices/h1-bullet.jpg) no-repeat scroll 2px 2px;
		font-size: 18px;
	}

	.section-header {
		background-image: url(/_design/prices/prices-header.jpg);
	}

	#currencies {
		width: 100%;
		float: left;
	}

	#currencies ul {
		height: 30px;
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		float: left;
	}

	#currencies ul li {
		height: 30px;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		float: left;
	}

	#currencies ul li a {
		width: 100%;
		padding: 8px 0px 0px 25px;
		color: #417e6f;
		background: url(/_design/prices/currency-tabs.gif) no-repeat scroll left top;
		border: none;
		font-size: 9px;
		font-weight: bold;
		text-decoration: none;
		display: block;
		float: left;
	}

	#currencies ul li a:hover {
		color: #628f90;
	}

	#currencies ul li.gbp {
		width: 140px;
	}

	#currencies ul li.gbp a {
		background-position: 0px 0px;
	}

	#currencies ul li.gbp a.selected {
		background-position: 0px -60px;
	}

	#currencies ul li.gbp a:hover {
		background-position: 0px -30px;
	}

	#currencies ul li.eur {
		width: 120px;
	}

	#currencies ul li.eur a {
		background-position: -140px 0px;
	}

	#currencies ul li.eur a.selected {
		background-position: -140px -60px;
	}

	#currencies ul li.eur a:hover {
		background-position: -140px -30px;
	}

	#currencies ul li.usd {
		width: 130px;
	}

	#currencies ul li.usd a {
		background-position: -260px 0px;
	}

	#currencies ul li.usd a.selected {
		background-position: -260px -60px;
	}

	#currencies ul li.usd a:hover {
		background-position: -260px -30px;
	}

	#currencies ul li.cad {
		width: 170px;
	}

	#currencies ul li.cad a {
		background-position: -390px 0px;
	}

	#currencies ul li.cad a.selected {
		background-position: -390px -60px;
	}

	#currencies ul li.cad a:hover {
		background-position: -390px -30px;
	}

	#currencies ul li.aud {
		width: 175px;
	}

	#currencies ul li.aud a {
		background-position: -560px 0px;
	}

	#currencies ul li.aud a.selected {
		background-position: -560px -60px;
	}

	#currencies ul li.aud a:hover {
		background-position: -560px -30px;
	}

	.anchor {
		width: 100%;
		height: 15px;
		float: left;
	}

	table.prices-box {
		width: 100%;
		border: 0px;
		float: left;
		border-top: 1px solid #014b34;
		border-left: 1px solid #014b34;
		background-color: #EFEFEF;
		padding: 0px;
		margin: 0px;
	}

	table.prices-box tr.header {
		background-color: #e3186a;
		color: #ffffff;
		font-size: 11px;
		font-weight: bold;
		background-image: url(/_design/prices/prices-box-header-bg.gif);
		background-position: 0px bottom;
		background-repeat: repeat-x;
	}

	table.prices-box tr.header td.destination {
		text-align: left;
	}

	table.prices-box tr.header td.destination strong {
		font-size: 13px;
		color: #ffffff;
		padding-left: 16px;
		background-image: url(/_design/prices/arrow-bullet.gif);
		background-position: 2px center;
		background-repeat: no-repeat;
	}

	table.prices-box tr.header td.destination strong a {
		color: white;
	}

	table.prices-box td {
		width: 12%;
		font-size: 11px;
		border: 0px;
		border-right: 1px solid #014b34;
		border-bottom: 1px solid #014b34;
		padding: 3px;
		margin: 0px;
		text-align: center;
	}

	table.prices-box td.project {
		width: 36%;
		background-color: #417c6a;
		color: #FFFFFF;
		text-align: left;
	}

	table.prices-box td.project a {
		color: white;
		font-weight: normal;
	}

	table.prices-box td.sub-project {
		width: 30%;
		background-color: #8cb0a5;
		color: #004f39;
		padding-left: 5px;
		font-size: 10px;
		text-align: left;
	}

	table.prices-box td.sub-project a {
		color: #004f39;
		font-weight: normal;
	}

	.back-to-top {
		width: 100%;
		float: left;
		height: 13px;
		text-align: right;
		border-top: 2px solid #ed1c62;
		overflow: hidden;
	}

	.back-to-top a {
		color: #ffffff;
		display: block;
		margin-left: 320px;
		line-height: 11px;
		padding-right: 18px;
		padding-bottom: 2px;
		background-image: url(/_design/prices/back-to-top-bg.gif);
		background-position: right center;
		background-repeat: no-repeat;
	}
	
}

@media print {

	#page-content #currencies,
	#page-content .back-to-top {
		display: none;
	}


	#page-content table.prices-box {
		width: 100%;
		padding: 0pt;
		margin: 0pt;
		margin-top: 20pt;
		margin-bottom: 20pt;
		border: none;
		border-top: 1pt solid black;
		border-left: 1pt solid black;
	}

	#page-content table.prices-box td {
		padding: 3pt;
		margin: 0pt;
		border: none;
		border-right: 1pt solid black;
		border-bottom: 1pt solid black;
		font-size: 8pt;
		text-align: center;
	}

	#page-content table.prices-box tr.header {
		font-size: 9pt;
		font-weight: bold;
	}

	#page-content table.prices-box tr.header td.destination {
		text-align: left;
	}

	#page-content table.prices-box tr.header td.destination strong {
		font-size: 10pt;
		padding-left: 6pt;
	}

	#page-content table.prices-box td.project {
		width: 160pt;
		padding-left: 6pt;
		font-weight: bold;
		text-align: left;
	}

	#page-content table.prices-box td.sub-project {
		width: 160pt;
		padding-left: 6pt;
		font-size: 8pt;
		text-align: left;
	}

}
