/**************************
 Colours in this sheet:
#e87f7c = borders
#ffd87d = dark shade
#ffe6ae = light shade
***************************/

/* Main Structural Elements */
body {
/* IE Workaround Begin */
	text-align : center;
/* IE Workaround end */	
	margin:0;
	padding:0;
	background-color: #fff;
	color : #00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page {
	width: 752px;
	padding : 0px;
	border: 1px solid #e87f7c;
    margin: 0 auto 0 auto;
}

#headerimgtable {
	border-top:1px solid #e87f7c;
	border-right:1px solid #e87f7c;
	border-left:1px solid #e87f7c;		
	margin:0 auto 0 auto;
	padding:0;
	width:748px;
	height:109;
	text-align:center;
}
#headerimg img {
	margin:0;
	padding:0;
	border:0;
}

#headerBlock {
/*	text-align : left; */
	height : 60px;
	width : 750px;
	margin: 0;
}


.homelink {
	padding: 48px 0 0 0;
}

/* previous/next page links & paragraph */

p.backandforward {
		
}
#mainLayoutTable {
	border-collapse:collapse;
	border-left:1px solid #e87f7c;
	border-right:1px solid #e87f7c;	
	border-bottom:1px solid #e87f7c;	
	margin:-3px auto 0 auto;
	padding:0;
	width:750px;
}
.mainContent table {
	border : 1px solid #E87F7C;
	background-color: #FFE6AE;
	font-size: 12px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 80%;
}

td .mainContent {
	margin-right:110px;
	padding: 10px;
	}	
