/* ================================================== */
/* =============== Invesco Stylesheet =============== */
/* =========== Copyright Invesco Ltd 2008 =========== */
/* ================================================== */


/* Controls the font style, size, colour, margins & background colours for the site */
body {
	font-family: verdana;
	color: #000000;
	font-size: 74%; 
	margin: 0px;
	background-color: #FFFFFF;
}

	.header			{font-size: 9pt; font-family: arial; color: #FFFFFF} /** NEW**/
	.small			{font-size: 8pt; font-family: arial; color: #000000} /** NEW**/
	.title			{font-size: 12pt; font-family: arial; color: #FF6600; font-weight: bold;} /** NEW**/
	.banner 		{background-color: #89A5C7; color: white;} /*REVISED light blue*/
	
/* Begin link styles */
/* Controls the appearance of links in their various states */
a {
	color: #003399;
}


a:link {
	color: #003399;
}


a:visited {
	color: #003399;
}


a:active {
	color: #003399;
}


a:hover {
	color: #000000;
	text-decoration: underline;
}
/* End link styles */


/* Begin standard styles */
h1 {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 12px;
	border-top: 1px solid #000000;
}


h2 {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #000000;
}


h3 {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 1em;
	margin-top: 1px;
	margin-bottom: 8px;
}


h4 {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 1em; 
	margin-top: 8px;
	text-decoration: underline;
	margin-bottom: 8px;
}


p {
	margin-top: 2pt;
	font-size: 0.99em;
}

/* smallprint class for warnings & contact details etc */
p.smallprint {
	font-size: 0.8em;
}


ul {
	list-style-type: square;
	padding-left: 16px;
	margin: 0px;
}


li {
	margin: 0px;
	padding: 1px 0px 5px 0px;
}


ol {
	margin: 0px;
	padding: 1px 0px 5px 25px;
}


form {
	color: #000000;
	text-decoration: none;
	font-family: verdana, arial, helvetica;
	font-size: 1em;
	margin: 0pt;
}	


hr {
	height: 1px;
	color: #000000;
}


blockquote {
	color: #0078bc;
	margin-left: 1em;
	margin-right: 0.2em;
}


caption	{
	color: #000000;
	text-align: left;
	padding: 0px 0px 30px 0px;
}


select {
	font-size: 1em;
	font-family: verdana, arial, helvetica;
}


input {
	font-size: 1em;
	font-family: verdana, arial, helvetica;
}

/* End standard styles */


/* Begin table styles */
/* NB as the site layout uses tables, table styles will apply to all text */

table {
	font-size: 1.1em;
	color: #000000;
	border-spacing: 0px;
}


td {
	font-size: 0.91em;
	font-family: verdana;
	color: #000000;
}


th {
	font-size: 0.91em;
	font-family: verdana;
	text-align: left;
}


/* Table class="coloured" styles */

th.coloured {
	background-color: #e6e7e8;
	color: #000000;
	border-top: 1px solid #000000;
	padding: 4px 0px 4px 0px;
	text-align: left;
	font-weight: bold;
}


td.coloured {
	background-color: #e6e7e8;
	border-top: 1px solid #ffffff;
	padding: 3px;
}


td.coloured a {
	color: #003399;
}


td.coloured a:hover {
	color: #000000;
}

	tr.coloured2	{background-color: #fff4d5}  /**NEW**/
	td.coloured_topmenu {background-color: #B3DC20} /**NEW**/
	td.coloured_logo    {background-color: #333366} /**NEW**/
	tr.coloured_header	{background-color: #333366} /**NEW**/

/* End table class="coloured" styles */


table.fundTable	{
	border-color: #e0e0e0;
	border-width: 0pt;
}


/* Begin literature download table styles */
table.coloured2 {
	background-color: #e6e7e8;
}


th.coloured2 {
	background-color: #e6e7e8;
	color: #000000;
	border-top: 1px solid #000000;
}


td.coloured2 {
	background-color: #e6e7e8;
	border-top: 1px solid #ffffff;
}

/* End literature download table styles */


th.highlight {
	background-color: #ffffff;
	border-top: 1px dotted #000000;
	text-align: left;
}


td.highlight {
	background-color: #ffffff;
	color: #000000;
	border-top: 1px solid #000000;
}


th.coloured3 {
	background-color: #ffffff;
	color: #000000;
	border-top: 1px dotted #000000;
	text-align: left;
}


select.coloured {
	background-color: #E6EFFA;
}

/* End table styles */

	th.fundNumberStyle		{white-space:normal;text-align:center;}

/* ===================================== */
/* ====== Begin navigation styles ====== */
/* ===================================== */

/* Begin housekeeping navigation styles */
/* Use td selectors to modify appearance of background */
/* Use a selectors to modify appearance of text (links) */
td.hkSelected {
	color: #000000;
	height: 24px;
	text-align: center;
	background: none;
}


td.hkUnselected	{
	color: #000000;
	height: 24px;
	text-align: center;
	background: none;
}


a.hkSelected {
	position: relative;
	left: 100px;
	font-size: 11px;
	color: #000000;
	width: 100%; 
	text-decoration: none;
	padding: 4px;
	height: 24px;
	z-index: 200;
}


a.hkUnselected {
	position: relative;
	left: 100px;
	font-size: 11px;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 4px;
	height: 24px;
	z-index: 200;
}


a:visited.hkSelected {
	position: relative;
	left: 100px;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 4px;
	height: 24px;
	z-index: 200;
}


a:visited.hkUnselected {
	position: relative;
	left: 100px;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 4px;
	height: 24px;
	z-index: 200;
}


a:hover.hkSelected {
	position: relative;
	left: 100px;
	color: #003399;
	text-align: center; 
	text-decoration: underline;
	height: 24px;
	z-index: 200;
}


a:hover.hkUnselected {
	position: relative;
	left: 100px;
	color: #003399;
	text-align: center;
	text-decoration: underline;
	height: 24px;
	z-index: 200;
}


a.hkUnselected {
	position: relative;
	left: 100px;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 4px;
	height: 24px;
	z-index: 200;
}
/* End housekeeping navigation styles */



/* Begin level 1 navigation styles */
/* Use td selectors to modify appearance of background */
/* Use a selectors to modify appearance of text (links) */

tr.level1 {
	position: relative;
	left: 0px;
	top: -5px;
}

td.levelOneSelected {
	background-color: #ffffff;
	background-image: url(/images/ig/nav-tab-bg-1000.png);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center; 
	font-weight: bold;
	border-left: 1px solid #9699ac;
	height: 22px;
}


td.levelOneUnselected {
	background-image: url(/images/ig/nav-bg.png);
	background-repeat: repeat-x;
	text-align: center;
	border-bottom: 1px solid #9699ac;
	height: 22px;
}


a.levelOneSelected {
	font-size: 11px;
	color: #000000;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background: none;
}


a:link.levelOneSelected {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


a:visited.levelOneSelected {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


a:hover.levelOneSelected {
	font-size: 12px;
	color: #000000;
	text-decoration: none; 
	font-weight: bold;
}


a.levelOneUnselected {
	font-size: 12px;
	color: #000000;
	width: 100%;
	text-decoration: none;
	text-align: center;
	background: none;
}


a:link.levelOneUnselected {
	font-size: 12px;
	color: #000000;
}


a:visited.levelOneUnselected {
	color: #000000;
	font-size: 12px;
}


a:hover.levelOneUnselected {
	font-size: 12px;
	color: #000000;
	background-color: #cce4f2;
	text-decoration: none;
	font-weight: bold;
}
/* End level 1 navigation styles */


/* Begin level 2 navigation styles */
/* Use td selectors to modify appearance of background */
/* Use a selectors to modify appearance of text (links) */
td.levelTwoSelected {
	background-color: #acc2d2;
	text-align: center;
	border: 1px solid #ffffff;
	height: 20px;
}


td.levelTwoUnselected {
	background-color: #acc2d2;
	text-align: center;
	border: 1px solid #ffffff;
	height: 20px;
}


a.levelTwoSelected {
	color: #000000;
	width: 100%;
	background-color: #acc2d2;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}


a:link.levelTwoSelected {
	color: #000000;
	font-weight: bold;
}


a:visited.levelTwoSelected {
	color: #000000;
	font-weight: bold;
}


a:hover.levelTwoSelected {
	color: #000000;
	text-decoration: underline; 
	font-weight: bold;
}
	

a.levelTwoUnselected {
	color: #000000;
	width: 100%;
	background-color: #acc2d2;
	text-decoration: none;
	text-align: center;
}


a:link.levelTwoUnselected {
	color: #000000;
}


a:visited.levelTwoUnselected {
	color: #000000;
}


a:hover.levelTwoUnselected {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	background-color: #acc2d2;
}
/* End level 2 navigation styles */


/* Begin level 3 navigation styles */
/* Use td selectors to modify appearance of background */
/* Use a selectors to modify appearance of text (links) */
table.level3 {
	border-color: #ffffff;
	border-width: 0pt;
}


td.level3Selected {
	color: #000000;
	background-color: #acc2d2;
	padding: 8px 0px 8px 0px;
	text-align: left;
	font-weight: bold;
	border: none;
	border-top: 0px solid #000000;
}


td.level3Unselected {
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px 1px 8px 1px;
}


a.level3Selected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
	font-weight: bold;
}


a.level3Unselected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
}


a:link.level3Selected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
	font-weight: bold;
}


a:link.level3Unselected	{
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
}


a:visited.level3Selected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
	font-weight: bold;
}


a:visited.level3Unselected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;	
	padding: 2pt;
}


a:hover.level3Selected {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}


a:hover.level3Unselected {
	color: #000000;
	text-decoration: underline;
}

/*End level 3 navigation*/


/* Begin level 4 navigation styles*/
/* Use td selectors to modify appearance of background */
/* Use a selectors to modify appearance of text (links) */
td.level4Selected {
	color: #000000;
	background-color: #acc2d2;
	text-align: left;
	font-weight: bold;
	padding-left: 0px;
	border: 1px solid white;
	padding: 8px 1px 8px 1px;
}


td.level4Unselected {
	color: #000000;
	background-color: #e6e7e8;
	text-align: left;
	border-width: 2pt;
	padding-left: 0px;
	padding: 7px 1px 7px 1px;
	border: 1px solid white;
}


a.level4Selected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
	font-weight: bold;
}


a.level4Unselected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
}


a:link.level4Selected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;	
	font-weight: bold;
}


a:link.level4Unselected	{
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
}


a:visited.level4Selected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
	font-weight: bold;
}


a:visited.level4Unselected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
}


a:hover.level4Selected {
	color: #000000;
	text-decoration: underline;
}


a:hover.level4Unselected {
	color: #000000;
	text-decoration: underline;
}
/* End level 4 navigation styles */


/* =================================== */
/* ====== End navigation styles ====== */
/* =================================== */



/* Begin advert tile styles */
td.advertTile {
	font-size: 0.85em;
	color: #000000;
	border-bottom: 0px solid #9699ac;
	border-top: 1px solid #000000;
}

td.advertTile h3 {
	margin: 0px;
	padding-bottom: 2px;
}

html>body td.advertTile h3 {
	position: relative;
	top: -6px;
	padding: 0px;
}


a.advertTile {
	color: #000000;
	width: 100%;
	padding: 2px;
}


a:visited.advertTile {
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2px;
}


a:hover.advertTile {
	color: #003399;
}


hr.advertTile {
	color: #ffffff;
}

#advertTile {
	border-top: solid 1px #ccc;
	padding: 4px 0px;
}


