/* ===============================================
The style for the cs vote page
=============================================== */
table.csvotes
	{
	width: 100%;
	}

td.csvotes
	{
	text-align: center;
	width: 200px;
	}

table.csvotesresults
	{
	width: 100%;
	}

td.csvotesresults
	{
	text-align: center;
	width: 200px;
	vertical-align: top;
	}


A.csshowvotes:hover
	{
    	font-weight: 900;
	}

A.csshowvotes
	{
	font-weight: 900;
	}

A.csshowvotes:active
	{
    	font-weight: 900;
	}

A.csshowvotes:visited
	{
	font-weight: 900;
	}

