/*
 FusionCharts JavaScript Library
 Copyright FusionCharts Technologies LLP
 License Information at <http://www.fusioncharts.com/license>
*/

/* Common CSS Styles section begins */

body {
    background: #FFFFFF;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clearboth {
    clear: both;
}
/* Common CSS Styles section ends */

#wrapper {
    width: 1400px;
    margin: 0 auto;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana;
    font-size: 14px;
    padding: 0;
}
/* Header section begins */

.header {
    padding: 11px 0 9px 0;
    overflow: hidden;
    border-bottom: 1px solid #979797;
}
.ie6 .header {
    height: 44px;
}
.logo {
    float: left;
    padding-right: 25px;
}
.download-code-link {
    background-color: #594883;
    border-radius: 2px;
    color: #fff;
    float: right;
    font-size: 13px;
    margin: 5px 0;
    padding: 10px 15px;
    text-decoration: none;
}
/* Header section ends */

#container {
    padding: 0;
    background: #F1EFEB;
}
/* Dashboard title section begins */

#title-cover {
    background: url(../img/cover-bg.jpg);
    height: 326px;
    padding: 10px 0;
    color: #ffffff;
    border-bottom: 4px solid #ffffff;
}
#title-cover h1 {
	
	text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
    font-size: 44px;
    font-weight: 900;
    margin: 20px 0 10px 0;
	
}
#title-cover h2 {
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
    font-size: 44px;
    font-weight: 900;
    margin: 20px 0 10px 0;
}
#title-cover p {
    color: #FAFAFA;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.ie6 #title-cover, .ie6 #title-cover p {
    background: none;
    color: #000000;
}
#logo, #logo-ie6 {
    width: 175px;
    height: 54px;
    margin: 0 auto;
    display: block;
}
#logo-ie6, .ie6 #logo {
    display: none;
}
.ie6 #logo-ie6 {
    display: block;
}
/* Dashboard title section ends */

#dashboard-content {
    width: 1340px;
    height: 670px;
    background: #F1EFEB;
    margin: -175px auto 0 auto;
    border-radius: 3px;
}
.title {
    border-bottom: 1px solid #C1C1C1;
    padding: 10px 0;
}
.title h3 {
    color: #111;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
    font-size: 16px;
    font-weight: 700;
}
/* Stats container begins */

#stats-container {
    height: 171px;
    padding: 0 10px;
    border: 4px solid #ffffff;
    border-bottom: none;
    margin-bottom: 21px;
    border-radius: 4px 4px 0 0;
}
#data-snapshot {
    padding: 25px 0 11px 0;
    height: 99px;
}
.country-stats {
    width: 260px;
    height: 97px;
    border-right: 1px solid #ABABAB;
    border-left: 1px solid #FBFAF9;
}
.country-stats:first-child {
    border-left: none;
    width: 261px;
}
.country-stats.last-child {
    border-right: none;
}
.country-name {
    color: #323232;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 10px auto 29px auto;
}
.country-value {
    color: #323232;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    display: block;
}
/* Stats container ends */

#data-container {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
    border-radius: 2px;
    clear:both;
}
/* Chart container begins */

#chart-container {
    width: 850px;
    height: 478px;
    background: #ffffff;
    border: 1px solid #C1C1C1;
    border-radius: 3px 0 0 3px;
    padding: 0 10px;
}
/* Chart container ends */

/* Filter container begins */

#filter-container {
    width: 417px;
    height: 478px;
    border: 1px solid #C1C1C1;
    border-left: none;
    border-radius: 0 3px 3px 0;
    padding: 0 10px;
    background: #f9f9f9;
    -moz-box-shadow: inset 13px 0 35px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: inset 13px 0 35px rgba(0, 0, 0, 0.11);
    box-shadow: inset 13px 0 35px rgba(0, 0, 0, 0.11);
}
#filter-title {
    height: 17px;
}
#filter-title h3 {
    margin-left: 7px;
}
#clear-filter {
    text-decoration: underline;
    color: #585757;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}
#filter-controls p {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
    font-size: 14px;
    font-weight: 400;
    margin: 9px 0 13px 0;
}
#filter-controls select {
    width: 410px;
    height: 40px;
    background-color: #FFF;
    border: 1px solid #C1C1C1;
    border-radius: 2px;
    margin-bottom: 15px;
    color: #656565;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}
#apply-filter {
    font-size: 14px;
    cursor: pointer;
    border-radius: 2px;
    width: 158px;
    height: 38px;
    background-image: -moz-linear-gradient(bottom, #E8E8E8 0%, #FFF 100%);
    background-image: -o-linear-gradient(bottom, #E8E8E8 0%, #FFF 100%);
    background-image: -webkit-linear-gradient(bottom, #E8E8E8 0%, #FFF 100%);
    background-image: linear-gradient(to top, #E8E8E8 0%, #FFF 100%);
    border: 1px solid #949494;
    margin: 0 auto;
    display: block;
}
#filter-divider {
    height: 1px;
    border-top: 1px dotted #E2E2E2;
    margin-bottom: 14px;
}
/* Filter container ends */

/* Footer section begins */

.footer {
    padding: 20px 0px 32px 10px;
    font-family: Verdana;
    font-size: 10px;
    color: #666;
    line-height: 15px;
    width: 1320px;
    margin: 0 auto;
}
.footer a {
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #333;
}
/* Footer section ends */
