* {
	padding: 0;
	margin: 0;
	border: 0;
	}

@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('/site_media/fonts/PTS76F-webfont.eot');
    src: url('/site_media/fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site_media/fonts/PTS76F-webfont.woff') format('woff'),
         url('/site_media/fonts/PTS76F-webfont.ttf') format('truetype'),
         url('/site_media/fonts/PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBold';
    src: url('/site_media/fonts/PTS75F-webfont.eot');
    src: url('/site_media/fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site_media/fonts/PTS75F-webfont.woff') format('woff'),
         url('/site_media/fonts/PTS75F-webfont.ttf') format('truetype'),
         url('/site_media/fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansItalic';
    src: url('/site_media/fonts/PTS56F-webfont.eot');
    src: url('/site_media/fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site_media/fonts/PTS56F-webfont.woff') format('woff'),
         url('/site_media/fonts/PTS56F-webfont.ttf') format('truetype'),
         url('/site_media/fonts/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('/site_media/fonts/PTS55F-webfont.eot');
    src: url('/site_media/fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site_media/fonts/PTS55F-webfont.woff') format('woff'),
         url('/site_media/fonts/PTS55F-webfont.ttf') format('truetype'),
         url('/site_media/fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: 'PTSansRegular', "Helvetica Neue",  Helvetica, Arial, Geneva, sans-serif;
	color: #444;
	margin:0;
	padding-bottom: 40px;
	font-size: 13px;
	background-color: #efefef;
	background-image: url(/site_media/backgrounds/2012-blue-texture.png);
}

b {
	font-family: 'PTSansBold';
	font-weight: normal;
}

i {
	font-family: 'PTSansItalic';
	font-weight: normal;
	font-style: normal;
}

body, html {
    height:100%
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
		font-family: 'PTSansBold';
		line-height: 1;
		font-weight: normal;
}

h1 {
	font-size: 5em;
	font-family: 'PTSansBold';
}

h2 {
	font-size: 3em;
	font-family: 'PTSansBold';
	font-weight: normal;
}

h3 {
	font-family: 'PTSansBold';
	font-weight: normal;
}

h4 {
	font-family: 'PTSansBold';	
	font-size: 1.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: normal;
}

.rounded {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari and Chrome */
  border-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url(/site_media/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

.bottomRounded {
    -moz-border-radius-bottomleft: 2px; /* Firefox */
    -webkit-border-bottom-left-radius: 2px; /* Safari and Chrome */
    border-bottom-left-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
        -moz-border-radius-bottomright: 2px; /* Firefox */
    -webkit-border-bottom-right-radius: 2px; /* Safari and Chrome */
    border-bottom-right-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

}


.shadow {
  -moz-box-shadow: 5px 5px 15px #666; /* Firefox */
  -webkit-box-shadow: 5px 5px 15px #666; /* Safari and Chrome */
  box-shadow: 5px 5px 15px #666; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
  behavior: url(/site_media/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

.left {
	float: left !important;
}

 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }

p {
	padding-bottom: 15px;
}
p, li {

	line-height: 1.4;
	font-size: 1.3em;
}

ol li {	list-style-position: inside;}

a, a:visited {
	text-decoration: none;
	color: #f15438;
}

a:hover {
	text-decoration: underline;
}

/* @group Front nav */

#front-nav {

	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 400px;
}

#front-user-nav {
	width: 400px;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

#front-nav li {
	float: left;
	list-style-type: none;
	padding: 5px 0px 3px 0px;
	vertical-align: text-top;
	font-size: .9em;
	background-color: #c9d5e2; /* Medium blue */
	border-left: 1px solid #fff;
	border-right: 1px solid #222;
	text-shadow: #ffffff 1px 1px 0px;
	text-transform: uppercase;
	font-family: 'PTSansBold';
	width: 21%;
	text-align: center;
}

#front-user-nav li {
	float: left;
	
	list-style-type: none;
	padding: 5px 0px 3px 0px;
	vertical-align: text-top;
	font-size: .9em;
	background-color: #444; 
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	text-transform: uppercase;

	width: 24%;	
	text-align: center;
}

#front-nav li a, { color: #f15438;  }

#front-user-nav li:hover {
	background-color: #222;
}


#front-user-nav li a {
	color: #eee;

}

#front-nav a {
	color: #222;
	display: block;
}

#front-nav .first {
	width: 33%;
}

#front-nav .first, #front-user-nav .first {
	border-left: 0px;
    -moz-border-radius-topleft: 2px; /* Firefox */
    -webkit-border-top-left-radius: 2px; /* Safari and Chrome */
    border-top-left-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    -moz-border-radius-bottomleft: 2px; /* Firefox */
    -webkit-border-bottom-left-radius: 2px; /* Safari and Chrome */
    border-bottom-left-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

}

#front-nav .last, #front-user-nav .last {
	border-right: 0px;
	    -moz-border-radius-topright: 2px; /* Firefox */
    -webkit-border-top-right-radius: 2px; /* Safari and Chrome */
    border-top-right-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    -moz-border-radius-bottomright: 2px; /* Firefox */
    -webkit-border-bottom-right-radius: 2px; /* Safari and Chrome */
    border-bottom-right-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	
}


#front-nav li:hover {
	background: #ddd url(/site_media/backgrounds/nav-back.png) center center;
}



#front-nav li.on, #nav li.on li:hover {
	background: #fff;
}

.current-propositions {
	width: 270px;
	height: 37px;
	position: relative;
	left: 100px;
	top: -17px;
	float: none;
	margin: 0;
	padding-bottom: 0;
	font-size: 1.8em !important;
	text-shadow: rgba(255,255,255,.8) 0px 1px 0px;
	padding-top: 8px;
	background: url(/site_media/gr/current-propositions.png) no-repeat;
}


/* @end */

.yellow {
	color: yellow;
	text-shadow: 0 0 0.3em #e1f81b;
}

