@charset "utf-8";
/* Financial Express Tool by TK*/

/* ======== BODY Styles ======== */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
}
td, th {
	font-size: 11px;
	color: #000;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
img {
	border: 0;
}
a.image, a.image:hover {
	border: 0;
}
p {
	margin: 0 0 15px;
	padding: 0;
}
h1 {
	font-size: 30px;
	color: #316da2;
	font-weight: normal;
	margin: 0;
	padding: 20px 0;
}
h2 {
	font-size: 20px;
	color: #042f55;
	border-bottom: 1px dotted;
	margin: 0 0 15px;
	padding: 0;
}
h3 {
	font-size: 15px;
	color: #042f55;
	margin: 0;
	padding: 0 0 5px;
}
/* h4 for charts options */
h4 {
	font-size: 16px;
	color: #042f55;
	border-bottom: 1px dotted;
	margin: 0 0 15px;
	padding: 0;
}
table {
	width: 100%;
}
select {
	font-size: 11px;
}


/* ======== Generic Styles ======== */

#pageRed {
	background: url(../images/red.png) no-repeat left top;
	width: 292px;
	height: 190px;
	margin: 0 auto;
	padding: 0;
}
#pageBlue {
	background: url(../images/blue.png) no-repeat left top;
	width: 292px;
	height: 190px;
	margin: 0 auto;
	padding: 0;
}

.pageRed {
	/*background: url(../images/red.png) no-repeat left top;*/
	width: 292px;
	height: 190px;
	margin: 0 auto;
	padding: 0;
}

.pageBlue {
	/*background: url(../images/blue.png) no-repeat left top;*/
	width: 292px;
	height: 190px;
	margin: 0 auto;
	padding: 0;
}

#content {
	padding: 7px 18px 0px 18px;
	padding-bottom: 0px;
	margin: 0px;
	height: 104px;
}

.content {
	/*padding: 7px 18px 0px 18px;*/
	/*padding-top: 7px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;*/
	
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	margin: 0;
	height: 104px;
}

div.clear {
	clear: both;
	display: block;
	height: 0px;
}
.row {
	clear: both;
	display: block;
}


.smallSize {
	font-size: 11px;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
label, input {
	cursor: pointer;
}
/*.space {
	margin-bottom: 40px;
}
.spaceSmall {
	margin-bottom: 20px;
}
.spaceUpSmall {
	margin-top: 10px;
}
*/
.tabOn {
	visibility: visible;
}
.tabOff, .displayNone {
	display: none;
}


.Visible
{
	display: block;
}
.Hidden
{
	display: none;
}

/* tabs navigation Styles */
div.tabsNavigationBlue {
	padding: 0 0 2px 0;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	width: 140px;
	height: 23px;
}
 
 
div.tabsNavigationBlue a {
	height: 24px;
	display: block;
}

div.tabsNavigationBlue div.divUK, div.tabsNavigationBlue div.divJap {
	height: 24px;
	width: 28px;
	float: left;
}

div.tabsNavigationBlue div.divUS, div.tabsNavigationBlue div.divEU{
	height: 24px;
	width: 28px;
	float: left;
}

div.tabsNavigationBlue div.divAS{
	height: 24px;
	width: 28px;
	float: left;
}

/*div.tabsNavigationBlue div.divEU {
	height: 24px;
	width: 36px;
	float: left;
}

div.tabsNavigationBlue div.divJap {
	height: 24px;
	width: 30px;
	float: left;
}*/


 a.flagUK 
{
	background: url(../images/flagUK.png) no-repeat left top;
}

a.flagUS 
{
	background: url(../images/flagUS.png) no-repeat left top;
}

a.flagEU 
{
	background: url(../images/flagEU.png) no-repeat left top;
}

a.flagAS 
{
	background: url(../images/flagAS.png) no-repeat left top;
}

a.flagJap 
{
	background: url(../images/flagJap.png) no-repeat left top;
}


a.flagUKSelected
{
	background: url(../images/flagUKSelected.png) no-repeat left top;
}

a.flagUSSelected
{
	background: url(../images/flagUSSelected.png) no-repeat left top;
}

a.flagJapSelected 
{
	background: url(../images/flagJAPSelected.png) no-repeat left top;
}

a.flagASSelected 
{
	background: url(../images/flagASSelected.png) no-repeat left top;
}
 
a.flagEUSelected
{
	background: url(../images/flagEUSelected.png) no-repeat left top;
}


/* PricePerformanceTable */
#pageRed table.funds {
	margin: 0;
	border-top: 1px solid #eeb1b0;
}
#pageBlue table.funds {
	margin: 0;
	border-top: 1px solid #afc1d9;
}

