/*	SITE TEMPLATE
-----------------------------------------------
1.	Universal
2.	Template Layout
3.	Branding / Logo elements
4.	Footer elements 
----------------------------------------------- */




/*= 1. Universal
----------------------------------------------- */
html {
	padding:0;
	margin:0;
	overflow-y: scroll;
	}

body {
	background: #e6e6e6;
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 19px 0 3% 0;
	}

img{
	border: 0;
	}

.hidden {
	height: 0;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
	}






/*= 2. Template Layout
----------------------------------------------- */
#siteposition {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	text-align: left;
	width: 1000px;
}
#sitewrapper {
	background: url("../images/site_objects/bg_body.gif") top left repeat-y #FFF;
	float: left;
	width: 1000px;
}
#header {
	background: url("../images/site_objects/bg_header.gif") top left no-repeat;
	float: left;
	width: 1000px;
}
#navigation {
	background: url("../images/site_objects/bg_navigation_top.gif") top left no-repeat;
	float: left;
	width: 1000px;
}








#contentwrapper{
	/*background: url("../images/site_objects/bg_body_grid.gif") top left repeat-y #FFF;*/
	display: inline;
	float: left;
	width: 990px;
	/*margin: 0 5px;*/
	padding: 0 5px;
	}

	#contentwrapper #pagenavigation{
		clear: both;
		float: left;
		height: 55px;
		width: 990px;
		}

	#contentwrapper #subnavigation{
		float: left;
		margin: 1px 0 0 0;
		width: 223px;
		}

	#contentwrapper #content{
		background: url("../images/site_objects/bg_dots.gif") top repeat-x;
		display: inline;
		float: left;
		margin-left: 2px;
		padding-top: 16px;
		width: 747px;
		}

	#sitewrapper #contentwrapper .widecontent{
		background: none;
		padding-top: 0;
		width: 765px;
		}




#footer{
	background: url("../images/site_objects/bg_footer.gif") bottom left no-repeat transparent;
	float: left;
	padding: 0 5px 29px 5px;
	width: 990px;
	}


div.backtotop {
	margin-top: 20px;
	clear:both;
	float:left;
	width:100px;
	}

#pagenavigationbottom{
		clear: both;
		float: left;
		height: 55px;
		width:100px;
		}




/*= 3. Branding / Logo elements
----------------------------------------------- */
#header div.logo{
	display: inline;
	float: left;
	margin: 24px 0 43px 32px;
	width: 201px;
	}

#header div.title {
	float: left;
	margin: 32px 0 0 0;
	width: 348px;
	}

#header div.searchbox{
	float: right;
	margin: 32px 0 0 0;
	width: 253px;
	}

	#header div.searchbox input.text{
		float: left;
		width: 167px;
		}

	#header div.searchbox input.button{
		float: left;
		font-size: 90%;
		margin: 4px 0 0 11px;
		}

	html>body #header div.searchbox input.button{
		margin: 4px 0 0 7px;
		}









/*= 4. Footer elements
----------------------------------------------- */
#footer .copyright {
	float: left; 
	margin: 0;
	padding: 4px 8px 4px 49px;
	}

#footer .link {
	color: #333;
	float: right;
	margin: 0;
	padding: 4px 49px 4px 8px;
	}

#footer #adverts{
	clear: both;
	float: left;
	margin: 60px 0 0 0;
	padding: 9px 0 32px 225px;
	width: 765px;
	}/*	subnavigation
-----------------------------------------------
1.	Access keys hidden menu
2.	Main navigation
3.	Sub navigation
4.	On-page navigation
5.	Footer navigation
----------------------------------------------- */

/*= 1. Access keys hidden menu
----------------------------------------------- */
#accessiblenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

	#accessiblenav li {
		display: inline;
		list-style: none;
		margin: 0;	
		padding: 0;
		}

	#accessiblenav li a{
		top: 0;
		left: 600px;
		height: 0;	
		overflow: hidden;
		position: absolute;
		width: 0;
		z-index: 1002;
		}

	#accessiblenav li a:active, #accessiblenav li a:focus{
		background: #FFF;
		border:1px solid #000;
		height: auto;
		margin: 0;
		overflow: visible;
		padding: 4px 6px 4px 6px;
		position: absolute;
		text-decoration:underline;
		width: auto;
		z-index: 10000;
		}


/*= 2. Main navigation
----------------------------------------------- */
#navigation ul.navigation{
	background: url("../images/site_objects/bg_navigation_bottom.gif") bottom no-repeat;
	display: inline;
	float: left;
	font-weight: bold;
	list-style-type:none;
	margin: 0 0 0 23px;
 	padding: 0;
	width: 954px;
	}

	#header #navigation ul.navigation li{
		display: inline;
		float: left;
		margin-bottom: 0;
		white-space:nowrap;
		}

	#navigation ul.navigation li a{
		background: transparent; 
		color: #000;
		float:left;
		margin: 5px 16px 0 0;
		outline: none;
		padding: 9px 6px 10px 6px;
		text-decoration: none;
		}

		#navigation ul.navigation li a:hover, #navigation ul.navigation li a:active, #navigation ul.navigation li a:focus, #navigation ul.navigation li a.lit, #navigation ul.navigation li a.lit:hover, #navigation ul.navigation li a.lit:active, #navigation ul.navigation li a.lit:focus {
			background: transparent;
			color: #1296be;
			text-decoration:underline;
			}

	#navigation ul.navigation li a.home{
		padding-left: 2px;		
		}





	#navigation ul.navigation li.financials{
		position: relative;
		}


	#navigation ul.navigation li.financials a{
		/*background: url("../images/menu/financials_f1.gif") right no-repeat;
		padding-right: 12px;*/
		}

		#navigation ul.navigation li.financials a:hover, #navigation ul.navigation li.financials a:focus, #navigation ul.navigation li.financials a:active, #navigation ul.navigation li.financials a.lit{
			/*background: url("../images/menu/financials_f2.gif") right no-repeat;*/
			}


	#navigation div.financialsmenu{
		display: block;
		float: left;
		left: -7px;
		position: absolute;
		width: 210px;
		top: 3px; 
		z-index: 100;
		}

		#navigation div.financialsmenushadow{
			background: url("../images/site_objects/bg_menuoverlay_shadow_right.png");
			clear: both;
			float: left;
			padding: 0 4px 0 0;
			width: 206px;
			}

		#navigation div.financialsmenushadowbottom{
			background: url("../images/site_objects/bg_menuoverlay_shadow_bottom.png") top right no-repeat;
			height: 5px;
			line-height: 5px;
			margin: 0;
			padding: 0;
			overflow: hidden;
			width: 210px;
			}

		#navigation div.financialsmenucontent{
			background: #FFF;
			border: 1px solid #C3CACC;
			float: left;
			width: 206px;
			height: 153px;
			}
		html>body #navigation div.financialsmenucontent{ 
			min-height: 153px;
			height: auto;
		}
		#navigation div.financialsmenu p a{
			/*background: url("../images/menu/financials_f3.gif") right no-repeat;*/
			display: inline;
			float: left;
			margin: 1px 0 0 0;
			outline: none;
			padding: 9px 15px 10px 12px;
			text-decoration: none;
			}

		#navigation div.financialsmenu p a:hover, #navigation div.financialsmenu p a:focus, #navigation div.financialsmenu p a:active{
			/*background: url("../images/menu/financials_f2.gif") right no-repeat;*/
			}

		#navigation div.financialsmenu ul{
			background: url("../images/site_objects/bg_dots.gif") top repeat-x;
			clear: both;
			display: inline;
			float: left;
			margin: -1px 12px 12px 12px;
			padding: 0;
			width: 182px;
			}

			#navigation div.financialsmenu ul li{
				background: url("../images/site_objects/bg_dots.gif") bottom repeat-x;
				font-weight: normal;
				margin: 0;
				padding: 0;
				width: 100%;
				white-space: normal;
				}

			#navigation ul.navigation li.financials div.financialsmenu ul li a{
				background-image: none;
				display: block;
				margin: 0;
				padding: 10px 10px 10px 0;
				}

			#navigation ul.navigation li.financials div.financialsmenu ul li a:hover, #navigation ul.navigation li.financials div.financialsmenu ul li a:focus, #navigation ul.navigation li.financials div.financialsmenu ul li a:active{
				background-image: none;
				}








/*= 3. Sub navigation
----------------------------------------------- */
#subnavigation p.financialheader{
	background: #CEE4EE url("../images/site_objects/bg_dots.gif") top repeat-x;
	font-weight: bold;
	margin: 0 0 0 18px; 
	padding: 0;
	width: 189px;
	}

	#subnavigation p.financialheader a{
		color: #000;
		display: block;
		text-decoration: none;
		padding: 3px 12px 2px 2px;
		width: 175px;
		}