td {font-family: arial,verdana,helvetica; font-weight:norma l; color: #000000;}
p {font-family: arial,verdana,helvetica; font-size : 12px; color: inherit; margin-top : 0px; margin-bottom : 16px; padding-top : 0px; }
ul li {
	font-family: arial,verdana,helvetica;
	font-size : 12px;
	color: inherit;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 5px;

} 
ol li {
	font-family: arial,verdana,helvetica;
	font-size : 12px;
	color: inherit;
	list-style-position: outside;
	margin-bottom: 5px;

}

/* Headings */
h1 {font-family: "times new roman",garamond; font-size:30px; font-weight:normal; color: #e87f7c;}
h2 {font-family: "times new roman",garamond,serif; font-size:24px; font-weight:bold; color: #e87f7c;}
h3 {font-family: frutiger, arial, verdana, helvetica, sans-serif; font-size:13px; font-weight:bold; color: #000000; text-transform:uppercase;}
h4 {font-family: frutiger, arial, verdana, helvetica, sans-serif; font-size:13px; font-weight:bold; color: #e03127;}
h1.mainheading {font-family: frutiger, arial, verdana, helvetica; font-size:24px; font-weight:bold; color: #e03127; margin : 5px 5px 0px 20px;}

/* Additional Styles */

input {font-family: arial,verdana,helvetica; font-size:12px; color: #000000}
textarea {font-family: arial,verdana,helvetica; font-size:12px; color: #000000}
.connector {
	margin-top : 3px;
	margin-bottom : 1px;
}

a:link { color: #005A9C;}
a:hover { color: #e03127;}

ul {
	margin-top : 0px;
}
.nobottom {
	margin-bottom : 0px; 
}
.example {
	margin-left : 10px;
}
pre {
	font-family : arial,verdana,helvetica; 
	font-size : 12px;
	background-color  :  #E9F4E3;
	line-height: 20px;
	padding : 6px 10px 6px 10px;
}
.examplehead {
	font-family : arial,verdana,helvetica; 
	font-weight : bold;
	font-size : 12px;
	color : #e87f7c;
	margin-bottom : 4px;
}
.footnote {
	font-size : 10px;
	margin-bottom : 6px;
}
.exampleblock {
	margin : 10px;
	padding : 10px;
	background-color : #ffe6ae;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFD87D;
	border-bottom-color: #FFD87D;
}
.exampleblock p {
	color : #000000;
	font-weight : normal;
}
.exampleblock li {
	color : #000000;
	font-size : 12px;
}
.exampletitle {
	width : 400px;
	margin : -10px -10px -10px -10px;
	padding : 2px;
	background-color : D7E4DF;
}

.closerlookblock {
	margin : 0px 10px 10px 10px;
	padding : 0px 10px 10px 10px;
	background-color : #E3ECE9;
	color : #000000;
	font-weight : normal;
}

.closerlookblock h2 {
	margin-top : 5px;
}

td.closerlookblock {
	color : #005A9C;
}

.closerlookblock table {
	margin-bottom : 10px;
}
.closerlookblock table th {
	background-color: #ECF2EF;
}

.closerlookblock table te {
	background-color: #ffffff;
}


.closerlooktable {
	color : #005A9C;
	border-top: thin solid #005A9C;
	border-right: thin;
	border-bottom: thin solid #005A9C;
	border-left: thin;
	margin: 10px;

}

.closerlookhead {
	font-family : arial,verdana,helvetica; 
	font-weight : bold;
	font-size : 12px;
	margin-bottom : 4px;
}

.exampletable {
	margin : 10px 10px 10px 10px;
}

.pullquote {
	text-align : right;
	text-transform: uppercase;
	margin : 15px 5px 15px 15px;
	color : #005A9C;
	font-size: 11px;
	font-weight : bold;
	line-height: 30px;
	}
li p {margin-bottom : 2px; margin-top : 3px;}
ol p {margin-bottom : 2px; margin-top : 3px;}
ul p {margin-bottom : 2px; margin-top : 3px;}
ol ul {margin-bottom : 2px; margin-top : 2px;}
.faqquestion {
	font-family : arial,verdana,helvetica,sans-serif; 
	font-size : 12px;
	font-weight : bold;
	color : #e87f7c;
	margin-bottom : 8px;
}

/*
This is for conditions where you have a bold, coloured inline header in a block 
of example text.
*/
.exampleheadinline {
	font-weight : bold;
	color : #005A9C;
}


/* end Iain Lowe's edits */
.homeContent {font-family: arial,verdana,helvetica; font-size:11px; font-weight:normal; color: #000000;}
#header {font-family: arial,verdana,helvetica; font-size:24px; font-weight:normal; color: #e87f7c; margin-left : 20px; margin-bottom : 0px}   
.headerBlock {
	background-color: #E3ECE9;
}

td.heading3 {background-color : #ffffff;}
.chartHeading1 {font-family: arial,verdana,helvetica; font-size:14px; font-weight:bold; color: #005A9C;}
.colour1 {background-color: #e87f7c;}
.colour2 {background-color: #ffd87d;}
.colour3 {background-color: #B7B9D4;}
.colour4 {background-color: #dce7e2;}
.colour5 {background-color: #ffffff;}
.tocContent {font-family:arial,verdana,helvetica; font-size:12px; font-weight:normal;  margin : 0 5px 5px 10px; padding-top: 0px;}
.tocHead {font-family:arial,verdana,helvetica; font-size:12px; font-weight:bold; margin : 17px 5px 5px 0px; }
a.tocContent {color:#85C265; text-decoration: underline;}
a.tocContent:hover {color:#005A9C; text-decoration: underline;}
a.tocHead {color:#005A9C; text-decoration: underline;}
a.tocHead:hover {color:#85C265; text-decoration: underline;}
a.leftNav1 {font-family:arial,verdana,helvetica; font-size:10px; font-weight:normal; color:#666666; text-decoration: none;}
a.leftNav1:hover {font-family:arial,verdana,helvetica; font-size:10px; font-weight:normal; color:#666666; text-decoration: underline;}
a.leftNav2 {font-family:arial, verdana, helvetica; font-size:10px; font-weight:normal; color:#E03127; text-decoration: none;}
a.leftNav2:hover {font-family:arial,verdana,helvetica; font-size:10px; font-weight:normal; color:#e03127; text-decoration: underline;}
a.leftNav3 {font-family:arial,verdana,helvetica; font-size:10px; font-weight:normal; color:#000000; text-decoration: none;}
a.leftNav3:hover {font-family:arial,verdana,helvetica; font-size:10px; font-weight:normal; color:#ffffff; text-decoration: underline;}

.contentCell {
	padding: 5px;
}
.inlinehighlight {
	color: #e87f7c;
	font-weight: bold;
}
.copyright {
	font-size: 10px;
	margin-top: 5px;
	margin-left: 15px;
	color: #e87f7c;
}
.exampleblock table {
	font-size: 12px;
	border : 1px solid black;
	margin-bottom : 10px;

}

.exampleblock h3 {
	color : #000000;
	text-transform:none;
}
#tocBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width : 200px;
}
#tocBox .toctitle {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight : bold;
	font-size: 10px;
	margin: 0px;
}

#tocBox .toc1 {
	background-color: #ffd87d;
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 10px;
}
#tocBox .toc2 {
	background-color: #ffe6ae;
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom : 1px solid #e87f7c;
}
#tocBox .toc3 {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
}
.toc1 a, .toc1 a:link, .toc1 a:visited {
	color : #674927;
	text-decoration : none;	
}
.toc1 a, .toc1 a:hover {
	color : #000000;
	text-decoration : underline;
}

.toc2 a, .toc2 a:link, .toc2 a:visited {
	color : #674927;
	text-decoration : none;	
}
.toc2 a:hover {
	color : #000000;
	text-decoration : underline;
}
.toc3 a, .toc3 a:link, .toc3 a:visited {
	color : #666666;
	text-decoration : none;
}
.toc3 a:hover {
	color : #000000;
	text-decoration : underline;
}

.toctitle a, .toctitle a:link, .toctitle a:visited {
	text-decoration : none;
	color : #000000;
}
.toctitle a:hover {
	text-decoration : underline;
}
.homelink a {
	font-size: 10px;
	text-decoration: none;
}
.headerTable {
	border: 1px solid #e87f7c;
}
.exampleblock .exampleoperator {
	font-weight: bold;
	color: #e03127;
	line-height: 12px;
	margin: 5px 5px 5px 20px;
	
}
.exampletable .headrow {
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	margin: 0px;
	padding-left: 0;
}

.exampletable td.calcline {
	padding-left:0;
}
.exampletable td {
	padding-left:5em;
}

.exampletable .totalline {
	background-color: #ffffff;
	font-weight: bold;
}

