﻿@import url("/App_Resources/Styles/Site/Core.css");
@import url("/Site/Pages/ChannelLander/css/Style.css");

#compContainer {
	background: url(/App_Resources/Images/Site/competitions/circles.png) no-repeat;
	height: 690px;
	position: relative;
}

#rightContent {
    clear: both;
}

#profileLeft a:hover {
	background: none;
	color: #231f20;
}

#profileLeft p {
	font-weight: normal;
	margin: 10px 0;
}

#profileRight a:hover {
	background: none;
	color: #231f20;
}

#chart {
	background: none;
	padding: 0;
	margin: 8px 0 0 0;
}

#chart li {
	height: 110px;
	clear: both;
}

.position {
	position: absolute;
	bottom: 0;
	left: 0;
}

#chart li h3 {
	padding: 5px 0 0 0;
}

 #profileLeft li h3 {
    padding: 5px 0 0 0;
}

.pointsLow {
	color: #fff;
	background-color: #c7ac59;
	padding: 2px 8px 4px 8px;
}

.pointsMedium {
	color: #fff;
	background-color: #b68900;
	padding: 2px 8px 4px 8px;
}

.pointsHigh {
	color: #fff;
	background-color: #dca600;
	padding: 2px 8px 4px 8px;
}

#competitionInformation {
	position: relative;
	margin: 10px 0;
	clear: both;
	height: 380px;
}

#compInfoHeader {
	background: url(/App_Resources/Images/Site/competitions/spotlightGrad.gif) repeat-x;
	height: 27px;
	padding: 4px 8px;
	clear: both;
}

#compInfoHeader h2 {
	font: Bold 1.2em Georgia, Verdana, Arial;
	color: #da1c23;
	border: 0;
	background: none;
	color: #fff;
}

#compInfoBody {
	background: url(/App_Resources/Images/Site/competitions/grad.gif) repeat-x top #231f20;
	height: 303px;
	padding: 20px 10px 20px 0;

}

.pointSystem {
	background: url(/App_Resources/Images/Site/competitions/arrowHead.png) no-repeat right;
	width: 109px;
	height: 19px;
	font: Bold 0.8em Verdana, Arial, Georgia;
	color: #fff;
	padding: 2px 0 0 8px;
	float: left;
	margin: 3px 5px 0 0;
}

.compEntry {
	height: 51px;
}

.compEntry p {
	float: left;
	font: 0.8em Verdana, Arial, Georgia;
	color: #fff;
	padding: 0;
	width: 150px;
	margin: 0;
}

.high {
	background-color: #dca600;
}

.medium {
	background-color: #b68900;
}

.low {
	background-color: #c7ac59;
}

.buttonCompetition {
	background-color: #da1c23;
	width: 250px;
	color: #fff;
}

.competitionEndDate {
	font: Bold 0.8em Verdana, Arial, Georgia;
	color: #da1c23;
	padding: 10px 0;
}

.radio {
	margin: 20px 0 30px 0;
	font: 0.8em Verdana, Arial, Georgia;
}

.comeptitionEntry {
	margin: 20px 0 40px 0;
}

.comeptitionEntry p {
	width: 380px;
}

.competitionEntry label {
	font: 0.8em Verdana, Arial, Georgia;
	padding: 10px;
}

.comeptitionEntry p {
	font: 0.8em Verdana, Arial, Georgia;
	padding: 10px;
}

.thanks {
	text-align: center;
	height: 130px;
	padding: 70px 0 0 0;
}

.thanks h3 {
	font: Bold 1.3em Georgia, Verdana, Arial;
	color: #da1c23;
}

#statistics {
	position: relative;
}

#statistics h2 {
	display: block;
	background: url(/App_Resources/Images/Site/Girls/Profile/statisticGrad.gif) repeat-x;
	width: 293px;
	font: 1.2em Georgia, Verdana, Arial;
	color: #231f20;
	padding: 7px;
}