#subnavigation p.otherfinancials{
	margin: 50px 0 0 18px; 
	padding: 3px 12px 2px 2px;
	width: 175px;
	}



#subnavigation ul.submenu{
	background: url("../images/site_objects/bg_dots.gif") top repeat-x;
	list-style-type:none;
	margin: 0 0 0 18px; 
	padding: 1px 0 0 0;
	width: 189px;
	}

	#subnavigation ul.submenu li {
		margin: 0; 
		padding: 0;
		}

	#subnavigation ul.submenu li a{
		background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
		color: #000;
		display:block;
		outline: none;
		padding: 3px 12px 3px 2px;
		text-decoration:none;
		width: 175px;
		}

		#subnavigation ul.submenu li a:hover, #subnavigation ul.submenu li a:active, #subnavigation ul.submenu li a:focus {
			background: url("../images/site_objects/bg_dots.gif") bottom repeat-x  #FFF;
			color: #1296be;
			text-decoration:underline;
			}

	#subnavigation ul.submenu li a.lit{
		background: url("../images/site_objects/bg_dots.gif") bottom repeat-x  #FFF;
		color: #1296be;
		font-weight: bold;
		text-decoration:none;
		}

		#subnavigation ul.submenu li a.lit:focus, #subnavigation ul.submenu li a.lit:hover, #subnavigation ul.submenu li a.lit:active {
			text-decoration:underline;
			}

#subnavigation ul.submenu li ul {
	border-top: 0;
	background-image:none;
	list-style-type:none;
	margin: 0; 
	padding:0;
	}

	#subnavigation ul.submenu li ul li a{
		background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
		color: #000;
		display:block;
		padding: 3px 12px 3px 14px;
		text-decoration:none;
		width: 163px;
		}

		#subnavigation ul.submenu li ul li a:focus, #subnavigation ul.submenu li ul li a:hover, #subnavigation ul.submenu li ul li a:active {
			background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
			color: #1296be;
			text-decoration:underline;	
			}

	#subnavigation ul.submenu li ul li a.lit{
		background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
		color: #1296be;
		text-decoration:none;
		}

		#subnavigation ul.submenu li ul li a.lit:focus, #subnavigation ul.submenu li ul li a.lit:hover, #subnavigation ul.submenu li ul li a.lit:active {
			background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
			color: #1296be;
			text-decoration:underline;
			}


#subnavigation ul.submenu li ul li ul{
	}

	#subnavigation ul.submenu li ul li ul li a{
		background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
		color: #000;
		display:block;
		padding: 3px 32px 3px 26px;
		text-decoration:none;
		width: 131px;
		}

		#subnavigation ul.submenu li ul li ul li a:focus, #subnavigation ul.submenu li ul li ul li a:hover, #subnavigation ul.submenu li ul li ul li a:active {
			background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
			color: #1296be;
			text-decoration:underline;	
			}

	#subnavigation ul.submenu li ul li ul li a.lit{
		background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
		color: #1296be;
		text-decoration:none;
		}

		#subnavigation ul.submenu li ul li ul li a.lit:focus, #subnavigation ul.submenu li ul li ul li a.lit:hover, #subnavigation ul.submenu li ul li ul li a.lit:active {
			background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
			color: #1296be;
			text-decoration:underline;
			}


#subnavigation ul.submenu li ul li ul li ul{
	}

	#subnavigation ul.submenu li ul li ul li ul li a{
		background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
		color: #000;
		display:block;
		padding: 3px 32px 3px 35px;
		text-decoration:none;
		width: 122px;
		}

		#subnavigation ul.submenu li ul li ul li ul li a:focus, #subnavigation ul.submenu li ul li ul li ul li a:hover, #subnavigation ul.submenu li ul li ul li ul li a:active {
			background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
			color: #1296be;
			text-decoration:underline;	
			}

	#subnavigation ul.submenu li ul li ul li ul li a.lit{
		background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
		color: #1296be;
		text-decoration:none;
		}

		#subnavigation ul.submenu li ul li ul li ul li a.lit:focus, #subnavigation ul.submenu li ul li ul li ul li a.lit:hover, #subnavigation ul.submenu li ul li ul li ul li a.lit:active {
			background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
			color: #1296be;
			text-decoration:underline;
			}



#subnavigation ul.submenufinancials{
	background: #FFF;
	}

	#subnavigation ul.submenufinancials li a{
		background: #E5E5E5;
		border: 1px solid #FFF;
		color: #000;
		display: block;
		font-weight: bold;
		outline: none;
		padding: 3px 12px 3px 6px;
		text-decoration: none;
		width: 171px;
		}

		#subnavigation ul.submenufinancials li a:hover, #subnavigation ul.submenufinancials li a:active, #subnavigation ul.submenufinancials li a:focus {
			background: #E5E5E5;
			color: #1296be;
			text-decoration: underline;
			}








/*= 4. On-page navigation
----------------------------------------------- */

#pagenavigation ul.navigation, #pagenavigationbottom ul.navigation{
	list-style-type: none;
	margin: 20px 0 8px 18px;
	padding: 0;
	}
 #pagenavigationbottom ul.navigation {
 	margin-left:0;
 }
	#pagenavigation ul.navigation li, #pagenavigationbottom ul.navigation li{
		float: left;
		margin: 0 9px 0 0;
		}

	#pagenavigation ul.navigation li a, #pagenavigationbottom ul.navigation li a{
		outline: none;
		}









/*= 5. Footer navigation
----------------------------------------------- */
#footer ul{
	float: left;
	margin: 0;
	padding: 0;
	}

	#footer ul li{
		display: inline;
		float: left;
		padding: 0;
		white-space: nowrap;
		}

	#footer ul li a{
		color: #000;
		float:left;
		padding: 4px 8px;
		text-decoration: none; 
		}

	#footer ul li a:hover, #footer ul li a:focus, #footer ul li a:active{ 
		text-decoration: underline; 
		}


/*	LAYOUT
-----------------------------------------------
1.	Grid
2.	Miscellaneous
3.	Adverts
----------------------------------------------- */


/*= 1. Grid
----------------------------------------------- */

.content3column{ /* usually right column */
	display: inline;
	float: left;
	width: 274px;
	}

.content5column{ /* usually main body content */
	display: inline;
	float: left;
	width: 464px;
	}

.indented5column{ /* indented main body content */
	display: inline;
	float: left;
	padding: 0 9px 0 18px;
	width: 435px;
	}

.gutterleft{margin-left: 9px;}
.guttermanagementleft{margin-left: 13px;}
.gutterright{margin-right: 9px;}
.guttertop{margin-top: 9px;}
.gutterbottom{margin-bottom: 9px;}
.doublegutterleft{margin-left: 18px;}
.doublegutterright{margin-right: 18px;}
.doubleguttertop{margin-top: 18px;}
.doublegutterbottom{margin-bottom: 18px;}










/*= 2. Miscellaneous
----------------------------------------------- */
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clearboth {
	clear:both;
}
.nowrap {
	white-space:nowrap
}
.print {
	display: none;
}
.nomarginbottom {
	margin-bottom: 0;
}
.marginbottom {
	margin-bottom: 30px;
}
.nobold{
	font-weight: normal;
}

.overlay, .clearoverlay{
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	}	

	.overlay{background: url("../images/site_objects/overlay_grey.png") top left repeat;}	
	.clearoverlay{background: url("../images/site_objects/overlay_clear.png") top left repeat;}


img.padtop10px {
	margin-top: 10px;
}

img.padbot10px {
	margin-bottom: 10px;
}
img.padbot20px {
	margin-bottom: 20px;
}




/*= 3. Adverts
----------------------------------------------- */

#footer #adverts div.datacentre, #footer #adverts div.downloads{
	float:left;
	padding: 11px 12px 13px 12px;
	width: 345px;
	}

	#footer #adverts div.datacentre{
		background: #145ea4 url("../images/site_objects/bg_advert_datacentre.jpg") bottom left repeat-x;
		margin: 0 9px 0 0;
		}

	#footer #adverts div.downloads{
		background: #e6e6e6;
		position: relative;
		}

#footer #adverts h2{
	margin: 0 0 0.35em 0;
	padding: 0;
	}

	#footer #adverts div.datacentre h2{
		color: #FFF;
		}

	#footer #adverts div.downloads h2{
		color: #00215b;
		}

#footer #adverts p{
	margin: 0;
	padding: 0;
	}

	#footer #adverts p a{
		padding: 0 0 0 12px;
		text-decoration: none;
		}

	#footer #adverts p a:hover, #footer #adverts p a:focus, #footer #adverts p a:active{
		text-decoration: underline;
		}

	#footer #adverts div.datacentre p a{
		background: url("../images/buttons/whitearrow_onblue.gif") left no-repeat;
		color: #FFF;
		}

	#footer #adverts div.downloads p a{
		background: url("../images/buttons/bluearrow_ongrey.gif") left no-repeat;
		color: #1296be;
		}

	#footer #adverts div.downloads img.pdfcover{
		position:absolute;
		right:25px;
		bottom:-27px;
		}/*	TYPOGRAPHY
-----------------------------------------------
1.	Headings
2.	Paragraphs
3.	Blockquotes
4.	Links
5.	Lists
----------------------------------------------- */