.red {
	color: red;
	text-shadow: 0 0 0.3em #f88083;
}

.white {
	color: white;
	text-shadow: 0 0 0.3em #81b3eb;
}

.minus {
	/*color: red;*/
}

.plus {
	color: green;
}

#successes, #errors, .message {
	list-style-position: outside;
	width: 545px;
	padding: 15px;
	margin-bottom: 15px;
	float: left;
	clear: both;
	position: relative;
}

.with_facebook {
	padding-bottom: 0px !important;
}

#successes {
	border: solid 1px green;
	border-color: green;
	background-color: #c0fdb9;
}

#errors {
	border: solid 1px  maroon;
	background-color: #fbabbd;
}

#errors a {
	font-family: 'PTSansBold';
	color: maroon ;
}

#successes a {
	font-family: 'PTSansBold';
	color: green;
}

#successes ul, #errors ul {
	margin-bottom:15px;
	list-style-type: none;
}

.recommend {
	margin-top: 15px;
	margin-bottom: 15px;
}

#bottom, #top {
	padding-top: 20px;
	color: #ccc;
	width: 100%;
	float: left;
	margin-top: 20px;
	background-color: #222;
	font-size: .8em;

}

#bottom {
	padding-bottom: 20px;
}

#top {
	position: relative;
	top: -30px;
	margin-top: 0px;
	font-size: 1em;
	    -moz-box-shadow: 0px 2px 8px #222; /* Firefox */
  -webkit-box-shadow: 0px 2px 8px #222; /* Safari and Chrome */
  box-shadow: 0px 2px 8px #222; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

}

#top a {
	color: #eee;
	text-decoration: underline;
}

#top .clicked {
	color: #ccc !important;
	text-decoration: none !important;
}

#top .memo {
	font-style: italic;
	margin-bottom: 5px;}

#top .intro {
	font-family: 'PTSansBold';
	font-style: normal;
	font-size: 3.8em;
	line-height: 1.1;
	width: 100%;
	margin-top: 20px;
	text-shadow: 0 1px 0 #000;
}

#top #login {
	float: right;
	font-size: 1.1em;
	padding: 15px;
	color: #222;
	border: 1px solid #999;
	background-color: #c9d5e2;

}


#top #login input {
	padding: 5px;
}

#top #username, #top #password{

	margin-bottom: 10px;
}

#forgot {
	text-decoration: none !important;
	color: #222 !important;
}

 #forgot:hover {
	text-decoration: underline !important;
}

#top label {
	text-transform: uppercase;
}

#top_submit {
	background-color: #c9d5e2;
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari and Chrome */
  border-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	padding:10px 20px 10px 20px !important;
    -moz-box-shadow: 2px 2px 5px #666; /* Firefox */
  -webkit-box-shadow: 2px 2px 5px #666; /* Safari and Chrome */
  box-shadow: 2px 2px 5px #666; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	margin-bottom:10px;

}

#top_submit:hover  {
	background-color: #eee;
}

#top #welcome {
	width: 540px;
	float: left;
}

.welcomewide {
	width: 780px;
}

#top #welcome input {
	border: 1px solid #999;
	background-color: #eee;
	padding: 5px;
	margin-bottom: 15px;
	width: 165px;
}
#id_subscribe {
	width: 10px !important;
}


#welcome .submit, #report-subscribe {
	background-color: #c9d5e2 !important;
	color: #444;
	margin-top: 20px;

}

#welcome .submit:hover, #report-subscribe:hover {
	background-color: #eee !important;
    -moz-box-shadow: 0px 0px 0px #eee; /* Firefox */
  -webkit-box-shadow: 0px 1px 0px #eee; /* Safari and Chrome */
  box-shadow: 0px 0px 5px #eee; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

}

.join-quarter {
	float: left;
	width: 165px;
	margin-right: 30px;
}


#bottom-content, #top-content {
	width: 958px;
	float: left;
	position: relative;
	left: 50%;	
	margin-left: -478px;

}

#top-content {
	background: #222 url(gr/faded-logo-back.png) no-repeat left top;
	padding-top: 20px;
	padding-bottom: 20px;
}


.bottom-table{
	margin-bottom: 50px;
	float: left;
}

#bottom-contests {
	float: left;
	width: 250px;
}

#bottom-contests li {
		padding-bottom: 5px;
		width: 250px;
		list-style-type: none;
}

#bottom-contests .right {
	float: right;
	text-align: right;
}

#bottom-middle {
	float: left;
	width: 262px;
	margin-right: 40px;
}

#bottom-tweets {
	float: left;
	width: 362px;
	margin-right: 40px;
}

#bottom-dyk {
	margin-bottom: 20px;
}

.report-year {
	margin-bottom: 3px;
		font-size: 1.1em;
}

#report-subscribe {
	float: left;
}

#bottom a {
	color: #eee;
}

#bottom a:hover {
	text-decoration: underline;
}

#bottom h1, #bottom h4 {
	font-family: 'PTSansBold', "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#bottom h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	border-bottom: 2px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

#tweet li, #recentRaces li {
	list-style-type: none;
	}

.errorlist li {
	list-style-type: none;
	font-style: italic;
	color: red;
	width: 150px;
}

.errorlist {
	position: relative;
	top: -10px;
	width: 150px;
}

.about li {
	margin-bottom: 10px;
	list-style-position: outside;;
}

ol.about {
	padding-left: 30px;
}

#front-wrapper {
	width: 960px;
	float: left;
	position: relative;
	left: 50%;	
	margin-left: -480px;
	margin-bottom: 20px;
	padding-top: 20px;}


#front-left{
	float: left;
	width: 420px;
}

#front-left .ad {
	margin-right: 30px;
	margin-bottom: 20px;
	float: right;
}

.front-right .question {
	display: block;
	margin-top: 5px;
	font-size: 2em;
	color: #f15438;
	text-transform: none;
}

