/**
 * Odgers Berndtson
 *
 * @filename print.css
 * @author Oliver Rowlands
 * @date 2007-01-01
 * @copyright Liquid Light Digital Ltd.
 * @url http://www.liquidlight.co.uk
 */

/**
 * Hide unnecessary elements
 */
#accessibility,
#search,
#breadcrumb,
#consultantsContainer,
#worldWideContainer,
#footerContent ul,
#credits,
ul.navigation,
div.headerWrapper,
div.tx-llconsultant-pi div.search,
div.tx-llconsultant-pi div.tx-llconsultant-pi-browsebox,
div.newsArchive,
div.newsCommentPost,
div.tx-ttnews-browsebox,
div.divider hr,
div.tx-llcatalog-pi div.filters,
div.jobsList table th.last,
div.jobsList table td.last,
.hide {
	display: none;
}

/**
 * Default styles
 */
body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%;
	color: #000000;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a:link,
a:visited { 
	color: #264E85;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
#logo {
	float: right;
	margin: 0 -30px 0 0;
}
#logo a {
	text-decoration: none;
}
#pageHeader h1 {
	margin: 0;
}
#pageHeader,
#content {
	clear: both;
	border-bottom: 4px solid #264E85;
	padding: 1.5em 0 1.5em 0;
}
#content {
	border-color: #CCCCCC;
}
#footer {
	font-size: 90%;
}
div.divider {
	margin: 1em 0;
	border-bottom: 1px solid #EEEEEE;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table tbody td,
table thead th {
	padding: 0.5em 0;
}
table thead th {
	text-align: left;
	border-bottom: 2px solid #CCCCCC;
}
table tbody td {
	border-bottom: 1px dotted #CCCCCC;
}
div.

/**
 * hCard Microformat
 */
div.vcard {}
div.vcard span.type {
	display: none;
}
div.vcard span.fn,
div.vcard span.org span.organization-name {
	display: block;
	font-weight: bold;
}
div.vcard div.adr {
	padding: 7px 0 10px 0;
}
div.vcard div.adr span.locality,
div.vcard div.adr span.region,
div.vcard div.adr span.postal-code,
div.vcard div.adr span.country-name,
div.vcard a.email {
	display: block;
}
div.vcard div.adr span.locality,
div.vcard div.adr span.region,
div.vcard div.adr span.postal-code {
	float: left;
	padding: 0 5px 0 0;
}
div.vcard div.adr span.country-name {
	clear: left;
}
div.vcard div.tel,
div.vcard div.fax,
div.vcard a.email {
	padding: 0 0 5px 0;
}
div.vcard div.tel {
	clear: both;
}

/**
 * Survey
 */
div.tx-ncpbsurveyfesimplestats-pi1 table {
	width: 99%;
}
div.tx-ncpbsurveyfesimplestats-pi1 table td.answer {
	width: 55%;
}
div.tx-ncpbsurveyfesimplestats-pi1 table td.percentage {
	width: 15%;
}
div.tx-ncpbsurveyfesimplestats-pi1 table td.bar {
	text-align: right;
	width: 33%;
}
div.tx-ncpbsurveyfesimplestats-pi1 div.bar {
	border: 1px solid #CCCCCC;
	width: 150px;
	height: 15px;
	position: relative;
	z-index: 6;
	float: right;
}
div.tx-ncpbsurveyfesimplestats-pi1 div.barWrapper {
	border-bottom: 15px solid #3F7DAE;
	height: 0;
	z-index: 4;
	position: absolute;
	left: 0;
}