/*= 1. Headings
----------------------------------------------- */

h1{
	border-bottom: 1px solid #CCC;
	color: #1296be;
	font-size: 250%;
	line-height: 1em;
	margin: 0 0 18px 0;
	padding: 0 0 1.5em 0;
	}

	h1 small{
		display: block;
		font-size: 70%;
		font-weight: normal;
		}

	h1.financial{
		border-bottom: 0;
		margin: 0 0 0.75em 0;
		padding: 0;
		}
	h1.thin{
		font-size: 334%;
		font-weight:normal;
	}
	.featurepanel h1{
		border-bottom: 0;
		color: #81C7DC;
		margin: 0;
		padding: 0;
		}




h2{
	color: #00215b;
	font-size: 150%;
	margin: 0 0 0.5em 0;
	padding: 0.25em 0 0 0;
	}


	h2.solid{
		background: #E6E6E6;
		color: #949494;
		float: left;
		margin: 1em 0 0 0;
		padding: 0;
		width: 100%;
		}

		h2.solid span.br{
			background: url("../images/site_objects/corners/h2_solid_br.gif") no-repeat bottom right;
			display: block;
			padding: 10px 12px;
			}

		h2.solid span.bl{
			background: url("../images/site_objects/corners/h2_solid_bl.gif") no-repeat bottom left;
			display: block;
			}

		h2.solid span.tr{
			background: url("../images/site_objects/corners/h2_solid_tr.gif") no-repeat top right;
			display: block;
			}

		h2.solid span.tl{
			background: url("../images/site_objects/corners/h2_solid_tl.gif") no-repeat top left;
			display: block;
			}




h3{
	font-size: 130%;
	margin: 0 0 0.5em 0;
	padding: 0.25em 0 0 0;
	}


h4, .h4{
	font-size: 100%;
	margin: 0 0 0.5em 0;
	padding: 0.25em 0 0 0;
	}

h5{
	font-size: 100%;
	margin: 0 0 0.5em 0;
	padding: 0.25em 0 0 0;
	}




/*= 2. Paragraphs
----------------------------------------------- */

p{
	margin: 0 0 1em 0;
	padding: 0;
	line-height:1.4em;
	}

p.nomargin, #header p{
	margin-bottom: 0;
	}

p.doublemargin{
	margin-bottom: 2em;
	}

.textpadding5column p, .textpadding5column h2, .textpadding5column ul{
	margin-right: 40px;
	}

p.introduction {
    /*float:left;*/
    font-size:150%;
    font-weight:bold;
    margin:0;
    padding:0 0 1em;
    color:#5BBDE7;
	line-height:1.2em;
}
	.textpadding5column p.introduction {
		margin-right: 40px;
		width: auto;
	}







p.dotted {
	background: url("../images/site_objects/bg_blackdots.gif") bottom repeat-x;
	padding-bottom: 3px;
}
p.small {
	font-size:90.95%;
	clear:left;
}
span.small {
	font-size:90.95%;
}

/*= 3. Blockquotes
----------------------------------------------- */

.textpadding5column blockquote, .textpadding5column .highlight{
	background: url("../images/site_objects/bg_blockquote_stripe.gif") top left repeat-x;
	clear: both;
	float: left;
	margin: 1em 0 1.75em 0;
	padding: 0;
	width: 395px;
	}

	.textpadding5column blockquote p, .textpadding5column .highlight p{
		color: #87cfed;
		font-size: 185%;
		font-weight: bold;
		line-height: 0.95em;
		margin: 0;
		padding: 0 0 0.5em 0;
		}

	.textpadding5column blockquote .border, .textpadding5column .highlight .border{
		background: url("../images/site_objects/bg_blockquote_stripe.gif") bottom left repeat-x;
		clear: both;
		float: left;
		padding: 2em 0 1.25em 0;
		width: 395px;
		}













/*= 4. Links
----------------------------------------------- */

a{
	color: #1296be;
	text-decoration: underline;
	}

	a:hover, a:focus, a:active{
		text-decoration: none;
		}


a.excel{
	background: url("../images/buttons/icon_excel.gif") left no-repeat;
	color: #3f4040;
	padding: 2px 0 2px 20px;
	text-decoration: none;
	}

	a.excel:hover, a.excel:focus, a.excel:active{
		text-decoration: underline;
		}


a.arrow{
	background: url("../images/buttons/bluearrow_ongrey.gif") left no-repeat;
	clear: both;
	color: #000;
	display: inline;
	float: left;
	margin: 0 0 8px 0;
	padding: 0 0 0 14px;
	text-decoration: none;
	}

	a.arrow:focus, a.arrow:active, a.arrow:hover{
		text-decoration: underline;
		}





/*= 5. Lists
----------------------------------------------- */

ol{
	margin-left: 22px;
	padding-left: 0;
	}

	html>body ol{
		margin-left: 17px;
		}

ol.roman {
	list-style-image:none;
	/*list-style-position:outside;*/
	list-style-type:lower-roman;
}

ol.roman {
	padding-left:10px;	
}

ul{
	margin-left: 16px;
	padding-left: 0;
	}

	ul li{
		margin-bottom: 6px;
		}

ul.plain{
	margin:0;
	padding:0;
	list-style-type:none;
	}

ul.small li{
	font-size:90.95%;
}


