/* STRUCTURE
------------------------------------------------------------------------------*/
@font-face {
    font-family: NeoSansProItalic;
    src: url(../fonts/NeoSansProItalic.ttf);
}
@font-face {
    font-family: NeoSansProMedium;
    src: url(../fonts/NeoSansProMedium.ttf);
}
@font-face {
    font-family: NeoSansProBold;
    src: url(../fonts/NeoSansProBold.ttf);
}
* {
  outline: none;
}

body {
  font-family: NeoSansProItalic;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  width: 810px;
  color: #1d1d1d;
}

em {
  color: #4f4f4f;
  font-size: 11px;
}

a img {
  border: 0;
}
p{
    line-height: 20px;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
}

table tr td {
  margin:0;
  padding:0;
}

h1 {
  margin: 0;
  color: #ff6213;
  font-family: NeoSansProMedium;
}

h2 {
  color: #424344;
  margin-bottom: 0;
  text-transform: none;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right, .wrong {
  float: right;
}

.important {
  color: #ff6213;
}

#header {
  width: 810px;
  height: 343px;
  /*background: url('../images/layout/header-background.png') no-repeat 0 0 transparent;*/
  overflow: hidden;
}

#content .content {
  width: 720px;
  margin: auto;
  min-height: 605px;
}

#content .content p a {
  color: #ff6213;
}

#content .content p a:hover {
  text-decoration: none;
}

#footer {
  width: 810px;
  height: 206px;
  font-size: 0.786em;
  color: #FFFFFF;
  /* background: url('../images/layout/footer-image.png') no-repeat 0 0 transparent; */
  overflow: hidden;
}

#footer p {
  line-height: 11px;
  margin: 75px auto auto;
  text-align: justify;
  width: 712px;
}

#footer p a {
  color: #FFFFFF;
}

#footer p a:hover {
  text-decoration: none;
}

/* Table - Chart */

table.chart tr td,
table.chart tr th {
  padding: 10px 0 10px 20px;
  font-style: italic;
}

table.chart tr.odd td {
  background: #f8f8f8;
}

table.chart tr th {
  background: #e9e9e9;
  vertical-align: top;
}

table.chart tr.even td {
  background: #f0f0f0;
}

table.chart tr.hover td {
  background: #6c6d6d;
  color: white;
}

table.chart tr.hover th {
  background: #e9e9e9;
  color:inherit;
}

table.chart tr th span {
  float: left;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}

table.chart tr th div {
  float: right;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
  padding-right: 10px;
}

table.chart tr th div a {
  display: block;
  height: 5px;
}

table#lastChallenge {
  margin-top:20px;
}

.NeoBoldItalicWhite {
  text-transform: uppercase;
  line-height: 40px;
  margin-left: 20px;
  font-family: NeoSansProMedium;
  font-size: 16px;
}

.NeoBoldItalicWhiteBtn {
    text-transform: uppercase;
    line-height: 40px;
    font-family: NeoSansProMedium;
    font-size: 16px;
}

.NeoBoldItalicBlack {
    color: #1D1D1D;
    font-size: 16px;
    font-weight: bold;
    font-family: NeoSansProMedium;
}
.NeoBoldRed {
    color: #ff6213;
    font-size: 18px;
    font-family: NeoSansProMedium;
}

.NeoBoldItalicBlackTitle {
  font-size: 24px;
  margin-bottom: 35px;
  margin-top: 20px;
  display: block;
  color: #ff6213;
  font-weight: bold;
  text-align: center;
}
.NeoBoldRedTitle {
    font-size: 24px;
    margin: 20px 0;
    display: block;
    color: #ff6213;
    text-align: center;
    font-family: NeoSansProBold;
}

.fwb {
  display: none;
}

/* Button */

a.spriteButton {
  width: 331px;
  height: 38px;
  text-align: center;
  margin: 20px 0;
  display: block;
  color: #FFFFFF;
  overflow: hidden;
  /*background: url('../images/layout/sprite_button_default.png') no-repeat 0 0 transparent;*/
  text-decoration: none;
}

a.spriteButton:hover,
a#spriteClock:hover, 
a#spriteFlag:hover {
    background-color: #ff6213;
  /*background-position: 0 -38px;*/
}

a#spriteClock {
  background: url('../images/layout/clock-ON.png') no-repeat;
}

a#spriteFlag {
  background: url('../images/layout/flag-ON.png') no-repeat;
}

a#spriteClock:hover,a#spriteClock:focus {
  background: url('../images/layout/clock-OFF.png') no-repeat;
}

a#spriteFlag:hover,a#spriteFlag:focus {
  background: url('../images/layout/flag-OFF.png') no-repeat;
}

/* Subscribe */
#subscribe{margin-top: 10px;}
#subscribe table{margin-bottom: 15px;}

#subscribe table tr td {
  padding-bottom: 5px;
  font-style: italic;
}

#subscribe label {
  cursor: pointer;
}

input.text {
  background: #f1f1f1;
  border: 0 none;
  height: 26px;
  margin: 0;
  padding: 7px 15px;
  width: 454px;
  line-height: 26px;
}

input#submitSubscribe {
  /* background: #ff6213; */
  border: 0;
  margin: 15px 0px 0px 0px;
  padding: 0;
  width: 429px;
  height: 38px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: url('../images/subscribe/background_input_submit.png');
}
input#submitSubscribe:hover,input#submitSubscribe:focus {
  background: url('../images/subscribe/background_input_text.png');
}
/* input#submitSubscribe:hover{
    background: #888687;
} */

/* Defi Form */

