/* "Barry Pearson", "Birds & Animals", "Child Support Analysis". Style sheet for papers. */

body {
	background: #115;
	margin: 10px;
	padding: 5px;
} /* background: #818181 url(mid_grey.gif); */
td > h1:first-child, td > h2:first-child, td > h3:first-child, td > p:first-child {
	margin-top: 0;
}
td, th {
	vertical-align: top;
}
img {
	border: 0;
}
hr {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #777777;
}
td.title1, td.title2, td.author1, td.date1, td.index1, .keywords {
	color: #777700;
}
h1, h2, h3, h4 {
	color: #777700;
	font: bold 100% Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
/* All links except buttons. Default except hovered */

a:hover {
	color: #FF0000;
	background-color: #FFF0F0;
}
/* Styles for the header rows and the table for the administration at the bottom */

table.table2 {
	width: 100%;
	background: #ffb;
} /* background: #F0F0F0 url(off_white.gif); */
td.top1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px;
}
td.top2 {
	text-align: center;
}
/* Styles used for the links rows */

table.table3 {
	width: 100%;
	background: #ffb;
} /* background: #F0F0F0 url(off_white.gif); */
td.links1 {
	text-align: center;
	padding: 4px;
}
/* Styles used for the main area of title and content pages */

table.table0 {
	width: 100%;
	background: #FFFFFF;
	border: #FFFFFF 10px solid;
	text-align: center;
}
table.table1 {
	width: 100%;
	background: #FFFFFF;
	border: #FFFFFF 10px solid;
}
table.defaultmiddle {
	border-collapse: collapse;
	width: 50%;
	margin: auto;
}
table.defaultwide {
	border-collapse: collapse;
	width: 100%;
}
table.default th, table.default td, table.defaultwide th, table.defaultwide td, table.defaultmiddle th, table.defaultmiddle td {
	padding: 4px;
	vertical-align: top;
}
/* Styles for the title page description of the paper */

td.title1 {
	font: bold large Arial, Helvetica, sans-serif;
	text-align: center;
}
td.title2 {
	font: italic bold 100% Arial, Helvetica, sans-serif;
	text-align: center;
}
td.author1, td.date1 {
	text-align: center;
}
/* Styles for the title page index */

table.table4 {
	width: 70%;
	margin: auto;
	text-align: left;
}
td.index1 {
	font: bold 100% Arial, Helvetica, sans-serif;
}
td.indexindent {
	width: 20px;
}
.keywords {
	font-style: italic;
	font-weight: bold;
}
/* Styles for enhancing text */

table.default {
	border-collapse: collapse;
}
table.default th, table.default td {
	padding: 4px;
	vertical-align: top;
}
td.quotequery1, table.default td.quotequery1 {
	font-style: italic;
	background: #FFE0E0;
	padding: 4px;
}
.quotequery2 {
	font-style: italic;
	background: #FFE0E0;
}
.unimportant {
	color: #333333;
}
.emphasis {
	color: #FF0000;
}
.assertion {
	color: #008800;
	font-style: italic;
}
.joke {
	color: #008800;
}
p.emphasis {
	color: #FF0000;
	text-align: center;
}
p.assertion {
	color: #008800;
	font-style: italic;
	text-align: center;
}
p.joke {
	color: #008800;
	text-align: center;
}
table.centre {
	margin: auto;
}
img.centre {
	margin: auto;
}
p.centre, h1.centre, h2.centre, h3.centre {
	text-align: center;
}
td.centre, th.centre {
	text-align: center;
	padding: 6px;
}
table.right, img.right, p.right {
	float: right;
	clear: right;
}
/* Styles emulating external styles */

.pink {
	color: #FF00FF;
}
.green {
	color: #009900;
}
.blue {
	color: #0000CC;
}
.underline {
	text-decoration: underline;
}
/* Styles used in the administration panel at the bottom */

td.updated1, td.copyright1 {
	text-align: center;
	font: normal 82% Arial, Helvetica, sans-serif;
	padding: 4px;
}

/* Changed to fixed width, 2009-12-15 */
html {
	overflow-y: scroll;
} /* Forces scroll bar on RHS when not IE */
body {
	background: #333 url(../assets/background-darkgrey.png)!important;
}
table.table0, table.table1, table.table2, table.table3 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
/* END */