ul.key {
	font-size:91.6%;
	list-style:none;
	float:left;
	margin:0 0 14px 0;
	padding:0;
	width:425px;
}
ul.key li {
	padding:0px;
	float:left;
	margin:2px 0;
	width: 50%;
	display:inline;
}
ul.key li span {
	float:left;
	display:inline;
	line-height:9px;
	margin:2px 5px 0 0;
	width:9px;
}
ul.key li span.thinline {
	display:inline-block;
	line-height:2px;
	width:15px;
	margin-top: 6px;
}
ul.key li span.blue {background: #5bbde7;}
ul.key li span.purple {background: #6c036d}
ul.key li span.pink {background: #ee3ead;}
ul.key li span.darkblue {background: #1d2858;}
ul.key li span.grey {background: #c9cbcc;}
ul.key li span.lightblue {background: #96d0e5;}

ul.footnotes {
	color: #666666;
	font-size:91.6%;
	list-style:none;
	padding:0;
	margin:0 0 7px 0;
}


/*= 6. Miscellaneous
----------------------------------------------- */
.error {
	color: red;
}
.grey {color: #666666;}
.bluetext {color: #1296be;}

/*
sup,sub {
	height: 0;
	line-height: 1;
	vertical-align: bottom;
	position: relative;
}
	sup {
		bottom: 1ex;
	}
	sub {
		top: .5ex;
	}
*/


.breakword {
	word-wrap:break-word;
	white-space:-o-pre-wrap;
}/*	FORMS
----------------------------------------------- */
legend {
	display: none;
	}

form, fieldset  {
	border:0;
	margin:0;
	padding:0;
	}

input, textarea, select {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 4px 5px;
	}

input.button, input.button_f2{
	background: transparent;
	border: 0;
	color: #1296be;
	cursor: pointer;
	float: left;
	font-weight:bold;
	margin: 0;
	overflow: visible;
	padding:0;
	text-align:left;
	text-decoration: underline;
	width: auto;
	}

	input.button_f2 {
		text-decoration: none;
		}
form.feedbackform {
	margin: 0 0 10px;
}
form.feedbackform label, form.feedbackform p.p_label {
	float:left;
	clear:both;
	margin: 8px 0 8px 0;
}
form.feedbackform label.long  {
	width:240px;
}
form.feedbackform input {
	float:left;
	clear:both;
	
}
form.feedbackform input.field {
	width:230px;
}
form.feedbackform div.formitem {
	float:left;
	width:240px;
	margin: 0 0 5px;
}
form.feedbackform div.radio_buttons .column {
	float:left;
	width: 120px;

}
form.feedbackform div.radio_buttons ul {
	margin:0;
}
form.feedbackform div.radio_buttons ul li {
	width:100%;
	list-style-type:none;
	margin:0;
}
form.feedbackform div.radio_buttons input {
	margin:8px 0 0 0;
	padding:0;
	border:none;
	float:left;
}
form.feedbackform div.radio_buttons label {
	clear:none;
	float:left;
	margin:8px 0 0 5px;
	padding:0;
}
form.feedbackform textarea {
	width:230px;
	
}
form.feedbackform button {
	background: url('../images/buttons/but_feedback_send.gif') top left no-repeat;
	border:medium none;
	clear:both;
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	margin:12px 0 0;
	padding:4px 12px 6px 6px;
	text-align:center;
	font-size:100%;
	}
	
html>body form.feedbackform button {
	padding:0px 12px 6px 6px;
}

form.feedbackform button.button_f2 {
	text-decoration:underline;
}
p.error {
	float:left;
	margin:15px 0 0;
}/*	TABLES
-----------------------------------------------
1.	Generic
2.	Information
3.	Financial
----------------------------------------------- */


/*= 1. Generic
----------------------------------------------- */
table {
	clear:left;
	font-size: 100%; /* need to set for IE5/5.5 */
	margin: 0 0 14px 0;
	padding: 0;
	text-align: right;
	vertical-align: bottom;
}
caption {
	font-weight: bold;
	margin: 0;
	padding: 0 0 7px 0;
	text-align: left;
}
th, td {
	margin: 0;
	padding: 0 4px 2px 0;
}



/*= 2. Information
----------------------------------------------- */



/*= 3. Financial
----------------------------------------------- */

.excellink{
	float: left;
	margin: 0 0 10px 0;
	padding: 0 3px;
	width: 747px;
	}
	.excellink a{
		float: left;
		}
	.excellinkmargin{
		margin-bottom:10px;
	}
table.financials{
	color: #00215b;
	margin: 0 0 1.5em 0;
	padding: 0;
	}
table.fullwidth {
	width: 747px;
}

table.financials tr.smaller th {
		font-size:90.95%;
	}
	
table.financials th, table.financials td{
	padding: 4px 8px;
	}

table.financials thead th, table.financials thead td{
	font-weight: normal;
	vertical-align: bottom;
	}

table.financials tfoot td{
	text-align: left;	
	}
table.financials tfoot td ol {
	margin: 10px 0 0 17px
}

table.financials tbody th, table.financials tbody td{
	vertical-align: top;
	}
table.financials tbody th.vbottom, table.financials tbody td.vbottom{
	vertical-align: bottom;
	}


table.financials .left{
	text-align: left;	
	padding-left: 0;
	}

table.financials .center{
	text-align: center;	
	padding-left: 0;
	}	

table.financials .indent{
	padding-left: 10px;
	}

table.financials .indentmore{
	padding-left: 20px;
	}	

table.financials .highlight{
	font-weight: bold;
	}
table.financials .nobold{
	font-weight: normal;
	}

table.financials tbody .highlight{
	background: #ebf4f8;
	}

table.financials thead tr.highlight th, table.financials thead tr.highlight td{
	background: #ebf4f8;
	}
table.financials tr th.blue {
	color:#1296be;
}

table.financials .bordertop{border-top: 1px solid #adb3b6;}
table.financials .borderleft{border-left: 1px solid #adb3b6;}
table.financials .borderright{border-right: 1px solid #adb3b6;}
table.financials .borderbottom{border-bottom: 1px solid #adb3b6;}

table.financials tr.line th, table.financials tr.line td{
	border-bottom: 1px solid #adb3b6;
	}

table.financials tr.thickline th, table.financials tr.thickline td{
	border-bottom: 3px solid #1296be;
	}
table.financials tr.thicklinetop th, table.financials tr.thicklinetop td{
	border-top: 3px solid #1296be;
	}
table.financials td.thickline, table.financials th.thickline {
	border-bottom: 3px solid #1296be;
	}	

table.financials tbody a{
	color: #000;
	padding: 2px;
	}

table.financials tbody a:hover, table.financials tbody a:focus, table.financials tbody a:active{
	background: #1296be;
	color: #FFF;
	font-weight: bold;
	}

table.financials tr td.nobold, table.financials tr.nobold td {
	font-weight: normal;
}

	table.financials tr.rollover td, table.financials tr.rollover th{
		background-color: #EBF4F8;
		}
	table.financials tr.rollover td.highlight, table.financials tr.rollover th.highlight {
		background-color: #c2d1d5;
	}

table.financialinfo{
	/*border-top: 1px solid #333;*/
	color: #000;
	width: 100%;
	}
	
	table.financialinfo tr.dottedline td, table.financialinfo tr.dottedline th {
		padding: 4px 8px;
		background: url("../images/site_objects/bg_blackdots.gif") bottom repeat-x;
		vertical-align: bottom;
		}
	table.financialinfo thead tr.line td, table.financialinfo thead tr.line th,
	table.financialinfo tbody tr.line td, table.financialinfo tbody tr.line th  {
		padding: 4px 8px;
		border-bottom: 1px solid #333;
		vertical-align: bottom;
		}
	table.financialinfo thead tr.line td.top, table.financialinfo thead tr.line th.top,
	table.financialinfo tbody tr.line td.top, table.financialinfo tbody tr.line th.top  {
		vertical-align: top;
		}
	
	table.financialinfo tbody tr.thickline td, table.financialinfo tbody tr.thickline th {
		padding: 4px 8px;
		border-bottom: 2px solid #333;
		vertical-align: bottom;
		}

	table.financialinfo tr.noline th, table.financialinfo tr.noline td, table.financialinfo th.noline, table.financialinfo td.noline{
		background: none;
		border-bottom: none;
		}
	table.financialinfo tr.line td.noline{
		border-bottom: none;
	}
	table.financialinfo tr th.heading {
		padding: 10px 8px 4px;
		vertical-align: bottom;
		}
		
		table.financialinfo tr th.heading h3 {
		margin:0;
		}
		
	table.financialinfo .left{
		padding-left: 8px;
		}
	table.financialinfo .indent{
		padding-left: 18px;
		}

	table.financialinfo tr.sector td, table.financialinfo tr.sector th{
		background: #EBF4F8;
		border-bottom: 1px solid #333;
		border-top: 2px solid #333;
		color: #00215B;
		padding-top: 25px;
		}

	table.financialinfo tr td.company{
		white-space: nowrap;
		}

	table.financialinfo tr.rollover td, table.financialinfo tr.rollover th{
		background-color: #EBF4F8;
		}

	table.financialinfo tfoot, table.financialinfo .small {
		font-size:90.95%;
	}

	table.financialinfo tr td.narrow {
		padding-right:140px;
		font-size:90.95%;
	}

table.marginbottom30 {
	margin-bottom: 30px;
}
table.marginbottom50 {
	margin-bottom: 50px;
}

table.financialsmall{
	color: #000;
	margin: 0 0 1em 0;
	padding: 0;
	width: 100%;
	}

	table.financialsmallwhite{
		color: #FFF;
		}

	table.financialsmall th, table.financialsmall td{
		padding: 4px 0px 4px 4px;
		}

	table.financialsmall thead th, table.financialsmall thead td{
		vertical-align: bottom;
		font-size: 91.6%;
		}
		table.financialsmall thead th sup, table.financialsmall thead td sup{
		font-size: 90.9%;
		}
	table.financialsmall tbody th, table.financialsmall tbody td{
		background: url("../images/site_objects/bg_blackdots.gif") bottom repeat-x;
		vertical-align: top;
		}

		table.financialsmallwhite tbody th, table.financialsmallwhite tbody td{
			background: url("../images/site_objects/bg_whitedots.gif") bottom repeat-x;
			}

	table.financialsmall .left{
		text-align: left;	
		padding-left: 0;
		}

	table.financialsmall .indent{
		padding-left: 10px;
		}

	table.financialsmall .highlight{
		font-weight: bold;
		}

	table.financialsmall tbody .highlight{
		background: #ebf4f8;
		}

	table.financialsmall .bordertop{border-top: 1px solid #000;}
	table.financialsmall .borderleft{border-left: 1px solid #000;}
	table.financialsmall .borderright{border-right: 1px solid #000;}
	table.financialsmall .borderbottom{border-bottom: 1px solid #000;}
	table.financialsmallwhite .bordertop{border-top: 1px solid #FFF;}
	table.financialsmallwhite .borderleft{border-left: 1px solid #FFF;}
	table.financialsmallwhite .borderright{border-right: 1px solid #FFF;}
	table.financialsmallwhite .borderbottom{border-bottom: 1px solid #FFF;}

	table.financialsmall tr.line th, table.financialsmall tr.line td{
		background: none;
		border-bottom: 1px solid #000;
		}

		table.financialsmallwhite tr.line th, table.financialsmallwhite tr.line td{
			border-bottom: 1px solid #FFF;
			}

	table.financialsmall tr.thickline th, table.financialsmall tr.thickline td{
		background: none;
		border-bottom: 2px solid #000;
		}

		table.financialsmallwhite tr.thickline th, table.financialsmallwhite tr.thickline td{
			border-bottom: 2px solid #FFF;
			}

/*note 18*/
ul.tablelist {
		color: #00215B;
		margin-bottom: 14px;
		float:left;
	}
	ul.tablelist li {
		float:left;
		width: 745px;
	}
	ul.tablelist li span.letter {
		float:left;
		text-align:right;
		width: 10px;
	}
	ul.tablelist li span.notetext {
		float:left;
		padding-left: 10px;
		width: 725px;
	}
	
	
/* tables within toggled content */

#togglecontent table.financials {
	/*background: #fff;*/
}
	#togglecontent table.financials tr td.highlight, #togglecontent table.financials tr th.highlight {
		background-color: #d0eaf2;
		}
	#togglecontent table.financials tr.rollover td, #togglecontent table.financials tr.rollover th {
		background-color: #FFFFFF;
		}
	#togglecontent table.financials tr.rollover td.highlight, #togglecontent table.financials tr.rollover th.highlight {
		background-color: #e8f5f9;
		}
	/*= TOOLS SHORTCUTS
--------------------------------------------- */
#crtools {
	position:relative;
	float:left;
	/*width: 440px;*/
	width: 510px;
	top: 3px;
	left:395px;
	z-index: 1000;
	font-size: 91.6%;
}


/*= TOOLS PANELS
--------------------------------------------- */

#toolspanelswrapper { /* positions the tools on the page */
	position:absolute;
	top: 0px;
	left:0px;
	float:right;
}


/*--- SHORTCUTS ---*/


ul.tools_shortcuts { 
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 7px 0 0px 0;
	width: 260px;
}
	ul.tools_shortcuts li {
		color: #666666;
		display: inline;
		float: left;
		white-space: nowrap;
		margin: 0;
		padding:0;
		
	}
	ul.tools_shortcuts li.financials_hide {
		float:right;
		width:150px;
		margin: 0 5px 0px 0;
	}
	ul.tools_shortcuts li a:link, ul.tools_shortcuts li a:visited {
		color: #666666;
		text-decoration:none;
	}
	ul.tools_shortcuts li a:hover, ul.tools_shortcuts li a:focus, ul.tools_shortcuts li a:active {
		text-decoration:underline;
	}
	
		ul.tools_shortcuts li.editnote {
			padding: 0px 18px 5px 20px;
		}
			ul.tools_shortcuts li.editnote a.opennotes:link, ul.tools_shortcuts li.editnote a.opennotes:visited {
				background: transparent url('../images/tools/icon_plus.gif') left center no-repeat;
				padding-left: 14px;
			}	
			ul.tools_shortcuts li.editnote a.editnotes:link, ul.tools_shortcuts li.editnote a.editnotes:visited {
				background: transparent url('../images/tools/icon_tick.gif') left center no-repeat;
				padding-left: 14px;
			}	
	
		ul.tools_shortcuts li.savepageform {
			padding: 0px 0px 5px 0;
		}
		ul.tools_shortcuts li.savepageform p {
			background: url('../images/tools/icon_tick.gif') left no-repeat;
			float:left;
			display:inline;
			margin: 0;
			padding: 0 0 0 14px;
		}
		input.quicklinkbutton, input.quicklinkbutton_f2 {
			background: transparent url('../images/tools/icon_plus.gif') left center no-repeat;
			border: 0;
			clear:none;
			color: #666666;
			cursor: pointer;
			float: left;
			margin: -1px 0 0 0;
			overflow: visible;
			padding: 0 0 0 14px;
			text-align:left;
			text-decoration: none;
			width: auto;
		}
		input.quicklinkbutton_f2 {
			text-decoration: underline;
		}



/*--- TABS ---*/
ul#toolstabs { 
	padding: 0;
	list-style-type: none;
	margin: 0;
	float:left;
	position:relative;
	z-index:100;
}

	ul#toolstabs li {
		display: inline;
		/*margin:0;*/
	}
	#toolstabs li a, #toolstabs li a:link, #toolstabs li a:visited  {
		background-color: transparent;
		display:inline-block;
		color: #666666;
		padding: 8px 16px 9px 12px;
		text-decoration: none;
	}
	
	#toolstabs li a.lit, #toolstabs li a.lit:link, #toolstabs li a.lit:visited, #toolstabs li a.lit:hover, #toolstabs li a.lit:active, #toolstabs li a.lit:focus  { /* settings for all tab links */
	background: transparent url('../images/tools/bg_button_shadow2.gif') right top no-repeat;
		border-left: 1px solid #c3cbcd;
		color: #1693c1;
		font-weight: normal;
		padding: 8px 16px 11px 11px;
	}
	#toolstabs li a:hover, #toolstabs li a:active, #toolstabs li a:focus  { 
		text-decoration: underline;
	}
		.pagecount, .notecount {
			font-weight: bold;
			color: #1296be;
		}

/*--- PANELS ---*/

#toolspanels {
	background: #dceff5 url('../images/tools/bg_shadow2.gif') right 0 repeat-y;
	position: absolute;
	top:32px;
	right:-1px;
	z-index:90;
	width:281px;
}

#savepagetab, #notestab, #glossarytab {
	border: 1px solid #c3cbcd;
	border-right:none;
	float:left;
	width:275px;
}
#savepagetab h2, #notestab h2, #glossarytab h2 {
	font-size:154.5%;
}

.fullview, .minified {
	height: 460px;
}
html>body .fullview, html>body .minified {
	height: auto;
	min-height: 460px
}
.fullview {
	background: #dceff5;
	border-left: 1px solid #c3cbcd;
	border-bottom: 1px solid #c3cbcd;
	border-top: 1px solid #c3cbcd;
	display: none;
	left: -600px;
	padding:0;
	position: absolute;
	top: 0px;
	width: 600px;
	z-index: 2;
	height: 460px;
}
	html>body .fullview, html>body .fullview {
		height: auto;
		min-height: 460px;
	}

.minified .content_padding {
	padding: 0 14px;
}	

.closetab {
	margin: 0;
	padding: 10px 10px 7px 0;
	text-align: right;
}
.closetab a:link, .closetab a:visited {	
	background: transparent url('../images/tools/closetab.gif') right center no-repeat;
	color: #1693c1;
	padding: 2px 26px 2px 0;
	text-decoration:none;
}
.closetab a:hover, .closetab a:focus, .closetab a:active {
	text-decoration:underline;
}
.pleasenote {
	float:left;
	padding:20px 40px 0px 0px;
	width: 200px;
}
	.pleasenote h3 {
		padding: 0 0 4px 0;
		margin:0;
		font-size: 100%;
	}
.noteslist, .savedpageslist, .fullglossary {
	padding: 35px 0px 0px 45px;
}
.noteslist h3, .savedpageslist h3, .fullglossary h3 {
	color:#00215B;
	font-size:154.5%;
	margin:0 0 9px 0;
	padding:0;
}


/*latest pages tab*/
	#savepagetab a.openfullpanelpages:link, #savepagetab a.openfullpanelpages:visited {
		background: url('../images/tools/btn_mypages.gif') top right no-repeat;
		height: 107px;
		display:block;
		width: 31px;
		float:right;
		margin-top: -149px;
		color: transparent;
		text-indent:-9999px;
	}
	#savepagetab a.closefullpanelpages:link, #savepagetab a.closefullpanelpages:visited {
		background: url('../images/tools/btn_closefull.gif') top left no-repeat;
		height: 107px;
		display:block;
		width: 36px;
		position:relative;
		left:-601px;
		top: 0px;
		z-index:2000;
		color: transparent;
		text-indent:-9999px;
	}
	
#savepagetab form.savepageform {
	padding-bottom: 14px;
}
#savepagetab form.savepageform p {
	margin: 0;
	padding: 0;
}
#savepagetab form.savepageform p.tick {
	background: url('../images/tools/icon_tick.gif') left center no-repeat;
	padding-left: 16px;
}
	.minified #savepagetab form.savepageform p.tick {
		padding-bottom: 25px;
	}	