#advertTilehome1 {
	border-top: solid 1px #000000;
	padding: 5px 2px 5px 1px;
}


#advertTilecareers {
	border-top: solid 1px #000000;
	padding: 4px 0px;
	background-color: #FFF6E8;
}


#advertTilehome1 h2 {
	border-bottom: solid 1px #000000;
	border-top: none;
	margin: 0px 0px 10px;
}


#advertTilehome2 {
	border-top: solid 1px #000000;
	padding: 7px 0px 10px 1px;
}
/* End advert tile styles */


/* Begin questionnaire styles */
/* Each selector below is specific to one questionnaire. */ 
/* To style a new questionnaire, you will need to add a new selector */
/* Copy the pair of selectors below and modify the questionnaire instance number */
#pagequestionnairequestions32632207 {
	background-color: #ffffff;
}


#pagequestionnairequestions32632207Div {
	background-color: #a7a9ac;
}


#pagequestionnairequestions32628999 {
	background-color: #ffffff;
}


#pagequestionnairequestions32628999Div {
	background-color: #a7a9ac;
}


#pagequestionnairequestionsnolevel332628999 {
	background-color: #ffffff;
}


#pagequestionnairequestionsnolevel332628999Div {
	background-color: #a7a9ac;
}


#pagequestionnairequestionsnolevel336010825 {
	background-color: #ffffff;
}