/* PricePerformanceTable */
div.pageRed table.funds {
	margin-left: 0px;
	margin-top: 0px;
	border-top: 1px solid #eeb1b0;
}
div.pageBlue table.funds {
	margin-left: 0px;
	margin-top: 0px;
	border-top: 1px solid #afc1d9;
}

table.funds td {
	padding: 4px 0;
	vertical-align: top;
	font-weight: bold;
	white-space: normal;
}
table.funds td.Down {
	color: #d61b12;
	text-align:right;
}
table.funds td.None {	
	text-align:right;
}
table.funds td.Up, table.funds td.neutral {
	color: #000;
	text-align:right;
}

#pageRed table.funds td {
	border-bottom: 1px solid #eeb1b0;
}
#pageBlue table.funds td {
	border-bottom: 1px solid #afc1d9;
}


div.pageRed table.funds td {
	border-bottom: 1px solid #eeb1b0;
}

div.pageBlue table.funds td {
	border-bottom: 1px solid #afc1d9;
}

table.funds td.nowrap{
	white-space: nowrap;
}

/* result Tables Styles */
div.resultTables {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	width: 140px;
	height: 80px;
	float: left;
}

div.indexTable {
	float: left;
	width: 131px;
}
div.indexChart {
	float: right;
	width: 151px;
	height:97px;
	text-align: right;
}

.displayNone
{
	 display: none;
	 height: 0px;
}

.copyRight
{
	text-align: center;
	vertical-align: middle;
	padding: 2px 0px 0px 0px;	
	margin-top: 0px;
	font-size : 10px;
}

.ChartImage
{
	width: 151px;
	height: 97px;	
	margin-top: 0px;
	margin-left: 0px;
}

/* announcements */

.announcements {
	width: 460px;
	margin: 0 auto;
}
.annNav {
	padding: 10px 0 0;
	clear: both;
}
a.previous, a.next {
	color: #08428b;
	padding: 5px 21px 0 0;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	height: 20px;
}
a.previous {
	background: url(../Images/arrowup.png) no-repeat right center;
}
a.next {
	background: url(../Images/down.png) no-repeat right center;
	margin: 0 15px 0 0;
}
.announcements th {
	padding: 0 0 10px;
	color: #08428b;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}
.announcements td {
	padding: 2px 0;
}
.ColorRed
{
color:#EAA8A7;	
}
.ColorBlue
{
color:#08428B;
}
.ColorBlue a:hover
{
color:#08428B;
}
.BlueBorder
{
	background-color:#08428B;
	height:1px;
	width: 290px;
	margin: 0 auto;
	padding: 0;
}
.RedBorder
{
	background-color:#EAA8A7;
	height:1px;
	width: 290px;
	margin: 0 auto;
	padding: 0;
}
.alignRight a:hover
{
text-align:right;
color:#08428B;
}
.summarypageRed {
	width: 290px;
	height: 130px;
	margin: 0 auto;
	padding: 0;
}

.summarypageBlue {
	width: 290px;
	height: 130px;
	margin: 0 auto;
	padding: 0;
}

/*-------Jump index tool-----*/
.bodyJump {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	margin: 0px;
	padding: 0;
}

body.bodyJump td, th {
	font-size: 13px;
	color: #fff;
}
body.bodyJump a {
	color: #fff;
	text-decoration: none;
}
body.bodyJump a:hover {
	color: #79c7fc;
	text-decoration: underline;
}
body.bodyJump img {
	border: 0;
	
}

.pageJump {
	background: url(../Images/background.png) no-repeat left top;
	width: 620px;
	height: 239px;
	margin: 0 auto;
	padding: 0;
}

.contentJump {
	padding: 50px 10px 0;
	margin: 0;
}

.jumpUK 
{
	background: url(../Images/jumpUK.png) no-repeat 0 0;
}

.jumpUS 
{
	background: url(../Images/jumpUS.png) no-repeat 0 0;
}

.jumpEU 
{
	background: url(../Images/jumpEU.png) no-repeat 0 0;
}

.jumpAS 
{
	background: url(../Images/jumpCHI.png) no-repeat 0 0;
}

.jumpJap 
{
	background: url(../Images/jumpJap.png) no-repeat 0 0;
}

.jumpUKSelected
{
	background: url(../Images/jumpUKSelected.png) no-repeat 0 0;
}

.jumpUSSelected
{
	background: url(../Images/jumpUSSelected.png) no-repeat 0 0;
}

.jumpJapSelected 
{
	background: url(../Images/jumpJAPSelected.png) no-repeat 0 0;
}

.jumpASSelected 
{
	background: url(../Images/jumpCHISelected.png) no-repeat 0 0;
}
 
.jumpEUSelected
{
	background: url(../Images/jumpEUSelected.png) no-repeat 0 0;
}

div.indexChartJump {
	float: right;
	/*width: 151px;*/
	text-align: right;
}

div.tabsNavigationJump {
	padding: 0;
	margin: 0 15px 0 0;
	float: left;
	width: 95px;
}
div.tabsNavigationJump ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #FFFFFF;
}
div.tabsNavigationJump li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div.tabsNavigationJump a {
	height: 35px;
	width: 95px;
	display: block;
	color: #fff;
}