.front-right .answer {
	text-transform: capitalize;
	font-style: italic;
	font-size: 1.2em;
}

#verifieds a.question {
	font-size: 1.5em;
}

.front-right .question:hover {
	color: #000412;
	text-decoration: underline;
}

.front-right h4 {
	margin-top: 15px;
	font-size: 1em;
	font-family: 'PTSansBold';
	width:536px;
	position: relative;
	left: -24px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #444;
	height: 24px;
	text-align: center;
	text-shadow: rgba(255,255,255,.8) 1px 1px 0px;
	background: url(gr/front-contest-banner.png) 0 top;
	
}

.front-right h2 {
	font-size: 1.5em;
	
	color: #444;
	margin-bottom: 10px;
	text-align: center;
	font-style: italic;
}

.front-race {
	margin-top: 15px;
	width: 100%;
	padding-bottom: 5px;
	font-size: .8em;
	text-transform: uppercase;
}


.front-right {
	float: right;
	margin-left: 20px;
	width: 488px;
	padding: 15px;
	background-color: white;
	border: 1px solid #999;
	margin-bottom: 20px;
}

#bailout {	background-color: #fbabbd !important;
	border:  1px solid maroon !important;
}

#bailout li {
	list-style-type: none;
}

.bailout_submit a {
	background-color: red;
	color: white !important;
	padding:3px;
	font-size: 1.2em;
	display: block;
	text-align: center;
}

.bailout_submit a:hover {
	background-color: #eee;
	display: block;
	color: #444 !important;
}

#recentRaces .gain, #recentRaces .loss {
	width: 50px;
	float: left;
	text-align: center;
	margin-right: 10px;
	padding: 5px;
	font-family: 'PTSansBold';
	position: relative;
	top: -5px;
	font-size: 1.3em;
	text-shadow: 0px 1px white;
}



#recentRaces .gain {
	border: solid 1px green;
	background-color: #c0fdb9;
}

#recentRaces .loss a, #recentRaces .loss a:visited {
	color: maroon;
}

#recentRaces .gain a, #recentRaces .gain a:visited {
	color: green;
}

#recentRaces .loss {
	border: solid 1px  maroon;
	background-color: #fbabbd;

}

#recentRaces .gain a:hover, #recentRaces .loss a:hover {
	text-decoration: none;
}

.recentrace {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}

.nobottomrule {
	border-bottom: 0px;
}


.front-right .data, .front-right .leader{
	width: 99%;
	padding: 4px 5px 2px 0px;
	background-color: #eee !important;
}

.front-right .date {
	margin-right: 5px;
	padding: 4px 6px 2px 5px;
	background: url(/site_media/backgrounds/races-date-bg.png) right center !important;

}

.front-right .hurry {
	color: #efefef;
	background: url(/site_media/backgrounds/races-date-hurry-bg.png) right center !important;
}

.front-right .half {
	width: 230px;
	margin-right: 20px;
	float: left;

}

.front-right .right-half {
	margin-right: 0px;
}

.front-right .leader {
	margin-bottom: 3px;
}

.front-right .right {
	float: right;
}
/*
.front-right a {
	color:  #222;
}
*/
.front-right a:hover {
	text-decoration: underline;
}

.leader-intro {
	margin-bottom: 9px;
}

input {
	border: 1px solid #666;
	padding: 10px;
	font-size: 1.2em;
}

#invite {
	display: none;
	position: fixed;
	visibility: visible;
	z-index: 1002;
	top: 50px;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	background-color: #c9d5e2; /* Medium blue */
	  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari and Chrome */
  border-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  border: 2px solid #222;
  padding: 15px;
	}
	
.white_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}

#inviteShow, #inviteShow a {
	text-decoration: none;
	padding-bottom: 0px;
	text-align: center;
	font-style: italic;

}

#inviteShow a {
	color: #444;
	padding: 3px 10px 3px 10px;
		border: 1px solid #999;
	background-color: #c9d5e2; /* Medium blue */
	  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari and Chrome */
  border-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

#inviteShow a:hover {
	text-decoration: underline;
	background-color: #eee;
}

#race-right #balance, #front-left #balance {
	background-image: url(/site_media/backgrounds/score_back.png);
	width: 280px;
	height: 100px;
	padding-right: 20px;
	float: left;
	z-index: 300;
	}

#race-right #balance #score, #front-left #balance #score {
	font-size: 80px;
	font-weight: 800;
	font-family: 'PTSansBold';
	text-align: right;
	vertical-align: text-top;
	position: relative;
	z-index:301;
}

#front-left #player-info {
	float: right;
	width: 300px;
	margin-right: 30px;
	font-size: .75em;
	margin-bottom: 10px;
}