.latestpages  {
	background: #FFF;
	border: 1px solid #c3cbcd;
	clear: both;
	margin: 8px 0 9px 0;
	height: 154px;
}
	html>body .latestpages  {
		min-height: 154px;
		height: auto;
	}
.latestpages p {
	margin: 0;
	padding: 10px;
}
.latestpages ul {
	float: none;
	list-style:none;
	margin:0;
	padding: 0 10px 10px 10px;
}
#savepagetab .latestpages ul li {
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0 0 5px 0;
}
#savepagetab div.savepage {
	background: none;
	clear: both;
}




/*notes tab*/

textarea#note {
	height: 146px;
	overflow: auto;
	width: 235px;
	margin-bottom: 9px;
}
	#notestab textarea {
	border: 1px solid #c3cbcd;
	}
.notefooter {
	width: 230px;
}
.notebutton {
	float: left;
	padding: 0px 0 14px 0;
	width: 80px;
}
.notetimedate {
	float: left;
	padding: 5px 0 0 0;
	text-align:right;
	width: 150px;
}

	#notestab a.openfullpanelnotes:link, #notestab a.openfullpanelnotes:visited {
		background: url('../images/tools/btn_mynotes.gif') top right no-repeat;
		height: 107px;
		display:block;
		width: 31px;
		float:right;
		margin-top: -150px;
		color: transparent;
		text-indent: -9999px;	
	}
	#notestab a.closefullpanelnotes:link, #notestab a.closefullpanelnotes:visited {
		background: url('../images/tools/btn_closefull.gif') top left no-repeat;
		height: 107px;
		display:block;
		width: 36px;
		position:relative;
		left:-601px;
		top: 0px;
		z-index:2000;
		color: transparent;
		text-indent: -9999px;	
	}


	table.noteslist tr td ul li {
		color: #666666;
	}
	
	
	
