/* TABLE OF CONTENT
1 Headers
2 Text elements
3 Colours
4 Lists
5 Form elements
6 Positioning
7 Tables
*/

/* ------- 1 HEADERS ---------- */
h1 {  
	padding: 0;
	margin: 0;
	font-size:100%;
}
#pagecontent div.pagetitle h2 {
	background: inherit;
	color: #10147e;
	margin: 0;
	padding: 0 0 13px 0;
	font-size: 160%; /*=18px*/
}

h2, h3, h4, h5, h6 {  
	padding: 0;
	margin: 0 0 0 0;
 	text-align:left;
	font-size:100%;
	clear:both;
}
h2.bottompadding, h3.bottompadding, h4.bottompadding {  
	padding: 0;
	margin: 0 0 14px 0;
 	text-align:left;
	font-size:100%;
	clear:both;
}
h2.big, h3.big, h4.big  {
	font-size:125%; /*=14 px*/
}
h2.bigger, h3.bigger, h4.bigger  {
	font-size:160%; /*=18 px*/
}
/* ------- 2 TEXT ELEMENTS ---------- */

p {
	padding: 0;
	margin: 0 0 14px 0;
 	text-align:left;
}
p.halfspace, .halfspace {
	padding: 0;
	margin: 0 0 7px 0;
 	text-align:left;
}
p.big  {
	font-size:125%; /*=14 px*/
}
a:link, a:visited { 
	text-decoration: underline; 
	color: #000;
}
a:hover, a:focus, a:active { 
	text-decoration: none; 
	color: #000;
}
a.blue:link, a.blue:visited { 
	text-decoration: underline; 
	color: #10147E;
}
a.blue:hover, a.blue:focus, a.blue:active { 
	text-decoration: none; 
	color: #10147E;
}
acronym {
	border-bottom: none;
}
p.caption {
	
}
p.smalltext {
	font-size:90%;
}
.bold {
	font-weight: bold;
}
.nobold {
	font-weight: normal;
}

/*quotes*/
blockquote {
	margin: 0;
	padding: 0;
	background: url("../images/pictures/ico_openquote.gif") no-repeat  top left;
}
div.extra blockquote {
	width: 150px;
}
blockquote p{
	margin: 0;
	padding: 30px 0;
	background: url("../images/pictures/ico_closequote.gif") no-repeat  bottom left;
	color: #10147E;
	font-size: 130%;
}

/*figure pullouts*/
span.figure {
	background: inherit;
	color: #10147E;
	font-size: 320%;
	font-weight: bold;
}
span.text {
	background: inherit;
	color: #B2B2B2;
	font-size: 180%;
}

/*links*/
ul.links li a:link, ul.links li a:visited { 
	text-decoration: none; 
	color: #000;
	padding:  0 0 0 12px;
	background: url("../images/site_objects/btn_download.gif") no-repeat  top left;
	display:block;
}
ul.links li a:hover, ul.links li a:focus, ul.links li a:active { 
	text-decoration: underline; 
}


/* ------- 3 COLOURS  ---------- */
/* Add specific background and font colours for body content here */
.white {
	color: #FFF;
}
.black {
	color: #000;
}
.blue {
	color: #10147E!important;
}
.orange {
	color: #F96611;
}

/* ------- 4 LISTS   ---------- */
/* Add definition, ordered and unordered list classes for body content here */
div.content ul {
	margin:0 0 0 16px;
	padding: 0 0 10px 0;
}
div.content ul li {
	margin: 0 0 1px 0;
	padding:0;
}

ul.links {
	margin: 0!important;
	padding: 0!important;
	list-style: none;
}
ul.links li {
	margin: 0 0 6px 0;
	padding:0;
	float:left;
	clear:both;
}
ul.grey {
	margin: 0 0 14px 0!important;
	padding: 0!important;
}
ul.grey li {
	background: url("../images/pictures/bullet.gif") left top no-repeat;
	margin: 0 0 1px 0!important;
	padding:0 0 0 14px!important;
	list-style-type: none;
}
ul.nobulletlist {
	margin: 0 0 14px 0!important;
	padding: 0;
}
ul.nobulletlist li {
	list-style: none;
	margin: 0;
	padding:0;
}


