﻿/*
Theme Name: OldContent
File Name: voting.css
Description: File used for voting elements
Version: 0.1
Author: Peter Sacchet
Author URI: http://www.experten.de
*/

.answerStyle
{
	font-style:italic;
	border-bottom: 1px solid black;
}

/* Second try */

.votingDefinition
{
	border: solid 1px #800028; 
	border-spacing:2px;
	background-color:Maroon; 
	color:White; 
	font-weight:bold;
	padding:2px;
}
.vQuestionCategory
{
	background-color:InfoBackground;
	background-image:url(/De.Experten.Www/images/icons/questionmark_08_32_256.GIF);
	background-repeat:no-repeat;	
	height:53px;
	border-bottom: 1px solid #DEDFA7;
	font-weight:bold;
	padding-left:40px;
	padding-top:2px;
}

.vQuestion
{
	background-color:InfoBackground;	
	width: 35%;
	border-bottom: 1px solid #DEDFA7;
	border-right: 1px solid #DEDFA7;
	font-weight:bold;
	padding-left: 20px;
	padding:3px;
	/*float:left;*/
}
.vDescription
{
	font-weight:normal;
}
.vAnswers
{
	/*float:right;
	width:60%;*/
	padding: 2px;
}
.vCategoryGroup
{
	border: 1px solid #800028;
	margin: 2px 0px 18px 0px;
}
.vProcessPosition
{
	/* not implemented yet */
}
.vDropdown
{
	width: 99%;
}
.vThankYouMessage
{
	background-color:InfoBackground;			
	border: 1px solid #DEDFA7;
	font-weight:bold;
	text-align:center;
	padding: 5px 5px 5px 5px;
	margin-top:10px;
	margin-bottom:10px;
}
.vVotedStyle
{
	margin-left:15px; 
	background-color:Lime; 
	padding: 0px 2px 0px 2px;
}