.user-stat {
	width: 82px;
	background: #c9d5e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #c9d5e2 9%, #c9d5e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(9%,#c9d5e2), color-stop(100%,#c9d5e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#c9d5e2 9%,#c9d5e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#c9d5e2 9%,#c9d5e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#c9d5e2 9%,#c9d5e2 100%); /* IE10+ */
	background: linear-gradient(top,  #999999 0%,#c9d5e2 9%,#c9d5e2 100%); /* W3C */
	padding: 5px;
	text-align: center;
	float: left;
	margin-left: 6px;
	margin-bottom: 10px;
	-moz-border-radius-bottomleft: 2px; /* Firefox */
    -webkit-border-bottom-left-radius: 2px; /* Safari and Chrome */
    border-bottom-left-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    -moz-border-radius-bottomright: 2px; /* Firefox */
    -webkit-border-bottom-right-radius: 2px; /* Safari and Chrome */
    border-bottom-right-radius: 2px;
	font-size: 1em;
	line-height: 1.1;
	text-transform: uppercase;
}

.user-stat b{
	font-family: 'PTSansBold';
	font-size: 1.6em;
}

.submit{
	padding: 15px;
	background-color: #444 !important;
	display: inline-block;
	zoom: 1;
	position: relative;
	min-height: 0px;
	text-align: center;
	float:left;
	color: white;
	text-transform: uppercase;
	font-family: 'PTSansBold';
	font-weight: normal;
	line-height: 1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
	}

a.submit {
	color: white !important;
}

.submit a {
	color: white;
}

.submit:hover {
	text-shadow: #81b3eb 0px 0px 20px;
	background-color: #555;
}


.lightbox h3 {
	color: #444 !important;
	font-size: 1.4em !important;
	margin-bottom: 10px;
	text-transform: none !important;
}

.lightbox h2 {
	font-size: 2em;
	margin-bottom: 10px;
}

.lightbox h2, .lightbox h3 {
	border-bottom: 2px solid #444;
	line-height: 1.1;
}

.lightbox {
		display: none;
	position: absolute;
	visibility: visible;
	z-index: 1002;
	top: 50px;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	background-color: #c9d5e2; /* Medium blue */
	  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari and Chrome */
  border-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  border: 2px solid #222;
  padding: 15px;
}

#inside-head-div {
	width: 960px !important;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -480px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#inside-head{
	margin-left: 10px;
	margin-top: 14px;
	font-size: 36px;
	vertical-align: text-top;
	color: white;
	float: left;
	text-shadow: #444444 1px 2px 0px;
	text-transform: uppercase;
	margin-right: 20px;
}


/* @group Inside nav */

#nav li {
	float: left;
	list-style-type: none;
	padding: 5px 20px 5px 20px;
	vertical-align: text-top;
	font-size: .9em;
	background-color: #c9d5e2; /* medium blue */
	border-left: 1px solid #fff;
	border-right: 1px solid #222;
	text-shadow: #ffffff 1px 1px 0px;
	text-transform: uppercase;
	font-family: 'PTSansBold';
}



#nav a {
	display: block;
}

#nav .first {
	border-left: 0px;
    -moz-border-radius-topleft: 2px; /* Firefox */
    -webkit-border-top-left-radius: 2px; /* Safari and Chrome */
    border-top-left-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    -moz-border-radius-bottomleft: 2px; /* Firefox */
    -webkit-border-bottom-left-radius: 2px; /* Safari and Chrome */
    border-bottom-left-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

}

#nav .last {
	border-right: 0px;
	    -moz-border-radius-topright: 2px; /* Firefox */
    -webkit-border-top-right-radius: 2px; /* Safari and Chrome */
    border-top-right-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    -moz-border-radius-bottomright: 2px; /* Firefox */
    -webkit-border-bottom-right-radius: 2px; /* Safari and Chrome */
    border-bottom-right-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	
}

#nav li a { color: #444; }



#nav li:hover {
	background: #ddd url(/site_media/backgrounds/nav-back.png) center center;
}

#nav li.on, #nav li.on li:hover {
	background: #fff;
}

#nav {
	margin-top: 15px;
	float: left;
}

/* @end */

#race-left{
	width: 580px;
	float: left;
	margin-right: 40px;
}

#race-left h4{
	width: 100%;
	margin-top: 45px;
	border-bottom: 3px solid #444;
	margin-bottom: 10px;
}

#race {
	width: 920px;
	float: left;
	position: relative;
	left: 50%;	
	margin-left: -480px;
	background-color: white;
	border: 1px solid #999;
	padding: 20px;
	padding-top: 60px;
	margin-bottom: 50px;
	clear: both;
	z-index: 2;
}

#race h1 {
	width: 920px;
	line-height: 1;
	border-bottom: 3px solid #444;
	margin-bottom: 20px;
	font-size: 4em;
	letter-spacing: -.01em;
}

#race h3 {
	font-size: .9em;
	color: #778fa9;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#race-right{
	width: 300px;
	float: left;
	font-size: .75em;
}

#race-right h4 {
	width: 100%;
	border-bottom: 3px solid #444;
	margin-bottom: 5px;
	margin-top: 10px;
	float: left;
}

h4.first {
	margin-top: 0px !important;
}

.no-border {
	border-bottom: 0px !important;
	margin-bottom: 2px !important;
}

#race-right li {
	list-style-type: none;
	border-bottom: 1px solid #666;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#race-right li:last-child {
	border-bottom: 0px;
}



.right-half {
	float: left;
	width: 140px;
	margin-right: 20px;
}

.right-half-second {
	margin-right: 0px;
}



#bets {
	width: 580px;
	margin-top: 0;
}

.right {
	text-align: right !important;
}

#bets thead tr{
	height: auto;
	text-align: left;
	border: 0;
	border-bottom: 3px solid #444;
	padding-top: 0;
	vertical-align: top;
}

#bets th {
	padding-bottom:3px;
}

.theoretical {
	font-family: 'PTSansBoldItalic';
}

#bets tr {
	height: 95px;
	border-top: 1px solid #444;
}

#bets tbody tr:hover {
	background-color: #eee;
}

.alertRow {
	border-top: 0 !important;
	padding-top: 0;
	padding-bototm:0;
	height: 100% !important;
	position: relative;
	bottom: 0;
		z-index: 3;
}


.input-cell {
	width: 125px;
	overflow: visible;

}

/* @group add_to_bet buttons */

.add {
	width: 25px;
	position: relative;
	top: 1px;
}

