/* CARE Print CSS */


body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

/* Globally remove margin and padding and set normal font size for page */
* {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 100%;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 3% 5%;
	background: none;
}

/* Link styles */
a:link, a:visited {
	color: #000000;
  background: none;
  text-decoration: none;
 }
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
	 color: #000099;
}
/* replace relative URLs with full address by inserting base address */
a[href^="/"]:after {
   content: " (http://www.culham.ac.uk/care/" attr(href) ") ";
	 color: #000099;
}
div#header a:after { /* don't show header link */
	content: " ";
}

/* Page Structure */

div#wrapper {
	width: 100%;
	background-color: #FFFFFF;
}

div#header {}

h2 {
	margin: 4pt 0;
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
}

div#navigation {
	display: none;
}

div#content {	
	float: none;
	width: 100%;
}

div#footer {
	border-top: 1px solid #CCCCCC;
}

div#footer p a, div#footer p a:link, div#footer p a:visited {
	color: #000000;
}

/* General */

.centred {
	text-align: center;
}

/* header */

h1, h1 a, h1 a:link, h1 a:visited {
	float: none;
	display: inline;
	font-size: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none !important;
}

div#header ul#chapters {
	display: none;
}

/* Content */
div#content h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 12pt;
	line-height: 15pt;
}
div#content h4 {
	font-weight: bold;
	font-size: 11pt;
	line-height: 14pt;
	border-bottom: 1px solid #ccc;
}
div#content h3+h4 {
	margin-top: 9pt;
}
div#content p, div#content ul li {
	margin: 10pt 0em;
	line-height: 14pt;
}
div#content p.videoInfo {
	text-align: center;
	font-size: 9pt;
	font-style: italic;
}
div#content p.nb {
	font-style: italic;
}
div#content ul, div#content ol,  div#content dl {
	margin-left: 16pt;
}
div#content dt, div#content p.resourceTitle, div#content span.resourceTitle {
	font-size: 10pt;
	font-weight: bold;
	margin: 9pt 0em 0em 0em;
}
div#content dd {
	margin: 0.3em 0em;
	line-height: 14pt;
}
div#content ul.pageLinks {
	list-style: none;
}
div#content ul.pageLinks li {
	margin: 0.3em 0em;
}
div#content ol.roman {
	list-style: lower-roman;
}
span.underlined {
	text-decoration: underline;
}
a.externalLink {}

div#content table {
	margin: 6pt 0em;
	border: 1px solid #ccc;
}
div#content table caption {
	padding-bottom: 0.4em;
	font-size: 9pt;
	font-style: italic;
}
div#content table tr {
	margin-bottom: 5px;
	border-top: 1px solid #ccc;
}
div#content table th, td {
	padding: 3px;
}
div#content table th {
	color: #304E95;
	background-color: #ccc;
	font-size: 9pt;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
div#content table td {
	color: #000;
	background-color: #fff;
	font-size: 0.85em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
div#content table#schoolStages {
	width: 100%;
}
div#content table#schoolStages td {
	text-align: center;
	width: auto;
	padding: 3px 1px;
}

/* Video thumb list on player page */
div#content ul.video {
	display: none;
}


/* Video Flash Object */
div#flashVideo {
	display: none;
}
object#flash {
	display: none;
}

/* Footer */
div#footer p {
	text-align: left;
	font-size: 10pt;
}
div#footer a, div#footer a:link, div#footer a:visited {
	text-decoration: none;
}
div#footer span.topLink {
	display: none;
}

/* Scenarios Clue Text */
body.scenarios div#clueText {
	border: none;
}
body.scenarios div#content ol {
	margin-top: 6pt;
	margin-left: 2.5em;
}
body.scenarios div#content ol li {
	margin: 0.2em 0;
}
body.scenarios div#content ol li a, body.scenarios div#content ol li a:link {
	display: block;
	padding: 2px;
	text-decoration: none;
	border: 1px solid #fff;
}
body.scenarios p#clueLink, body.scenarios div#clueText p.clueHide {
	display: none;
}

/* About You Quiz */
body.aboutyou form#quiz {
	margin-top: 12pt;
}
body.aboutyou form#quiz fieldset {}
body.aboutyou form#quiz legend {
	display: block;
	border-bottom: 1px solid #ccc;
}
body.aboutyou form#quiz ul {
	padding-top: 6pt;
	padding-bottom: 6pt;
	list-style: none;
}
body.aboutyou form#quiz ul li {
	margin: 0.4em;
	padding: 1px;
	background-color: #F3F0EB;
}
body.aboutyou span.quizResponse {
	font-style: italic;
	font-weight: bold;
}
input#submit {
	display: none;
}

