/**
 * HORIBA CSS
 *
 * @filename    print.css
 * @author      Oliver Rowlands
 * @date        2008-05-20
 * @copyright   Liquid Light Digital Ltd.
 * @url         http://www.liquidlight.co.uk
 */

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-top: 0;
	margin-bottom: 0;
}
div.clear,
div.csc-textpic-intext-left-nowrap {
	clear: both;
}
img {
	border-width: 0;
}
#logo {
	float: right;
}
#content {
	clear: both;
}
table {
	width: 99%;
	border-collapse: collapse;
}
table td,
table th {
	border-bottom: 1px solid #CCCCCC;
}
table td {
	padding: 5px;
}
table th {
	text-align: left;
}
div.photos div.photo {
	float: left;
}
p.small {
	font-size: 10pt;
}
#footer {
	border-top: 2px solid #AAAAAA;
	padding: 0.5em 0 0 0;
	margin: 2em 0 0 0;
	font-size: 8pt;
}
#accessibility,
#globalNavigation,
#sectionNavigation,
#primaryNavigation,
#secondaryNavigation,
#footerNavigation,
#breadcrumb,
#switcher,
#search,
#contentHeader,
div.columnTitle,
div.csc-header img,
div.tx-llbanner-pi1,
hr {
	display: none;
}

/**
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.2em;
	border-bottom: 1px solid #BBBBBB;
}
div.box h2 {
	border-width: 0;
	padding-bottom: 0;
}
h1 {
	border-width: 2px;
	border-color: #AAAAAA;
}

/**
 * Link handling
 */
a {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
#logo a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
div.photos div.photo a {
	border-width: 0;
}

div.divider {
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
	margin: 15px 0 20px 0;
}


/**
 * hCard Microformat
 */
div.vcard span.type,
div.vcard img {
	display: none;
}