.add li {
	float: left;
	list-style-type: none;
	font-size: .8em;
	background-color: #c9d5e2;
	border-top: 1px solid #fff;
	width: 100%;
	text-align: right;
	line-height: 1.6;
	padding: 1px 8px 0px 1px;
	background: #c5e4fc; /* Old browsers */
	background: -moz-linear-gradient(left,  #c9d5e2 1%, #c9d5e2 90%, #999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#c9d5e2), color-stop(90%,#c9d5e2), color-stop(100%,#999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #c9d5e2 1%,#c9d5e2 90%,#999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #c9d5e2 1%,#c9d5e2 90%,#999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #c9d5e2 1%,#c9d5e2 90%,#999 100%); /* IE10+ */
	background: linear-gradient(left,  #c9d5e2 1%,#c9d5e2 90%,#999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9d5e2', endColorstr='#999',GradientType=1 ); /* IE6-9 */
}

input.yesno {
	width: 100px !important;
	text-align: center;
}

ul.yesNoAdd {
	margin-left: 95px;
	width: 120px;
}

.yesNoAdd li {
	float: left;
	list-style-type: none;
	font-size: .8em;
	background-color: #c9d5e2;
	border-left: 1px solid #fff;

	text-align: right;
	line-height: 1.6;
	padding: 3px 10px 4px 10px;
	background: #c5e4fc; /* Old browsers */
	background: -moz-linear-gradient(bottom,  #c9d5e2 1%, #c9d5e2 90%, #999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(1%,#c9d5e2), color-stop(90%,#c9d5e2), color-stop(100%,#999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #c9d5e2 1%,#c9d5e2 90%,#999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  #c9d5e2 1%,#c9d5e2 90%,#999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  #c9d5e2 1%,#c9d5e2 90%,#999 100%); /* IE10+ */
	background: linear-gradient(bottom,  #c9d5e2 1%,#c9d5e2 90%,#999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9d5e2', endColorstr='#999',GradientType=1 ); /* IE6-9 */
}


.add li:hover, .add li:hover a, .add li.last:hover, .add li.last a:hover {
	background-color: #000412;
	color: #eee !important;
	background: -moz-linear-gradient(left,  #000412 1%, #000412 90%, #000412 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#000412), color-stop(90%,#000412), color-stop(100%,#000412)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #000412 1%,#000412 90%,#000412 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #000412 1%,#000412 90%,#000412 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #000412 1%,#000412 90%,#000412 100%); /* IE10+ */
	background: linear-gradient(left,  #000412 1%,#000412 90%,#000412 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000412', endColorstr='#000412',GradientType=1 ); /* IE6-9 */
}

.yesNoAdd li:hover, .yesNoAdd li:hover a, .yesNoAdd li.last:hover, .yesNoAdd li.last a:hover {
	background-color: #000412;
	color: #eee !important;
	background: -moz-linear-gradient(bottom,  #000412 1%, #000412 90%, #000412 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(1%,#000412), color-stop(90%,#000412), color-stop(100%,#000412)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #000412 1%,#000412 90%,#000412 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  #000412 1%,#000412 90%,#000412 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  #000412 1%,#000412 90%,#000412 100%); /* IE10+ */
	background: linear-gradient(bottom,  #000412 1%,#000412 90%,#000412 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000412', endColorstr='#000412',GradientType=1 ); /* IE6-9 */
}



.add li.last {
	border-bottom:0px;
	background-color: #444 !important;
	background: #444;
	-moz-border-radius-bottomleft: 2px; /* Firefox */
    -webkit-border-bottom-left-radius: 2px; /* Safari and Chrome */
    border-bottom-left-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	
}

.yesNoAdd li.last {
	border-right:0px;
	background-color: #eee;
	-moz-border-radius-bottomright: 2px; /* Firefox */
    -webkit-border-bottom-right-radius: 2px; /* Safari and Chrome */
    border-bottom-right-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	background: -moz-linear-gradient(bottom,  #eee 1%, #eee 90%, #999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(1%,#eee), color-stop(90%,#eee), color-stop(100%,#999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #eee 1%,#eee 90%,#999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  #eee 1%,#eee 90%,#999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  #eee 1%,#eee 90%,#999 100%); /* IE10+ */
	background: linear-gradient(bottom,  #eee 1%,#eee 90%,#999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#999',GradientType=1 ); /* IE6-9 */
}

.add li.last a {
	color: white;
}

.yesNoAdd li.last a{
	color: #444;
}

.add li a, .yesNoAdd li a{
	display: block;
}

.add li.last a:hover, .yesNoAdd li.last a:hover {
	color: #eee;
}

.add li.first {
	border-top:0px;
	-moz-border-radius-topleft: 2px; /* Firefox */
    -webkit-border-top-left-radius: 2px; /* Safari and Chrome */
    border-top-left-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

.yesNoAdd li.first {
	border-left:0px;
	-moz-border-radius-bottomleft: 2px; /* Firefox */
    -webkit-border-bottom-left-radius: 2px; /* Safari and Chrome */
    border-bottom-left-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}


/* @end */

.bet-info {
	font-size: .9em;
	padding-left:4px;
}



.option-info b{
	font-size: 1.4em;
}

.option-info {
	width: 100%;
	line-height: 1.4;
	padding-bottom:3px;
	margin-bottom: 3px;
}

.option-info-visitor{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.5em;
}

.icon {
	float: left;
	margin-right: 6px;
	margin-bottom: 5px;
}

.payout {
	padding-top: 10px;
	padding-right: 4px;
	font-family: 'PTSansBold';
	font-size: 5em;
	font-weight: 400;
	text-align: right;
	width: 220px;
	letter-spacing: -2px;
}

.preliminary {
	color: #999;
}

.preview {
	color: #778fa9; /* Medium blue */
	font-style: normal;
	font-family: 'PTSansBoldItalic';
	font-weight: normal;
}

.bet_box, .bet_box_on, #alertFloor {
	border: 1px solid #444;
	width: 70px;
	padding: 15px 5px 10px 0px;
	font-size: 1.75em;
	font-family: 'PTSansBold';
	text-align: right;
	color: #999;
	margin-left: 0px;
	margin-top: 0px;
	height: 32px;
}

.bet_box_on, .login_on {
	border:1px solid black !important;
   -moz-box-shadow:inset 0 0 5px #3991ff;
   -webkit-box-shadow:inset 0 0 5px #3991ff;
   box-shadow:inset 0 0 5px #3991ff;
   
}

.alertMemo {
	float: left;
	line-height: 1;
	margin-right: 4px;
}

#existingAlerts li {
	list-style-type: none;
}

#existingAlerts {
	clear: both;
}

.existing {
	position: relative;
	font-size: .8em;
	top: -2px;
}

.existing, .closeExisting {
	background-color: #444;
	color: white;
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
	padding: 1px 3px 0px 3px;
	-moz-border-radius: 1px; /* Firefox */
  	-webkit-border-radius: 1px; /* Safari and Chrome */
  	border-radius: 1px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

.closeExisting {
	z-index: 10;
	position: absolute;
	top: 2;
	left: 0;
	text-align: center;
	color: #ff6600;
	text-decoration: none;
}

.closed {
	color: #999;
}

#bet_submit {
	border: 0;
	color: white;
	width: 580px;
	height: 70px;
	vertical-align: middle;
	text-shadow: rgba(0,0,0,.4) 1px 2px 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font: bold 3em 'PT Sans', "Helvetica Neue",  Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: 2px;
}

#bet_submit.active:hover {
	text-shadow: rgba(0,0,0,.4) 1px 1px 0px;

background: rgb(0,153,10); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,153,10,1) 0%, rgba(0,128,0,1) 30%, rgba(0,109,3,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,153,10,1)), color-stop(30%,rgba(0,128,0,1)), color-stop(100%,rgba(0,109,3,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 30%,rgba(0,109,3,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 30%,rgba(0,109,3,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 30%,rgba(0,109,3,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 30%,rgba(0,109,3,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00990a', endColorstr='#006d03',GradientType=0 ); /* IE6-9 */

}

#bet_submit.active {
background: rgb(0,153,10); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,153,10,1) 0%, rgba(0,128,0,1) 70%, rgba(0,109,3,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,153,10,1)), color-stop(70%,rgba(0,128,0,1)), color-stop(100%,rgba(0,109,3,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 70%,rgba(0,109,3,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 70%,rgba(0,109,3,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 70%,rgba(0,109,3,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 70%,rgba(0,109,3,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00990a', endColorstr='#006d03',GradientType=0 ); /* IE6-9 */

}

#bet_submit.inactive {
background: rgb(102,102,102); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(68,68,68,1) 36%, rgba(68,68,68,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(36%,rgba(68,68,68,1)), color-stop(100%,rgba(68,68,68,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(68,68,68,1) 36%,rgba(68,68,68,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(68,68,68,1) 36%,rgba(68,68,68,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(68,68,68,1) 36%,rgba(68,68,68,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(68,68,68,1) 36%,rgba(68,68,68,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#444444',GradientType=0 ); /* IE6-9 */


}

#sideBet {
	width: 20px;
	padding: 15px 5px 15px 8px;
	position: fixed;
	top: 270px;
	left: 0px;
	height: 98;
	background-color: #444;
	    -moz-border-radius-bottomleft: 2px; /* Firefox */
    -webkit-border-bottom-left-radius: 2px; /* Safari and Chrome */
    border-bottom-left-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
        -moz-border-radius-topleft: 2px; /* Firefox */
    -webkit-border-top-left-radius: 2px; /* Safari and Chrome */
    border-top-left-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

.sideBetOn {
background: rgb(0,153,10); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(0,153,10,1) 0%, rgba(0,128,0,1) 80%, rgba(0,109,3,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,153,10,1)), color-stop(80%,rgba(0,128,0,1)), color-stop(100%,rgba(0,109,3,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 80%,rgba(0,109,3,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 80%,rgba(0,109,3,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 80%,rgba(0,109,3,1) 100%); /* IE10+ */
background: linear-gradient(left,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 80%,rgba(0,109,3,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00990a', endColorstr='#006d03',GradientType=0 ); /* IE6-9 */	
	
	
}

.sideBetOn:hover {
	text-shadow: rgba(0,0,0,.4) 1px 1px 0px;

background: rgb(0,153,10); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(0,153,10,1) 0%, rgba(0,128,0,1) 20%, rgba(0,109,3,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,153,10,1)), color-stop(20%,rgba(0,128,0,1)), color-stop(100%,rgba(0,109,3,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 20%,rgba(0,109,3,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 20%,rgba(0,109,3,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 20%,rgba(0,109,3,1) 100%); /* IE10+ */
background: linear-gradient(left,  rgba(0,153,10,1) 0%,rgba(0,128,0,1) 30%,rgba(0,109,3,1) 200%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00990a', endColorstr='#006d03',GradientType=0 ); /* IE6-9 */
}

#id_honeypot {
	display: none;
}

#id_comment {
	width: 540px;
	border: 1px solid #999;
	resize:vertical;
	margin-bottom: 5px;
	padding: 20px;
	font-size:1.2em
}

#comment_submit {
	float: left;
}

#countdown {
	text-align: right;
	margin-bottom: 10px;
}

#countdown input {
	text-align: right;
}


.about {
	width: 560px;
	float: left;
}

.about dt {
	font-family: 'PTSansBold';
	margin-top: 20px;
}

.about dt p {
	padding-bottom: 0;
}
#leaders {
	width: 920px;
	margin-bottom: 20px;
}

#leaders th {
	text-align: left;
	padding-left:	20px;
	border-bottom: 2px solid #444;
}

#leaders td {
	padding-left: 20px;
	height: 48px;
}

.l-name{
	width: 250px;
	text-align: left !important;
	padding-left: 0px !important;
}

.l-position {
	width: 25px;
	font-size:2.5em;
	text-align: right;
	padding-left: 0px;
}


.l-points {
	text-align: right !important;
}
.l-percent {
	width: 175px;
}

.figure {
	font-weight: 100;
	font-size: 1.8em;
	text-align: right;
}

.legend td {
	padding: 5px;
}
.legendLabel {
	padding-left: 5px;
}

.legend table {
	border: 1px solid #999;
	padding: 3px;
	background-color: rgb(255, 255, 255); opacity: 0.95;
}

td.points {
	font-size: 2.5em;
}
td.points {
	color: #444;
}

.quote {
	position: relative;
	font-style: italic;
	font-size: 1.2em;
	line-height: 2;
	width: 250px;
	padding-left: 20px;
	border-left: 1px solid #999;
	float: right;
	top: 100px;
}

tr.user {
	background-color: #eee;
}

tr.leader {
	border-bottom: 1px solid #999;
	padding-top: 20px;
	padding-bottom: 20px;
}

tr.leader:last-child{
	border-bottom: 0px;
}

.win-percent-outer{
	width: 100px;
	border: 1px solid #999;
	height: 16px;

	display: block;
	float: left;
}

.win-percent-inner {
	height: 100%;
	float: left;
	display: block;
	background-color: #c9d5e2;
}

.win-percent {
	float: left;
}

.bar {
	padding-left: 0px !important;
	vertical-align: middle;
}
.l-percent {
	width: 50px;
}

.gainLoss, .gain, .loss {
	width: 120px;
	float: left;
	padding: 5px;
	text-align: center;
	margin-bottom:20px;
}

.gainLoss {
	background-color: #444 !important;
}

.gain {
		background-color: green !important;
}

.loss {
	background-color: maroon !important;
}

.endNote {
	background: #eee;
	width: 542px;
	padding: 20px;
	margin-bottom: 15px;
	float: left;
}

.amount {
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0px;
	font-family: 'PTSansBold';
	text-shadow: 0px 1px #666;

}

.points {
	line-height: 1;

}

.head, .amount, .points {
	color: white;
}

.head {
	text-transform: uppercase;
	font-size: .8em;
}

.operand {
	display: block;
	float: left;
	width: 50px;
	text-align: center;
	font-size: 4em;
	padding-top: 0px;
	font-family: 'PTSansBold';
	color: #444;
	text-shadow: 1px 1px #fff;
}


#winners_and_losers {
	width: 100%;
}

#winners_and_losers td {
	vertical-align: top;
	padding-right: 5px;
}

#winners_and_losers table td {
	padding: 5px 0px 5px 0px;
}

#winners_and_losers tr {
	text-align:  left;
}

.isPlayer a {
	font-family: 'PTSansBold' !important;
	text-transform: uppercase;
}

#countdown input {
	border: 0px;
}

.comment_top {
	float: left;
	width: 100%;
	height: 26px;
	background-color: #eee;
	float:left;
	margin-bottom:10px;
	margin-top:20px;
}

.comment_name {
	padding: 3px 10px 6px 10px;
	height: 26px;
	float: left;
	background: url(/site_media/backgrounds/comment-quote.png) no-repeat left bottom;
}

.comment_data {
	padding: 3px 0px 3px 10px;
	float: left;
}

#register th {
	padding-right: 10px;
	vertical-align: top;}
	
#register .label {	
	width: 200px;
	text-align: right;
	padding-right: 10px;
}

#register td {
	padding-bottom: 10px;
	vertical-align: top;
	line-height: 1.2;
}

#register input {
	border: 1px solid #444;
}

#register span.memo {

	font-family: 'PTSansItalic';
}

#ledger th, #contest-table th {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #444;
	vertical-align: bottom;
}

#ledger tbody tr:hover {
	background-color: #eee;
}

#ledger th.right, #contest-table th.right {
	text-align: right;
}

#ledger {
	width: 920px;
}

#contest-table {
	width: 580px;
}

#ledger td, #contest-table td{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #999;
}

#yesNo {
	width: 100%;
	background: url(/site_media/backgrounds/yes-no.png) no-repeat;
	padding-top: 200px;
	float: left;
	margin-bottom: 20px;
}

#yes, #no {
	float: left;
	width: 50%;
	text-align: center;
}

.yesNoData {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#inside-join {
	background-color: #c9d5e2;
	padding: 4%;
	width: 92%;
	font-size: 1.2em;
	margin-bottom: 20px;
	float: left;
}

#inside-join #top_submit {
	margin-top: 10px;
}

