/* 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;
	padding:0px;
	width:auto;
}

.dc_voting_table
{
	margin: 5px 0px 0px 0px;
	width: auto;
	border:1px solid #B4BED6;
	background: #FFFFFF;
}

.dc_voting_header
{
	font-size: 12px;
	font-weight: bold;
	color: #001E39;
}

.dc_voting_headercell
{
	border-bottom: 1px dotted #B4BED6;
	padding:5px 5px 3px 5px;
	background: #B4BED6;
}


.dc_voting_votequestion
{
	border-bottom: 1px dotted #B4BED6;
	padding: 3px 5px 2px 5px;
	color: #001E39;
}

.dc_voting_resultquestion
{
	padding: 3px 5px 2px 5px;
	font-weight: bold;
	color: #001E39;
}

.dc_voting_selection
{
	color: #001E39;
}

.dc_voting_selectioncell
{
	
}

.dc_voting_votebuttoncell
{
	padding-top: 5px;
	text-align: center;
	border-top:1px dotted #B4BED6;
}

/* this is the class for the vote-button */
.dc_voting_votebutton
{
	width: 120px;
	border: 1px solid #FDD900;
	background: #FDD900;
	text-align: center;
}

.dc_voting_votescount
{
	font-weight: bold;
	color: #001E39;
}

.dc_voting_votescountcell
{
	text-align: center;
}

.dc_voting_switchview
{
	font-size: 9px;
}

.dc_voting_switchviewcell
{
	text-align: center;
}

.dc_voting_resultbarrow
{
	padding:3px 5px 2px 5px;
}

.dc_voting_resulttextrow
{
	padding:3px 5px 2px 5px;
}

.dc_voting_topresultrow
{
	padding:3px 5px 2px 5px;
}

.dc_voting_bottomresultrow
{
	padding:3px 5px 2px 5px;
}

.dc_voting_value
{
	color: #001E39
}

.dc_voting_percent
{
	color: #001E39
}

.dc_voting_bar
{
	background-color: #B4BED6;
	text-align: center;
	border: 1px solid #001E39;
}
