.fullWidth { width: 100%; }
.halfWidth { width: 50%; }
.clearLeft { clear: left; }
.floatLeft { float: left; }
.clearRight { clear: right; }
.floatRight { float: right; }
#helpButton { float: right; }
.clearBoth { clear: both; }
.centerAligned { text-align: center; margin-left: auto; margin-right: auto; }
.noBorder, table.noBorder tr,
table.noBorder tr th, table.noBorder tr td { border: none; }
.transparent {
	background-color: transparent !important;
	background-image: url(../images/blank.gif) !important;
	background-repeat: repeat !important;
}
.float, .float.even, .float:nth-child(even) { float: left; }
.float.odd, .float:nth-child(odd) { float: right; }
*, a { target-new: tab !important; }
dl dt { font-weight: bold; }
dl dd { margin: 0em 0em 1em 2em; }
dl dt, dl dd { display: block; }
body > div.content { padding: 1em; }
.noPadding, .noPadding > p { padding: 0; margin: 0; }

.voteEntry {
	margin: 0 auto 5px auto;
	padding: 0;
}

.box .voteEntry {
	width: auto;
}

.voteQuestion {
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;
	text-align: center;
}

.voteEntry .voteOption {
	display: block;
	padding: 0 5px 5px 5px;
}

.voteOption .voBar {
	position: relative;
}

.voteOption .voBar div {
	position: absolute;
	padding: 0;
}

.voteOption .voBar .bar {
	background: #b0b0b0;
	border: 1px solid #606060;
	margin-left: 1px;
}

.odd .voteOption .voBar .bar {
	background-color: #b0b0b0;
	border-color: #606060;
}

.even .voteOption .voBar .bar {
	background-color: #c0c0c0;
	border-color: #808080;
}

.voteOption .voBar .text {
	font-weight: bold;
	left: 10px;
}

.voCreated {
	padding-top: 5px;
	text-align: right;
	font-size: smaller;
	margin-right: 10px;
}

.voteSmall {
	margin: 4px;
}

.tab{
    margin-right:3px;
}
