.centered{
	display:block;
	margin-left:auto;
	margin-right:auto; 	
}

.left{
	float:left;
}

.right{
	float:right;	
}

.center{
	text-align:center;
}

.backgroundColor{
	background: #ff8040;
}

.divider{
	width:3px;
	height:3px;
	background:rgb(211,211,211);
	margin:10px auto;
}

.midBorder{
	border: 3px solid black;	
}

.white{
	background:white;	
}

.fullWidth{
	width:100%;	
}

.dateDiv{
	color:gray;
	margin: -2px 0 5px;	
}

.almostWidth{
	width:90%;	
}

.nextButton{
	margin:0 15px;
	font-weight:bold;	
}

#nextBar{
	margin:10px 0;	
}

.sideDivider{
	padding-right:15px;
	background-image:url('../images/layout/divider.gif');
	background-repeat : repeat-y;
	background-position: right;
}


/*  POLL */
.percentageBar{
	height:15px;
	float:left;	
}

.percentageText{
	margin-left:5px;	
	float:left;
}

/* Menu bar */

.visual h2{
	text-align:center;
}

.caption{
	text-align:center;
	font-style:italic;
	margin-top:5px;
}
