/* ===============================================
The style for the poll page
=============================================== */

A.polllink:hover
	{
	color: #708BC3;
    	text-decoration: none;
	}

A.polllink
	{
	color: #708BC3;
    	text-decoration: underline;
	}

A.polllink:active
	{
	color: #708BC3;
    	text-decoration: none;
	}

A.polllink:visited
	{
	color: #708BC3;
    	text-decoration: underline;
    	}

table.poll
	{
	border-collapse: collapse;
	color: #708BC3;
	}

td.pollquestion
	{
	vertical-align: top;
	padding-left: 5px;
	color: #708BC3;
	}

table.pollquestions
	{
	width:100%;
	border-collapse: collapse;
	color: #708BC3;
	}

td.pollbtncol
	{
	vertical-align: top;
	width:20px;
	color: #708BC3;
	}

td.pollanswer
	{
	vertical-align: top;
	color: #708BC3;
	}

td.pollbtn
	{
	text-align: center;
	color: #708BC3;
	}

td.polltotalvotes
	{
	vertical-align: top;	
	padding-left: 10px;
	color: #708BC3;
	}

td.pollbar
	{
	vertical-align: top;	
	padding-left: 10px;
	color: #708BC3;
	}