#pagequestionnairequestionsnolevel336010825Div {
	background-color: #a7a9ac;
}
/* End questionnaire styles */




/* ================================ */
/* ===== Miscellaneous styles ===== */
/* ================================ */


/* Begin banner controls */
/* Controls background color, visibility etc of banner area */
/* Change the image URL here to modify top portion of banner image (behind housekeeping nav) */
table.banner {
	height: 22px;
}

.banner {
	background-color: #ffffff;
	color: #ffffff;
}

/*IE hack*/
#bannerImage {
	position: relative;
	left: 0px;
	top: -28px;
	z-index: 100;
}

html>body #bannerImage {
	position: relative;
	left: 0px;
	top: -25px;
	z-index: 100;
}
/*End IE hack*/

#bannerSeparator {
	visibility: hidden;
}
/* End banner controls */


.match a:link, .match a:visited, .match a:active {
	color: #ffffff;
	text-decoration: underline;
}


.match a:hover {
	color: yellow;
	text-decoration: underline;
}


#leftDivider {
	visibility: hidden;
}


#rightDivider {
	visibility: hidden;
}


#hkBottomDivider {
	display: none;
}


HR.adTileDivLine {
	visibility: hidden;
}


#wealthWarning {
	background-color: #ffffff;
}


#level34BaseLine {
	visibility: hidden;
}


