﻿
/* Layout */
.footerText {
	color: #6600FF;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	text-align: center;
    padding-bottom: 6px;
    /* TODO: Center */
}

.twitterFooterText {
	color: #6600FF;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	text-align: center;
    padding-bottom: 6px;
}

/* Exchange Rate panel */
.ratesWraper {
     margin: 0 auto;
}

/* Index Page */
.ratestop {
    margin-top: 20px;
}

.rates {
    color: inherit;
	/*font-weight:bold;*/
    font-family: inherit; /* "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
	font-size: 2.4em;
	text-align: left;
    padding-top:8px;
    /*
	padding-top:6px;
	padding-bottom:2px;
	padding-left:40px;
        
    height: 40px;
    width:450px;
        */
}

.ratesValue 
{
    /*
    padding: 2px 6px 0 6px;
        */
    border-radius: 10px;
}

.rateDelta {
    font-size: 0.6em;
    line-height: 1.1;
    font-weight: bold;
    /*display:none*/
    overflow: hidden;
    /*width: 20px;*/
    display: inline;
    border-radius: 6px;
    margin-bottom: 8px;
    vertical-align: central;
}

.ratesInfo
{
	margin:0 auto;
	font-size: x-small; 
	font-family:Arial;
	text-align: left;
    vertical-align: bottom;
	padding-top:8px;
/*	padding-left:40px; */
    padding-bottom: 0;
    line-height: 20px;
}

.deltaUp {
    /*background: #9af0b1; */
    color: green;
}

.deltaDown {
    /*background: #ff9494;*/
    color: red;
}

.deltaNoChange {
    /* background: #ffd800; */
    background: black;
}
/* Exchange rate panel end */

/* Red/Green change classes for fx history */
.red {
    color: red;
}

.green {
    color: green;
}


/* Calculator */
.calculatorLabel {
    padding-left: 4px;
}

/* Footer */
.footerMain {
    background-color: #eeeeee;
}

/* ----------------- */
/* Home page charts  */
/* -----------------*/
div.highchartContainer {
    width: 100%;
    height: 650px;
}