/*
    Election Chart CSS file
*/

div.election-chart {
    width: 930px;
    height: 820px;
    margin: 30px;
}
div.election-chart select {
    font-family: arial;
}


div.election-chart img.select-chart {
    margin: 0px 650px 12px 2px;
}
div.election-chart h2 {
    font-size: 18px;
    color: #000000;
    font-family: 'Share', 'Arial Narrow';
    padding: 0px;
    margin: 0px 550px 12px 2px;
}    

div.election-chart div.select-chart {
    float: left;
    height: 40px;
    width: 372px;
    margin: 0px 18px 16px 0px;
    background: #eff4fa;
}
div.election-chart select {
    float: left;
    width: 230px;
    margin: 9px 20px 0px 9px;
    border: 1px solid #d8d9de;
    height: 22px;
}
div.election-chart div.percent {
    margin-top: 12px;
    width: 100px;
    font-size: 12px;
    float: left;
    color: #000000;
}
div.election-chart div.percent input {
    float: right;
    margin-top: 1px;
    margin-right: 15px;
}

div.election-chart div.updated {
    float: left;
    position: relative;
    height: 40px;
    width: 540px;
    margin: 0px 0px 16px 0px;
    background: #eeeeee;
}
div.election-chart div.updated b {
    font-size: 15px;
    font-family: 'Share', arial;
}
div.election-chart div.last {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size:  13px;
    color: #000000;
}
div.election-chart div.from {
    position: absolute;
    top: 10px;
    left: 280px;
    font-size:  13px;
    color: #000000;
}

/*  Formatting for the map key  */

div.election-chart div.key {
    margin: 0px 0px 10px 0px;
    padding: 4px 0px;
    clear: both;
    width: 100%;
    border: 1px solid black;
}
div.election-chart div.key div.item {
    padding: 2px 4px;
    width: 450px;
    font-size: 12px;
    float: left;
}
div.election-chart div.key div.text {
    width: 90%;
    float: left;
}
div.election-chart div.key div.box {
    margin: 2px 4px 0px 0px;
    float: left;
    width: 10px;
    height: 10px;
    border: 1px #555555 solid;
}
div.election-chart div.key div.clear {
    clear: both;
    width: 100%;
    height: 3px;
    background: blue;
}

div.election-chart div#national {
    clear: both;
    width: 930px;
    height: 70px;
}

div.election-chart div#regional {
    clear: both;
    width: 930px;
    height: 540px;
}

div.election-chart div#cercles {
    clear: both;
    width: 930px;
    height: 540px;
}



div.election-result-input #station {
    color: #274B6D;
    fill: #274B6D;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    left: 450px;
    position: relative;
    top: -35px;
}
element.style {
    cursor: default;
}
body, input, textarea {
    color: #696969;
    font-family: Geneva,Arial,sans-serif;
    font-size: 15px;
}
body {
    color: #002828;
    font-family: arial;
    font-size: 15px;
}
html {
    color: #000000;
    font-family: Geneva,Arial,sans-serif;
    font-size: 0.85em;
    font-weight: normal;
}
div.election-chart div.stations {
    font-size: 14px;
    left: 250px;
    position: absolute;
    top: 10px;
}


/*  Overwrite some jqPlot styles */

.jqplot-point-label {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

.jqplot-highlighter-tooltip {
    opacity: 1.0;
    filter:alpha(opacity=100);
    z-index: 10;
    font-size: 14px;
    font-weight: bold;
    background: rgba( 255, 255, 255, 1.0 )
}

div.pie {
	width: 300px;
    height: 340px;
    float: left;
    font-size: 12px;
    cursor: pointer; 
    cursor: hand;
}

div.note {
    font-weight: bold;
    margin: 4px 0px 4px 0px;
    text-align: center;
	vertical-align: middle;
	line-height: 90px;    
	color:#800000
}