#regionSelectorSpan {
	background-color: #acc2d2;
	border-top: 2px solid #000000;
	padding: 6px 239px 6px 20px;
}


#regionSelectorP {
	text-align: left;
	line-height: 25px;
}


td.noLevel3Body {
	padding-left: 10px;
}


#csvDownloadDiv {
	text-align: right;
}


table.histPriceChoice {
	background-color: #cce4f2;
	border-top: 2px solid #000000;
	padding: 2px;
}


acronym, .helpText {
	border: 1px dashed #1b0069;
	color: #000000;
	cursor: help;
}


#symbolKey {
	visibility: hidden;
}


/* Begin styles for DIV boxes */
/* adjacent navigation boxes on home page*/
.navbox1 a {
	display: block;
	width: 5.5em;
	height: 1.5em;
	line-height: 1.5em;
	border:0.25em #296DC1;
	border-style: double;
	background: #E6EFFA;
}


.navbox1 ul {
	list-style: none;
	margin: 0em 0em 0em 2em;
	padding: 0em 0em 0em 3em;
} 


.navbox1 li {
	float: left;	
	margin: 0.5em 2em 1em 2em;
	display: inline;
}


.navbox1 a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}


.navbox1 a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold; 
	text-align: center;
}


.navbox1 a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}


.navbox1 a:hover {
	color: #E6EFFA;
	text-decoration: none;
	background: #000000;
	font-weight: bold;
	text-align: center;
}


.box1 {
	float: left;
	border: 0.3em #296DC1;
	border-style: outset;
	background: #E6EFFA;
	margin: 1em 1em 1em 1em; 
	padding: 0.2em 0.4em 0.4em 0.5em; 
	width: 23.5em;
	width:17.5em;
}

