/**
 * AfDB CSS
 *
 * @filename print.css
 * @author Oliver Rowlands
 * @date 2008-12-01
 * @copyright Liquid Light Digital Ltd.
 * @url http: //www.liquidlight.co.uk
 */

body {
	color: #000000;
	font-family: Verdana, Hevetica, Arial, sans-serif;
	font-size: 11pt;
	margin-top: 0;
	margin-bottom: 0;
}
#logo {
	float: right;
}
#content {
	clear: both;
}
#breadcrumb {
	font-size: 9pt;
}
#footer {
	border-top: 2px solid #AAAAAA;
	padding: 0.5em 0 0 0;
	margin: 2em 0 0 0;
	font-size: 8pt;
}

/**
 * Hide unwanted elements
 */
.hide,
#globalNavigation,
#primaryNavigation,
#secondaryNavigation,
#breadcrumb,
#footerNavigation,
#credits,
div.page.columnOne,
div.page.columnThree,
div.subscribe,
hr {
	display: none;
}

/**
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.2em;
	border-bottom: 1px solid #BBBBBB;
}
h1 {
	border-width: 2px;
	border-color: #AAAAAA;
}

/**
 * Link handling
 */
a {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
	content: " [afdb.org/"attr(href)"] ";
	font-size: 8pt;
}
a[href^="/"]:after {
	content: " [afdb.org"attr(href)"] ";
}
a[href^="http"]:after {
	content: " [" attr(href) "] ";
}
a[href^="mailto"]:after,
a[href=""]:after,
#logo a:after {
	content: "";
}
#logo a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border-width: 0;
}

/**
 * Tables
 */
table th,
table td {
	text-align: left;
	border-bottom: 2px solid #BBBBBB;
	padding: 10px 20px 10px 0;
}
table td {
	border-color: #AAAAAA;
	border-width: 1px;
}

/**
 * Misc
 */
p.small {
	font-size: 7pt;
	font-style: italic;
}
ul li {
	list-style-type: square;
}
div.divider {
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
	margin: 15px 0 20px 0;
}