#inside-join-form {
	float: left;
}

#inside-join-form input {
	margin-bottom: 10px;
}

#inside-join-form ul {
	width: 100%;
}

#joinLogin {
	font-family: 'PTSansBold';
	font-size: 1.9em;
	text-shadow: rgba(255,255,255,.8) 0px 1px 0px;
}

.sample {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	-moz-box-shadow: 0 0 5px #3991ff;
   -webkit-box-shadow:0 0 5px #3991ff;
   box-shadow: 0 0 5px #3991ff;
}

tr.data:hover {
	background-color: #eee;
}

.gravatar {
	float: left;
}

#reminder {
	width: 98%;
    -moz-border-radius-bottomright: 2px; /* Firefox */
    -webkit-border-bottom-right-radius: 2px; /* Safari and Chrome */
    border-bottom-right-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    -moz-border-radius-bottomleft: 2px; /* Firefox */
    -webkit-border-bottom-left-radius: 2px; /* Safari and Chrome */
    border-bottom-left-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	background: #c9d5e2;
	position: relative;
	top: -20px;
	padding:5px 1% 5px 1%;
}

#reminder input {
	margin-left: 20px;
}

#profile-name {
	padding: 0px 20px 0px 20px;
	background-color: white;
    -moz-border-radius-topleft: 2px; /* Firefox */
    -webkit-border-top-left-radius: 2px; /* Safari and Chrome */
    border-top-left-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    -moz-border-radius-topright: 2px; /* Firefox */
    -webkit-border-top-right-radius: 2px; /* Safari and Chrome */
    border-top-right-radius: 2px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    border-top: 	border: 1px solid #999;
	border-left: 	border: 1px solid #999;
	border-right: 	border: 1px solid #999;
	border-width : 1px;
	border-style: solid;
	border-color: #999;
	border-bottom: 0px;
	float: left;
}

