﻿body {
}

/*--------------------------------------------------------------------------------------------------*/
/*-------------------------------------- Poll Classes --------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/


div.Poll
{
	float: left;
	width: 187px;
	background: #6d6753;
	border: 1px solid #4d4a31;
	padding: 0px 8px 8px 8px; 
	text-align:left;
}

* html div.Poll
{
	padding-bottom: 0px;
}


div.PollQuestion
{
    float:left;
}

    div.PollBox
	{
		float: left;
		width: 184px;
		border: 1px solid #a6a49a;
		margin: 8px 0px 0px 0px;
	}
	
	* html div.PollBox
	{
		margin-bottom: 8px;
	}

		div.PollTitle
		{
			float: left;
			width: 178px;
			background: #7e7968;
			color: #b5b0a5;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			border: 1px solid #6a6551;
			padding: 2px 2px 2px 2px;
		}
		
		div.PollDetails
		{	
		    position:relative;
		    z-index: 0;
		    overflow: auto;
			float:left;
			width: 172px;
			background: #e5e4e0;
			border: 1px solid #6a6551;
			padding: 5px 5px 4px 5px;
		}

div.PollAnswers
{
    float:left;
    width: 172px;
}

    div.PollAnswerSubmit
    {
        clear:both;
        top:227px;
        left:0px;
        width: 172px;
        text-align:center;
        padding: 2px 0px 2px 0px;
    }
    
        div.PollAnswerSubmit input
        {
            font-size:11px;
        }

    div.PollAnswer
    {
        float:left;
        width: 172px;
        padding: 5px 0px 5px 0px;
    }
    
    div.PollAnswerButton
    {
        float:left;
        width: 20px;
    }
    
    div.PollAnswers div.PollAnswerText
    {
        width: 152px;
        float:left;
        font-weight:bold;
        padding: 2px 0px 0px 0px;
    }
    
    div.PollAnswerResult
    {
        float:left;
        width:172px;
        padding: 2px 0px 2px 0px;
    }


    div.PollAnswerResult div.PollAnswerText
    {
        float:left;
        width:172px;
        font-weight:bold;
    }
	
	
	div.PollBar
	{
	    float:left;
	    width: 132px;	    
	}
	
	
	div.PollBar div.PollDisplay
	{
	    float:left;
	    /* background:#EE1111; */
	    background: url(/_images/pollbg.gif) repeat-x;
	    height: 15px;
	}
	
	
	div.PollPercentage
	{
	    float:right;
	    width: 40px;
	    text-align:right;
	    font-size: 10px;
	}