/*glossary search tab*/
form.glossarysearch {
	margin: 0;
	padding: 0 0 15px 0;
}
.glossarysearchresults {
	padding-right: 40px;
}
.glossarysearchresults h3 {
	padding-bottom:4px;
}

	#glossarytab a.openfullpanelglossary:link, #glossarytab a.openfullpanelglossary:visited {
		background: url('../images/tools/btn_glossary.gif') top right no-repeat;
		height: 107px;
		display:block;
		width: 31px;
		float:right;
		position:absolute;
		top: 258px;
		right:5px;
		/*margin-top: -150px;*/
		color: transparent;
		text-indent: -9999px;	
	}
	#glossarytab a.closefullpanelglossary:link, #glossarytab a.closefullpanelglossary:visited {
		background: url('../images/tools/btn_closefull.gif') top left no-repeat;
		height: 107px;
		display:block;
		width: 36px;
		position:absolute;
		left:-600px;
		top: 258px;
		z-index:2000;
		color: transparent;
		text-indent: -9999px;	
	}
#glossaryform input#glossarysearchterm {width: 180px;}


/******************************************************/
.scrollingpanel {
	overflow:auto;
	width: 550px;
	height: 300px;
	margin-bottom: 20px;
}

.fullglossary .scrollingpanel {
	height: 290px;
	background:#ffffff;
	border: 1px solid #c3cbcd;
	border-right: 0px;
	padding: 0px 20px 20px 20px;
	width: 510px;
}
.scrollingpanel .noteslist {padding:0;}



#animate {
	background: yellow;
}
.loading {
	display: none;
}


/*= Glossary
----------------------------------------------- */
.fullglossary .scrollingpanel h4 {
	font-size: 130%;
	color:#10147E;
	padding-top: 20px;
	clear:both;
}
ul.menu {
	float: left;
	font-weight: bold;
	margin: 0 0 2px 0;
 	padding: 0px 0px 7px 0px;
	width: 500px;
}
ul.menu li {
	list-style-type:none;
	display: block;
	float: left;
	padding: 0 9px 0 0;
	color: #cccccc;
}
ul.menu li a, ul.menu li a:link, ul.menu li a:visited {text-decoration: none;}
ul.menu li a:hover, ul.menu li a:active, ul.menu li a:focus {text-decoration: underline;}

.fullglossary dl.glossary {
	float:left;
	margin:0;
	padding:0 0px 10px 0;
	width: 510px; 
	background: url("../images/site_objects/bg_dots.gif") repeat-x bottom;
}
.fullglossary dl.last {
	margin:0 0 20px 0;
}
.fullglossary dl.glossary dt {
	clear:left;
	float:left;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	width:150px;
	background: url("../images/site_objects/bg_dots.gif") repeat-x top;
}

.fullglossary dl.glossary dd {
	clear:right;
	float:left;
	margin:10px 0 0 0;
	padding:10px 40px 0 10px;
	width:310px;
	background: url("../images/site_objects/bg_dots.gif") repeat-x top;
}
	.fullglossary dl.glossary dd ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	.fullglossary dl.glossary dd ul h4 {
		font-size: 100%;
		padding-top:0px;
	}

.fullglossary dl.glossary dt.first, .fullglossary dl.glossary dd.first {
	background:none;
}



/*= TABLE
----------------------------------------------- */
#toolsdata {
	border: 1px solid #c3cbcd;
	border-bottom:none;
	background: #fff;
	text-align: right;
	width: 533px;
}
#toolsdata thead tr th, #toolsdata thead tr td {
	border-bottom: solid 1px #c3cbcd;
	color: #000;
	font-weight: normal;
	padding: 7px 5px;
	vertical-align: top;
	white-space:nowrap;
}
	#toolsdata thead tr th a, #toolsdata thead tr td a {
		color: #1196bf;
	}
#toolsdata tbody tr td, #toolsdata tbody tr th {
	border-bottom: solid 1px #c3cbcd;
	color: #000;
	font-weight:normal;
	padding: 0px 5px;
	vertical-align: top;
}
	#toolsdata tr td.left, #toolsdata tr th.left {
		text-align: left;
	}
#toolsdata tbody tr td div.close div, #toolsdata tbody tr th div.close div {
	padding: 8px 0;
}
#toolsdata tbody tr td div.close div div, #toolsdata tbody tr th div.close div div{
	padding: 0 0 14px 0;
}
#toolsdata tbody tr td div.close div div.opennote {
	margin: 0;
	padding: 0;
}
#toolsdata tbody tr td div.close div p {
	margin: 0;
	padding: 0;
}
#toolsdata tbody td a {
	color: #1196bf;
}
#toolsdata tbody tr.hover td, #toolsdata tbody tr.hover th {
	background: #dceff5;
	color: #000;
}
#toolsdata tbody tr.hover td a {
	color: #000;
}
#savedpagestable td.reorder ul {
	float: right;
}
#toolsdata ul.selectall li{
	display: inline;
	float: none;
}
#toolsdata ul.sort {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#toolsdata ul.sort li {
	display: inline;
	padding: 0 5px 0 0;
	margin: 0;
	white-space: nowrap;
}
ul.sort li a.lit {
	font-weight: bold;
	text-decoration:none
}
#toolsdata ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#toolsdata ul li {
	margin: 0;
	padding: 0 0 3px;	
}
#toolsdata ul li.notetext {
	padding: 0 0 5px;
	color: #000000;
}

#toolsdata ul li.breadcrumb {
	/*font-size: 95%;*/
}
.reorder ul li {
	margin: 0;
	padding: 0;
}

/*BUTTONS*/
input.delete, input.deletecurrent {
	background: url("../images/tools/delete_f2.gif");
	border: 0;
	cursor: pointer;
	float:right;
	height: 13px;
	width: 13px;	
	font-size: 0px;
	display:block;
	line-height: 0px;
}
input.delete_f2, input.deletecurrent_f2 {
	background: url("../images/tools/delete_f2.gif");
}
input.delete_f3, input.deletecurrent_f3 {
	background: url("../images/tools/delete_f3.gif");
}

input.moveup {
	background: url("../images/tools/moveup_f1.gif");
	border: 0;
	cursor: pointer;
	clear: both;
	float:right;
	height: 13px;
	width: 20px;	
	font-size: 0px;
	display:block;
	line-height: 0px;
}
input.moveup_f2 {
	background: url("../images/tools/moveup_f2.gif");
}
input.moveup_f3 {
	background: url("../images/tools/moveup_f3.gif");
}

input.movedown {
	background: url("../images/tools/movedown_f1.gif");
	border: 0;
	cursor: pointer;
	clear: both;
	float:right;
	height: 13px;
	width: 20px;	
	font-size: 0px;
	display:block;
	line-height: 0px;
}
input.movedown_f2 {
	background: url("../images/tools/movedown_f2.gif");
}
input.movedown_f3 {
	background: url("../images/tools/movedown_f3.gif");
}



div.buttonwrapper {
	display: block;
	float: left;
	padding: 0 10px 10px 0;
}
div#notesemail {
	padding: 0 0 10px 0;
	margin: -1px 0 0 0;
}
div#notesemail input.toolsemail{
	padding: 2px 5px 4px;
	
}
div.error_border {
	border: solid 1px #ff0000;
}
div.errormessage {
	float:left;
	width: 500px;
	color: #ff0000;
	font-weight:bold;
	padding: 2px 16px 10px 0;
}
div.total {
	background: url('../images/tools/icon_tick.gif') left center no-repeat;
	float:left;
	display: block;
	padding: 2px 0 0 16px;
	margin-right: 20px;
	color: #1196bf;
}

span.buttoncorner {
	background: url('../images/tools/btn_left.gif') left bottom no-repeat;
	padding: 0;
	display:inline-block;
}

input.toolsbutton, input.toolsbutton_f2 {
	background: #30a7c7 url('../images/tools/btn_right.gif') right bottom no-repeat;
	border: none;
	cursor: pointer;
	color: #fff;
	display:inline-block;
	/*float: left;*/
	margin: 0 0 0 4px;
	overflow: visible;
	padding: 4px 8px 4px 6px;
	text-align:left;
	width: auto;
	font-weight: bold;
	text-decoration:none;
	line-height:1em;
}
input.toolsbutton_f2 {
	text-decoration:underline;
}

fieldset.savedpagesbuttons, fieldset.notesbuttons {
	padding-right: 10px;
}