#profile-top {
	width: 958px;
	float: left;
	position: relative;
	top: 1px;
	left: 50%;	
	margin-left: -480px;
	clear: both;
	z-index: 10;
	line-height: 1;
}

#profile-top h1 {
	position: relative;
	top: 10px;
}

#profile-side{
	z-index: -10;
	float: left;
	position: relative;
	top: 22px;
	left: -5px;
}

#profile-side a{
	color: white;
	font-family: 'PTSansBold';
}

#badgeWrapper {
	height: 10px;
	overflow: visible;
	float: left;
}

.vnBadge {
	z-index: 20;
	position: relative;
	top: 0px;
	left: -20px;
	top: -10px;
	float: right;

}

#vital-stats {
	width: 430px;
	float: left;
	margin-right: 40px;
}

.editInput {
	width: 110px;
	margin-top: 5px;
}

.edit {
	display: none;
}


#track-record {
	width: 430px;
	float: left;
	overflow: visible;
}



#nemesesAndVictims {
	width: 100%;
	float: left;
}

#vital-stats th {
	text-align: left;
	 border-bottom: 2px solid #222;
}

#nemesesAndVictims td{
	width: 50%;
	padding-right: 10px;
	vertical-align: top;
	padding-top: 5px;
}

#nemesesAndVictims li {
	list-style-type: none;
	font-size:.95em;
	padding-bottom: 0;
}

