/***********************************************/
/* Styles für das aktuelle Voting              */
/**********************************************/

/* *** Umschliesst den gesamten Voteblock  *** */
.voteBlock {					
	width: 352px;
	background-color:#F1F6FA;
}

		/* === Darstellung des Vote Header === */
		.voteHeader {					
			background-color:#F1F6FA;
			padding: 4px 0px 8px 6px;
		}

				/* --- Vote Thema innerhalb des Headers --- */
				.voteTheme {
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size:9pt;
					font-weight: bold;
					color: #003366;
				}

				/* --- Vote Zeitraum dargestellt im Header -- */
				.voteRange {
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size:8pt;
					font-style:italic;
					color: #666666;
				}

		/* === Darstellung des Datenblocks === */
		.voteData {						
			width: 336px;;
			background-image: url(http://www.chatspass.de/cs2006/_design/vote/cs-votegradient.jpg);
			margin:4px;
			padding-left:4px;
			padding-top:4px;
			padding-bottom: 4px;
			/* border: 1px red solid; */
		}

				/* --- Block für den Anwortfall -- */
				.voteCase {
					min-height: 26px;
					height: auto !important;  /* firefox & co */
					height: 26px;  /* IE */
					margin-bottom: 6px;
				}
	
				/*--- Antwortlink ---*/
				.voteLink {
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size:9pt;
					font-weight:bold;
					color: #003366;
				}

		/* === Hinweis hinter dem Voteblock === */	
			
		.voteHint {
			width: 352px;
			margin-left: 6px;
			margin-top: 6px;
		}


		/*=== Vote Message ==*/
		.voteMsg {
			color: #003366;
			font-weight: bold;
		}



.votebar {
	float: left;
	width: 260px;
	background-image: url(http://www.chatspass.de/cs2006/_design/vote/votebar-bgnd.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:1px;
}


.votepercent {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	width:76px;
	text-align:center;
}