ul.itemlinks, ul.selectall  {
	margin: 0;
	padding:0;
}
ul.itemlinks li {
 list-style-type: none;
 margin: 0;
 padding: 0 0 14px 0;
}

ul.selectall li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}


/*= AUTOCOMPLETE
----------------------------------------------- */
.ac_odd {background: #cccccc;}				/* bg colour of odd rows */	
.ac_results strong {color: #000;} 			/* colour of matching text */
.ac_over {background: #444;color: #FFF;}	/* hover state */
.ac_over strong {color: #1296be;}			/* hover state - colour of matching text */
.ac_results {
	padding: 0px;
	border: 1px solid #ccc;
	background: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	cursor: pointer;
	list-style-position: outside;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ac_results li {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 16px;
	margin: 0px;
	overflow: hidden;
	padding: 2px 5px;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

/*= OTHER
----------------------------------------------- */
.hidetool {display: none;}
.showtool {display: block!important;}
.nowrap {white-space:nowrap;}
p.nospace {margin-bottom: 0;}/* -------------- */
/* --- HEADER --- */
/* -------------- */

#datacentrecontainer h1{
	border-bottom: 0;
	color: #10147E;
	font-size: 230%;
	line-height: 1em;
	margin: 30px 0 30px 16px;
	padding: 0;
	}

#datacentrecontainer h2{
	color: #666;
	font-size: 100%;
	line-height: 1em;
	margin: 0 0 1em 0;
	padding: 0;
	}





/* ------------------ */
/* --- CONTAINERS --- */
/* ------------------ */

#datacentrecontainer{
	float: left;
	}

	.datacentrecontainer{
		background: #E9E9E9;
		float: left;
		padding: 0 16px 16px 16px;
		width: 954px;
		}

	#datacentrecontainer p.close{
		background: url("../images/buttons/but_close_datastore.gif") right no-repeat;
		display: inline;
		float: right;
		margin: 10px 3px 7px 3px;
		padding: 4px 0 3px 0;
		text-align: right;
		}

	#datacentrecontainer p.close a{
		color: #666;
		font-weight: bold;		
		padding: 0 24px 0 0;
		text-decoration: none;
		}

		#datacentrecontainer p.close a:hover, #datacentrecontainer p.close a:focus, #datacentrecontainer p.close a:active{
			text-decoration: underline;
			}



#datacentrecontainer .datacentretoppanel{
	float: left;
	padding: 0 0 12px 0;
	}

#datacentrecontainer .datacontainer{
	background: #FFF;
	border: 1px solid #B6B6B6;
	float: left;
	width: 952px;
	}
	
	#datacentrecontainer .datacontainer .header h1{
		float: left;
		}

	#datacentrecontainer .datacontainer .header p{
		border-bottom: 0;
		color: #10147E;
		float: right;
		margin: 30px 16px 0 0;
		padding: 0 50px 0 0;
		width: 300px;
		}

	#datacentrecontent{
		border-top: 1px solid #B6B6B6;
		clear:both;
		float: left;
		padding: 24px 16px;
		width: 920px;
		}

	#datacentredata{
		clear:both;
		float: left;
		padding: 0 16px 20px 16px;
		width: 888px;
		}

	#datacentrecontainer #commentary{
		clear: both;
		float: left;
		width: 100%;
		}




/* ----------------------- */
/* --- NAVIGATION TABS --- */
/* ----------------------- */

#datacentrecontainer ul.navigation{
	clear: both;
	display: inline;
	float: left;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

	#datacentrecontainer ul.navigation li{
		display: inline;
		float: left;
		margin: 0 0 0 16px;
		padding: 0;
		}

	#datacentrecontainer ul.navigation li span.container, #datacentrecontainer ul.navigation li a{
		clear: both;
		color: #999;
		float: left;
		text-decoration: none;
		}

		#datacentrecontainer ul.navigation li.lit span.container, #datacentrecontainer ul.navigation li.lit a{
			color: #10147E;
			}

		#datacentrecontainer ul.navigation li a:hover, #datacentrecontainer ul.navigation li a:focus, #datacentrecontainer ul.navigation li a:active{
			text-decoration: underline;
			}


	#datacentrecontainer ul.navigation li span.left, #datacentrecontainer ul.navigation li span.right{
		clear: both;
		float: left;
		}

		#datacentrecontainer ul.navigation li span.right{
			padding: 8px 16px 6px 16px;
			}

		#datacentrecontainer ul.navigation li.lit span.right{
			border-bottom: 1px solid #EEEEE8;
			margin: 0 0 -1px 0;
			position: relative;
			}



/* ------------------- */
/* --- SHARING BOX --- */
/* ------------------- */

div.datacentreshare{
	background: #FFF;
	border: 1px solid #b6b6b6;
	display: inline;
	float: right;
	font-size: 90%;
	margin: -25px 0 0 0;
	width: 199px;
	}

	div.datacentreshare a{
		color: #000;
		text-decoration: none;
		}

		div.datacentreshare a:hover, div.datacentreshare a:focus, div.datacentreshare a:active{
			text-decoration: underline;
			}

	div.datacentreshare p{
		clear: both;
		display: block;
		float: left;
		margin: 0;
		padding: 0 12px;
		width: 175px;
		}

		div.datacentreshare p a{
			display: block;
			float: left;
			line-height: 1em;
			padding: 9px 0 11px 28px;
			}
	
	div.datacentreshare ul{
		clear: both;
		display: inline;
		float: left;
		margin: 5px 11px 5px 12px;
		padding: 0;
		width: 176px;
		}

	div.datacentreshare ul li{
		float: left;
		list-style-type: none;
		padding: 0;
		width: 88px;
		}

		div.datacentreshare ul li.double{
			width: 176px;
			}

	div.datacentreshare ul li a{
		float: left;
		padding: 6px 0 8px 28px;
		}











/* ------------- */
/* --- FORMS --- */
/* ------------- */

#datacentrecontainer form{
	float: left;
	margin: 0;
	padding: 0;
	}

	#datacentrecontainer form fieldset{
		border: 0;
		margin: 0;
		padding: 0;
		}

	#datacentrecontainer form input, #datacentrecontainer form select{
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 100%;
		}

	#datacentrecontainer form select{
		background: #FFF;
		border: 1px solid #CCCACA;
		color: #1296BE;
		font-weight: bold;
		padding: 3px;
		width: 396px;
		}

	#datacentrecontainer form input.submit{
		border: none;
		color: #FFF;
		cursor: pointer;
		float: left;
		font-size: 95%;
		font-weight: bold;
		margin: 1px 0 0 0;
		overflow: visible;
		padding: 3px 5px;
		}

/* TOP LEVEL */

#datacentrecontainer div.filteringforms{
	display: inline;
	float: left;
	margin: 0 0 11px 0;
	width: 719px;
	}

	#datacentrecontainer div.filteringforms form{
		clear: both;
		display: inline;
		float: left;
		margin: 0 0 10px 0;
		width: 719px;
		}

	#datacentrecontainer div.filteringforms form label{
		color: #666;
		float: left;
		font-size: 95%;
		font-weight: bold;
		padding: 0.45em 0 0 0;
		width: 135px;
		}

	#datacentrecontainer div.filteringforms form select{
		float: left;
		margin-right: 16px;
		}

/* CHART TYPE */

#datacentrecontainer form .charttypes{
	clear: both;
	color: #333;
	float: left;
	font-size: 95%;
	padding: 32px 16px 11px 16px;
	width: 856px;
	}

	#datacentrecontainer form .charttypes p{
		float: left;
		margin: 0;
		padding: 4px 16px 4px 0;
		}

	#datacentrecontainer form .submittype{
		border: none;
		cursor: pointer;
		float: left;
		font-weight: bold;
		margin: 0 11px 0 0;
		overflow: visible;
		padding: 3px 5px 3px 20px;
		}

		html>body #datacentrecontainer form .submittype{
			padding-left: 18px;
			}

	#datacentrecontainer form span.submittype{
		color: #999;
		cursor: default;
		padding: 4px 5px 4px 20px;
		}

		html>body #datacentrecontainer form span.submittype{
			padding-left: 20px;
			}

/* COMPARISONS */

#datacentrecontainer form .comparisonforms{
	clear: both;
	padding: 36px 0;
	width: 888px;
	}

	html>body #datacentrecontainer form .comparisonforms{
		float: left;
		}

	#datacentrecontainer form .comparisonforms label{
		color: #666;
		float: left;
		font-weight: bold;
		margin-right: 16px;
		padding: 0.45em 0 0 0;
		}

	#datacentrecontainer form .comparisonforms select{
		float: left;
		margin-right: 16px;
		width: 326px;
		}






	

/* ------------------------------------------- */
/* --- CHARTS, LEGENDS, CAVEATS AND TABLES --- */
/* ------------------------------------------- */