#player-info {
	float: left;
	width: 320px;
	margin-left: 10px;
}

#player-info th {
	vertical-align: bottom;
}

#player-info td {
	vertical-align: top;
	padding-bottom: 15px;
}

#player-info .thirds {
	width: 33%;
}

#player-info .quarters {
	width: 24%;
}

#player-info #score {
	font-size: 4em;
	font-family: 'PTSansBold';
	padding-bottom: 5px;
	padding-top: 5px;
}

#total-bets {
	font-size: 2.5em;
	font-family: 'PTSansBold';
}

#vital-stats #balance {
	z-index: 100000000;
	position: relative;
	text-align: center;
	height: 95px;
	color: #fff;
	background:url("/site_media/backgrounds/score_back_big.png") #222 none !important;
	background-image :url("/site_media/backgrounds/score_back_big.png") !important;
	padding: 3px;
	line-height: 1;
	font-size: 5.5em;
	font-weight: 800;
	font-family: 'PTSansBold';
	padding-bottom: 5px;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-shadow: 0 0 0.3em #81b3eb;
}

#vital-stats #outof {
	font-size: .2em;
	text-align: center;
	color: #ccc;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

#season-chart {
	float: left;
}

#pies {
	width: 430px;
	float: left;
}

#pies .data {
	font-size: .8em;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	vertical-align: top;
	padding-bottom: 3px;
}

#pies .everyone {
	font-size: .9em;
	padding-top: 10px;
	padding-bottom:5px;
}

h2.profile {
	margin-top: 15px;
	font-size: 1em;
	font-family: 'PTSansBold';
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #444;
	height: 24px;
	text-align: center;
	z-index: 5;
	text-shadow: rgba(255,255,255,.8) 1px 1px 0px;
	margin-bottom: 10px;
}

h2.profile-right {
		background: url(gr/wide-h2-banner.png) right top;
	padding-right: 10px;
	width: 469px;
}

h2.profile-left {
	background: url(gr/wide-h2-banner.png) left top;
	position: relative;
	left: -28px;
	width: 449px;
	padding-left: 10px;

}


h2.profile-both{
	background: url(gr/wide-h2-banner.png) left top;
	position: relative;
	left: -28px;
	width: 977px;
}

.profile-half{
	float: left;
	width: 432px;
	margin-bottom: 20px;
}

.wins-and-losses .date {
	width: 65px;
	padding-right: 10px;
}

.wins-and-losses .winLoss {
	width: 65px;
	padding-right: 10px;
}

.wins-and-losses th {
	text-align: left;
	border-bottom: 2px solid #222;
}

.wins-and-losses {
	width: 100%;
}

.wins-and-losses td {
	line-height: 1.2;
	padding-top: 8px;
	padding-bottom: 8px;
}

.profile-half table td {
	vertical-align: top;
}

.previously .date {
	height: 100%;
	margin-right: 5px;
	float: left;
	padding: 4px 6px 2px 5px;
	background: url(/site_media/backgrounds/races-date-bg.png) right center;
}

.previousPoints {
	padding-top: 4px;
}

.previously {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	background-color: #eee;
}

#contests {
	width: 100%;
}

#contests th {
	text-align: left;
	border-bottom: 2px solid #222;
}

#contests td, #contests th {
	padding-right: 10px;

}

#contests td {
	vertical-align: top;
		padding-top: 5px;
}

.betProgress {
	height: 10px;
	width: 325px;
	margin-top: 3px;
	background: url(/site_media/backgrounds/contest-bet-progress.png);
}

.risked-percent-outer{
	width: 170px;
	border: 1px solid #666;
	height: 8px;
	display: block;
	float: left;
	margin-top: 3px;
}

.risked-percent-inner {
	height: 6px;
	border: 1px solid white;
	float: left;
	display: block;
	background: #c9d5e2;
}

.risked-percent {
	float: left;
}

#borrowed {
	width: 100%;
	color: white;
	padding: 5px 0px 5px 0px;
	font-family: 'PTSansBold';
	text-align: center;
	background-color: #f15438;
	font-style: italic;
}

#player-info .errorlist{
	margin-top: 8px;
	font-size: .8em;
	width: 100%;
}

#player-info .errorlist li {
	width: 100% !important;
	
}

#changePhoto {
	margin-top: 5px !important; 
	width:80px;
	padding: 10px; 
	}

#milestone {
	position: relative;
	bottom: 51px;
	left: 39px;
	padding: 6px 0px 3px 8px;
	color: white;
	font-size: .9em;
	font-family: 'PTSansBoldItalic';
	background-color: #222;
	z-index: 10;
	opacity: .9;
	display: none;
	width: 45%;
}

