/* CSS Document */

/*  Custom form definitions, for BAP new site - Printable forms

Author: Caroline Mockett, Mockett Media.
info@mockettmedia.co.uk

Colours:
	dark lilac #997dab
	lilac #d6b8e9
	minty gree: #cee6cc
	dark green: #006b5a

October 2008   */

body, h1, h2, p {
	color: #000;
	background: #fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
#header, #mainnav, #rightcol, #footer {
	display: none;
	width: 0;
	height: 0;
	}
#center {
	margin-top: 0;
	margin-left: 20px;
	width: 800px;
	}
fieldset {
	margin-bottom: 10px;
	}
legend {
	font-weight: bold;
	}
label {
	display: inline-block;
	width: 160px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	}
label.nomargin {
	float: left;
	width: 170px;
	font-weight: bold;
	font-size: 96%;
	text-align: left;
	padding-right: 5px;
	}
.wideMargin {
	margin-left: 170px;
	}
.narrow, .midwidth, .widest, .tall, .taller, .tallest {
	border: 1px solid #ccc;
	width: 60%;
	}
.narrow {
	width: 20%;
	}
.tall {
	height: 50px;
	}
.taller, .tallest {
	height: 150px;
	}
.widespacedwords {
	word-spacing: 3em;
	}
.alignright {
	width: 3.5em;
	text-align: right;
	display: inline-block;
	}
.leftmargin {
	margin-left: 20px;
	}
.smalltext {
	font-size: 70%;
	}
/* _____________________________ pringing abstracts stuff ___________________*/
.uppercase {
	text-transform: uppercase;
	}
.underline {
	text-decoration: underline;
	}
.topmargin {
	margin-top: 10px;
	}
body .abstractprint, .abstractprint h1, .abstractprint h2, .abstractprint p {
	font-family:"Times New Roman", Times, serif !important;
	font-size: 14px;
	}
.abstractprint h2.uppercase {
	margin-bottom: 0;
	}
.abstractprint .firstpara {
	margin-top: 0;
	}
.abstractprint .details {
	margin-bottom: 40px;
	}