/*div.timeSpan {
	padding: 0 0 13px;
	width: 155px;
	position: absolute;
	top: 62px;
}
div.timeSpan ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div.timeSpan li {
	background:url(../img/liTimeSpan.png) no-repeat 100% 2px;
	margin: 0;
	padding: 0 2px 0 0;
	float: left;
	list-style-type: none;
}
*/
/*table.fundsJump tr.Odd 
{
	color: #FFFFFF;
}

table.fundsJump tr.Even  
{
	color: #79C7FC;
}*/

table.fundsJump a.Selected, table.fundsJump td.Selected
{
	color: #79C7FC;
}
table.fundsJump a, div.timeSpan a {
	color: #fff;
	text-decoration: none;
}
table.fundsJump a:hover, div.timeSpan a:hover {
	color: #79c7fc;
	text-decoration: underline;
}

/*div.timeSpan a.Selected
{
	color: #79C7FC;
	text-decoration: underline;
}
*/
/* table.fundsJump td.Down {
	color: #d61b12;
	text-align:right;
}
table.fundsJump td.Up, table.fundsJump td.neutral {
	color: #000;
	text-align:right;
} */

table.fundsJump td {
	padding: 4px 0;
	vertical-align: top;
	white-space: normal;
}

.fontTen
{
	font-size:10px;
}

table.fundsJump td.fundsCell {
	width: 30px;
	height: 5px;
	padding: 0;
	width:100%;
}

table.fundsJump td.separator {
	background: url(../Images/tdBg.png) no-repeat left top;
	height: 5px;
	padding: 0;
	width:100%;
}

div.resultTablesJump {
	margin: 0;
	padding: 0px 0 0 0;
	width: 150px;
	float: left;
}

/* tabs timeSpan navigation Styles */
div.timeSpan {
	padding: 0 0 13px;
	width: 155px;
}
div.timeSpan ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div.timeSpan li {
	background:url(../Images/liTimeSpan.png) no-repeat 100% 2px;
	margin: 0;
	padding: 0 2px 0 0;
	float: left;
	list-style-type: none;
}
div.timeSpan li.last {
	background-image: none;
}
div.timeSpan a {
	height: 20px;
	display: block;
	background: url(../Images/timeSpan.png) no-repeat;
}
div.timeSpan a.selected {
	background: url(../Images/timeSpanSelected.png) no-repeat;
}

div.timeSpan a#SpanUK1m, a#SpanUS1m, a#SpanEU1m, a#SpanJap1m, a#SpanAS1m {
	background-position: 0 0;
	width: 27px;
}
div.timeSpan a#SpanUK3m, a#SpanUS3m, a#SpanEU3m, a#SpanJap3m, a#SpanAS3m{
	background-position: -28px 0;
	width: 38px;
}
div.timeSpan a#SpanUK12m, a#SpanUS12m, a#SpanEU12m, a#SpanJap12m, a#SpanAS12m{
	background-position: -72px 0;
	width: 40px;
}
div.timeSpan a#SpanUK60m, a#SpanUS60m, a#SpanEU60m, a#SpanJap60m, a#SpanAS60m{
	background-position: -117px 0;
	width: 40px;
}
/*div.timeSpan a#SpanUK1m.selected, a#SpanUS1m.selected, a#SpanEU1m.selected, a#SpanJap1m.selected{
	background-position: 0 0;
}
div.timeSpan a#SpanUK3m.selected, a#SpanUS3m.selected, a#SpanEU3m.selected, a#SpanJap3m.selected{
	background-position: 0 0;
}
div.timeSpan a#SpanUK12m.selected, a#SpanUS12m.selected, a#SpanEU12m.selected, a#SpanJap12m.selected{
	background-position: 0 0;
}
div.timeSpan a#SpanUK60m.selected, a#SpanUS60m.selected, a#SpanEU60m.selected, a#SpanJap60m.selected{
	background-position: 0 0;
}*/

.TextAlignRight
{
	text-align:right;
}
.contentJumpCaveat
{
	padding-top:5px;
}
.jumpData {
	position: absolute;
	top: 208px;
	margin-left: 400px;
	width: 83px;
	height: 24px;
	z-index: 10000;
}