@charset "utf-8";
/* polls Bar Colors/Formats - Follow the format to add your own.
	Then update the maxcolors setting for polls in
	components/com_poll/poll.php -> $polls_maxcolors
*/


.page-szavazas form td {
	background: none;
}

.polls_color_1{ background-color: #8D1B1B; border: 2px ridge #B22222; }

.polls_color_2{ background-color: #6740E1; border: 2px ridge #4169E1; }

.polls_color_3{ background-color: #8D8D8D; border: 2px ridge #D2D2D2; }

.polls_color_4{ background-color: #CC8500; border: 2px ridge #FFA500; }

.polls_color_5{ background-color: #5B781E; border: 2px ridge #6B8E23; }


/* dd */

.box-poll .valasz {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #630094;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}
.box-poll .ertekek {
	background: #f0f;
}

.box-poll .szazalek {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a9a9a9;
	font-size: 16px;
	font-weight: bold;
	float: left;
/*	background: #ddd; */
	width: 60px;
}
.box-poll .bar {
	width: 570px;
/*	border: 1px solid #a9a9a9; */
	float: right;
	height: 12px;
	position: relative;
	top: 3px;
}
.box-poll .ertek {
	border: 1px solid #a9a9a9;
	height: 12px;
	background: #ff6600;
}

.box-poll .item {
	margin-bottom: 12px;
}

.box-poll table {
	width: auto;
}
.box-poll table td {
	font-size: 10px;
	font-weight: normal;
}
.box-poll td.label {
	background: none;
	width: auto;
	font-weight: bold;
	font-size: 12px;
	color: #ff6600;
	padding-left: 0;
}