﻿    html, body, div, span, strong {
        font-weight: normal;
        color: black;
    }

    .txtRed {
        font-weight: bold;
        color: red;
    }

    .question {
        font-weight: bold;
        font-size: 12pt;
    }

    fieldset {
        border: solid 1px #ffffff;
        padding: 0 10px 10px 10px;
        margin-bottom: 15px;
    }

    legend {
        color: #ffffff;
        padding: 2px 2px 0 2px;
        font-weight: bold;
    }

    .currentResults {
        font-size: 8pt;
    }

    .vote {
        margin-top: 4px;
        padding: 0 0 0 0;
    }

   .vote p {
            margin-top: 6px;
            margin-bottom: 6px;
    }

    .errorMessage {
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 10pt;
        color: #ff0000;
    }

    .credit {
        font-family: Arial, sans-serif;
        font-size: 8pt;
        color: #696969;
    }



    /* Default for the poll bars */

    .pollBar {
	    height: 15px;
	    background: #ff0000;
	    box-shadow: rgba(194, 194, 194, 0.7) 0 2px 5px -1px;
	    -webkit-box-shadow: rgba(194, 194, 194, 0.7) 0 2px 5px -1px;
	    font: 12px Arial, Helvetica, sans-serif;
	    color: #666;
	    border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
    }

    /* Poll bar ids are sequential and one-indexed */

    #pollBar1 {
        background: #ff0000;
    }

    #pollBar2 {
        background: #00ff00;
    }

    #pollBar3 {
        background: #0000ff;
    }

    #pollBar4 {
        background: #ffff00;
    }

    #pollBar5 {
        background: #00ffff;
    }

    #pollBar6 {
        background: #ff00ff;
    }


    .poll_title {
        font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-shadow: 1px 1px 1px #949494;
    }

    .poll_sub_title {
        font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-shadow: 1px 1px 1px #949494;
    }