/* IE5 Hack */
html>body .box1 {
	width: 17.5em;
}
/* End IE5 Hack */


.box2 {
	float: right;
	border: 0.3em #296DC1;
	border-style: inset;
	background: #E6EFFA;
	margin: 1em 1em 1em 1em;
	padding: 0.2em 0.4em 0.4em 0.5em;
	width: 23.5em;
	width:17.5em;
}

/* IE5 Hack */
html>body .box2 {
	width: 17.5em;
}
/* End IE5 Hack */

.box1 h2 {
	margin: 0;
	font-size: 1.2em;
	color: #888600;
	font-weight: bold;
}


.box2 h2 {
	margin: 0;
	font-size: 1.2em;
	color: #888600;
	font-weight: bold;
}


.box2 body {
	margin:  0; color: black;
}


.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}


/* bottom of splash front page navigation buttons */
#navadditional {
	text-align: left;
}


#navadditional ul {
	list-style: none;
	padding: 0;
	margin: 15px 0;
	width: 39em;
}


#navadditional li {
	float: left;
	margin: 0 0.2em;
}


#navadditional a {
	display: block;
	width: 9em;
	border-top: 0.1em solid #000000;
	height: 2em;
	line-height: 2em;
	text-decoration: none;
	text-align: left;
	float: left;
}


/* IE5 Mac hack \*/
#navadditional a {
	float: none;
}
/* End hack */



/* Begin primary coloured DIV */
/* Note selector names are left the same to ensure compatibility with existing sites */
/* HEX codes can be amended as per brand guidelines */
/* tl, tr, bl & br selectors are left in to allow positioning of a background image to those corners if required */
/* Adjust width with style="width: XXpx;" in HTML */
#container {
	width: 95%;
}


.box p {
}


.box {
	width: 100%;
	float: none;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border-top: solid 1px #000000;
	background-color: #acc2d2;
}


.box h2 {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 1em;
	border-top: none;
	border-bottom: none;
	background-color: #acc2d2;
	margin: 0px;
	padding: 0px;
}


.tl {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}


.tr {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}


.bl {
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
}


.br {
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: relative;
	padding: 3px;
}


.box a:link, h2.box a:link {
	color: #000000;
	text-decoration: underline;
}


.box a:visited, h2.box a:visited {
	color: #000000;
	text-decoration: underline;
}


.box a:active, h2.box a:active {
	color: #000000;
	text-decoration: underline;
}


.box a:hover, h2.box a:hover {
	color: #003399;
	text-decoration: underline;
	font-weight: inherit;
}
/* End primary coloured DIV */


/* Begin secondary coloured DIV */
/* Note selector names are left the same to ensure compatibility with existing sites */
/* HEX codes can be amended as per brand guidelines */
/* tl, tr, bl & br selectors are left in to allow positioning of a background image to those corners if required */
/* Adjust width with style="width: XXpx;" in HTML */

#containergrey {
	width: 95%;
}


.boxgrey {
	width: 100%;
	float: none;
	margin: 2px;
	border-top: solid 1px #000000;
	background-color: #e6e7e8;
}


.boxgrey h2 {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 1em;
	border-top: none;
	border-bottom: none;
	background-color: #e6e7e8;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}


.tlgrey {
	background-image: none;
	background-repeat: no-repeat;

	background-position: top left;
	position: relative;
}


.trgrey {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}


.blgrey {
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
}


.brgrey {
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: relative;
	padding: 3px;
}


.boxgrey a:link, h2.boxgrey a:link {
	color: #003399;
	text-decoration: underline;
}


.boxgrey a:visited, h2.boxgrey a:visited {
	color: #000000;
	text-decoration: underline;
}


.boxgrey a:active, h2.boxgrey a:active {
	color: #000000;
	text-decoration: underline;
}


.boxgrey a:hover, h2.boxgrey a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: inherit;
}
/* End secondary coloured DIV */


/* ====================================================== */
/* =============== End Invesco Stylesheet =============== */
/* ============= Copyright Invesco Ltd 2008 ============= */
/* ====================================================== */