body{    
	/* for font setting see themes/[theme]/HeaderFooter.css    */
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;    
    /*background: #494444;*/
    background: #ffffff;
	font-family: sans-serif;
}


.custom-tooltip-styling {
	color: rgba(0, 0, 0, 0.75);
	max-width: 200px;
	font-size: 12px;
	font-family: sans-serif;
}



@media only screen and (min-width: 475px) {

    body{
	background: #ffffff; /* To account for relative postion of footer */
    }
        
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

	
/* ==============
    Chart area
   ============== */

.main {
    width: 100%;
}

.wrapper {
    position: relative;
    max-width: 1026px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}


/* ==============
    Teaser story
   ============== */

.teaserStory, #teaserText {
/*optional teaser story with all charts types*/
    margin-top: 2%;
    margin-bottom: 1%;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 13px;
	text-align: left;
}

.helpText {
/*user instructions for standardChart and BarsDiamondsTables*/
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 1%;
    text-align: center;
    font-size: 12px;
}


/* ============================================
   Helper classes
   ============================================ */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
	text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    display: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
	zoom: 1;
}

