/* SETUP */
* { 
    margin: 0; 
    padding: 0; 
    list-style-type: none;
}
body { 
    font-family: Helvetica, Arial, sans-serif; 
    color: #333; 
}
a { 
    text-decoration: none; 
}
h1{
    font-size: 1.5em;
    font-weight:bold;
}
h1#total {
    margin-bottom:.5em;
    font-size: 2em;
}
h2, h3, h4 { 
    clear: both; 
    font-weight: bold; 
}
h3 { 
    color: #666; 
}
h4 {
    font-size: .8em;
}
table{
    font-family:"Verdana",helvetica,arial,sans-serif;
    width: 100%;
    font-size: .8em;
    margin-top: 10px;
}
th{
    background-color: #eee;
    padding: 4px 0 2px 6px;
    border-top:1px solid #CCCCCC;
    font-weight: bold;
    width: 33%;
}
td {
    padding: 0px 0 0px 6px;
    border-top:1px solid #CCCCCC;
}
li.ceo-item {
    display: block;
    margin-bottom: 2em;
}

.section { 
    float: left;
    clear: left;
    padding: 1em 2em;
}

/* CHART LISTS */
.chartlist { 
    float: left; 
    border-top: 1px solid #EEE; 
    width: 100%;
}
.chartlist li { 
    position: relative;
    display: block;  
    border-bottom: 1px solid #EEE; 
    _zoom: 1;
}
.chartlist li a, .chartlist li h1 { 
    display: block; 
    padding: 0.4em 4.5em 0.4em 0em;
    position: relative; 
    z-index: 2; 
}
.chartlist .count { 
    display: block; 
    position: absolute; 
    top: .5em; 
    right: 0; 
    margin: 0; 
    text-align: right; 
    color: #999; 
    font-weight: bold; 
    font-size: 1em; 
    z-index: 1000;
}
.chartlist .index { 
    display: block; 
    position: absolute; 
    top: 0; 
    height: 100%; 
    text-indent: -9999px; 
    overflow: hidden; 
    line-height: 2em;
}
span.R, h2.R{
    font-weight:bold;
    color: #812526; 
}
span.D, h2.D{
    font-weight:bold;
    color: #265283; 
}
h2.D{
    float:left;
}
h2.R{
    float:right;
    text-align:right
}
.column h2.D, .column h2.R{
    width: 40%;
    clear: left;

}

.chartlist  .index.D { 
    background: #265283; 
    left: 0; 
}
.chartlist  .index.R { 
    background: #812526; 
    right: 0;
}
.chartlist li:hover { 
    background: #EFEFEF; 
}
.chartlist li div.split-bar {
    display: block; 
    width: 100%;
    height: 10px;
    z-index: 2;
    position:relative;
    top: 0;
    right: 0px; 
}

#map_canvas{
    height:375px;
    width: 100%;
    z-index: 1;
}
.small{
    font-size: .7em;
    text-transform: uppercase;
}
#msg {
    width: 100%;
}
#msg .error, #msg .success{
    display: block;
    border: 1px solid #8A3636;
    padding: 1em;
    text-align: center;
    margin-bottom: 1em;
    clear: both;
}

#msg .success{
    border: 1px solid #4B8741;
}
