﻿/* SETUP */
/**/
.section *
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.section body
{
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
}

.section a
{
    color: #2D7BB2;
    text-decoration: none;
    font-weight: bold;
}
.section a:hover
{
    color: #333;
}
/*
.section h2, h3, h4
{
    clear: both;
    margin: 0 0 0.6em 0;
}
.section h3
{
    color: #666;
}
*/
.section
{
    float: left;
    clear: left;
    padding: 1em 2em;
}

/* CHART LISTS */
.chartlist
{
    float: left;
    border-top: 1px solid #EEE;
    width: 54em;
}
.chartlist li
{
    position: relative;
    display: block;
    border-bottom: 1px solid #EEE;
    _zoom: 1;
}

.chartlist .charttitle
{
    display: block;
    padding: 0.4em 4.5em 0.4em 0.5em;
    position: relative;
    z-index: 2;
}

.chartlist li a
{
    display: block;
    padding: 0.4em 4.5em 0.4em 0.5em;
    position: relative;
    z-index: 2;
}

.chartlist .count
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0.3em;
    text-align: right;
    color: #999;
    font-weight: bold;
    font-size: 0.875em;
    line-height: 2em;
    z-index: 2;
}
.chartlist .index
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #B8E4F5;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 2em;
}
.chartlist li:hover
{
    background: #EFEFEF;
}

/* TIMELINE CHARTS */
.timeline
{
    height: 10em;
    width: 53em;
}
.timeline li
{
    position: relative;
    float: left;
    width: 1.5em;
    margin: 0 0.1em;
    height: 8em;
}
.timeline li a
{
    display: block;
    height: 100%;
}
.timeline li .label
{
    display: block;
    position: absolute;
    bottom: -2em;
    left: 0;
    background: #fff;
    width: 100%;
    height: 2em;
    line-height: 2em;
    text-align: center;
}
.timeline li a .count
{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #AAA;
    text-indent: -9999px;
    overflow: hidden;
}
.timeline li:hover
{
    background: #EFEFEF;
}
.timeline li a:hover .count
{
    background: #2D7BB2;
}

/* SPARKLINES */
.sparkline
{
    float: left;
    height: 1em;
    margin: 0 0.5em;
}
.sparkline .index
{
    position: relative;
    float: left;
    width: 2px;
    height: 100%;
}
.sparkline .index .count
{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #AAA;
    overflow: hidden;
    text-indent: -9999px;
}

/* SPARKLINE LISTS */
.sparklist li
{
    padding: 0.4em 0;
}
