@CHARSET "UTF-8";

#vote-admin-container h2 {
	margin: 10px 10px 10px 10px;
	font-weight: bold;
}

.vote-list {
	width: 80%;
	align: center
}

.vote-list tr {
	background-color: #ffe0bc;
	border-color: white;
	border-bottom: 1px;
	border-style: solid
}

.vote-header {
	position: relative;
	height: 15px;
}

.header-title-container {
	font-weight: bold;
	position: absolute;
	left: 0;
	width: 50%;
}

.header-button-container {
	position: absolute;
	right: 0;
	width: 50%;
	text-align: right;
}

.vote-manager-admin-button-inactive {
	color: blue;
	background-color: #ffe9cb;
	margin-right: 10px;
	float: right
}

.vote-manager-admin-button-active {
	color: blue;
	font-weight: bold;
	background-color: #ffe9cb;
	margin-right: 10px;
	float: right
}

.admin-option-op {
	color: blue; 
	margin: 5px 5px 5px 5px;
	width: 50%;
}

#vote {
	width: 500px;
	height: 500px;
}

#vote question {
	font-weight: bold;
}

.vote-result-bar {
	background-color: green;
	height: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
}


.msg {
	color: green;
}

#vote-progressbar {
	color: green;
}

/*Client vote classes*/

.vote-question{
	font-weight: bold;
	text-align: justify;
	padding-bottom: 10px;
}

.vote-item{
	position: relative;
	margin-bottom: 8px;
}

.vote-item span{
	margin-left:15px;
	//margin-left: 18px;
	margin-top:-15px;
	//margin-top: -18px;
	padding-left:3px;
	display: block;
	clear: both;

}

.vote-middle a{
	color: black;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
}

.vote-footer a.undefined{
	display: block;
	margin-top: 15px;
	letter-spacing: 1px;
	font-family: verdana;
	color: black;
}

.vote-middle > input{
	margin-top: 5px;
}
