/* POLL RESULT STYLE */

div.poll-result td.poll-resultbar td.poll-percentage, div.poll-result td.poll-resultbar td.poll-votecount
{
    font-style: italic;
    font-size: 85%;
}

div.poll-result td.poll-resultbar td.poll-percentage
{
    text-align: left;
}

div.poll-result td.poll-resultbar td.poll-votecount
{
    text-align: right;
}

div.poll-result p
{
    /* font-weight: bold; */
}

div.poll-result div.chart-bar-resultbox
{
    margin: 0.5em 0 0.5em 0;
    width: 90%;
}

div.poll-result div.chart-bar-resultbar
{
    height: 14px;
}

div.poll-result td.poll-resultname
{
    /*padding-right: 5px;*/
    font-size: 85%;
}

div.poll-result td.poll-resultbar
{
    /*padding-left: 5px;*/
}

div.poll-result td.poll-resultbar table
{
    width: 150px;
}

div.poll-result div.chart-bar-resultbox
{
    background-color: #eeeeee;
    /*border: 1px solid #b50301;*/
}

div.poll-result div.chart-bar-resultbar
{
    /*background-color: #444;*/
    background-color: #acb7c1;  /* #ffcc66 #ff9900*/

}

/* POLL */

div.content-poll-results
{
    width: 80%;
}

div.content-poll-results ul
{
    margin-left: 0;
}

div.content-poll-results li
{
    list-style-type: none;
}

div.content-poll-results span.option
{
    font-weight: bold;
    float: left;
}

div.content-poll-results span.votes
{
    font-weight: normal;
}

div.content-poll-results span.value
{
    font-weight: bold;
    margin-top: 1.7em;
    float: right;
}

div.content-poll-results div.resultblock
{
    width: 90%;
    margin: -1.2em 0 0.5em 0;
    float: left;
}

div.content-poll-results div.resultedge-start
{
    padding-right: 4em;
}

div.content-poll-results div.resultedge-end
{
    border: 1px solid black;
}

div.content-poll-results div.resultbox
{
    background-image: url(/images/poll-bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #bcbbaf;
    width: 100%;
}

div.content-poll-results div.resultbar
{
    background-image: url(/images/poll-result-bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #4b7198;
    height: 20px;
}

div.content-poll-results div.result-divider
{
    height: 20px;
}

div.poll label.name {
    font-size:97%;
    float:none;
    width:auto;
}

div.poll label.answer {
    font-size:97%;
    clear:none;
    float:left;
    width:30%;
    vertical-align:bottom;
    margin:.5em 0;
}

div.poll label.answer input {
    margin-bottom:5px;
}

div.poll fieldset {
    clear:both;
    margin-top:0;
    padding-top:0;
}




