/*****************************************************************
	justrhymes.com
	/css/battlegrounds.css
*****************************************************************/

.VotingSteps {
	margin-left: 25px;
}

.VotingSteps ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.VotingSteps li {
	list-style: none;
}

.Player {
	height: 120px;
}

.InfoBox {
	margin-top: 10px;
	color: White;
	width: 200px;
	height: 25px;
	background-color: #668450;
	border: 1px solid Green;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
}

.VoteBox {
	margin-top: 10px;
	width: 100%;
	height: 62px;
	line-height: 62px;
	background-color: #FFFFFF;
	border: 1px solid #CDCDCD;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.VoteBox .NumberOfVotes {
	margin-left: auto;
	width: 200px;
	float: left;
}


.VoteBox .CurrentlyWinning {
	width: 100px;
	float: left;
	padding-right: 15px;
}

.HomepageButton {
	width: 315px;
	height: 66px;
	line-height: 66px;
	padding-left: 15px;
	margin-bottom: 2px;
	margin-bottom: 0;
	border-right: 1px solid #6f8351;
	border-left: 1px solid #9c9c9c;
	background: url("/images/homepage/buttongradient.png") repeat-x;
}

.HomepageButtonTitle {
	float: left;
	width: 300px;
}

.HomepageButton .rightarrow {
	width: 9px;
	background: url("/images/homepage/rightarrow.png") no-repeat;
	background-position: 0 center;
	margin-top: -62px; /* kludge */
	clear: both;
	float: right;
	overflow: hidden;
}

.HomepageButton:hover .rightarrow {
	background-position: -9px center;
}

.HomepageButton a:hover {
	text-decoration: none;
}

.HomepageButton .rightarrow a:hover {
	background-position: -9px center;
}

.HomepageButtonTitle h3 a {
	margin-top: -5px;
	float: left;
	color: White;
	font-weight: normal;
}

.HomepageButtonTitle p {
	line-height: 12px;
	margin-top: -22px; /* (-)line-height + (-)font-height + (+)2px for padding */
	margin-bottom: 0px;
	width: 275px;
	float: left;
	color: #3f3f3f;
}
#BattleHeader {
	background-color: #E7E7E7;
	line-height: 88px;
	height: 88px;
	margin-bottom: 20px;
	vertical-align: middle;
}

.BattleSteps {
	float: left;
	vertical-align: middle;
}

.BattleSteps div {
	float: left;
	padding-right: 10px;
}

.BattleSteps .howtovote {
	width: 100px;
}

.BattleSteps .icon {
	width: 61px;
	padding-right: 10px;
}

.BattleSteps .arrow {
	padding-right: 10px;
}

.BattleSteps span {
	font-size: 10px;
}

#WantToBattle {
	margin-top: 10px;
	float: right;
	vertical-align: middle;
}

#DaysLeft {
	text-align: center;
	width: 100%;
	font-size: 14px;
}

#DaysLeft
{
	width: 900px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #FFCC66;
	background-color: #FFFFCC;
	margin-bottom: 5px;
	margin-left: 4px;
}

#DaysLeft a {
	color: #999933;
}

#DaysLeft a:hover
{
	color: Black;
}

/* Battlegrounds Content */
#BattleGroundsContent {
	margin: 25px;
	text-align: center;
}

#BattleGroundsContent * {
	text-align: center;
}

/* override some settings from the global stylesheet */
.SectionTitle {
	margin-left: auto;
	margin-right: auto;
	width: 260px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	border-top: none;
	border-bottom: none;
	margin-bottom: 5px;
}

#Champion {
	float: left;
	width: 330px;
	text-align: center;
}

#Champion .SectionTitle {
	background: url("/images/battlegrounds/redgradient.png") repeat-x;
}

#VS {
	float: left;
	width: 198px;
}

#Challenger {
	float: right;
	width: 330px;
}

#Challenger .SectionTitle {
	color: #3f3f3f;
	background: url("/images/battlegrounds/graygradient.png") repeat-x;
}

.ProfileImage {
	border: 1px solid black;
	width: 328px;
	height: 348px;
	line-height: 348px;
	text-align: center;
	vertical-align: middle;
	background: #b2b2b2;
}

.ProfileImage img {
	vertical-align: middle;
}

/* Voting */
.VotingContainer {
	width: 328px;
	background: url("/images/battlegrounds/graygradient.png") bottom repeat-x;
	position: relative;
	height: 40px;
	line-height: 40px;
	border: 1px solid #656667;
	vertical-align: middle;
	text-align: center;
}

.VotingContainer .votemisc {
	position: absolute;
	top:50%;
	height: 40px;
	margin-top: -20px;
	left: 0;
	padding-left: 45px;
}

.VotingContainer label {
	font-weight: bold;
}


.VotingContainer .voteradio {
	margin-left: 20px;
}

.VotingContainer .votebutton {
	left: 0;
	padding-left: 225px;
	position: absolute;
	top:50%;
	height: 40px;
	margin-top: -20px; 
}