#defiForm table tr td {
  padding-bottom: 10px;
}
#defiForm table tr td.defi-bottom{
    padding: 0;
}
#defiForm table.defiSubmit tr td {
  padding-bottom: 0;
}

table.defi a span.podiumCategory,table.defi a span.chartCategory{margin-left: 47px;}
table.defi a span.podiumChart,table.defi a span.chartChart{margin-left: 34px;}
table.defi a span.podiumFirst,
table.defi a span.podiumSecond,
table.defi a span.podiumThird,
table.defi a span.podiumFourth
{margin-left: 70px }

table.defi a {
  background:url('../images/defi/sprite_button.png') no-repeat 0 0 transparent;
  width:236px;
  height: 38px;
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  color: #fff;
  font-weight: bold;
}

table.defi .defiThird a {
  width: 220px;
}

table.defi a:hover,
table.defi a.selected {
  background-position: 0 -39px;
}

table.defi a span {
  display: inline-block;
  margin-left: 15px;
  margin-top: 10px;
}

#events {
  width: 735px;
  width: 698px !important!;
}

#division {
  width: 345px;
  width: 318px !important!;
  border: 1px solid #F1F1F1;
  height: 22px;
  padding: 5px 10px;
}

#category {
  width: 355px;
  width: 318px !important!;
}

#minPodiumChart, #maxPodiumChart {
  width: 50px;
}

#defiForm #submit {
  width: 710px;
  height: 38px;
  background: url('../images/defi/background_submit.png') no-repeat 0 0 transparent;
  border:0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}
#defiForm #submit:hover {
    background: url('../images/defi/background_submit_hover.png') no-repeat 0 0 transparent;
}
#radiosType img{
    float: left;
    margin: 5px 0 0 15px;
}
#chart > img{margin-top: 10px;}

#defiForm .base, #defiForm .event{margin-bottom: 15px;}

/* Card */

#card {
  display: block;
  position: relative;
  font-style: italic;
  width: 395px;
  height: 230px;
  background: url('../images/congrats/card_background.png') no-repeat 0 0 transparent;
}

#card strong {
  color: #ff6213;
}

a.congrats {
  font-style: italic;
  color: #1d1d1d;
}

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

/* Chart */

.chartButtontitle {
    text-transform: uppercase;
    line-height: 40px;
    margin-left: 45px;
    font-family: NeoSansProMedium;
    font-size: 16px;
}

a.chartButton {
  float:left;
  margin-top: 18px;
  margin-left: 1px;
  width: 210px;
  height: 38px;
  display: block;
  overflow: hidden;
  background: url('../images/layout/icon/clock.png') no-repeat 10px 4px #888687;
  color: #fff;
  text-decoration: none;
}

a#chartButton{
    background: url('../images/layout/icon/clock.png') no-repeat 10px 4px #ff6213;
}
a#chartDoneButton{
    background: url('../images/layout/icon/flag.png') no-repeat 10px 7px #1D1D1D;
}

a.chartButton:hover{
    background: url('../images/layout/icon/clock.png') no-repeat 10px 4px #ff6213;
}
a.chartDoneButton:hover{
    background: url('../images/layout/icon/flag.png') no-repeat 10px 7px #1D1D1D;
}

a.chartDoneButton{
  float:left;
  margin-top: 18px;
  margin-left: 3px;
  width: 210px;
  height: 38px;
  display: block;
  overflow: hidden;
  background: url('../images/layout/icon/flag.png') no-repeat 10px 7px #888687;
  color: #fff;
  text-decoration: none;
}

a.chartButtonDefault {
  width: 160px;
  height: 38px;
  text-align: center;
  display: block;
  overflow: hidden;
  /*background: url('../images/chart/sprite_chart_default.jpg') no-repeat 0 0 transparent;*/
  background: #ff6213;
  text-decoration: none;
  color: #fff;
}

a.chartButtonDefault:hover {
  background: #888687;
}

#paginate {
  padding: 0;
  margin: 0 0 0 35px;
}

#paginate li {
  float:left;
  list-style-type: none;
  margin-right: 5px;
}

#paginate li a {
  width: 38px;
  height: 38px;
  text-align: center;
  display: block;
  overflow: hidden;
  background: #888687;
  text-decoration: none;
  color: #fff;
}

#paginate li a:hover,
#paginate li a.current{
  background: #ff6213;
}

.styled-select select {
  background: transparent;
  width: 315px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  height: 34px;
  -webkit-appearance: none;
  outline: none;
}
 
.styled-select {
  width: 315px;
  height: 34px;
  overflow: hidden;
  background: url("../images/defi/arrow.png") no-repeat scroll 97% center #F1F1F1;
  background: none !important!;
  border: none;
  outline: none;
  position: relative;
  /*-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
  behavior: url('../js/PIE.htc');
}

.styled-select-small select {
    background: transparent;
    width: 220px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    height: 34px;
    -webkit-appearance: none;
    outline: none;
}

.styled-select-small {
    width: 200px;
    height: 34px;
    overflow: hidden;
    background: url("../images/defi/arrow.png") no-repeat scroll 97% center #F1F1F1;
    background: none !important!;
    border: none;
    outline: none;
    position: relative;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    behavior: url('../js/PIE.htc');
}

.styled-select-long select {
  background: transparent;
  width: 700px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  height: 34px;
  -webkit-appearance: none;
  outline: none;
}
 
.styled-select-long {
  width: 695px;
  height: 34px;
  overflow: hidden;
  background: url("../images/defi/arrow.png") no-repeat scroll 97% center #F1F1F1;
  background: none !important!;
  border: none;
  outline: none;
  position: relative;
  /*-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
  behavior: url('../js/PIE.htc');
}

.subscribeImage{margin-bottom: 20px;}