

/*********** question ******************/
.question_text {
	font:13px tahoma, arial;
	text-align:center;
	color:#000000;
	margin:10px 0px;
}


/************ result *******************/

.vote_percents_bg {
	overflow:hidden;
	height:18px;
	padding:2px;
	margin:2px;
}
.vote_percents_fg {
	overflow:hidden;
	background-color:#CFE7FE;
}





/*********** sortable ******************/

.page-list .page-item1, .sort_number  {
	font:12px tahoma;
	color:#000;
	padding:4px;
	margin:2px
	line-height:1.3em;
}
.sort_number  {
	font-weight:bold;
}

div.wrap {
	border:1px solid #BBBBBB;
	padding: 1em 1em 1em 1em;
}

.page-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.clear-element {
	clear: both;
}

.page-item1 > div,
.page-item2 > div,
.page-item3 > div,
.page-item4 > div {
	background: #f8f8f8;
	/*margin: 0.25em 0 0 0;*/
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.sort-handle {
	cursor:move;
}

.helper {
	padding:4px;
	height:18px;
	border:2px dashed #777777;
}

.current-nesting {
	background-color: yellow;
}

.bold {
	color: red;
	font-weight: bold;
}


/*********** buttons ******************/

.post_vote_button{
	text-align:center;
	margin:0 10px 0 10px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.post_vote_button a{
	font:11px tahoma, arial;
	color:#006699;
}