/* ------- 5 FORM ELEMENTS   ---------- */
/* Add all  form specific classes  here */
legend {
	display: none;
}
form, fieldset  {
	border:0;
	margin:0;
	padding:0;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}
input.button {
	background:0;
	border: 0;
	cursor: pointer;
	font-weight:bold;
	margin: 0;
	overflow: visible;
	padding:0;
	text-align:left;
	text-decoration: underline;
	width: auto;
}
input.button_f2 {
	background:0;
	border: 0;
	cursor: pointer;
	font-weight:bold;
	margin: 0;
	overflow: visible;
	padding:0;
	text-align:left;
	text-decoration: none;
	width: auto;
}


/* ------- 6 POSITIONING   ---------- */
/* Add positioning classes  here eg: boxed ads,  special layouts etc */
.floatleft{
	float:left;
}
	
.floatright{
	float:right;
}

.clearboth{
	clear:both;
}
.nowrap {
	white-space:nowrap
}
/* ------- 7 TABLES   ---------- */
table{
	text-align:right;
	clear:left;
	padding: 0 0 14px 0;
}
caption {
	text-align: left;
	color:#10147E;
	font-weight:bold;
	padding: 20px 0;
	font-size:135%;
}
th, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align:bottom;
}
th {
	color:#10147E;
}
th.left, td.left{
	text-align:left;
}
th.top, td.top{
	vertical-align:top;
}
th.nobold{
	font-weight:normal;
}
th.indent, td.indent{
	padding-left:10px;
}

/*--financials tables */
table.footnoteList{
	width:429px;
	font-size: 110%;
}
table.financials td table.footnoteList{
	margin-top:5px;
}
table.footnoteList td {
	text-align:left;
	vertical-align:top;
	font-size:90%;
	border-bottom:0;
}
table.financials td.highlight {
	background: #EEE;
	color: #10147E;
	font-weight:bold;
}
table.financials{
	margin-bottom:17px;
	width:544px;
	border-top: 1px solid #7D7D6A;
	clear:left;
}
table.financials td, table.financials th{
	padding:4px 9px 4px 2px;
	background:#FFF;
}
table.financials thead th, table.financials thead td{
	background:#EEE;
	color: #10147E;
}
table.financials tfoot td{
	text-align:left;
}
table.financials tbody th{
	color:#000;
}
table.financials tbody td.bordertop {
	border-top:1px solid #7D7D6A;
}
table.financials tbody td.borderleft {
	border-left:1px solid #7D7D6A;
}
table.financials tbody td.borderright {
	border-right:1px solid #7D7D6A;
}
table.financials tbody td.borderbottom {
	border-bottom:1px solid #7D7D6A;
}

table.financials tr.line td, table.financials tr.line th, table.financials .line{
	border-bottom: 1px solid #7D7D6A;
}
table.financials tbody tr.line2px td, table.financials tbody .line2px{
	border-bottom: 2px solid #7D7D6A;
}
table.financials tbody .indent, table.notesText td.indent{
	padding-left:10px;
}
table.financials tbody th.indent2x, table.financials tbody td.indent2x{
	padding-left:20px;
}
table.financials tbody th.indent3x, table.financials tbody td.indent3x{
	padding-left:30px;
}
table.financials tbody .internalHeader{
	padding-top:15px;
	background:#EEE;
	border-bottom:1px solid #7D7D6A;
}

/*---overview table */
table.overview {
	width:544px;
	margin: 0 0 14px 0;
}
table.overview td.highlight {
	background: #EEE;
	color: #10147E;
	font-weight:bold;
	padding-right: 9px;
}

table.overview td, table.overview th{
	font-size:90%;
	padding:4px 9px 4px 2px;
	border-bottom:1px solid #7D7D6A;
}
table.overview td.end, table.overview th.end {
	padding-right:0;
}

table.overview tfoot td{
	border-bottom:0;
	font-size:83%;
	text-align:left;
}
table.overview td table.footnoteList{
	width:340px;
}
table.overview td table.footnoteList td{
	text-align:left;
	font-size:100%;
	vertical-align:top;
}
/* -------END OF THIS STYLESHEET  ---------- */