#datacentrecontainer div.chartingcomponent{
	clear: both;
	float: left;
	width: 888px;
	}

	#datacentrecontainer div.chartingcomponentnoline{
		background: transparent;
		}

#datacentrecontainer #charts{
	float: left;
	width: 888px;
	}

	#datacentrecontainer #charts .axiselement{
		float: left;
		height: 380px;
		padding: 0 12px;
		width: 12px;
		}

	#datacentrecontainer #charts .chartelement{
		float: left;
		height: 380px;
		width: 425px;
		}

	#datacentrecontainer #charts .xaxiselement{
		display: inline;
		float: left;
		padding: 5px 0 10px 36px;
		text-align: center;
		width: 425px;
		}

	#datacentrecontainer #charts h2.piechart{
		color: #1296BE;
		font-size: 130%;
		margin: 0.5em 0 0 0;
		padding: 0 0 0.75em 0;
		width: 339px;
		}






#datacentrecontainer .legendelement{
	float: right;
	font-size: 90%;
	/*height: 380px;*/
	padding: 0 0 0 16px;
	position: relative;
	width: 339px;
	}

	div#charts .legendelement h2{
		color: #1296BE;
		font-size: 130%;
		margin: 0.5em 0 0 0;
		padding: 0 0 0.75em 0;
		width: 339px;
		}

	div#charts .legendelement ul{
		clear: both;
		float: left;
		list-style-type: none;
		margin: 0 0 3em 0;
		padding: 0;
		width: 339px;
		}

		div#charts .legendelement ul li{
			clear: both;
			float: left;
			list-style-type: none;
			margin: 0;
			padding: 3px 0;
			width: 339px;
			}

		div#charts .legendelement ul li input{
			border: 0;
			clear: left;
			display: inline;
			float: left;
			}

			html>body div#charts .legendelement ul li input{
				margin: 3px 0 0 0;
				}

		div#charts .legendelement ul li span{
			display: inline;
			float: left;
			height: 3px;
			margin: 6px 8px 0 3px;
			overflow: hidden;
			padding: 0;
			width: 20px;
			}

			html>body div#charts .legendelement ul li span{
				margin: 7px 8px 0 5px;
				}

		div#charts .legendelement ul li label{
			clear: right;
			float: left;
			padding: 2px 0 0 0;
			width: 289px;
			}

			html>body div#charts .legendelement ul li label{
				padding: 0;
				}





#datacentrecontainer div.caveatelement{
	clear: both;
	float: left;
	padding: 2em 0 0 0;
	width: 532px;
	}

#datacentrecontainer .caveatelement p{
	border-top: 1px dotted #CCC;
	color: #666;
	padding: 6px 0 0 0;
	}

#datacentrecontainer .caveatelement ol {
	color: #666;
	list-style-position: inside;
	margin: 0;
	padding: 0 0 5px 0;
	width: 532px;
	}

	#datacentrecontainer .caveatelement ol li{
		margin: 0 0 10px 0;
		padding: 0;
		}




#datacentrecontainer .tableelement{
	clear: both;
	float: left;
	padding: 1em 0 0 0;
	width: 532px;
	}

	#datacentrecontainer .tableelement table.financials{
		background: #FFF;
		margin: 0;
		padding: 0;
		width: 532px;
		}

	#datacentrecontainer .tableelement table.financials th, table.financials td{
		padding: 4px 8px;
		text-align: right;	
		}

	table.financials thead th, table.financials thead td{
		font-weight: normal;
		vertical-align: bottom;
		}

	table.financials .left, table.financials tfoot td{
		text-align: left;
		}

	table.financials tfoot td{
		font-size: 90%;
		padding: 7px 8px 0 8px;
		}

	table.financials tfoot td ol{
		margin-bottom: 0!important;
		}

	table.financials tfoot td ol li{
		margin-bottom: 5px!important;
		}

	table.financials tbody td{
		vertical-align: top;
		}

	table.financials tbody td sup{
		font-size: 75%;
		}

	table.financials .datacell{
		white-space: nowrap;
		}

	table.financials .highlight{
		font-weight: bold;
		}

	table.financials tbody .highlight{
		background: #ebf4f8;
		}

	table.financials tr.line th, table.financials tr.line td{
		border-bottom: 1px solid #adb3b6;
		}

	table.financials tr.thickline th, table.financials tr.thickline td{
		border-bottom: 2px solid #1296be;
		}








div#tooltip{
	display: none;
	position: absolute;
	z-index: 2000;
	}

	div#tooltip div.tooltipcontent{
		-moz-box-shadow: 1px 2px 2px #999;
		-webkit-box-shadow: 1px 2px 2px #999;
		box-shadow: 1px 2px 2px #999;

		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 2px solid #FFF;

		padding: 10px;
		}

	div#tooltip p{
		margin: 0;
		padding: 0;
		}

	div#tooltip p strong.number{
		display: block;
		font-size: 150%;
		}

	div#tooltip p strong sub, div#tooltip p strong sup{
		font-size: 60%;
		font-weight: normal;
		}









#datacentrecontainer .caveatelement p.chartlink, p.chartlink{
	border: 0;
	font-size: 75%;
	margin-top: 2em;
	padding-left: 20px;
	}#datacentrecontainer .crcolour{
	color: #111580!important;
	}


/* ------------------- */
/* --- BACKGROUNDS --- */
/* ------------------- */


#datacentrecontent{
	background: #FFF url("../../../../datastore/images/b_content.gif") top right repeat-x;
	}

#datacentredata{
	background: #FFF url("../../../../datastore/images/b_datacontent.gif") top right repeat-x;
	}

#datacentrecontainer ul.navigation li span.container span.left, #datacentrecontainer ul.navigation li a span.left{
	background: #FFF url("../../../../datastore/images/b_menu_f1_topleft.gif") top left no-repeat;
	}

#datacentrecontainer ul.navigation li span.container span.right, #datacentrecontainer ul.navigation li a span.right{
	background: url("../../../../datastore/images/b_menu_f1_topright.gif") top right no-repeat;
	}

#datacentrecontainer ul.navigation li.lit span.container span.left, #datacentrecontainer ul.navigation li.lit a span.left{
	background: #EEEEE8 url("../../../../datastore/images/b_menu_f2_topleft.gif") top left no-repeat;
	}

#datacentrecontainer ul.navigation li.lit span.container span.right, #datacentrecontainer ul.navigation li.lit a span.right{
	background: url("../../../../datastore/images/b_menu_f2_topright.gif") top right no-repeat;
	}

div.datacentreshare p{
	background: url("../../../../images/site_objects/bg_dots_grey.gif") bottom repeat-x;
	}

div.datacentreshare p a{
	background: url("../../../../datastore/images/icon_open.gif") no-repeat left;
	}
	
div.datacentreshare ul li a.printicon{
	background: url("../../../../datastore/images/icon_print.gif") no-repeat left;
	}

div.datacentreshare ul li a.downloadicon{
	background: url("../../../../datastore/images/icon_download.gif") no-repeat left;
	}

div.datacentreshare ul li a.diggicon{
	background: url("../../../../datastore/images/icon_digg.gif") no-repeat left;
	}

div.datacentreshare ul li a.twittericon{
	background: url("../../../../datastore/images/icon_twitter.gif") no-repeat left;
	}

#datacentrecontainer form input.submit{
	background: #14346B url("../../../../datastore/images/b_button.gif");
	}

#datacentrecontainer form input.submitcr{
	background: #fbba28 url("../../../../datastore/images/b_button_cr.gif");
	}

#datacentrecontainer form .submittype{
	background: url("../../../../datastore/images/but_chartavailable.gif") left no-repeat;
	}

#datacentrecontainer form input.submittypelit{
	background: url("../../../../datastore/images/but_chartactive.gif") left no-repeat;
	}

#datacentrecontainer form span.submittype{
	background: url("../../../../datastore/images/but_chartunavailable.gif") left no-repeat;
	}

#datacentrecontainer div.chartingcomponent, #datacentrecontainer div.comparisonforms{
	background: url("../../../../datastore/images/b_verticaldots.gif") left top repeat-y;
	}

#datacentrecontainer div.noverticaldots{
	background-image: none;
	background: transparent;
	}





/* --------------- */
/* --- ADVERTS --- */
/* --------------- */

div.advertpanel{
	clear: both;
	float: left;
	margin: 30px 0 0 0;
	width: 591px;
	}

	div.advertpanel .advert{
		background: url("../../../../datastore/images/b_adverts.gif") left top repeat-x;
		display: inline;
		float: left;
		height: 175px;
		margin: 0 10px 0 0;
		padding: 17px 12px;
		width: 163px;
		}

		html>body div.advertpanel .advert{
			height: auto;
			min-height: 175px;
			}

	#datacentrecontainer div.advertpanel .advert h2{
		color: #1296BE;
		font-size: 150%;
		}

