@charset "utf-8";
/* CSS Document */

label.nestedselect {
	display: block;
	float: left;
	width: 290px;
	font-weight: bold;
	color: #E8921E;
}
.nestedselect select {
	padding: 3px;
	width: 95%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
.nestedselect select option {
	background: #F4F4F4;
	display: block;
	margin: 2px;
	padding: 4px;
}


a.buttonlink {
	line-height: 48px;
	font-weight: bold;
	text-decoration: none;
	color: #048DD4;
	font-size: 0.8em;
	display: block;
	padding-top: 4px;
	padding-left: 200px;
	margin-top: 25px;
}

/***
* Home Page Image's Footer message text overlapping
*
***/

a.buttonlink_facts_fr, a.buttonlink_facts_es {
    color:#048DD4;
    display:block;
    font-size:0.8em;
    font-weight:bold;
    height:40px;
    line-height:15px;
    margin-top:25px;
    padding-left:198px;
    padding-top:4px;
    text-decoration:none;
    width:170px;
}

a.buttonlink_charts_fr, a.buttonlink_charts_es {
    color:#048DD4;
    display:block;
    font-size:0.8em;
    font-weight:bold;
    height:42px;
    line-height:15px;
    margin-top:25px;
    padding-left:236px;
    padding-top:4px;
    text-decoration:none;
    width:170px;
}

a.buttonlink_news_fr, a.buttonlink_news_es {
    color:#048DD4;
    display:block;
    font-size:0.8em;
    font-weight:bold;
    height:33px;
    line-height:15px;
    margin-top:25px;
    padding-left:230px;
    padding-top:4px;
    text-decoration:none;
    width:170px;
}


.buttonbar {
	clear: both;
	margin-top: 18px;
	width: auto;
	border-bottom:1px solid #dfdfdf;
	padding-bottom: 18px;
}
a.buttonlink:hover {
    color: #E8921E;
    text-decoration: none;
}
.newslist {
	margin-bottom: 5px;
	background: url(../images/arrow000.png) no-repeat left 3px;
	padding-left: 12px;
}
.newslist h4 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #666;
	line-height: 1.3em;
}
.newslist p {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}
.newslist .newslocation {
	font-weight: bold;
	color: #E8921E;
}
.introbox {
	background: url(../images/toprounded.gif) no-repeat;
	padding: 0px;
	width: 558px;
	margin-bottom: 18px;
	clear: both;
	margin-top: 5px;
}
.introlabel {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 5px 15px;
}

.introlabel_fr {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 7px 15px;
}

.introlabel_es {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px 15px;
}

.facts .introlabel {
	background-image: url(../images/introlabel_facts.gif);
}

.facts .introlabel_fr {
    background-image: url(../images/introlabel_facts_fr.gif);
}

.facts .introlabel_es {
    background-image: url(../images/introlabel_facts_es.gif);
}

.news .introlabel {
	background-image: url(../images/introlabel_news.gif);
}

.news .introlabel_fr {
    background-image: url(../images/introlabel_news_fr.gif);
}

.news .introlabel_es {
    background-image: url(../images/introlabel_news_es.gif);
}

.introbox h2 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.introbox p {

}
.news a.buttonlink {

}
.introbox p {
	line-height: 1.6em;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*chart of the day 2011-05-10 ryan
*/

.charts .introlabel {
	background-image: url(../images/introlabel_charts.jpg);
}

.charts .introlabel_fr {
    background-image: url(../images/introlabel_charts_fr.jpg);
}

.charts .introlabel_es {
    background-image: url(../images/introlabel_charts_es.jpg);
}

.chartmonitor {
	overflow: hidden;
}
.ctrlfixed {
	margin-top: 100px;
	position: absolute;
	width: 165px;
	margin-left: 350px;
    z-index:1000;
    cursor:pointer;
}
.scroller {
	color: #666;
	background-color: #F5F5F5;
	text-align: center;
	padding: 2px;
	margin-bottom: 10px;
	line-height: 30px;
	border-top: 1px solid #E4E7E2;
	border-bottom: 1px solid #E4E7E2;
}
.scroller a {
	text-decoration: none;
	color: #E08103;
	font-size: 130%;
}
.scroller a:hover {
	color: #048DD4;
}
.scroller.fr {
    margin-top: 28px;
}
.scroller.es {
    margin-top: 28px;
}
.charts a.buttonlink {
	margin-top: 0px;
}
.chartmonitor h4 {
	margin-top: 5px;
}
.chartmonitor img {
	float: left;
	margin-right: 10px;
}

/* .chartmonitor .jcarousel-skin-tango {
	float: left;
	margin-right: 10px;
}*/