﻿.contest-table {
	border: 1px solid #ccc !important;
	margin: 0 !important;
	padding: 0 !important;
}

.contest table tr td {
	border-top: 0px solid #ccc !important;
}

td.contest-graph-label {
	background-color: #F7F7F7;
	text-align: right;
	padding: 0, 5px !important;
}

td.contest-graph-value {
	padding: 0 !important;
}

.contest-table tr th {
	padding: 1px 10px !important;
	background: #F7F7F7 !important;
	text-align: left !important;
}

.contest-graph {
	position: relative;
	font: 9px/ 10px arial, sans-serif;
}

.contest-graph a,.contest-graph a:hover {
	display: block;
	float: left;
	height: 5px;
	cursor: default;
	text-decoration: none;
	border: 0;
}

.contest-winner a,.contest-winner a:hover {
	border-right: 0;
}

.contest-winner {
	padding-right: 6px;
}

.contest-graph b,.contest-graph i {
	float: left;
	display: block;
	position: absolute;
	margin-left: 3px;
	font-weight: bold;
	font-style: normal;
}

.contest-vote-button {
	display: block;
	margin: 6px 0;
}

.contest {
	padding: 10px 0 0;
	font-size: 11px;
}

.contest h3 {
	font-weight: bold;
	text-align: center;
	padding: 30px 50px 0px 50px;
}

.contest .contest-form {
	border: 1px solid #ccc;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
	background-color : #F7F7F7;
	text-align: left;
	background-color: #F7F7F7;
}

#contest-form {
	margin-bottom: 50px;
}

.contest .contest-form h2 {
	border-bottom: 0px solid #fff !important;
}

.contest .contest-form h1 {
	padding: 0 0 10px 0;
	border-bottom: 0px solid #fff !important;
}

html>body .entry .contest ul {
	text-indent: 0 !important;
}

.contest input {
	vertical-align: middle;
}

.contest select {
	width: 205px;
	margin: 0 5px 0 0;
}

.contest-graph a i,.contest-graph a:hover b {
	margin-top:2px;
}

.contest-graph a:hover i {
	margin-top:2px;
	display: block;
}

/* IE hack - display or visibility don't work */
* html .contest-graph a i,* html .contest-graph a:hover b {
	filter: alpha(opacity =   0);
	display: block;
}

* html .contest-graph a:hover i {
	filter: alpha(opacity =   100);
	display: block;
}

.contest input {
	vertical-align: middle;
	margin-right: 5px;
	width: auto;
}

.contest-graph {
	border: 0px solid #ccc;
	height: 10px;
}

.contest-graph a,.contest-graph a:hover {
	background: #6a72bc;
	border: solid 1px #626262;
	width: 0px;
	height: 12px;
	
}

* html .contest-graph a,* html .contest-graph a:hover {
	border-bottom-width: 6px;
}

* html .contest-graph {
	height: 11px;
}

.contest-graph b,.contest-graph i {
	color: #fff;
}

.contest-voted-for-this {
	border-color: #888;
}

.contest .contest-submit .button {
	padding: 3px 6px;
	background: #B4D666;
	border-top: 1px solid #B4D666;
	border-right: 1px solid #81B840;
	border-bottom: 1px solid #81B840;
	border-left: 1px solid #B4D666;
	color: #2970A6;
	font-size: 11px;
	cursor: pointer;
}

.contest .contest-submit .button:hover {
	background: #98C64C;
	border-top: 1px solid #76B33A;
	border-right: 1px solid #98C64C;
	border-bottom: 1px solid #98C64C;
	border-left: 1px solid #76B33A;
	color: #074A7E;
}


.contest ul.contest-submit {
	list-style: none;
	width: 600px;
	padding: 0;
	margin: 0;
}

.contest ul.contest-submit li.contest-submit-text {
	width: 400px;
	margin-left: 20px;
	float: left;
}

.contest ul.contest-submit li.contest-submit-button {
	width: 100px;
	float: right;
}

.contest ul.contest-submit .button {
	float: right;
}

.contest .row {
	margin-bottom: 5px;
}

.contest .textfield {
	width: 200px;
}

#msg {
	display: none;
	position: absolute;
	z-index: 200;
	background: url(images/msg_arrow.gif) left center no-repeat;
	padding-left: 7px
}

#msgcontent {
	display: block;
	background: #f3e6e6;
	border: 2px solid #924949;
	border-left: none;
	padding: 5px;
	min-width: 150px;
	max-width: 250px
}