﻿
/* Login Control Style */
.Login
{
	float: right;
	width: 270px;
	height: 100px;
	position: relative;
	top: 5px;
}
.Login p 
{
	line-height: 0.5em;
	padding-bottom: 0px;
	position: relative;
	top: 5px;
}
.Login input 
{
	width: 200px;
	margin-left: 50px;
	margin-top: 0px;
	position: relative;
	top: -12px;
	border: 1px solid #cccccc;
}
.Login .submit
{
	float: right;
	margin-top: 10px;
	border: 0;
	width: 79px;
	height: 28px;
	background-color: Transparent;
	background-image: url(images/LoginBtn-trans.png);
}
/* End Login Control Style */

/*Pick Status Icons*/
.RedLight
{
	background-image: url('images/RedLight-trans.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 83px;
	height: 25px;
	margin-top: 2px;
}
.GreenLight
{
	background-image: url('images/GreenLight-trans.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 83px;
	height: 25px;
	margin-top: 2px;
}
.YellowLight
{
	background-image: url('images/YellowLight-trans.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 83px;
	height: 25px;
	margin-top: 2px;
}
/* END Pick Status Icons*/



.PrizeImageContainer
{
    width: 300px;
	background-color: #EFEFEF;
	border: 1px solid #cccccc;
	margin: auto;
	margin-top: 3px;
	margin-bottom: 3px;
}
.PrizeImageHeader
{
   background-color: #A6010F;
   padding: 2px;
   text-align: center;
   color: White; 
}
.PrizeDescription
{
   background-color: #A6010F;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 2px;
   padding-right: 2px;
   text-align: center;
   color: White; 	
}

.PrizeImage
{
}
.OverallPrizeImage
{
}
.TeamQualify a
{
	color: Green;
}

/* Track Details Controls */
.track {
	padding: 10px;
}
.track img {
	float: left;
}
.track_name {
	background-image: url(images/flags-trans.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 110px;
	padding-top: 0px;
	width: 400px;
	height: 40px;
	line-height: 23px;
	font-size: 2.0em;
	font-weight: bold;
	font-style: italic;
}
.track_info {
 	float: right;
	width: 190px;
	background-color: #E0E0E0;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.track_info h3 {
	padding: 5px;
}
.track_info ul {
	padding: 5px;
	font-size: 1.1em;
	line-height: 1.3em;
}
/* End Track Details Control */