/* this are the default voting module styles
 * please make sure to include them into your template(s) 
 * where you want to include the voting module
 *
 * use something like that in your template file:
 *			string script = "<link type=\"text/css\" rel=\"stylesheet\" href=\"{0}\">";
 *			string path = Path.Combine(this.TemplateSourceDirectory,"voting.css").Replace("\\","/");
 *			Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "css", string.Format(script, path));
 *
 */
.dc_voting_container
{
	margin: 0;
	text-align: center;
}

.dc_voting_table
{
	background: #FFFFFF;
	text-align: left;
}

.dc_voting_headercell
{
	padding-top: 3px;
	padding-bottom: 10px;
	text-align: center;
}


.dc_voting_votequestion
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	text-align: center;
	color: #767676;
	text-align: left;
	margin-bottom: 10px;
}

.dc_voting_resultquestion
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-left: 7px;
	color: #767676;
}

.dc_voting_selection
{
	font-family: Arial;
	font-size: 11px;
	color: #767676;
}

.dc_voting_selection input
{
	margin-right: 10px;
	vertical-align: middle;
}

.dc_voting_votebuttoncell
{
	padding-top: 7px;
	text-align: center;
}

/* this is the class for the vote-button */
.dc_voting_votebutton
{
	border: 1px solid #cccccc;
	background: #EEEEEE;
	text-align: center;
}

.dc_voting_votescount
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #767676;
}

.dc_voting_votescountcell
{
	text-align: center;
}

.dc_voting_switchview
{
	font-family: Arial;
	font-size: 9px;
}

.dc_voting_switchviewcell
{
	text-align: center;
}

.dc_voting_resultbarrow
{
	padding-left: 15px;
	padding-right: 5px;
}

.dc_voting_resulttextrow
{
	padding-left: 15px;
	padding-right: 5px;
}

.dc_voting_topresultrow
{
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
}

.dc_voting_bottomresultrow
{
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.dc_voting_value
{
	font-family: Arial;
	font-size: 11px;
	color: #767676
}

.dc_voting_percent
{
	font-family: Arial;
	font-size: 11px;
	color: #767676
}

.dc_voting_bar
{
	background-color: #CC0000;
	text-align: center;
	border: 1px solid #000000;
}