/* --- CSS Reset --- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0px;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* --- Typography --- */

.grid p {
  line-height: 16px;
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
}
.grid h1 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}
.grid h2 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}
.grid h3 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}
.grid h4 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}
.grid h5 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}
.grid h6 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}
/* --- Grid --- */

.grid {
  width: 1224px;
  margin: auto;
}
.grid-m1 {
  float: left;
  width: 14px;
  height: 1px;
}
.grid-c1 {
  float: left;
  width: 74px;
}
.grid-m2 {
  float: left;
  width: 28px;
  height: 1px;
}
.grid-c2 {
  float: left;
  width: 74px;
}
.grid-m3 {
  float: left;
  width: 28px;
  height: 1px;
}
.grid-c3 {
  float: left;
  width: 74px;
}
.grid-m4 {
  float: left;
  width: 28px;
  height: 1px;
}
.grid-c4 {
  float: left;
  width: 74px;
}
.grid-m5 {
  float: left;
  width: 28px;
  height: 1px;
}
.grid-c5 {
  float: left;
  width: 74px;
}
.grid-m6 {
  float: left;
  width: 28px;
  height: 1px;
}
.grid-c6 {
  float: left;
  width: 74px;
}
.grid-m7 {
  float: left;
  width: 28px;
  height: 1px;
}
.grid-c7 {
  float: left;
  width: 74px;
}
.grid-m8 {
  float: left;
  width: 28px;
  height: 1px;
}
.grid-c8 {
  float: left;
  width: 74px;
}
.grid-m9 {
  float: left;
  width: 28px;
  height: 1px;
}
.grid-c9 {
  float: left;
  width: 74px;
}
.grid-m10 {
  float: left;
  width: 28px;
  height: 1px;
}
.grid-c10 {
  float: left;
  width: 74px;
}
.grid-m11 {
  float: left;
  width: 28px;
  height: 1px;
}
.grid-c11 {
  float: left;
  width: 74px;
}
.grid-m12 {
  float: left;
  width: 28px;
  height: 1px;
}
.grid-c12 {
  float: left;
  width: 74px;
}
.topbar {
  background-color: black;
  height: 48px;
  /* position:fixed;*/
  position: relative;
  width: 100%;
  min-width: 1224px;
  top: 0px;
  /*top:65px;*/
  z-index: 10;
  display: block;
}
.bottombar {
  background-color: #231f20;
  height: 30px;
  width: 100%;
  bottom: 0px;
  z-index: 100;
  float: left;
}
.tzCheckBox {
  background: url('../CssImages/background.png') no-repeat right bottom;
  display: inline-block;
  min-width: 60px;
  height: 35px;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  margin-left: 14px;
  font-family: Microgramma-MediumEx;
  font-size: 12px;
}
.tzCheckBox.checked {
  background-position: top left;
  margin: 0 14px 0 0;
}
.tzCheckBox .tzCBContent {
  color: white;
  line-height: 31px;
  padding-right: 38px;
  text-align: right;
}
.tzCheckBox.checked .tzCBContent {
  text-align: left;
  padding: 0 0 0 38px;
}
.tzCBPart {
  background: url('../CssImages/background.png') no-repeat left bottom;
  width: 14px;
  position: absolute;
  top: 0;
  left: -14px;
  height: 35px;
  overflow: hidden;
}
.tzCheckBox.checked .tzCBPart {
  background-position: top right;
  left: auto;
  right: -14px;
}
/* line 6, ../sass/lightbox.sass */

#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}
/* line 15, ../sass/lightbox.sass */

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */

#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */

#lightbox a img {
  border: none;
}
/* line 30, ../sass/lightbox.sass */

.lb-outerContainer {
  position: relative;
  background-color: #333333;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 39, ../sass/lightbox.sass */

.lb-container {
  padding: 10px;
}
/* line 42, ../sass/lightbox.sass */

.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
/* line 51, ../sass/lightbox.sass */

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
/* line 59, ../sass/lightbox.sass */

.lb-container > .nav {
  left: 0;
}
/* line 62, ../sass/lightbox.sass */

.lb-nav a {
  outline: none;
}
/* line 65, ../sass/lightbox.sass */

.lb-prev,
.lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}
/* line 72, ../sass/lightbox.sass */

.lb-prev {
  left: 0;
  float: left;
}
/* line 76, ../sass/lightbox.sass */

.lb-next {
  right: 0;
  float: right;
}
/* line 81, ../sass/lightbox.sass */

.lb-prev:hover {
  background: url(../CssImages/prev.png) left 48% no-repeat;
}
/* line 85, ../sass/lightbox.sass */

.lb-next:hover {
  background: url(../CssImages/next.png) right 48% no-repeat;
}
/* line 88, ../sass/lightbox.sass */

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 95, ../sass/lightbox.sass */

.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */

.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */

.lb-data .lb-close:hover {
  cursor: pointer;
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/

/*DGT 30.03.12 - Increased from 300 to 390 for wide 15 char names to fit*/
/*MO 16.5.12 - Reduced to 292 after polish pass */
* {
  margin: 0px;
  padding: 0px;
}
.clear {
  clear: both;
}
a {
  color: #a2003e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input {
  border: none;
}
input:focus {
  outline-width: 0;
  outline: none;
}
.RacenetPage {
  background-image: url("../images/refresh_bg.jpg");
}
html {
  height: 100%;
}
body {
  /*background-image: url("../cssImages/background_tiler.jpg");*/
  background-position: center top;
  min-height: 100%;
  background-color: white;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  color: Black;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  float: none;
}
.pointer {
  cursor: pointer;
}
.bigBackground {
  background-image: url("../cssImages/background_standard.jpg");
  min-height: 1024px;
  min-width: 1224px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  position: absolute;
  top: 0;
  left: -688px;
  z-index: -10;
}
.bigBackground.ShowdownLanding {
  background-image: url("../cssImages/background_standard.jpg");
}
.bigBackground.Grid2 {
  background-image: url("../Grid2/full_background.jpg");
  background-color: Black;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: fixed;
  top: 0px;
  left: 0px;
}
.bigBackground.F1_2012 {
  background-image: url("../F1_2012/page_bgs/rn_f1_bg_01.jpg");
  background-color: White;
  width: 2600px;
  height: 1440px;
  left: -688px;
  overflow: hidden;
}
.bigBackground.RaceStars {
  background-image: url("../F1_All_Stars/site_frame/allstars_page_bkgr.jpg");
  background-color: White;
  width: 2600px;
  height: 1440px;
  left: -688px;
  overflow: hidden;
}
.bigBackground.Joyride {
  background-image: url("../cssImages/bg_showdown_floor.jpg");
}
.bigBackground.RacenetLanding {
  background-image: url("../cssImages/racenet_background.jpg");
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
}
.bigBackground.TeamManagement {
  background-image: url("../cssImages/bg_showdown_floor.jpg");
}
.bigBackground.RacenetDriverProfile {
  background-image: url("../cssImages/racenet_background.jpg");
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
}
.bigBackground.Codemasters {
  background-image: url("../themes/base/images/racenet_background.jpg");
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
}
.bigBackground.CodemastersPolicy {
  background-image: url("../themes/base/images/racenet_background.jpg");
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
}
#ShareButton {
  z-index: 3;
  position: relative;
  top: 10px;
  left: 1040px;
  width: 100px;
}
#codemasters_cookies {
  z-index: 10;
  top: 0px;
  position: relative;
  clear: both;
  display: block;
  min-height: 0px;
  max-height: 250px;
  width: 100%;
}
#page-main-container {
  position: relative;
  bottom: 0px;
  display: block;
  height: 100%;
  width: 100%;
}
div .verticalLine {
  display: inline;
  height: 100%;
  background-color: Black;
  width: 1px;
  float: left;
}
/* HEADER CONTENT
--------------------------------------------*/

header {
  width: 100%;
  z-index: 100;
}
#head {
  width: 1224px;
  margin-left: auto;
  margin-right: auto;
}
#head-menu-container {
  position: relative;
  top: -48px;
  z-index: 10;
  margin: 0 auto;
  width: 100%;
  min-width: 640px;
  max-width: 1224px;
}
#showdownTourProgressShareButton {
  position: relative;
  top: -736px;
  left: -14px;
  float: right;
}
#showdownResultsShareButton {
  position: relative;
  top: -522px;
  left: -14px;
  float: right;
}
#showdownDisciplineWinsShareButton {
  position: relative;
  top: -505px;
  left: -14px;
  float: right;
}
#showdownVersusShareButton {
  position: relative;
  top: 578px;
  left: 538px;
}
#racenet_logo,
#head-menu-nav-avatar,
#head-menu-account,
#head-menu-account #account-menu,
#head-menu-account #account-menu li,
#head-menu-driver-links,
#head-menu-driver-links,
#driver-links-menu,
#head-menu-driver-links #driver-links-menu li {
  float: left;
}
/* Driver menu */

#head-menu-driver-links {
  width: 292px;
  background-color: white;
}
#head-menu-driver-links #driver-links-menu {
  list-style: none;
  font-weight: bold;
  width: 100%;
  height: 48px;
  position: relative;
  z-index: 5;
}
#head-menu-driver-links #driver-links-menu  li {
  margin: 0;
  color: #231f20;
  font-size: 37px;
  padding: 10px 8px 4px 8px;
}
#head-menu-driver-links #driver-links-menu  li.first {
  border-right: 1px dotted black;
}
#head-menu-driver-links #driver-links-menu  a {
  display: block;
  color: #231f20;
}
/* Account menu - Login, create account drop down etc */

#head-menu-account {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  width: 292px;
  background-color: black;
  vertical-align: middle;
  background-image: url('../cssimages/profile_bg.png');
  background-position: left;
  margin-right: 14px;
  background-repeat: no-repeat;
}
#head-menu-account #account-menu li {
  margin-right: 0px;
  font-size: 26px;
  width: 100%;
}
#head-menu-account #account-menu .topLink {
  height: 48px;
  display: block;
}
#head-menu-account #account-menu {
  list-style: none;
  width: 100%;
  height: 48px;
  position: relative;
  z-index: 5;
}
#head-menu-account #account-menu li li {
  height: 26px;
  padding: 0px;
  text-align: right;
}
#head-menu-account #account-menu li li a {
  margin-right: 48px;
  display: block;
}
#head-menu-account #account-menu li li a:hover,
#head-menu-account #account-menu li li a:focus {
  color: white;
}
#head-menu-account #account-menu a {
  color: #b0b0b0;
}
/*  ACCOUNT MENU DROPDOWN  */

#head-menu-account #account-menu ul {
  background: black;
  /* Adding a background makes the dropdown work properly in IE7+. 
     background: rgba(255,255,255,0); /* make the background fully transparent  */
  list-style: none;
  position: absolute;
  left: -9999px;
  /* Hide off-screen when not needed (this is more accessible than display:none;) */
  width: 100%;
  background-image: url('../cssImages/AccountMenu_dropdown_background.png');
  background-position: bottom;
  height: 55px;
}
#head-menu-account .name {
  float: right;
  padding-right: 6px;
  padding-top: 10px;
  width: 234px;
  text-align: right;
  cursor: default;
}
#head-menu-account .signedIn {
  cursor: pointer;
}
#head-menu-account .signedIn:hover {
  color: white;
}
#head-menu-account .avatar {
  float: right;
}
#head-menu-account #account-menu ul li {
  margin-left: 0px;
}
#head-menu-account #account-menu ul a {
  white-space: nowrap;
  /* Stop text wrapping and creating multi-line dropdown items */
  font-size: 20px;
  padding: 4px 0;
}
#head-menu-account #account-menu li:hover ul,
#head-menu-account #account-menu li.activious ul {
  left: 0;
  /* Display the dropdown on hover */

}
#head-menu-account #account-menu li:hover ul a,
#head-menu-account #account-menu li ul a .open,
#head-menu-account #account-menu li.activious ul {
  /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
  text-decoration: none;
}
div#head-menu-account ul#account-menu li ul li a {
  padding-right: 6px;
}
#head-menu-items {
  float: right;
}
/* Search bar and magnifying glass button  */

#search_bar,
#m_search_bar {
  float: right;
}
#search_bar #search_input,
#m_search_bar #search_input {
  float: right;
  padding-left: 20px;
}
#search_bar #search_input input,
#m_search_bar #m_search_input input {
  color: #939393;
  background-color: #2e2e2e;
  margin-right: 6px;
  padding-left: 3px;
  font-family: 'UniversNext-620CondB';
  font-size: 20px;
  float: right;
}
#search_bar #search_glass,
#m_search_bar #m_search_glass {
  background-image: url('../cssimages/searchMagGlass.png');
  background-repeat: no-repeat;
  height: 48px;
  width: 25px;
  float: right;
}
.menu-container {
  float: left;
  /*margin-top:48px;*/
  /*seperate page content from the topbar*/
  width: 100%;
  top: -48px;
  position: relative;
  height: 32px;
  z-index: 1;
}
/* Game logo now image from view */

#game-logo {
  float: right;
  padding-top: 4px;
}
#game-logo-F1 {
  float: right;
  margin-top: 18px;
}
/* MAIN CONTENT AREAS
--------------------------------------------*/

#page-container {
  width: 1224px;
  margin: 0 auto;
  padding: 0px 14px 0px 14px;
  z-index: 0;
  background-image: url("../CssImages/background_tiler.jpg");
  float: none;
}
#page {
  /*background-color: @almost_white;*/
  padding: 0px 0px 100px 0px;
  width: 100%;
  float: left;
}
#page-content {
  width: 100%;
  min-height: 700px;
  /* do not use height ot min-height it breaks the page layout */
  float: left;
}
/* Sign up Styles
--------------------------- */

.signup-box {
  min-width: 450px;
  max-width: 600px;
  min-height: 300px;
  max-height: 570px;
  float: left;
  background: #b8b8b8;
  margin-left: 50px;
  margin-top: 10px;
}
.signup-box-logo {
  width: 400px;
  height: 350px;
  background-image: url('../themes/base/images/RN_trans_logo.png');
  float: left;
}
.signup-box-header {
  color: #a3002e;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 36px;
  letter-spacing: -0.01em;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.signup-content-box {
  min-width: 360px;
  max-width: 520px;
  height: 360px;
  float: left;
  margin-left: 30px;
}
.signup-fontcontent1 {
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 46px;
  font-weight: normal;
  color: #404041;
  height: 42px;
  min-width: 430px;
  max-width: 450px;
  text-align: left;
  letter-spacing: -0.05em;
}
.signup-fontcontent2 {
  font-family: DINNextLTPro-BoldCondensed, 'Ubuntu Mono', sans-serif;
  font-weight: normal;
  font-size: 77px;
  color: #a3002e;
  border-bottom: 5px solid #989898;
  height: 80px;
  letter-spacing: -0.04em;
  min-width: 430px;
  max-width: 497px;
}
.signup-content-text {
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 21px;
  color: #404041;
  letter-spacing: -0.01em;
  padding: 10px 15px 0 0;
}
.signup-box-editor-label {
  width: 200px;
  color: #404041;
  float: left;
  text-align: right;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.01em;
  height: 20px;
  display: inline;
  top: 4.5px;
  position: relative;
}
.signup-box-editor-row {
  min-width: 200px;
  max-width: 520px;
  min-height: 20px;
  max-height: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  clear: both;
  left: 0px;
}
.signup-box-editor-field {
  width: 210px;
  float: right;
  margin-right: 10px;
  display: inline;
}
.signup-box-field {
  padding: 3px;
  width: 100%;
  color: #404041;
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: -0.01em;
}
.signup-dropdown-field.select {
  width: 100%;
  font-size: 13px;
  padding: 3px;
  display: inline;
}
.signup-submit-button {
  height: 35px;
  width: 100px;
  background: url('../cssImages/submit_login_buttons.png') no-repeat;
  float: right;
  min-width: 100px;
  max-width: 440px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 18px;
  padding-bottom: 5px;
  color: White;
  letter-spacing: -0.01em;
  margin-top: 11.5px;
  cursor: pointer;
  margin-bottom: 20px;
}
.signup-submit-button:hover {
  background-image: url('../cssImages/submit_login_buttons.png');
  background-position: -100px 0px;
  float: right;
  color: White !important;
  cursor: pointer;
}
.fb-connect-button {
  height: 35px;
  width: 220px;
  background: url('../cssImages/FB_connect_buttons.png') no-repeat;
  float: right;
  min-width: 100px;
  max-width: 440px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 18px;
  line-height: 15px;
  color: White;
  letter-spacing: -0.01em;
  margin-top: 11.5px;
  padding-left: 20px;
  padding-bottom: 3px;
  margin-left: 20px;
  cursor: pointer;
  margin-bottom: 5px;
  text-align: center;
  padding: 10px 0px 0px 0px;
}
.fb-connect-button:hover,
.fb-connect-button:visited {
  background-image: url('../cssImages/FB_connect_buttons.png');
  background-position: -220px 0px;
  float: right;
  color: White;
  cursor: pointer;
  text-decoration: none;
}
.fb-right-bump {
  margin-right: 15px;
}
select {
  color: #404041;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -0.01em;
  padding: 3px;
}
option {
  font-family: Arial;
}
.signup-dropdown-dob-field.select {
  font-size: 10px;
  padding: 3px;
}
input.signup-box-submit-button,
input.account-box-submit-button {
  background-image: url('../themes/base/images/nav_arrow_default.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right center;
  border: none;
  cursor: pointer;
  height: auto;
  min-width: 70px;
  max-width: 240px;
  vertical-align: middle;
  text-align: left;
  margin-top: 10.5px;
  margin-right: 20px;
  padding-right: 25px;
  float: right;
}
.signup-proceed-link {
  background-image: url('../themes/base/images/nav_arrow_default.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right center;
  top: 5px;
  right: 0px;
  border: none;
  cursor: pointer;
  height: 36px;
  width: 20px;
  vertical-align: middle;
  text-align: right;
  margin-right: 10px;
  position: absolute;
}
.signup-box-proceed-button {
  min-width: 120px;
  max-width: 440px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 30px;
  color: #404041;
  letter-spacing: -0.01em;
  margin-top: 3px;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
}
.signup-box-proceed-button-text {
  min-width: 120px;
  max-width: 440px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 30px;
  color: #404041;
  letter-spacing: -0.01em;
  margin-top: 3px;
  float: right;
  margin-left: 10px;
  margin-right: 25px;
}
.signup-box-proceed-button-text :hover {
  color: white;
}
.signup-box-submit-button-text {
  min-width: 100px;
  max-width: 440px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 30px;
  color: #404041;
  letter-spacing: -0.01em;
  margin-top: 11.5px;
}
.signup-termsofservice,
.signup-marking-optin {
  color: #404041;
  font-family: Arial;
  font-size: 9px;
  float: left;
  text-align: right;
  width: 410px;
  display: inline;
  left: 3px;
  position: relative;
  top: 4.5px;
}
.signup-checkbox-position {
  display: inline;
  float: right;
}
.signup-box-fields {
  padding-right: 10px;
  padding-bottom: 10px;
  margin-right: 10px;
  min-height: 250px;
  max-height: 600px;
}
.signup-box-success {
  font-family: DINNextLTPro-Condensed, 'Ubuntu Mono', sans-serif;
  font-size: 24px;
  color: #404041;
  letter-spacing: -0.01em;
  min-height: 150px;
  max-height: 500px;
  margin: 20px;
}
.sign-up-container {
  margin-top: 120px;
}
.signup-box-validation {
  float: right;
  font-size: small;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}
.signup-dropdown-spacing {
  margin-bottom: 3px;
}
.signup-box-dob-dropdown {
  height: 60px;
  overflow: hidden;
}
.signup-box-button-row {
  margin-top: 10px;
  width: 100%;
  height: 55px;
  background: #919396;
  position: relative;
  bottom: 0;
}
.signup-box-button-row:hover {
  margin-top: 10px;
  width: 100%;
  height: 55px;
  background: #a3002e;
  position: relative;
  bottom: 0;
}
#signup-arrow,
#linked-account-arrow {
  position: relative;
  top: 0;
  left: -10px;
  float: left;
  background-image: url('../themes/base/images/trans_arrow_sign_up_01.png');
  background-repeat: no-repeat;
  height: 40px;
  width: 10px;
}
/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error {
  color: #a3002e;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 15px;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #a3002e;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: #a3002e;
}
.validation-summary-valid {
  display: none;
}
/* tool tip
----------------------------------------*/

#displayname-requirements,
#password-requirements {
  position: absolute;
  min-width: 110px;
  max-width: 200px;
  left: 260px;
  top: -7px;
  float: right;
  font-size: 10px;
  font-family: Arial;
  color: White;
  text-align: left;
  background-color: #a3002e;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: none;
}
.tooltip-arrow {
  position: relative;
  top: -13px;
  left: -10px;
  float: left;
  background-image: url('../themes/base/images/red_arrow_sign_up_01.png');
  background-repeat: no-repeat;
  height: 40px;
  width: 10px;
  z-index: 1;
}
.tooltip-spacing {
  padding-left: 10px;
}
.relative-parent {
  position: relative;
}
/* Pop up content styles
---------------------------*/

.popup-content {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 34px;
  color: turquoise;
}
.popup-button {
  background: yellow;
  height: 30px;
  padding: 5px;
  min-width: 200px;
  max-width: 240px;
  cursor: pointer;
}
/* Accounts Setting styles
----------------------------*/

.update-account-box-container {
  min-width: 450px;
  max-width: 500px;
  min-height: 160px;
  max-height: 910px;
  margin-left: 50px;
  float: left;
  position: relative;
}
.account-box-editor-label {
  width: 165px;
  color: #404041;
  letter-spacing: -0.01em;
  text-align: right;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  float: left;
  left: 25px;
  top: 4.5px;
  display: inline;
  position: relative;
}
.account-passwordbox-editor-label {
  width: 250px;
  color: #404041;
  letter-spacing: -0.01em;
  text-align: right;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  float: left;
  left: 20px;
  top: 4.5px;
  display: inline;
  position: relative;
}
.account-change-password-link {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #a3002e;
}
.account-box-editor-field {
  width: 230px;
  float: right;
  position: relative;
  margin-left: 10px;
  clear: right;
  display: inline;
  margin-right: 20px;
}
.account-box-editor-field a:link,
.account-box-editor-field a:visited {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: #a3002e;
  text-transform: uppercase;
}
.account-box-editor-field a:hover {
  text-decoration: underline;
}
.account-passwordbox-editor-field {
  width: 230px;
  float: right;
  position: relative;
  margin-left: 10px;
  clear: right;
  display: inline;
  left: -5px;
}
.account-box-noneditable-field {
  width: 230px;
  float: right;
  position: relative;
  top: 0px;
  margin-left: 10px;
  clear: right;
  display: inline;
  margin-right: 20px;
  padding: 3px;
  color: #404041;
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: -0.01em;
}
.account-box-editor-row {
  min-width: 200px;
  max-width: 520px;
  min-height: 20px;
  max-height: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  clear: both;
  left: 0px;
}
.account-passwordbox-editor-row {
  min-width: 200px;
  max-width: 520px;
  min-height: 20px;
  max-height: 30px;
  margin-top: 5px;
  margin-bottom: 20px;
  clear: both;
  left: 0px;
}
.account-box-button-row {
  width: 100%;
  height: 55px;
  margin-top: 40px;
  background: #919396;
  position: relative;
  bottom: 0px;
}
.account-passwordbox-button-row {
  width: 100%;
  height: 55px;
  margin-top: 10px;
  background: #919396;
  position: relative;
  display: inline-block;
  bottom: -10px;
}
.account-box-button-row:hover {
  width: 100%;
  height: 55px;
  background: #a3002e;
}
#account-settings-fields {
  width: 600px;
  float: left;
  min-height: 160px;
  max-height: 800px;
  background-color: #b8b8b8;
  margin-top: 20px;
}
#account-password-settings-fields {
  min-width: 540px;
  max-width: 650px;
  background-color: #b8b8b8;
  margin-top: 30px;
  min-height: 250px;
  max-height: 600px;
  position: relative;
  display: block;
}
.account-box-validation {
  float: right;
  font-size: small;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}
.account-passwordbox-validation {
  float: right;
  font-size: small;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}
#account-box-header {
  min-width: 380px;
  max-width: 500px;
  padding: 5px;
  color: #404041;
  letter-spacing: -0.01em;
  font-family: DINNextLTPro-Condensed, 'Ubuntu Mono', sans-serif;
  font-size: 40px;
  border-bottom: 4px solid #989898;
}
.account-box-submit-button-text {
  min-width: 105px;
  max-width: 450px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 30px;
  color: #404041;
  letter-spacing: -0.01em;
  float: right;
  margin-bottom: 0px;
  margin-left: 50px;
  background: transparent;
}
.account-reset-fix-position,
.signup-submit-fix-position {
  min-width: 90px;
  max-width: 450px;
  float: right;
  position: absolute;
  right: 0px;
}
.account-box-reset-button-text {
  min-width: 90px;
  max-width: 450px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 30px;
  color: #404041;
  letter-spacing: -0.01em;
  float: right;
  margin-left: 10px;
  background: transparent;
  position: relative;
}
input.account-box-reset-button {
  background-image: url('../themes/base/images/nav_arrow_default.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right center;
  border: none;
  cursor: pointer;
  height: 36px;
  vertical-align: middle;
  text-align: left;
  margin-top: 10px;
  margin-right: 20px;
  padding-right: 25px;
  float: right;
  min-width: 70px;
  max-width: 240px;
}
#account-arrow {
  position: relative;
  top: 0;
  left: -10px;
  float: left;
  background-image: url('../themes/base/images/trans_arrow_sign_up_01.png');
  background-repeat: no-repeat;
  height: 40px;
  width: 10px;
}
.account-checkbox {
  width: 15px;
  float: left;
}
.account-checkbox-content {
  float: left;
  font-family: Arial;
  font-size: 12px;
  color: #404041;
  position: relative;
  top: 2px;
  left: 10px;
  width: 180px;
  margin-bottom: 15px;
}
/* Account linking styles
-----------------------------------------*/

.linked-accounts-container,
#account-settings-container {
  margin-top: 50px;
  clear: both;
}
.linked-accounts-content-box,
.update-account-content-box {
  min-width: 360px;
  max-width: 450px;
  height: 360px;
  float: left;
  margin-left: 30px;
}
.linked-accounts-content-xbox-box {
  min-width: 400px;
  max-width: 550px;
  height: 360px;
  float: left;
  margin-left: 30px;
}
.linked-accounts-fontcontent1,
.update-account-fontcontent1 {
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 46px;
  font-weight: normal;
  color: #404041;
  height: 42px;
  min-width: 430px;
  max-width: 450px;
  text-align: left;
  letter-spacing: -0.05em;
}
.linked-accounts-fontcontent2,
.update-account-fontcontent2 {
  font-family: DINNextLTPro-BoldCondensed, 'Ubuntu Mono', sans-serif;
  font-weight: normal;
  font-size: 70px;
  color: #a3002e;
  border-bottom: 5px solid #989898;
  height: 80px;
  letter-spacing: -0.04em;
  min-width: 430px;
  max-width: 550px;
}
.linked-accounts-content-text,
.update-account-content-text {
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 21px;
  color: #404041;
  letter-spacing: -0.01em;
  padding: 10px 0 0;
}
.linked-accounts-content-text a:link,
.linked-accounts-content-text a:visited,
.update-account-content-text a:link,
.update-account-content-text a:visited {
  color: #a3002e;
  text-decoration: none;
}
.linked-accounts-content-text a:hover,
.update-account-content-text a:hover {
  text-decoration: underline;
}
.linked-accounts-box-container {
  min-width: 640px;
  max-width: 800px;
  min-height: 310px;
  max-height: 570px;
  position: relative;
  float: left;
  left: 50px;
  margin-top: 10px;
}
.linked-accounts-xbox-container {
  min-width: 440px;
  max-width: 500px;
  min-height: 310px;
  max-height: 570px;
  float: left;
  margin-left: 50px;
  margin-top: 10px;
  background-color: #b8b8b8;
}
#linked-account-box-header {
  min-width: 440px;
  max-width: 500px;
  padding: 5px;
  background-color: #231f20;
  height: 80px;
  position: relative;
}
#linked-account-header-image-one {
  background-image: url('../themes/base/images/360_logo_mid.png');
  background-repeat: no-repeat;
  background-position: top center;
  padding: 10px;
  height: 110px;
  width: 210px;
  position: absolute;
}
#linked-account-header-image-two {
  background-image: url('../themes/base/images/live_logo_mid.png');
  background-repeat: no-repeat;
  background-position: top center;
  padding: 10px;
  height: 110px;
  width: 80px;
  float: right;
  left: 320px;
  position: absolute;
}
#linked-account-xbox-arrow {
  position: relative;
  top: 0;
  left: -20px;
  float: left;
  background-image: url('../themes/base/images/trans_arrow_sign_up_02');
  background-repeat: no-repeat;
  height: 40px;
  width: 10px;
}
#linked-account-settings-fields {
  min-width: 450px;
  max-width: 500px;
  float: left;
  min-height: 160px;
  max-height: 800px;
  background-color: #b8b8b8;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
#linked-account-settings-arrow {
  position: relative;
  top: 0px;
  left: -62px;
  float: left;
  background-image: url('../themes/base/images/trans_arrow_sign_up_02');
  background-repeat: no-repeat;
  background-size: 60px;
  height: 60px;
  width: 60px;
  z-index: 10;
}
.linked-account-box-button-row {
  width: 100%;
  height: 55px;
  background: #919396;
  position: absolute;
  bottom: 0px;
  padding-top: 10px;
}
.linked-account-box-button-row:hover {
  width: 100%;
  height: 55px;
  background: #a3002e;
}
#linked-accounts-box-top {
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  clear: right;
}
#linked-account-steam-box,
#linked-account-steam-box-islinked,
#linked-account-steam-box-islead {
  width: 200px;
  height: 200px;
  /*height:130px;*/
  background: #b0b0b0;
  float: left;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
#linked-account-steam-login-box {
  width: 200px;
  height: 200px;
  float: left;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  display: none;
}
#linked-account-steam-content,
#linked-account-steam-content-islinked,
#linked-account-steam-content-islead {
  background-image: url('../themes/base/images/steam_logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px 0 0 15px;
  height: 160px;
}
#linked-account-steam-login-content,
#linked-account-psn-login-content,
#linked-account-xbox-login-content,
#linked-account-xbox-login-content-islinked,
#linked-account-youtube-login-content,
#linked-account-twitter-login-content {
  padding: 10px;
  background: #a3002e;
  color: White;
  font-family: Arial;
  font-size: 12px;
  height: 140px;
}
#linked-account-psn-login-content p,
#linked-account-steam-login-content p,
#linked-account-xbox-login-content p,
#linked-account-youtube-login-content p,
#linked-account-twitter-login-content p {
  margin-top: 10px;
}
#linked-account-steam-bar,
#linked-account-psn-bar,
#linked-account-xbox-bar,
#linked-account-facebook-bar,
#linked-account-twitter-bar,
#linked-account-youtube-bar {
  width: 200px;
  height: 40px;
  bottom: 0px;
  position: absolute;
  background-color: #989898;
  filter: inherit;
}
#linked-account-steam-bar-holder,
#linked-account-psn-bar-holder,
#linked-account-xbox-bar-holder,
#linked-account-youtube-bar-holder,
#linked-account-twitter-bar-holder {
  width: 200px;
  height: 40px;
  bottom: 0px;
  position: absolute;
  background-color: #989898;
}
/* steam styles when set to lead account*/

#linked-account-steam-bar-islead,
#linked-account-steam-bar-islinked,
#linked-account-psn-bar-islead,
#linked-account-psn-bar-islinked,
#linked-account-xbox-bar-islead,
#linked-account-xbox-bar-islinked,
#linked-account-youtube-bar-islinked,
#linked-account-twitter-bar-islinked,
#linked-account-facebook-bar-islinked {
  width: 200px;
  height: 40px;
  bottom: 0px;
  position: absolute;
  background-color: white;
}
#linked-account-steam-bar-unlink-lead,
#linked-account-psn-bar-unlink-lead,
#linked-account-xbox-bar-unlink-lead {
  width: 200px;
  height: 40px;
  left: 0px;
  bottom: 0px;
  position: absolute;
  background-color: #a3002e;
  display: none;
  color: White;
}
/* steam styles when linked account */

#linked-account-steam-box-islinked,
#linked-account-steam-box-islead,
#linked-account-facebook-box-islinked {
  width: 200px;
  height: 200px;
  /*height:130px;*/
  background: #f0f0f0;
  float: left;
  position: relative;
  cursor: pointer;
}
#linked-account-steam-holder {
  width: 200px;
  height: 200px;
  position: relative;
  background: #f0f0f0;
  float: left;
  cursor: pointer;
}
#linked-account-psn-holder,
#linked-account-xbox-holder,
#linked-account-youtube-holder,
#linked-account-twitter-holder {
  width: 200px;
  height: 200px;
  background: #f0f0f0;
  float: left;
  position: relative;
  margin-left: 50px;
  cursor: pointer;
}
#linked-account-steam-continue-bar,
#linked-account-psn-continue-bar,
#linked-account-xbox-continue-bar,
#linked-account-youtube-continue-bar,
#linked-account-twitter-continue-bar {
  width: 200px;
  height: 40px;
  bottom: 0px;
  position: relative;
  background-color: #989898;
  cursor: pointer;
}
#linked-account-psn-box {
  width: 200px;
  height: 200px;
  background: #a5a7aa;
  float: left;
  position: relative;
  margin-left: 50px;
  cursor: pointer;
}
#linked-account-psn-login-box {
  width: 200px;
  height: 200px;
  float: left;
  margin-left: 50px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  display: none;
}
#linked-account-psn-content,
#linked-account-psn-content-islinked,
#linked-account-psn-content-islead {
  background-image: url('../themes/base/images/PSN_logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px;
  height: 140px;
}
/*
Images
*/

.linked-account-notlinkedpsn-image,
.linked-account-notlinkedxbox-image,
.linked-account-notlinkedsteam-continue-image {
  background-image: url('../themes/base/images/nav_plus_default.png');
  left: 22px;
  top: -25px;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
input.linked-account-notlinkedsteam-continue-image {
  background-image: url('../themes/base/images/nav_plus_default.png');
  left: 22px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
.linked-account-notlinked-youtube-image,
.linked-account-notlinked-twitter-image,
.linked-account-notlinked-facebook-image {
  background-image: url('../themes/base/images/nav_plus_default.png');
  left: -10px;
  top: 7px;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
.linked-account-notlinkedsteam-continue-image,
.linked-account-notlinkedpsn-continue-image,
.linked-account-notlinkedxbox-continue-image,
.linked-account-notlinkedyoutube-continue-image {
  background-image: url('../themes/base/images/nav_arrow_default_small.png');
  left: 28px;
  top: -24px;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
.linked-account-steam-unlink-image,
.linked-account-psn-unlink-image,
.linked-account-xbox-unlink-image,
.linked-account-youtube-unlink-image,
.linked-account-twitter-unlink-image {
  background-image: url('../themes/base/images/nav_minus_default.png');
  left: 22px;
  top: -24px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
.linked-account-facebook-unlink-image {
  background-image: url('../themes/base/images/nav_minus_default.png');
  left: 22px;
  top: -20px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
.linked-account-lead-tick-image {
  background-image: url('../themes/base/images/nav_tick_lead.png');
  left: 22px;
  top: -24px;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
/* styles for when accounts are not linked for Xbox */

#linked-account-xbox-box {
  width: 200px;
  height: 200px;
  background: #a5a7aa;
  float: left;
  position: relative;
  margin-left: 50px;
  cursor: pointer;
}
#linked-account-xbox-content,
#linked-account-xbox-content-islinked,
#linked-account-xbox-content-islead {
  background-image: url('../themes/base/images/360_logo_small.png');
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px;
  height: 140px;
}
.linked-account-bar-text,
.linked-account-steam-bar-text,
.linked-account-psn-bar-text,
.linked-account-xbox-bar-text {
  margin: 10px;
  font-size: 18px;
  letter-spacing: -0.01em;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  color: #404041;
  position: absolute;
  cursor: pointer;
  float: right;
  height: 20px;
  width: 160px;
  text-align: right;
}
.linked-account-add-text,
.linked-account-add-steam-text,
.linked-account-add-psn-text,
.linked-account-add-xbox-text,
.linked-account-add-facebook-text,
.linked-account-add-twitter-text,
.linked-account-add-youtube-text {
  margin: 10px;
  font-size: 18px;
  text-align: right;
  letter-spacing: -0.01em;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  color: #404041;
  position: absolute;
  cursor: pointer;
  float: right;
  width: 160px;
  height: 20px;
  filter: inherit;
}
.linked-account-add-facebook-text {
  text-transform: uppercase;
  width: 80%;
  text-align: right;
  font-size: 0.85em;
}
.linked-account-add-facebook-text:hover,
.linked-account-add-facebook-text:visited {
  text-decoration: none;
}
.linked-account-add-facebook-text a {
  text-transform: uppercase;
  width: 80%;
  text-align: left;
  margin-right: 0;
}
.linked-account-bar-text-a1 {
  margin: 10px;
  font-size: 18px;
  letter-spacing: -0.01em;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  position: relative;
  cursor: pointer;
  float: right;
  margin-right: 35px;
  color: White;
}
.linked-account-bar-image {
  position: absolute;
  top: 0px;
  left: -10px;
}
.linked-account-notlinkedsteam-image {
  background-image: url('../themes/base/images/nav_plus_default.png');
  left: -10px;
  top: 8px;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
#linked-account-xbox-login-box,
#linked-account-xbox-login-box-islinked {
  width: 200px;
  height: 200px;
  float: left;
  margin-left: 50px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  display: none;
}
.islead-account-xbox,
.islead-account-psn,
.islead-account-steam {
  background-position: center center;
  padding: 10px;
  height: 140px;
  position: relative;
  bottom: 0px;
  background-color: #a3002e;
  display: none;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  color: White;
}
.linked-account-continue-text {
  background: transparent;
  font-size: 18px;
  letter-spacing: -0.01em;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  color: #404041;
  position: relative;
  cursor: pointer;
}
.linked-account-continue-text:hover {
  background: transparent;
  font-size: 18px;
  letter-spacing: -0.01em;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  color: white;
  position: relative;
  cursor: pointer;
  background: #a3002e;
}
/* end styles - not linked for xbox */

/* styles for when accounts are linked */

#linked-account-xbox-box-islinked,
#linked-account-psn-box-islinked,
#linked-account-psn-box-islead,
#linked-account-facebook-box-islinked {
  width: 200px;
  height: 200px;
  /*height:140px*/
  background: #f0f0f0;
  float: left;
  position: relative;
  cursor: pointer;
}
#linked-account-xbox-bar-unlink,
#linked-account-psn-bar-unlink,
#linked-account-steam-bar-unlink,
#linked-account-youtube-bar-unlink,
#linked-account-twitter-bar-unlink {
  width: 200px;
  height: 40px;
  left: 0px;
  bottom: 0px;
  position: relative;
  background-color: #a3002e;
  display: none;
  color: White;
}
.linked-account-xbox-unlink,
.linked-account-psn-unlink,
.linked-account-steam-unlink,
.linked-account-youtube-unlink,
.linked-account-twitter-unlink {
  margin: 10px;
  font-size: 18px;
  letter-spacing: -0.01em;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  color: white;
  position: absolute;
  cursor: pointer;
  float: right;
  height: 20px;
  width: 160px;
  display: none;
  text-align: right;
}
/* end styles - linked accounts */

/*style for facebook*/

.linked-account-facebook-image {
  background-image: url('../themes/base/images/nav_plus_default.png');
  left: 22px;
  top: -20px;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  width: 160px;
}
/**/
#linked-accounts-box-bottom {
  width: 100%;
  height: 180px;
  margin-bottom: 30px;
  clear: both;
}
#linked-account-facebook-box {
  width: 200px;
  height: 200px;
  background: #b0b0b0;
  float: left;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
#linked-account-facebook-box:hover {
  width: 200px;
  height: 200px;
  background: silver;
  float: left;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  color: White;
}
#linked-account-facebook-box-islinked a,
#linked-account-facebook-box-islinked a:hover,
#linked-account-facebook-box-islinked a:visited {
  text-decoration: none;
}
#linked-account-facebook-content,
#linked-account-facebook-content-islinked {
  background-image: url('../themes/base/images/facebook_logo_mid.png');
  background-repeat: no-repeat;
  background-position: center center;
  padding: 28px 0px 20px 0px;
  height: 110px;
}
#linked-account-twitter-box {
  width: 200px;
  height: 200px;
  background: #b0b0b0;
  float: left;
  position: relative;
  margin-left: 50px;
  cursor: default;
}
#linked-account-twitter-content {
  background-image: url('../themes/base/images/twitter_logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  padding: 27px 0px 20px 0px;
  height: 110px;
}
#linked-account-youtube-box {
  width: 200px;
  height: 200px;
  background: #a5a7aa;
  float: left;
  position: relative;
  margin-left: 50px;
  cursor: default;
}
#linked-account-youtube-login-box,
#linked-account-twitter-login-box {
  width: 200px;
  height: 200px;
  float: left;
  margin-left: 50px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  display: none;
}
#linked-account-youtube-content,
#linked-account-youtube-content-islinked {
  background-image: url('../themes/base/images/youtube_logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  padding: 27px 0px 20px 0px;
  height: 110px;
}
#linked-account-twitter-content,
#linked-account-twitter-content-islinked {
  background-image: url('../themes/base/images/twitter_logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  padding: 27px 0px 20px 0px;
  height: 110px;
}
#linked-account-content-comingsoon {
  color: #404040;
  position: relative;
  text-align: center;
  width: 100%;
  top: 90px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 32px;
  letter-spacing: -0.04em;
}
#linked-account-display-errormessage {
  clear: both;
  color: #a3002e;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 15px;
}
/* Account Menu
---------------------------------*/

#account-menu-nav-bar {
  position: relative;
  clear: both;
  font-family: DINNextLTPro-Condensed, 'Ubuntu Mono', sans-serif;
  left: 30px;
  top: -60px;
  display: block;
  margin-bottom: 40px;
}
/* Policy Styles
---------------------------------*/

#policy-container {
  width: 1024px;
  height: 100%;
  /* background-color:Black; */
  color: White;
  font-family: DINNextLTPro-Condensed, 'Ubuntu Mono', sans-serif;
  display: block;
  margin: 10px auto 10px auto;
}
#policy-content-box {
  width: auto;
  height: auto;
  position: relative;
  padding: 20px;
  /* background:lime;*/

}
.policy-fontcontent1 {
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 46px;
  font-weight: normal;
  color: #404041;
  height: 42px;
  min-width: 430px;
  max-width: 450px;
  text-align: left;
  letter-spacing: -0.05em;
}
.policy-fontcontent2 {
  font-family: DINNextLTPro-BoldCondensed, 'Ubuntu Mono', sans-serif;
  font-weight: normal;
  font-size: 77px;
  color: #a3002e;
  border-bottom: 5px solid #989898;
  letter-spacing: -0.04em;
  width: 980px;
}
.policy-fontcontent3 {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-weight: normal;
  font-size: 77px;
  color: #a3002e;
  border-bottom: 5px solid #989898;
  letter-spacing: -0.01em;
  width: 980px;
}
#policy-header {
  width: 900px;
  padding-top: 5px;
  padding-left: 5px;
  color: White;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 40px;
  background-color: Red;
  margin: 0px auto 10px auto;
}
#policy-content {
  padding: 30px;
  color: #404040;
  background-color: #b8b8b8;
  text-align: justify;
  margin-bottom: 70px;
}
#policy-content p {
  margin-top: 10px;
  margin-bottom: 10px;
}
#policy-content h3 {
  margin-top: 10px;
  font-weight: bold;
}
.bottomPadding {
  width: 100%;
  height: 100px;
  float: left;
}
/* Showdown About Styles
-------------------------*/

#sd-about-container {
  position: absolute;
  top: 120px;
}
#sd-about-content {
  position: relative;
  margin-bottom: 10px;
  padding: 0px 14px 0px 14px;
  width: 1210px;
  clear: both;
}
#sd-about-signup {
  display: inline-block;
  position: absolute;
  float: right;
  right: 15px;
  top: 140px;
  z-index: 2;
}
#sd-about-outnow {
  position: relative;
  height: 477px;
  margin: 0;
  top: -54px;
  left: 15px;
}
#sd-about-buynow {
  position: relative;
  left: -25px;
  top: 40px;
  display: inline-block;
}
#sd-about-welcome {
  position: relative;
  min-height: 270px;
  max-height: 470px;
  margin-right: 20px;
  top: -60px;
}
#sd-about-welcome-01 {
  width: 50%;
  float: right;
}
#sd-about-welcome-02 {
  width: 50%;
  float: left;
}
#sd-about-middle {
  position: relative;
  width: 1240px;
  height: 789px;
  top: -60px;
}
#sd-about-middle-01 {
  position: relative;
  float: left;
  width: 60%;
}
#sd-about-middle-02 {
  position: relative;
  float: right;
  width: 40%;
  left: -15px;
}
#sd-about-middle-02a {
  position: relative;
  top: -40px;
}
#sd-about-middle #sd-about-letLoose {
  position: absolute;
  top: 0px;
  left: 0px;
  float: left;
  width: 622px;
}
#sd-about-speednstyle {
  background: url(../showdown/about/speednstyle.png) no-repeat top right;
  position: absolute;
  display: block;
  top: -50px;
  left: 620px;
  width: 648px;
  height: 889px;
}
#sd-about-speednstyle .sd-speednstyle-arrow {
  background: url(../showdown/about/speednstyle_tag.png) no-repeat top left;
  position: absolute;
  display: block;
  float: left;
  width: 215px;
  height: 73px;
}
#sd-about-speednstyle div.sd-speednstyle-arrow h3 {
  text-align: left;
  text-transform: uppercase;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 30pt;
  font-weight: normal;
  letter-spacing: -0.04em;
  color: white;
  padding: 12px 0px 0px 12px;
}
#sd-about-speednstyle-tag01 {
  left: 85px;
  top: 135px;
}
#sd-about-speednstyle-tag02 {
  left: 85px;
  top: 318px;
}
#sd-about-speednstyle-tag03 {
  left: 85px;
  top: 500px;
}
#sd-about-sections {
  position: relative;
  width: 622px;
  height: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
#sd-about-first {
  position: absolute;
  padding: 0 28px 0 0;
  top: 0px;
  left: 0px;
  float: left;
  width: 204px;
}
#sd-about-second {
  position: absolute;
  padding: 0 28px 0 0;
  top: 0px;
  left: 230px;
  width: 204px;
}
#sd-about-third {
  position: absolute;
  padding: 0 28px 0 0;
  top: 0px;
  left: 460px;
  width: 204px;
}
#sd-about-car {
  position: absolute;
  bottom: -50px;
  left: 0px;
  float: left;
  width: 660px;
  height: auto;
}
#sd-about-bottomCopy {
  position: absolute;
  top: 340px;
  min-height: 250px;
  max-height: 500px;
  color: #a3002e;
}
#sd-about-arrows {
  position: relative;
  top: -70px;
  left: 0px;
  float: right;
  width: 404px;
}
#sd-about-letLooseImg {
  position: relative;
  left: -25px;
}
#sd-about-letloosecopy {
  position: relative;
  left: 0px;
  width: 594px;
  top: -22px;
}
#sd-about-bottom {
  position: relative;
  top: -130px;
  min-height: 800px;
  max-height: 1200px;
  clear: both;
  width: 1196px;
  padding: 0px 0px 0px 13px;
}
#sd-about-carImag {
  position: relative;
  left: -90px;
  top: -80px;
}
.sd-car-image-holder {
  position: absolute;
  left: 45px;
  top: 25px;
}
#sd-about-carimg-bkg {
  position: absolute;
  left: 45px;
  top: 25px;
}
#sd-about-bottom-flags {
  position: relative;
  bottom: 130px;
  margin-left: auto;
  margin-right: auto;
  width: 380px;
  padding: 0 0 80px 0;
}
#sd-about-bottom-flags ul li {
  float: left;
  display: block;
  margin-left: 12px;
}
#sd-about-ratings {
  position: relative;
  bottom: 110px;
  width: 380px;
  float: right;
  direction: rtl;
  left: 130px;
}
#sd-about-ratings ul li {
  float: left;
  display: block;
  margin-left: 12px;
}
img.sd-about-floatright {
  top: -30px;
  float: right;
}
img.sd-about-floatLeft {
  position: relative;
  top: -11px;
  float: left;
  left: -15px;
}
#sd-about-arrows div.sd-about-arrow {
  background: url(../showdown/about/about_tag.png) no-repeat top right;
  float: right;
  width: 404px;
  height: 64px;
}
#sd-about-arrows div.sd-about-arrow h3 {
  text-align: right;
  text-transform: uppercase;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 24pt;
  color: white;
  padding: 14px 30px 0px 0px;
}
.sd-about-subtitle-01 {
  font-size: 50px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  text-align: right;
  letter-spacing: -0.03em;
}
.sd-about-bodytext-01 {
  font-size: 30px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  text-align: right;
  line-height: 30px;
  min-height: 200px;
  max-height: 400px;
  letter-spacing: -0.02em;
}
.sd-about-subtitle-02 {
  font-size: 40px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  text-align: left;
  line-height: 38px;
  letter-spacing: -0.03em;
}
.sd-about-bodytext-03 {
  font-size: 40px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  text-align: left;
  width: 730px;
  line-height: 38px;
  letter-spacing: -0.03em;
  padding: 0px 0px 0px 13px;
}
.sd-about-bodytexttitle-02a,
.sd-about-bodytexttitle-02b,
.sd-about-bodytexttitle-02c {
  font-size: 26px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  text-align: left;
  line-height: 25px;
}
.sd-about-bodytext-02a,
.sd-about-bodytext-02b,
.sd-about-bodytext-02c {
  font-size: 19px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  text-align: left;
  line-height: 24px;
}
.sd-about-subtitle-03 {
  font-size: 50px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  text-align: left;
  line-height: 40px;
  width: 730px;
  letter-spacing: -0.03em;
  padding: 0px 0px 0px 13px;
}
.sd-about-bodytext-04 {
  font-size: 50px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  text-align: left;
  line-height: 49px;
  display: block;
  clear: right;
  letter-spacing: -0.03em;
  padding: 0px 0px 0px 13px;
}
.sd-about-bodytext-03a,
.sd-about-bodytext-03b,
.sd-about-bodytext-03c {
  font-size: 19px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  text-align: right;
  line-height: 24px;
  margin-right: 20px;
}
/* No Flash Fallback
-------------------------*/

#no-flash-installed {
  text-align: center;
  position: absolute;
  z-index: 1;
  background: url("../Flash/RN_Install_Flash_bg_slice.png");
  text-decoration: none;
  width: 560px;
}
#no-flash-installed a:hover,
#no-flash-installed a:visited {
  text-decoration: none;
}
#no-flash-installed img {
  position: relative;
  padding-top: 30px;
}
#no-flash-installed h1 {
  font-family: DINNextLTPro-UltraLightCond, 'Open Sans Condensed', sans-serif;
  font-size: 120px;
  color: #c41f31;
  letter-spacing: -0.045em;
}
#no-flash-installed p {
  font-family: DINNextLTPro-Condensed, 'Ubuntu Mono', sans-serif;
  font-size: 24px;
  color: white;
  letter-spacing: -0.02em;
  padding-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  font-weight: normal;
  margin-top: -17px;
}
/*hide class*/

.quickhide {
  display: none;
}
/*========*/

/* Error Page 
----------------------*/

.errorpage h1 {
  font-family: DINNextLTPro-UltraLightCond, 'Open Sans Condensed', sans-serif;
  font-size: 90pt;
  color: #c41f31;
  text-transform: uppercase;
  margin-top: 130px;
  letter-spacing: -0.0475em;
  position: relative;
  left: 50px;
}
.errorpage p {
  font-family: DINNextLTPro-Condensed, 'Ubuntu Mono', sans-serif;
  font-size: 17pt;
  color: #4d4d4d;
  letter-spacing: -0.03em;
  line-height: 0.95em;
  position: relative;
  top: -10px;
  left: 58px;
}
.errorpage p.subtitle {
  font-size: 22pt;
  color: #c41f31;
}
.errorpage img {
  margin-top: 0px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    /*iPad body styles go here...*/
    background-image: none;
    background-color: white;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    color: Black;
    font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
    float: none;
  }
  .bigBackground {
    background-image: url("../cssImages/background_standard.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    z-index: -10;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
  }
  .bigBackground.Grid2 {
    background-image: url("../Grid2/full_background.jpg");
    background-color: Black;
    background-repeat: repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
  }
  .bigBackground.F1_2012 {
    background-image: url("../F1_2012/page_bgs/rn_f1_bg_01.jpg");
    background-color: White;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .bigBackground.RacenetLanding {
    background-image: url("../cssImages/racenet_background.jpg");
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .bigBackground.RaceStars {
    background-image: url("../F1_All_Stars/site_frame/allstars_page_bkgr.jpg");
    background-color: White;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.MetaGame {
  width: 48%;
  float: left;
}
.reward {
  width: 50px;
  float: left;
  border: 1px solid black;
}
.addReward {
  clear: both;
}
.editReward {
  float: left;
  width: 200px;
}
.playerGrouping {
  clear: both;
}
.featureGame {
  clear: both;
  float: none;
}
.blogPost {
  width: 400px;
  clear: both;
  margin-bottom: 30px;
  padding-top: 20px;
}
.blogPost .header {
  float: left;
  width: 400px;
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
  background-image: url('../themes/base/images/white50.png');
  color: black;
}
.blogPost .Title {
  float: left;
  width: 300px;
}
.blogPost .PostedDate {
  float: left;
  width: 100px;
}
.blogPost .Content {
  float: none;
  clear: both;
  width: 400px;
}
.blogPost input {
  float: right;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.blogPost input[name="facebook"] {
  background: url(../SocialMediaIcons/facebook.png) no-repeat;
}
.blogPost input[name="twitter"] {
  background: url(../SocialMediaIcons/twitter.png) no-repeat;
}
.blogPost input[disabled] {
  cursor: auto;
}
.socialMediaLinks div {
  height: 25px;
  width: 25px;
  float: left;
}
.facebookLogo {
  height: 25px;
  width: 25px;
  background-image: url('../themes/base/images/facebook_logo.png');
}
.twitterLogo {
  height: 25px;
  width: 25px;
  background-image: url('../themes/base/images/twitter-logo.png');
}
.featureGame {
  width: 100%;
  height: 500px;
  background-image: url("../showdown/sanfran_dom_black.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.scrollDown {
  width: 100%;
  height: 40px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  margin-top: 20px;
  padding: 5px;
  cursor: default;
}
.scrollDown .bar {
  margin-left: auto;
  margin-right: auto;
}
.scrollDown .title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.04em;
  font-size: 30px;
  float: left;
  padding-top: 2px;
}
.scrollDown .downArrow {
  margin-top: 10px;
  height: 24px;
  /*background-image:url("../cssimages/downArrow.png");*/
  background-position: top left;
  background-repeat: no-repeat;
  float: left;
  clear: none;
}
.scrollDown:hover .downArrow {
  background-position: bottom left;
}
.pointUp.scrollDown .downArrow {
  background-position: top right;
}
.pointUp.scrollDown:hover .downArrow {
  background-position: bottom right;
}
.TripleBarContainer {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  height: 170px;
  color: #222222;
  overflow: hidden;
}
.TripleBar {
  color: #404040;
  clear: both;
  width: 100%;
  height: 150px;
}
.TripleBar .tbBox {
  position: relative;
  width: 408px;
  float: left;
  clear: none;
}
.rightBox .scoreBox {
  float: left;
}
.leftBox .scoreBox {
  float: right;
}
.TripleBar .leftBox {
  width: 333px;
  margin-right: 75px;
}
.TripleBar .middleBox {
  width: 376px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: solid 1px;
  border-right: solid 1px;
  border-color: #404040;
  height: 150px;
}
.middleBox .scoreBox {
  float: none;
  margin: auto;
  text-align: center;
}
.TripleBar .rightBox {
  width: 333px;
  padding-left: 75px;
}
.TripleBar .title {
  margin: auto;
  margin-bottom: 10px;
  width: 300px;
  height: 27px;
  text-align: center;
  white-space: nowrap;
  font-size: 34px;
  letter-spacing: -0.045em;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
}
.TripleBar .leftBox .title {
  margin-right: 0px;
  text-align: right;
}
.TripleBar .rightBox .title {
  margin-left: 0px;
  text-align: left;
}
.TripleBar .scoreBox {
  clear: both;
  position: relative;
  width: 260px;
}
.TripleBar .score {
  font-size: 78px;
  height: 75px;
  float: right;
  letter-spacing: -0.045em;
  font-family: DINNextLTPro-UltraLightCond, 'Open Sans Condensed', sans-serif;
  margin-left: -3px;
  padding-right: 4px;
  padding-bottom: 5px;
}
.TripleBar .name {
  font-size: 28px;
  clear: both;
  float: right;
  letter-spacing: -0.04em;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-weight: normal;
  padding-right: 6px;
}
.TripleBar .position {
  width: 20px;
  clear: none;
  position: absolute;
  top: 15px;
  left: 9px;
  background-image: url(../CssImages/RankIndicator_Left.png);
  width: 73px;
  height: 48px;
}
.TripleBar .position .avatar {
  width: 37px;
  height: 44px;
  float: left;
}
.TripleBar .position .avatar img {
  width: 37px;
  height: 44px;
}
.TripleBar .position .rank {
  float: left;
  padding: 8px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 27px;
  letter-spacing: -0.04em;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  width: 10px;
}
#TripleBarDefault .rightBox .position {
  right: 0px;
  left: auto;
  background-image: url(../CssImages/RankIndicator_Right.png);
}
#TripleBarDefault .rightBox .position .avatar {
  float: right;
}
#TripleBarDefault .rightBox .position .rank {
  float: right;
  width: 40px;
}
#TripleBarDefault .rightBox .name {
  float: left;
}
#TripleBarDefault .big.scoreBox {
  margin-left: 0px;
  text-align: left;
  width: 378px;
}
#TripleBarDefault .big .score {
  color: #f05e22;
  font-size: 130px;
  font-weight: bold;
  float: none;
  margin: auto;
  text-align: center;
  letter-spacing: -3px;
  margin-top: -9px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
}
#TripleBarDefault .rightBox .score {
  float: left;
}
#TripleBarDefault .big .name {
  display: none;
}
#TripleBarDefault .big .position {
  display: none;
}
.tb_nextGame div {
  color: #aaaaaa;
}
.tb_nextGame #TripleBarDefault .big .score {
  color: #aaaaaa;
}
#TripleBarLegends .position {
  right: 9px;
  left: auto;
  background-image: url(../CssImages/RankIndicator_Right.png);
}
#TripleBarLegends .name {
  float: left;
}
#TripleBarLegends .score {
  float: left;
}
#TripleBarLegends .position .avatar {
  float: right;
}
#TripleBarLegends .position .rank {
  float: right;
  width: 40px;
}
.letterBox {
  overflow: hidden;
  width: 0%;
}
.innerBox {
  width: 338px;
}
.TripleBar_CarStatsContainer {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  height: 200px;
}
.TripleBar_CarStatsContainer .TripleBar {
  clear: both;
  width: 100%;
  height: 200px;
  background-image: url('../media/triplebarBackground.png');
}
.TripleBar .racestats {
  font-family: DINNextLTPro-UltraLightCond, 'Open Sans Condensed', sans-serif;
  font-size: 78px;
  letter-spacing: -0.05em;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 14px;
  height: 75px;
}
.TripleBar .racestats .wins,
.TripleBar .racestats .races {
  clear: none;
  width: 130px;
  background-repeat: no-repeat;
  letter-spacing: -5px;
  margin-top: -5px;
}
.TripleBar .leftBox .racestats .wins,
.TripleBar .leftBox .racestats .races {
  float: right;
  width: 80px;
}
.TripleBar .leftBox .racestats .header {
  float: right;
  width: 80px;
  height: 30px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 17.5px;
  letter-spacing: -0.045em;
  line-height: 1.5em;
  margin-top: 15px;
  margin-left: 24px;
  margin-right: 6px;
  text-align: center;
  text-indent: -6px;
}
.TripleBar .leftBox .racestats .winsarrow {
  background-image: url("../Showdown/career/winsArrow.png");
}
.TripleBar .leftBox .racestats .racesarrow {
  background-image: url("../Showdown/career/racesArrow.png");
}
.TripleBar .rightBox .racestats .winsarrow {
  background-image: url("../Showdown/career/winsArrow2.png");
}
.TripleBar .rightBox .racestats .racesarrow {
  background-image: url("../Showdown/career/racesArrow2.png");
}
.TripleBar .rightBox .racestats .wins,
.TripleBar .rightBox .racestats .races {
  float: left;
  width: 80px;
}
.TripleBar .rightBox .racestats .header {
  float: left;
  width: 80px;
  height: 30px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 17.5px;
  letter-spacing: -0.045em;
  line-height: 1.5em;
  text-align: center;
  text-indent: 6px;
  margin-top: 15px;
  margin-right: 24px;
  margin-left: 6px;
}
.TripleBar .racestats .races.communityRaces {
  width: 240px;
}
.TripleBar_CarStatsContainer .TripleBar .leftBox {
  float: left;
  clear: none;
  width: 393px;
  margin-right: 15px;
  padding-right: 0px;
}
.TripleBar_CarStatsContainer .TripleBar .middleBox {
  float: left;
  clear: none;
  width: 378px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0px;
  padding-right: 0px;
  vertical-align: middle;
  border-left: none;
  border-right: none;
}
.TripleBar_CarStatsContainer .TripleBar .rightBox {
  float: left;
  clear: none;
  width: 390px;
  margin-left: 15px;
  padding-left: 0px;
}
.TripleBar_CarStatsContainer .TripleBar .title {
  margin: auto;
  width: 300px;
  height: 20px;
  text-align: center;
  white-space: nowrap;
}
.TripleBar_CarStatsContainer .TripleBar .leftBox .title {
  text-align: right;
  margin-right: 10px;
}
.TripleBar_CarStatsContainer .TripleBar .rightBox .title {
  text-align: left;
  margin-left: 0px;
}
.TripleBar_CarStatsContainer .TripleBar .leftBox .name {
  float: right;
  clear: both;
}
.TripleBar_CarStatsContainer .TripleBar .rightBox .name {
  float: left;
  clear: both;
}
.TripleBar_CarStatsContainer .TripleBar .scoreBox {
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-weight: normal;
  clear: both;
  position: relative;
  width: 380px;
}
.TripleBar_CarStatsContainer .TripleBar .name {
  line-height: 45px;
}
.TripleBar_CarStatsContainer .TripleBar .position {
  background-color: yellow;
  width: 20px;
  clear: none;
  position: absolute;
  top: 20px;
  left: 30px;
}
.TripleBar_CarStatsContainer .TripleBar .rightBox .position {
  top: 20px;
  right: 30px;
  left: auto;
}
.TripleBar_CarStatsContainer .TripleBar .rightBox .name {
  float: left;
}
.TripleBar_CarStatsContainer .playerName {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: -0.04em;
  padding: 0 0 0 4px;
  float: left;
  position: relative;
  top: 8px;
}
.TripleBar_CarStatsContainer .navBox {
  position: relative;
  float: left;
  width: 365px;
}
.TripleBar_CarStatsContainer .navigation {
  position: absolute;
  right: 10px;
  bottom: 0px;
}
.TripleBar_CarStatsContainer .navigation ul {
  float: left;
  list-style: none;
}
.TripleBar_CarStatsContainer .navigation li {
  float: left;
  width: 10px;
  height: 10px;
  background-image: url('../cssImages/tinyButton.png');
  background-position: top left;
  cursor: pointer;
}
.TripleBar_CarStatsContainer .navigation li.selected {
  background-position: bottom left;
}
.TripleBar_CarStatsContainer .navigation li:hover {
  background-position: center left;
}
.TripleBar_CarStatsContainer .TripleBar .big .score {
  color: #f05e22;
  font-size: 6em;
  float: none;
  margin: auto;
  text-align: center;
}
.TripleBar_CarStatsContainer .TripleBar .rightBox .score {
  float: left;
}
.TripleBar_CarStatsContainer .TripleBar .big .name {
  display: none;
}
.TripleBar_CarStatsContainer .TripleBar .big .position {
  display: none;
}
.raceType {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 200px;
  width: 378px;
  margin-left: auto;
  margin-right: auto;
}
.raceType * {
  vertical-align: middle;
}
/*\*/
/*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

.TripleBar img {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  vertical-align: middle;
}
.raceType_Race {
  height: 160px;
}
.raceType_Race img {
  width: 200px;
}
.statBoxBar {
  clear: both;
}
.statBox {
  width: 200px;
  height: 100px;
  border: 1px solid gray;
  float: left;
  padding: 15px;
  margin: 5px;
  background-image: url('/RaceNet.web/content/themes/base/images/white50.png');
}
.statBox .name {
  font-size: 24px;
}
.statBox .stat {
  font-size: 64px;
  float: left;
  color: Gray;
  clear: both;
}
.milliseconds {
  font-size: 0.75em;
}
.account_admin ul {
  list-style: none;
  background: white;
}
.account_admin ul h2 {
  font-size: 2em;
}
.account_admin li {
  margin: 10px;
  padding: 5px;
}
.account_admin dl dt {
  margin-left: 10px;
}
.account_admin dl dd {
  margin-left: 20px;
}
.eventGrid {
  width: 100%;
  height: 500px;
  /*background-image:url("../showdown/eventBoard.png");*/

}
.scores {
  float: left;
  clear: both;
}
.selectorBar {
  width: 400px;
  height: 50px;
  float: left;
  padding: 0px;
  background-image: url('../themes/base/images/white50.png');
  position: relative;
  margin: 2px;
}
.selectorBar .buttonLeft {
  width: 20px;
  font-size: 48px;
  position: absolute;
  left: 0px;
  cursor: pointer;
}
.selectorBar .buttonRight {
  width: 20px;
  font-size: 48px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}
.selectorBar .options {
  margin-left: 20px;
  margin-right: 20px;
}
.selectorBar .option {
  width: 360px;
  font-size: 48px;
  float: left;
  clear: none;
  position: absolute;
}
.ResultBar {
  width: 400px;
  height: 50px;
  float: left;
  padding: 0px;
  position: relative;
  margin: 2px;
}
.ResultBar div {
  float: left;
}
.ResultBar .logoBox {
  background-color: gray;
  width: 45px;
  height: 45px;
  margin: 2px;
}
.ResultBar .position {
  font-size: 45px;
  width: 45px;
  text-align: center;
}
.ResultBar .name {
  font-size: 18px;
  float: none;
}
.ResultBar .score {
  font-size: 18px;
  float: none;
  font-weight: bold;
}
.carViewer_feature {
  width: 100%;
  height: 500px;
  background-image: url("../media/cars/dbu.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.carTable {
  margin-top: 50px;
  width: 1224px;
  float: left;
  min-height: 500px;
}
.carTable .carStat {
  width: 234px;
  float: left;
  position: relative;
  margin: 4px;
  margin-top: 20px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 26px;
  letter-spacing: -0.045em;
}
.carTable .thumb {
  position: relative;
  background-position: top left;
  border: 1px solid grey;
  background-image: url('../showdown/career/carThumbBackground.png');
  background-repeat: repeat-x;
}
.carTable .priceOverlay {
  color: #ff5c00;
  background-image: url("../media/priceCircle.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 5px;
  height: 55px;
  width: 75px;
  text-align: center;
  padding-top: 25px;
}
.carTable .lockIcon {
  background-image: url("../showdown/career/carThumbLock.png");
  background-repeat: no-repeat;
  width: 23px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.carStats div.button {
  width: 90px;
  height: 40px;
  background-image: none;
}
.carStats .button div {
  width: 90px;
  height: 40px;
}
.carStats .showPreviousGame .demolition {
  background-image: url('../showdown/career/ArrowButtonLeftDemolition.png');
  background-position: top left;
}
.carStats .showPreviousGame .demolition:hover {
  background-position: bottom left;
}
.carStats .showPreviousGame .race {
  background-image: url('../showdown/career/ArrowButtonLeftRace.png');
  background-position: top left;
}
.carStats .showPreviousGame .race:hover {
  background-position: bottom left;
}
.carStats .showPreviousGame .hoonigan {
  background-image: url('../showdown/career/ArrowButtonLeftHoonigan.png');
  background-position: top left;
}
.carStats .showPreviousGame .hoonigan:hover {
  background-position: bottom left;
}
.carStats .showNextGame .demolition {
  background-image: url('../showdown/career/ArrowButtonRightDemolition.png');
  background-position: top Right;
}
.carStats .showNextGame .demolition:hover {
  background-position: bottom Right;
}
.carStats .showNextGame .race {
  background-image: url('../showdown/career/ArrowButtonRightRace.png');
  background-position: top Right;
}
.carStats .showNextGame .race:hover {
  background-position: bottom Right;
}
.carStats .showNextGame .hoonigan {
  background-image: url('../showdown/career/ArrowButtonRightHoonigan.png');
  background-position: top Right;
}
.carStats .showNextGame .hoonigan:hover {
  background-position: bottom Right;
}
.nocar {
  position: relative;
  color: #404040;
  text-align: center;
  top: -64px;
  z-index: 1;
  font-size: 25px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.03em;
}
.favouriteVehicleInfo {
  position: absolute;
  background-image: url('../CssImages/titleBox2_background.png');
  width: 175px;
  height: 119px;
  font-size: 21px;
  left: 880px;
  display: none;
}
.favouriteVehicleInfo .carTitle {
  color: White;
  padding-top: 4px;
  padding-left: 14px;
}
.favouriteVehicleInfo .car {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -1px;
  color: #404040;
  padding-left: 14px;
  font-size: 30px;
  line-height: 25px;
  margin-top: -2px;
  width: 80%;
}
#SubNavigation.menu {
  padding-top: 7px;
  position: relative;
  top: -45px;
}
div .tc_title_box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  width: 1000px;
  height: 80px;
  position: relative;
}
div .tc_content_box {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  position: relative;
}
div .tc_title_a {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 65px;
  color: #404040;
  letter-spacing: -0.04em;
  display: inline;
  position: absolute;
  top: 0px;
  left: -50px;
  text-align: right;
  width: 450px;
}
div .tc_title_b {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 65px;
  color: #404040;
  letter-spacing: -0.04em;
  display: inline;
  position: absolute;
  top: 0px;
  left: 500px;
  width: 400px;
  text-align: left;
}
div .tc_subtitle {
  background-image: url("../CssImages/Or_Circle.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 83px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 40px;
  display: inline;
  color: #e6e7e8;
  position: absolute;
  left: 400px;
  top: -12px;
  text-align: center;
  line-height: 2.3em;
}
div .tc_find_box {
  width: 400px;
  height: 500px;
  position: absolute;
  top: 20px;
  left: 0px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
}
div .tc_create_box {
  width: 400px;
  height: 500px;
  position: absolute;
  top: 20px;
  left: 500px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
}
div .tc_vertical_separator {
  height: 480px;
  background-color: #bbbdbf;
  width: 2px;
  position: absolute;
  top: 20px;
  left: 449px;
}
div .tc_box_info {
  width: 100%;
  color: #404040;
  letter-spacing: -0.02em;
  font-size: 23px;
  height: 130px;
}
div .team_list {
  width: 100%;
  height: 250px;
  overflow: auto;
}
div .team_list li {
  list-style: none;
}
div .tc_search_title,
tc_create_box_label {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 31px;
  color: #404040;
  letter-spacing: -0.04em;
  padding-left: 10px;
}
div .tc_create_box_label {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 31px;
  color: #404040;
  letter-spacing: -0.04em;
  padding-bottom: 2px;
}
div .team_list_entry {
  width: 100%;
  height: 30px;
  border-bottom: 2px solid #bbbdbf;
  margin-top: 10px;
  padding-bottom: 8px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 22px;
  color: #404040;
  letter-spacing: -0.051em;
  padding-left: 10px;
}
div .team_list_entry a,
div .team_list_entry a:visited {
  color: inherit;
  text-decoration: none;
}
div .team_list_entry a:hover {
  color: Gray;
}
div .tc_search_title {
  border-bottom: 2px solid #404040;
}
div #tc_name_requirements {
  color: White;
  display: none;
  position: absolute;
  left: 420px;
  top: 0px;
  width: 180px;
  height: 120px;
  font-size: 19px;
  letter-spacing: -0.02em;
  line-height: 19px;
  background-color: #a3002e;
  padding: 6px;
}
div #tc_name_requirements_arrow {
  display: none;
  position: absolute;
  left: 410px;
  top: -1px;
  float: left;
  background-image: url('../themes/base/images/red_arrow_sign_up_01.png');
  background-repeat: no-repeat;
  height: 40px;
  width: 10px;
  z-index: 1;
}
div .tc_create_box_fields {
  position: relative;
  top: -38px;
}
div .tc_create_name_field {
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 26px;
  height: 34px;
  width: 100%;
}
div .tc_create_team_button {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 28px;
  color: #404040;
  letter-spacing: -0.04em;
  float: right;
  cursor: pointer;
  padding-right: 8px;
}
div .tc_create_team_button_arrow {
  position: relative;
  background: url(../Showdown/TeamChampionship/nav_arrow_default.png);
  height: 20px;
  width: 20px;
  top: 5px;
  float: right;
  display: inline-block;
  cursor: pointer;
}
div .tc_create_box_button_row {
  position: relative;
  top: 20px;
}
/* Search bar and magnifying glass button  */

#team_search_bar {
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  height: 40px;
  margin-bottom: 20px;
}
#team_search_bar  #search_input {
  margin-top: 10px;
  display: inline;
  width: 376px;
}
#team_search_bar  #search_input input {
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 27px;
  text-align: right;
  width: 376px;
  height: 34px;
  float: right;
  color: #404040;
  letter-spacing: -0.03em;
}
#team_search_bar #search_glass {
  background-image: url('../cssimages/mag_glass_grey.png');
  background-repeat: no-repeat;
  height: 34px;
  width: 24px;
  float: right;
}
/*
auto complete stufff
*/

#tc_team_search_results .ui-widget-content li.ui-menu-item {
  padding: 0px;
}
#tc_team_search_results .ui-widget-content li.ui-menu-item a {
  background-color: White;
  width: 390px;
  height: 30px;
  border-bottom: 2px solid #bbbdbf;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 23px;
  color: #404040;
  letter-spacing: -0.03em;
  padding-left: 10px;
}
#tc_team_search_results ul.ui-autocomplete .ui-state-hover {
  color: Gray;
}
#tc_team_search_results ul.ui-autocomplete .ui-state-hover div {
  color: Gray;
}
#tc_team_search_results ul.ui-autocomplete li {
  height: 32px;
  width: 100%;
}
#tc_team_search_results ul.ui-autocomplete li a {
  float: left;
  line-height: normal;
  height: 32px;
  position: relative;
}
#tc_team_search_results .ui-autocomplete {
  cursor: default;
  position: absolute;
  top: 10px;
}
#tc_team_search_results element.style {
  display: block;
  left: 0;
  top: 140px;
  width: 400px;
  z-index: 1;
}
.add-team-members {
  position: relative;
  top: -32px;
}
.add-team-members-text-heading {
  position: relative;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 65px;
  top: 133px;
  left: 110px;
  color: #404040;
  letter-spacing: -0.04em;
}
.add-team-members-text-content {
  position: relative;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 23px;
  color: #404040;
  width: 360px;
  top: 133px;
  left: 110px;
  letter-spacing: -0.02em;
}
.add-team-members-friends-list {
  position: relative;
  width: 480px;
  height: 220px;
  overflow: auto;
  top: 0px;
  left: 565px;
}
.add-team-members-friends-title-block,
.add-team-members-friends-title {
  position: relative;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 31px;
  color: #404040;
  width: 360px;
  left: 565px;
  letter-spacing: -0.04em;
}
.add-team-members-friends-title {
  left: 10px;
}
.add-team-members-friends-entry {
  position: relative;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 22px;
  color: #404040;
  width: 430px;
  left: 10px;
  letter-spacing: -0.051em;
  overflow: hidden;
}
.add-team-members-friends-add-button,
.add-team-members-friends-delete-button {
  position: relative;
  background: url(../Showdown/TeamChampionship/nav_plus_default.png);
  float: right;
  height: 13px;
  width: 13px;
  top: 7px;
  right: 0px;
  display: inline-block;
  cursor: pointer;
}
.add-team-members-friends-delete-button {
  background: url(../Showdown/TeamChampionship/nav_minus_default.png);
}
.add-team-members-friends-add-button-rollover,
.add-team-members-friends-delete-button-rollover {
  position: relative;
  float: right;
  width: 120px;
  height: 50px;
  display: inline-block;
  top: 7px;
  right: 5px;
  background: #bbbdbf;
  margin-top: -12px;
  margin-bottom: -12px;
  cursor: pointer;
}
.add-team-members-friends-add-button-rollover-text,
.add-team-members-friends-delete-button-rollover-text {
  position: relative;
  top: 10px;
  width: 120px;
  text-align: center;
  vertical-align: text-bottom;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 15px;
  color: #404040;
}
.add-team-members-heading-separator,
.add-team-members-friends-separator {
  border-bottom: 2px solid #bbbdbf;
  height: 1px;
  width: 450px;
  left: 0px;
  position: relative;
  top: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.add-team-members-heading-separator {
  border-bottom: 2px solid #404040;
}
.add-team-members-continue {
  position: relative;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 28px;
  color: #404040;
  width: 120px;
  top: 25px;
  left: 889px;
  letter-spacing: -0.051em;
  cursor: pointer;
}
.add-team-members-continue a {
  color: #404040;
  text-decoration: none;
}
.add-team-members-continue-button {
  position: relative;
  background: url(../Showdown/TeamChampionship/nav_arrow_default.png);
  height: 20px;
  width: 20px;
  top: 5px;
  float: right;
  display: inline-block;
  cursor: pointer;
}
/* FOOTER
--------------------------------------------*/

.footer {
  height: 0px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  float: left;
  z-index: 100;
}
.gameMenu {
  position: relative;
  bottom: 0px;
  z-index: 99;
  width: 100%;
  float: left;
}
/*hide the text*/

.gameMenu .menu {
  padding: 0;
}
.gameMenu .menu ul {
  position: relative;
  left: 0;
  top: 0;
}
.gameMenu .menu ul li,
.gameMenu .menu ul li:hover {
  border: 0;
  padding: 0;
}
.gameMenu .menu ul li a {
  text-indent: -3000px;
  white-space: nowrap;
  width: 100%;
  height: 100%;
}
.gameMenu .menu ul li.current {
  border-bottom: none;
}
.topGradient {
  width: 100%;
  height: 19px;
  background-image: url('../CssImages/footerGradient.png');
  background-repeat: repeat-x;
  background-position: top;
  float: left;
}
.gameMenu .menu {
  height: 78px;
  width: 100%;
  background-image: url("../cssimages/gameSelector/gradient.png");
}
.gameMenu ul {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  width: 1428px;
}
div.gameMenu ul li {
  float: left;
  margin: 0px;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.gameMenu .logo {
  height: 78px;
  width: 204px;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin: 0px;
}
.gameMenu ul li.current {
  border-bottom: 0px;
  background-position: 0px -78px;
}
.gameMenu .logo_showdown:hover,
.gameMenu .logo_grid:hover,
.gameMenu .logo_F12012:hover,
.gameMenu .logo_RaceStars:hover {
  background-position: 0px -156px;
}
.gameMenu .logo_grid:hover {
  background-position: 0px -156px;
}
.gameMenu .logo.current:hover {
  background-position: 0px 0px;
}
.gameMenu .coming_soon {
  background-image: url('../cssimages/gameSelector/gameSelectorCRLogo.png');
}
.gameMenu .logo_showdown {
  background-image: url('../cssimages/gameSelector/gameSelectorDirtShowdown.png');
}
.gameMenu .logo_grid {
  background-image: url('../cssimages/gameSelector/gameselectorGrid2.png');
}
.gameMenu .logo_F12012 {
  background-image: url('../cssimages/gameSelector/gameselectorF12012.png');
}
.gameMenu .logo_RaceStars {
  background-image: url('../cssimages/gameSelector/gameselectorRaceStars.png');
}
.gameMenu .gameSlider {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
}
.gameMenu .window {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.gameMenu .button {
  position: absolute;
  top: 0px;
  width: 204px;
  height: 78px;
}
.gameMenu .button:hover {
  background-position: bottom;
}
.gameMenu .leftButton {
  left: -204px;
  background-position: top;
}
.gameMenu .leftButton:hover {
  background-position: 0px -78px;
}
.gameMenu .rightButton {
  right: -204px;
  background-position: 0px -156px;
}
/* Main navigation */

.menu {
  /*width: 800px;*/
  float: left;
  clear: both;
  padding-top: 25px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 20px;
}
.menu ul li {
  float: left;
  display: inline-block;
  width: 86px;
  padding-left: 14px;
  margin-right: 2px;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border-bottom: 4px solid white;
}
/* Demo disabled */

.menu ul li.menu-nav-disabled {
  position: relative;
  border-bottom: 4px solid #333333;
}
.menu ul li.menu-nav-disabled:hover {
  border-bottom: 4px solid #333333;
}
/* Will also need an active state attached to the LI for the current page */

.menu ul li:hover,
.menu ul li.activious {
  border-bottom: 4px solid white;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* for ie8 */

}
/* Make sure current overides hover and activious states - RN-154 */

.menu ul li.current {
  border-bottom: 4px solid #f8d51f;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* for ie8 */

}
/* Demo popup */

.menu ul li.menu-nav-disabled a img {
  width: 100px;
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
}
.menu ul li a {
  text-decoration: none;
  color: White;
  line-height: 26px;
  width: 90%;
  display: block;
  margin-bottom: 3px;
  line-height: 1;
  font-size: 20px;
  letter-spacing: -1px;
}
.footermenu ul {
  margin-top: 6px;
}
.footermenu a {
  color: Gray;
}
.footermenu li:hover a {
  color: white;
}
.footermenu .copyright {
  color: Gray;
  float: right;
  font-size: small;
  height: 20px;
  margin-top: 7px;
}
.footermenu {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1224px;
}
.footermenu .leftlogo {
  position: relative;
  top: 6px;
  left: 14px;
  display: inline;
}
.footermenu .smallmenu {
  font-size: small;
  float: right;
  height: 20px;
  margin-top: 1px;
}
.terms {
  font-size: small;
  height: 20px;
  list-style: none outside none;
  color: Gray;
  text-decoration: none;
  position: absolute;
  top: 7px;
  left: 830px;
  width: 200px;
  text-align: right;
}
.terms:hover {
  color: white;
}
.footermenu li {
  list-style: none;
  float: left;
  margin-right: 12px;
}
.footercontainer {
  margin-left: auto;
  margin-right: auto;
  min-width: 640px;
  max-width: 1224px;
  width: 100%;
  display: inline;
}
.sliderTop {
  position: relative;
  height: 130px;
}
.sliderTop-car-viewer {
  position: relative;
  height: 130px;
  z-index: -1;
}
.imageSlider {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
  clear: both;
  margin-bottom: 0px;
}
.imageSlider .slider {
  position: absolute;
  left: -1224px;
  width: 3672px;
}
.imageSlider .GameImage {
  float: left;
  clear: none;
  width: 1224px;
  height: 400px;
  position: relative;
}
.imageSlider img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.imageSlider img#carImage {
  position: relative;
  top: -60px;
}
.imageSlider .button {
  position: absolute;
  top: 148px;
  font-size: 18px;
  cursor: pointer;
  width: 56px;
  height: 33px;
  padding-top: 14px;
  background-position: 0px 0px;
  color: White;
  text-indent: -3000px;
}
.button:hover {
  text-indent: 0px;
}
.button.mouseDown {
  background-position: 0px 94px !important;
  color: #404041;
}
.button.showPreviousGame {
  background-image: url(../CssImages/ArrowLeft_event.png);
  background-position: top;
  width: 36px;
  padding-left: 20px;
}
.showPreviousGame:hover {
  background-position: 0px 47px;
}
.button.showNextGame {
  background-image: url(../CssImages/ArrowRight_event.png);
  background-position: top;
  width: 51px;
  padding-left: 5px;
}
.showNextGame:hover {
  background-position: bottom;
}
.imageSlider .showPreviousGame {
  left: 0px;
}
.imageSlider .showNextGame {
  right: 0px;
}
.metaGameDisplay {
  position: relative;
  width: 100%;
  height: 400px;
  left: -105px;
}
.metaGameDisplay div {
  position: absolute;
}
.location_pic {
  right: -70px;
  top: 2px;
}
.event_complete {
  right: -70px;
  top: 2px;
  opacity: 0;
}
.location_logo {
  left: 60px;
  bottom: 40px;
}
.discipline_logo {
  right: -90px;
  bottom: 30px;
}
.tb_nextGame div.position .rank {
  display: none;
}
.tb_nextGame div.position {
  background-image: url(../CssImages/RankIndicator_Left_grey.png);
}
.tb_nextGame #TripleBarDefault .rightBox .position {
  background-image: url(../CssImages/RankIndicator_Right_grey.png);
}
.tb_nextGame #TripleBarLegends .position {
  background-image: url(../CssImages/RankIndicator_Right_grey.png);
}
.titleBox {
  font-size: 21px;
  display: none;
  height: 119px;
  width: 175px;
  background-image: url(../CssImages/titleBox2_background.png);
  position: absolute;
  top: 87px;
  right: 17px;
  z-index: 7;
}
.titleBox .remaining {
  font-size: 21px;
  display: none;
  height: 100px;
  width: 175px;
  background-image: url(../CssImages/titleBox3_background.png);
  position: absolute;
  top: 87px;
  right: 17px;
  z-index: 7;
}
.titleBox .GameTitle {
  color: White;
  padding-top: 7px;
  padding-left: 14px;
}
.titleBox .timeleft,
.titleBox .GameDescription {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.04em;
  color: #404040;
  padding-left: 14px;
  font-size: 30px;
  line-height: 25px;
  margin-top: -2px;
}
.titleBox .GameDescription {
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  width: 152px;
  margin-top: 2px;
  letter-spacing: -0.04em;
  font-size: 20px;
  color: #404040;
  line-height: 20px;
}
.infoArea {
  position: absolute;
  top: 101px;
  left: 28px;
  z-index: 7;
}
.infoArea .infoButton {
  height: 32px;
  width: 32px;
  background-image: url(../CssImages/infoButton.png);
  cursor: pointer;
}
.infoArea .bg {
  display: none;
  position: absolute;
  height: 210px;
  width: 240px;
  background-color: Black;
  zoom: 1;
  filter: alpha(opacity=35);
  opacity: 0.35;
  top: 0px;
  left: 54px;
}
.infoArea .arrow {
  display: none;
  position: absolute;
  top: 0px;
  left: 44px;
  height: 38px;
  width: 10px;
  background-image: url(../CssImages/infoBoxArrow_dark.png);
}
.infoBox {
  display: none;
  padding: 10px;
  position: absolute;
  height: 280px;
  width: 216px;
  top: 0px;
  left: 54px;
  color: White;
}
.infoBox .InfoTitle {
  position: relative;
  font-size: 27px;
  top: -6px;
}
.infoBox .description {
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 19px;
  line-height: 21px;
  position: relative;
  top: -6px;
}
#search_input ul.ui-autocomplete,
#m_search_input ul.ui-autocomplete {
  background-color: Black;
  border: none;
  font-family: DINNextLTPro-Condensed, 'Ubuntu Mono', sans-serif;
  background-image: url('../cssImages/dropdown_bg.png');
  background-position: bottom left;
}
#search_input .ui-widget-content li.ui-menu-item a,
#m_search_input .ui-widget-content li.ui-menu-item a {
  color: White;
  background-color: transparent;
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-top: 2px;
}
#search_input ul.ui-autocomplete .ui-state-hover,
#_search_input ul.ui-autocomplete .ui-state-hover {
  background-image: none;
  background-color: transparent;
  border: none;
  color: #f7d51e;
  margin: 0px!important;
  margin-top: 2px!important;
}
#search_input ul.ui-autocomplete .ui-state-hover div,
#m_search_input ul.ui-autocomplete .ui-state-hover div {
  color: #f7d51e;
}
#search_input ul.ui-autocomplete li,
#m_search_input ul.ui-autocomplete li {
  height: 27px;
  width: 100%;
}
#search_input ul.ui-autocomplete li a,
#m_search_input ul.ui-autocomplete li a {
  float: left;
  line-height: normal;
  height: 28px;
  position: relative;
}
/*
auto complete stufff
*/

#search_input .ui-autocomplete,
#m_search_input .ui-autocomplete {
  cursor: default;
  position: absolute;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
ul.ui-menu {
  list-style: none outside none;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.ui-menu-item {
  list-style: none outside none;
  font-size: 20px;
  clear: both;
  padding-left: 4px;
  float: left;
}
.ui-menu-item div {
  float: left;
  clear: none;
}
.ui-menu-item .name {
  width: 150px;
}
.ui-menu-item .levelValue {
  width: 28px;
  background-image: url('../cssImages/levelCircle_small.png');
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 7px;
  padding-top: 4px;
  direction: rtl;
  position: absolute;
  top: -3px;
  right: 9px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 20px;
  letter-spacing: -0.025em;
}
.ui-menu-item .logo {
  width: 38px;
  background-color: blue;
}
.ui-autocomplete {
  cursor: default;
}
#carousel {
  z-index: 1;
  position: absolute;
}
#background {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
#widgets {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-top: 0px;
  height: 520px;
  width: 100%;
  overflow: hidden;
}
#widgets ul {
  z-index: 3;
  position: absolute;
  top: 98px;
  width: 10000px;
  height: 520px;
  left: 0px;
  list-style-type: none;
  padding: 0;
}
#widgets .clickable {
  cursor: default;
}
.listMedium {
  z-index: 2;
  width: 302px;
  height: 422px;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
.listLarge {
  z-index: 2;
  width: 608px;
  height: 422px;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
.listDriver {
  z-index: 2;
  width: 500px;
  height: 520px;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
  overflow: visible;
}
.itemMediumHalfHeight {
  z-index: 2;
  top: 53px;
  width: 302px;
  height: 209px;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
}
.itemMedium {
  z-index: 2;
  top: 53px;
  width: 302px;
  height: 422px;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
}
.itemDriver {
  position: absolute;
  top: -98px;
  z-index: 2;
  width: 300px;
  height: 520px;
  float: right;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
}
.itemLogInSignUp {
  position: absolute;
  left: 200px;
  z-index: 3;
  width: 302px;
  height: 422px;
  float: right;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.92;
  filter: alpha(opacity=92);
}
#LandingDriverProfile {
  background: url(../Profile/profile_box_tiler.png);
  background-repeat: repeat-x;
  top: 60px;
}
.itemLarge {
  z-index: 2;
  width: 608px;
  height: 422px;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
}
.itemLargeHalfHeight {
  z-index: 2;
  top: 53px;
  width: 608px;
  height: 209px;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
}
#Grid2AdvertWidget .image0,
#F1OnlineAdvertWidget .image0,
#F12012AdvertWidget .image0,
#F1RaceStarsAdvertWidget .image0 {
  height: 379px;
}
#F12012AdvertWidget .textBlock0,
#Grid2AdvertWidget .textBlock0,
#F1RaceStarsAdvertWidget .textBlock0 {
  position: relative;
  top: -56px;
  left: 15px;
  font-size: 32px;
  color: white;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
}
#F12012HelmetsWidget .textBlock0,
#F12012HelmetsWidget .textBlock1 {
  position: relative;
  top: -330px;
  left: 25px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 50px;
  letter-spacing: -0.04em;
  width: 250px;
  color: #c31f33;
  line-height: 90%;
}
#F12012HelmetsWidget .textBlock1 {
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 26px;
  color: #d8e6e9;
}
#F12012AdvertWidget,
#Grid2AdvertWidget,
#F1RaceStarsAdvertWidget {
  position: relative;
  top: -20px;
}
#Grid2AdvertWidget .textBlock0 {
  top: -57px;
}
#RacenetYoutubeFeed {
  position: relative;
  top: 15px;
}
#CommunityWidget {
  position: relative;
  top: 15px;
  left: -4px;
}
#CommunityWidget a,
#F12012AdvertWidget a,
#F12012HelmetsWidget a,
#F1RaceStarsAdvertWidget a,
#Grid2AdvertWidget a {
  text-decoration: none;
}
#CommunityWidget .textBlock0 {
  position: relative;
  z-index: 3;
  top: -202px;
  left: 20px;
  width: 250px;
  text-align: left;
  font-size: 40px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  color: White;
}
#CommunityWidget .textBlock1 {
  position: relative;
  z-index: 3;
  top: -171px;
  left: 20px;
  width: 200px;
  font-size: 32px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  color: White;
}
#CommunityWidget .image0 {
  width: 306px;
}
#LogInSignIn .textBlock0,
#LogInSignIn .textBlock1,
#LogInSignIn .textBlock2,
#LogInSignIn .textBlock3,
#LogInSignIn .textBlock4,
#LogInSignIn .textBlock5 {
  position: relative;
  left: 20px;
  width: 300px;
  text-align: left;
  font-size: 27px;
  line-height: 34px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.01em;
  color: white;
  cursor: default;
}
#LogInSignIn .textBlock0 {
  top: -300px;
  left: 10px;
  height: 130px;
  width: 244px;
  font-size: 38px;
  letter-spacing: -0.04em;
  line-height: 85%;
  vertical-align: middle;
}
#LogInSignIn .textBlock1 {
  top: 268px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  position: absolute;
}
#LogInSignIn .textBlock2 {
  top: 268px;
  letter-spacing: -0.07em;
  line-height: 126%;
  position: absolute;
}
#LogInSignIn .textBlock3 {
  top: 312px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  position: absolute;
}
#LogInSignIn .textBlock4 {
  top: 312px;
  letter-spacing: -0.07em;
  line-height: 126%;
  position: absolute;
}
#WhatIsRacenet .textBlock0 {
  position: relative;
  top: -105px;
  left: 20px;
  width: 160px;
  text-align: left;
  font-size: 23px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
}
#CommunityMiniInfographic .textBlock0,
#CommunityMiniInfographic .textBlock1,
#CommunityMiniInfographic .textBlock2 {
  position: relative;
  top: -205px;
  left: 10px;
  width: 300px;
  text-align: left;
  font-size: 28px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  color: #a3002e;
}
#CommunityMiniInfographic .textBlock1 {
  top: -204px;
  left: 10px;
  font-size: 40px;
  color: Black;
}
#CommunityMiniInfographic .textBlock2 {
  top: -206px;
  left: 10px;
  width: 280px;
  font-size: 23px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  color: Black;
}
#TwitterFeed {
  position: relative;
  top: -15px;
}
#FacebookLike {
  position: relative;
  top: -18px;
}
#FacebookLike .FacebookText {
  position: relative;
  top: -140px;
  left: 15px;
  width: 200px;
  text-align: left;
  font-size: 40px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  color: #3b5998;
}
#FacebookLike .FacebookLikeButton {
  position: relative;
  top: -125px;
  left: 15px;
  width: 300px;
  text-align: left;
}
#FriendsManagePanel {
  z-index: 2;
  position: absolute;
  left: 0px;
  width: 300px;
  height: 209px;
  float: left;
  overflow: visible;
  background: url(../Profile/friends_box_tiler.png);
  background-repeat: repeat-x;
  position: relative;
  top: 60px;
  opacity: 0.92;
}
#FriendsManagePanel #DriverFriendManage {
  position: relative;
  top: 0px;
}
#FriendsManagePanel .driver-profile-friendrequest-text {
  top: 0px;
}
#LandingNewsFeed {
  position: relative;
  top: 60px;
  left: 0px;
  width: 300px;
  height: 304px;
  float: left;
  overflow: visible;
  background: url(../Profile/news_box_tiler.png);
  background-repeat: repeat-x;
  opacity: 0.92;
}
#LandingNewsFeed h1 {
  text-align: left;
  color: #929497;
  font-size: 38px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  margin-left: 12px;
  margin-top: 6px;
}
#LandingNewsFeed .driver-profile-newsfeed-list-item h1 {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 19px;
  color: #818286;
  letter-spacing: -0.02em;
  margin-left: 0px;
  margin-top: 0px;
}
#LandingNewsFeed ul {
  display: inline-block;
  position: relative;
}
#LandingNewsFeed .newsDropmenu {
  position: absolute;
  display: block;
  margin-right: 0px;
  padding: 10px 0px;
  height: 25px;
  max-height: 25px;
  width: 100px;
  cursor: pointer;
  top: 0px;
  right: 0px;
}
#LandingNewsFeed .newsDropmenu:hover .newsSubmenu {
  display: inline-block;
}
#LandingNewsFeed .newsDropmenu:hover .shareImageRollover {
  visibility: visible;
}
#LandingNewsFeed .newsShareImage {
  position: relative;
  top: -15px;
  left: 10px;
}
#LandingNewsFeed .shareImageRollover {
  top: -57px;
  left: 10px;
  visibility: hidden;
  float: right;
}
#LandingNewsFeed .newsSubmenu {
  position: absolute;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
  left: -40px;
  top: -4px;
  width: 65px;
  height: 30px;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: visible;
  display: none;
}
#LandingNewsFeed .newsSubmenu li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  visibility: visible;
}
.landing-profile-section-header {
  float: left;
  width: 300px;
}
.landing-profile-section-header div#landing-profile-display-name {
  width: 248px;
  display: inline;
}
.landing-profile-section-header h1 {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 38px;
  letter-spacing: -0.045em;
  color: white;
  padding-left: 12px;
  display: inline;
}
.landing-profile-section-header #founder-image {
  float: right;
  padding-right: 12px;
  padding-top: 8px;
}
.landing-profile-section-level {
  padding-top: 50px;
  padding-left: 12px;
  width: 300px;
}
.landing-profile-section-level img#level-circle {
  display: inline;
}
.landing-profile-section-level p#level-text {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 36px;
  color: white;
  display: inline;
  position: relative;
  left: -42px;
  top: -11px;
}
.landing-profile-section-level .level-xp {
  float: right;
  position: relative;
  top: -4px;
}
.landing-profile-section-level .level-xp p#level-to-next-value {
  text-align: right;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 38px;
  letter-spacing: -0.045em;
  color: #f1f1f1;
  padding-right: 24px;
  margin-bottom: -10px;
}
.landing-profile-section-level .level-xp p#level-to-next-text {
  text-align: right;
  padding-right: 24px;
  padding-bottom: 10px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 18px;
  color: #f1f1f1;
  letter-spacing: -0.025em;
}
.landing-profile-section-level .level-progress {
  position: relative;
  top: -2px;
}
.landing-profile-section-level .level-progress div#level-progress-total {
  background-color: #939498;
  width: 276px;
  height: 10px;
}
.landing-profile-section-level .level-progress div#level-progress-current {
  background-color: white;
  width: 0px;
  height: 10px;
  position: relative;
  top: -10px;
}
.landing-profile-section-level img#level-lead-platform_MicrosoftLive {
  top: -9px;
  left: -4px;
  position: relative;
}
.landing-profile-section-level img#level-lead-platform_PlaystationNetwork {
  top: -10px;
  position: relative;
}
.landing-profile-section-level img#level-lead-platform_Steam {
  top: -11px;
  left: -4px;
  position: relative;
}
.landing-profile-section-award-list-title {
  position: absolute;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 18px;
  top: 160px;
  left: 15px;
  color: #e15729;
}
.landing-profile-section-award-list {
  position: absolute;
  left: 7px;
  width: 300px;
  height: 221px;
  top: 175px;
  overflow: auto;
}
.landing-profile-section-view-more {
  position: absolute;
  color: White;
  top: 255px;
  left: 15px;
}
.landingFriendAwardListItem {
  float: left;
  width: 78px;
  height: 78px;
  margin-right: -10px;
  margin-bottom: -8px;
  display: inline;
}
.landing-profile-section-text {
  z-index: 2;
  position: absolute;
  top: 60px;
  left: 0px;
  width: 300px;
  height: 150px;
  float: left;
  overflow: visible;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#landingProfileText .textBlock0 {
  position: relative;
  left: 0px;
  width: 160px;
  text-align: left;
  font-size: 32px;
  font-family: DINNextLTPro-BoldCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  display: inline;
}
#landingProfileText .textBlock1 {
  position: relative;
  right: 10px;
  width: 160px;
  float: right;
  text-align: right;
  font-size: 32px;
  font-family: DINNextLTPro-BoldCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  display: inline;
}
.landing-profile-award-section {
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 300px;
  height: 304px;
  float: left;
  overflow: visible;
  background-color: #a3002e;
}
#landingAwards .textBlock0 {
  position: relative;
  left: 0px;
  width: 160px;
  text-align: left;
  font-size: 32px;
  font-family: DINNextLTPro-BoldCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  clear: both;
  margin-left: 5px;
  margin-top: 10px;
}
#landingAwards .textBlock1 {
  position: relative;
  left: 0px;
  width: 60px;
  float: left;
  text-align: left;
  font-size: 32px;
  font-family: DINNextLTPro-Condensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  display: inline;
  margin-left: 5px;
  margin-top: 30px;
}
#landingAwards .textBlock2 {
  position: relative;
  right: 10px;
  width: 200px;
  float: right;
  text-align: left;
  font-size: 26px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  display: inline;
  margin-left: 5px;
  margin-top: 30px;
}
.image .whatIsRacenetText .textBlock,
.image .whatIsRacenetHeading {
  position: absolute;
  top: 105px;
  right: 87px;
  width: 200px;
  text-align: left;
  font-size: 23px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
}
.image .whatIsRacenetHeading {
  width: 300px;
  top: 66px;
  left: 12px;
  font-size: 40px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  color: #a3002e;
}
.image .starPlayerHeading,
.image .starPlayerText {
  position: relative;
  top: -200px;
  left: 15px;
  width: 250px;
  text-align: left;
  font-size: 24px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 90%;
  color: Black;
}
.image .starPlayerHeading {
  top: -203px;
  width: 230px;
  font-size: 34px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  color: #a3002e;
  letter-spacing: -0.07em;
  line-height: 85%;
}
.image {
  position: relative;
}
.image .liveStatsInfographicItem .headingOne {
  position: absolute;
  top: 65px;
  right: 12px;
  text-align: right;
  font-size: 28px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.03em;
  color: White;
}
.image .liveStatsInfographicItem .headingTwo {
  position: absolute;
  top: 82px;
  right: 13px;
  text-align: right;
  font-size: 1.5em;
  font-family: "Digital";
  letter-spacing: -0.05em;
  color: #99ffff;
}
.image .liveStatsInfographicItem .headingThree {
  position: absolute;
  top: 81px;
  right: 16px;
  text-align: right;
  font-size: 23px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.025em;
}
.image {
  position: relative;
}
.image .gettingToKnowHeading,
.image .gettingToKnowText .textBlock {
  position: absolute;
  top: 133px;
  left: 20px;
  width: 250px;
  text-align: left;
  font-size: 23px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
}
.image .gettingToKnowHeading {
  top: 72px;
  width: 180px;
  font-size: 32px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  color: #a3002e;
}
.image .communityHeading,
.image .communityText .textBlock {
  position: absolute;
  top: 133px;
  left: 20px;
  width: 250px;
  text-align: left;
  font-size: 23px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
}
.image .communityHeading {
  top: 72px;
  width: 200px;
  font-size: 32px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  color: #a3002e;
}
#driver-profile-widgets {
  z-index: 2;
  position: relative;
  top: 0px;
  left: 0px;
  height: 677px;
  width: 1294px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
#driver-profile-widgets ul {
  z-index: 3;
  position: absolute;
  width: 1230px;
  height: 677px;
  left: 0px;
  list-style-type: none;
  padding: 0;
}
#driver-profile-widgets ul#racenet-event-best,
#driver-profile-widgets ul#teamchamp-event-best {
  top: 100px;
  height: 50px;
}
#driver-profile-widgets .clickable {
  cursor: default;
}
.driver-profile-listMedium {
  z-index: 0;
  position: relative;
  width: 302px;
  height: 520px;
  top: 100px;
  left: 0px;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
  opacity: 0.92;
}
.driver-profile-imagedriver {
  z-index: 0;
  position: relative;
  top: 5px;
  left: 0px;
  width: 246px;
  height: 680px;
  float: left;
  overflow: visible;
}
#DriverProfile {
  background: url(../Profile/profile_box_tiler.png);
  background-repeat: repeat-x;
}
.driver-profile-section {
  z-index: 2;
  position: absolute;
  left: 0px;
  width: 300px;
  height: 460px;
  float: left;
  overflow: visible;
}
.driver-profile-section-header {
  float: left;
  width: 300px;
}
.driver-profile-section-header div#driver-profile-display-name {
  width: 248px;
  display: inline;
}
.driver-profile-section-header h1 {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 38px;
  letter-spacing: -0.045em;
  color: white;
  padding-left: 12px;
  display: inline;
}
.driver-profile-section-header #founder-image {
  float: right;
  padding-right: 12px;
  padding-top: 8px;
}
.driver-profile-section-level {
  padding-top: 50px;
  padding-left: 12px;
  width: 300px;
}
.driver-profile-section-level img#level-circle {
  display: inline;
}
.driver-profile-section-level p#level-text {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 36px;
  color: white;
  display: inline;
  position: relative;
  left: -41px;
  top: -11px;
  letter-spacing: -1.5px;
}
.driver-profile-section-level .level-xp {
  float: right;
  position: relative;
  top: -4px;
}
.driver-profile-section-level .level-xp p#level-to-next-value {
  text-align: right;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 38px;
  letter-spacing: -0.045em;
  color: #f1f1f1;
  padding-right: 24px;
  margin-bottom: -10px;
}
.driver-profile-section-level .level-xp p#level-to-next-text {
  text-align: right;
  padding-right: 24px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 18px;
  color: #f1f1f1;
  letter-spacing: -0.025em;
}
.driver-profile-section-level .level-progress {
  position: relative;
  top: -2px;
}
.driver-profile-section-level .level-progress div#level-progress-total {
  background-color: #939498;
  width: 276px;
  height: 10px;
}
.driver-profile-section-level .level-progress div#level-progress-current {
  background-color: white;
  width: 0px;
  height: 10px;
  position: relative;
  top: -10px;
}
.driver-profile-section-level img#level-lead-platform_MicrosoftLive {
  top: -9px;
  left: -4px;
  position: relative;
}
.driver-profile-section-level img#level-lead-platform_PlaystationNetwork {
  top: -10px;
  position: relative;
}
.driver-profile-section-level img#level-lead-platform_Steam {
  top: -11px;
  left: -4px;
  position: relative;
}
.driver-profile-section-award-list {
  position: absolute;
  width: 300px;
  height: 221px;
  top: 153px;
  overflow: auto;
}
.driver-profile-section-award-list-item {
  float: left;
  width: 78px;
  height: 78px;
  margin-right: -10px;
  margin-bottom: -8px;
}
.driver-profile-section-awards-summary {
  position: absolute;
  top: 380px;
  margin-left: 12px;
  width: 288px;
}
.driver-profile-section-awards-summary h1 {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 29px;
  letter-spacing: -0.045em;
  color: #808184;
  display: inline;
}
.driver-profile-section-awards-summary p {
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 76px;
  letter-spacing: -0.045em;
  color: #929497;
  float: right;
  padding-right: 18px;
  margin-top: -8px;
}
.driver-profile-section-most-recent-award {
  visibility: hidden;
  position: absolute;
  top: 380px;
  margin-left: 12px;
}
.driver-profile-section-most-recent-award p#title {
  position: relative;
  padding-right: 24px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 19px;
  color: #ff4f00;
  letter-spacing: -0.02em;
}
.driver-profile-section-most-recent-award p#body {
  position: relative;
  margin-right: 12px;
  line-height: 16px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 17px;
  color: #e6e7e8;
  letter-spacing: -0.02em;
}
.driver-profile-section-text {
  z-index: 2;
  position: absolute;
  top: 60px;
  left: 0px;
  width: 300px;
  height: 150px;
  float: left;
  overflow: visible;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#DriverProfileText .textBlock0 {
  position: relative;
  /* top:-279px; */
  left: 0px;
  width: 160px;
  text-align: left;
  font-size: 32px;
  font-family: DINNextLTPro-BoldCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  display: inline;
}
#DriverProfileText .textBlock1 {
  position: relative;
  /* top:-304px; */
  right: 10px;
  width: 160px;
  float: right;
  text-align: right;
  font-size: 32px;
  font-family: DINNextLTPro-BoldCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  display: inline;
}
.driver-profile-award-section {
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 300px;
  height: 304px;
  float: left;
  overflow: visible;
  background-color: #a3002e;
}
#DriverAwards .textBlock0 {
  position: relative;
  left: 0px;
  width: 160px;
  text-align: left;
  font-size: 32px;
  font-family: DINNextLTPro-BoldCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  clear: both;
  margin-left: 5px;
  margin-top: 10px;
}
#DriverAwards .textBlock1 {
  position: relative;
  left: 0px;
  width: 60px;
  float: left;
  text-align: left;
  font-size: 32px;
  font-family: DINNextLTPro-Condensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  display: inline;
  margin-left: 5px;
  margin-top: 30px;
}
#DriverAwards .textBlock2 {
  position: relative;
  right: 10px;
  width: 200px;
  float: right;
  text-align: left;
  font-size: 26px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  display: inline;
  margin-left: 5px;
  margin-top: 30px;
}
#DriverFriendList {
  z-index: 2;
  position: absolute;
  background: url(../Profile/friends_box_tiler.png);
  background-repeat: repeat-x;
  top: 309px;
  bottom: 0px;
  left: 0px;
  width: 300px;
  height: 150px;
  float: left;
  overflow: visible;
}
.driver-profile-friendlist-text {
  z-index: 2;
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 300px;
  height: 150px;
  float: left;
  overflow: visible;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#DriverFriendListText .FriendsHeading {
  position: relative;
  left: 5px;
  top: -2px;
  width: 160px;
  text-align: left;
  font-size: 38px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  clear: both;
  color: #808184;
  margin-left: 5px;
  margin-top: 0px;
}
#DriverFriendListText .FriendsNumberPending {
  position: relative;
  right: 5px;
  width: 280px;
  top: -34px;
  text-align: right;
  color: #929497;
  font-size: 38px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  clear: both;
  margin-left: 5px;
  margin-top: 0px;
}
#DriverFriendListText .textBlock {
  position: relative;
  left: 5px;
  width: 280px;
  top: -20px;
  text-align: left;
  color: White;
  font-size: 28px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  clear: both;
  margin-left: 5px;
  margin-top: 0px;
}
#DriverFriendListText .textBlock a {
  color: white;
}
#DriverFriendCircle {
  z-index: 3;
  position: relative;
  left: 12px;
  top: 90px;
}
#DriverFriendListText .DriverFriendLevel {
  position: relative;
  left: -241px;
  width: 280px;
  top: -2px;
  text-align: right;
  color: White;
  font-size: 38px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  clear: both;
  margin-left: 5px;
}
#DriverFriendListText .DriverFriendAwardList {
  position: relative;
  left: 60px;
  width: 280px;
  top: -48px;
  margin-left: 5px;
  margin-top: 0px;
  display: inline;
}
#DriverFriendListText .DriverFriendAwardListItem {
  display: inline;
  margin-left: -15px;
}
#FriendsArrows {
  z-index: 3;
  position: relative;
  bottom: 10px;
  left: 235px;
  width: 58px;
  height: 50px;
  float: left;
  overflow: visible;
  cursor: pointer;
}
.driver-profile-newsfeed-section {
  position: absolute;
  left: 0px;
  width: 300px;
  height: 304px;
  float: left;
  overflow: visible;
  background: url(../Profile/news_box_tiler.png);
  background-repeat: repeat-x;
}
.driver-profile-newsfeed-section h1 {
  text-align: left;
  color: #929497;
  font-size: 38px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  margin-left: 12px;
  margin-top: 6px;
}
.driver-profile-newsfeed-list {
  position: relative;
  width: 288px;
  height: 256px;
  top: 8px;
  overflow: auto;
  margin-left: 12px;
}
.driver-profile-newsfeed-list-item {
  position: relative;
  width: 270px;
  top: 8px;
  margin-bottom: 10px;
}
.driver-profile-newsfeed-list-item div#separator {
  background: url(../Profile/news_item_separator.png);
  background-repeat: repeat-x;
  height: 1px;
  width: auto;
  position: relative;
  top: 4px;
}
.driver-profile-newsfeed-list-item h1 {
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-size: 19px;
  color: #818286;
  letter-spacing: -0.02em;
  margin-left: 0px;
  margin-top: 0px;
}
.driver-profile-newsfeed-list-item p {
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 21px;
  color: #e6e7e8;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-top: 2px;
}
#DriverNewsFeed .newsDropmenu {
  position: absolute;
  display: block;
  margin-right: 0px;
  padding: 10px 0px;
  height: 25px;
  max-height: 25px;
  width: 100px;
  cursor: pointer;
  top: 0px;
  right: 0px;
}
#DriverNewsFeed .newsDropmenu:hover .newsSubmenu {
  display: inline-block;
}
#DriverNewsFeed .newsDropmenu:hover .shareImageRollover {
  visibility: visible;
}
#DriverNewsFeed .newsShareImage {
  position: relative;
  top: -15px;
  left: 10px;
}
#DriverNewsFeed .shareImageRollover {
  top: -57px;
  left: 10px;
  visibility: hidden;
  float: right;
}
#DriverNewsFeed .newsSubmenu {
  position: absolute;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
  left: -40px;
  top: -4px;
  width: 65px;
  height: 30px;
  display: none;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
#DriverNewsFeed .newsSubmenu li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
.driver-profile-racenetevent-section {
  z-index: 2;
  position: absolute;
  display: inline-block;
  left: 0px;
  width: 300px;
  height: 149px;
  float: left;
  overflow: visible;
  cursor: pointer;
}
.driver-profile-racenetevent-section .backgroundImage {
  position: absolute;
  left: 0px;
  width: 300px;
  height: 149px;
  float: left;
  visibility: hidden;
}
.driver-profile-racenetevent-section #textBlock0,
.driver-profile-racenetevent-section #textBlock1,
.driver-profile-racenetevent-section #textBlock2,
.driver-profile-racenetevent-section #textBlock3,
.driver-profile-racenetevent-section .bestTimeDescription,
.driver-profile-racenetevent-section .bestTimeValue,
.driver-profile-racenetevent-section .invalidTimeValue {
  width: 100px;
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: 12px;
  margin-top: 3px;
  /* -7px seems to be in the font? */
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  text-align: left;
  line-height: 85%;
  z-index: 3;
}
/* RACENET EVENT */

.driver-profile-racenetevent-section #textBlock0,
.driver-profile-racenetevent-section #textBlock2 {
  position: absolute;
  color: #ffdd15;
  top: 5px;
  font-size: 38px;
  letter-spacing: -0.045em;
}
/* SAN FRANSISCO */

.driver-profile-racenetevent-section #textBlock1,
.driver-profile-racenetevent-section #textBlock3 {
  width: 200px;
  color: white;
  top: 72px;
  position: absolute;
  font-size: 30px;
  letter-spacing: -0.045em;
}
/* Logo */

.driver-profile-racenetevent-section .imageBlock0 {
  position: absolute;
  text-align: right;
  left: 153px;
  top: 45px;
}
/* BEST */

.driver-profile-racenetevent-section .bestTimeValue,
.driver-profile-racenetevent-section .invalidTimeValue,
.driver-profile-racenetevent-section .bestTimeDescription {
  color: #606265;
  top: 10px;
  font-size: 32px;
  letter-spacing: -0.035em;
  display: inline;
}
/* VALID TIME */

.driver-profile-racenetevent-section .bestTimeValue {
  color: #ffdd15;
}
/* INVALID TIME */

.driver-profile-racenetevent-section .invalidTimeValue {
  color: #3f3d3c;
}
.driver-profile-racenetevent-section #textBlock2,
.driver-profile-racenetevent-section #textBlock3 {
  visibility: hidden;
}
.driver-profile-racenetevent-section .timeEntry {
  display: inline;
  position: absolute;
}
.driver-profile-teamchampionship-section {
  z-index: 2;
  position: absolute;
  display: inline-block;
  top: 156px;
  left: 0px;
  width: 300px;
  height: 149px;
  float: left;
  overflow: visible;
  background: url(../Profile/team_event_widget_bg.png);
}
.driver-profile-teamchampionship-section a {
  text-decoration: none;
}
.driver-profile-teamchampionship-section .textBlock0,
.driver-profile-teamchampionship-section .textBlock1,
.driver-profile-teamchampionship-section .bestTimeDescription,
.driver-profile-teamchampionship-section .bestTimeValue,
.driver-profile-teamchampionship-section .invalidTimeValue {
  width: 200px;
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: 12px;
  margin-top: 5px;
  /* -7px seems to be in the font? */
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  text-align: left;
  line-height: 85%;
}
/* RACENET EVENT */

.driver-profile-teamchampionship-section .textBlock0 {
  color: #ffdd15;
  top: 5px;
  font-size: 38px;
  letter-spacing: -0.045em;
}
/* SAN FRANSISCO */

.driver-profile-teamchampionship-section .textBlock1 {
  width: 200px;
  color: white;
  top: 0px;
  font-size: 30px;
  letter-spacing: -0.045em;
}
/* Logo */

.driver-profile-teamchampionship-section .imageBlock0 {
  position: absolute;
  text-align: right;
  left: 168px;
  top: 116px;
  width: 130px;
  height: 21px;
}
/* BEST */

.driver-profile-teamchampionship-section .bestTimeValue,
.driver-profile-teamchampionship-section .invalidTimeValue,
.driver-profile-teamchampionship-section .bestTimeDescription {
  color: #606265;
  top: 12px;
  font-size: 32px;
  letter-spacing: -0.035em;
  display: inline;
}
/* VALID TIME */

.driver-profile-teamchampionship-section .bestTimeValue {
  color: #ffdd15;
}
/* INVALID TIME */

.driver-profile-teamchampionship-section .invalidTimeValue {
  color: #3f3d3c;
}
#DriverFriendRequest {
  z-index: 2;
  position: absolute;
  bottom: 61px;
  left: 0px;
  width: 300px;
  height: 150px;
  float: left;
  overflow: hidden;
}
#DriverFriendRequestText a {
  color: white;
}
#DriverFriendManage {
  z-index: 2;
  position: absolute;
  bottom: 61px;
  left: 0px;
  width: 300px;
  height: 150px;
  float: left;
  overflow: visible;
  background: url(../Profile/friends_box_tiler.png);
  background-repeat: repeat-x;
}
.driver-profile-friendmanage-text,
.driver-profile-friendrequest-text {
  z-index: 2;
  position: relative;
  width: 300px;
  height: 150px;
  float: left;
  overflow: visible;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.driver-profile-friendrequest-text {
  bottom: 155px;
}
#DriverFriendRequestText .textBlock0,
#DriverFriendRequestText .textBlock1,
#DriverFriendRequestText .textBlock2,
#DriverFriendRequestText .textBlock3,
#DriverFriendRequestText .textBlock4,
#DriverFriendRequestText .textBlock5,
#DriverFriendRequestText .textBlock6,
#DriverFriendRequestText .ManageHeading,
#DriverFriendRequestText .ManageNumberPending,
#DriverFriendRequestText .ManageRequestFrom,
#DriverFriendRequestText .NoMessages,
#DriverFriendRequestText .textBlock {
  position: absolute;
  left: 0px;
  width: 160px;
  text-align: left;
  color: White;
  font-size: 38px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  clear: both;
  margin-left: 12px;
  margin-top: 0px;
}
#DriverFriendRequestText .textBlock0,
#DriverFriendRequestText .textBlock1 {
  width: 160px;
  font-size: 38px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  margin-left: 12px;
}
#DriverFriendRequestText .textBlock2,
#DriverFriendRequestText .textBlock3 {
  bottom: 29px;
  width: 400px;
  font-size: 32px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.045em;
  margin-left: 12px;
}
#DriverFriendRequestText .textBlock4,
#DriverFriendRequestText .textBlock5,
#DriverFriendRequestText .textBlock6 {
  bottom: 29px;
  width: 400px;
  font-size: 32px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.045em;
  margin-left: 12px;
}
#DriverFriendRequestText .ManageHeading {
  width: 280px;
  top: 6px;
  color: #929497;
  font-size: 38px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
}
#DriverFriendRequestText .ManageNumberPending {
  width: 280px;
  top: 6px;
  text-align: right;
  color: #929497;
  font-size: 38px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  margin-left: 0px;
  margin-right: 12px;
}
#DriverFriendRequestText .ManageRequestFrom,
#DriverFriendRequestText .NoMessages {
  width: 280px;
  top: 53px;
  color: #e6e7e8;
  font-size: 20px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
}
#DriverFriendRequestText .textBlock {
  width: 280px;
  top: 78px;
  font-size: 28px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
}
#DriverFriendRequestText .ManageAccept,
#DriverFriendRequestText .ManageDelete {
  position: relative;
  left: -10px;
  width: 151px;
  height: 40px;
  bottom: -98px;
  text-align: center;
  vertical-align: middle;
  color: White;
  font-size: 28px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.051em;
  line-height: 85%;
  background: Black;
  clear: both;
  margin-left: 5px;
  margin-top: 0px;
  cursor: pointer;
}
#DriverFriendRequestText .ManageAccept p {
  line-height: 45px;
}
#DriverFriendRequestText .ManageDelete {
  left: 141px;
  width: 149px;
  bottom: -58px;
  background: #6e6f70;
}
#DriverFriendRequestText .ManageDelete p {
  line-height: 45px;
}
#ManageArrows {
  z-index: 3;
  position: absolute;
  bottom: 80px;
  left: 235px;
  width: 58px;
  height: 50px;
  float: left;
  overflow: visible;
  cursor: pointer;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: #646567;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #646567;
  position: relative;
}
.jspDrag {
  background: #bcbdc1;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
  margin: 0 -3px 0 0;
}
#linked-account-overlay {
  width: 1220px;
  height: 600px;
  background: url(../Showdown/Linking/full_image_bg.png);
  letter-spacing: -0.051em;
  float: right;
  text-align: left;
  display: none;
  cursor: pointer;
}
#linked-account-overlay #linked-account-overlay-title {
  position: relative;
  width: 400px;
  height: 100px;
  left: 700px;
  top: 125px;
  color: #a3002e;
  font-size: 50px;
  font-family: DINNextLTPro-BoldCondensed, 'Ubuntu Mono', sans-serif;
  line-height: 50px;
}
#linked-account-overlay #linked-account-overlay-body {
  position: relative;
  left: 700px;
  top: 130px;
  width: 400px;
  color: black;
  font-size: 24px;
  font-family: DINNextLTPro-Condensed, 'Ubuntu Mono', sans-serif;
}
#linked-account-overlay #linked-account-overlay-button {
  position: relative;
  left: 690px;
  top: 190px;
  width: 460px;
  color: black;
  font-size: 40px;
  font-family: DINNextLTPro-BoldCondensed, 'Ubuntu Mono', sans-serif;
}
#linked-account-overlay #linked-account-overlay-button #text {
  position: relative;
  left: -10px;
  text-align: right;
  float: left;
  width: 400px;
}
#linked-account-overlay #linked-account-overlay-button #link {
  left: -50px;
}
#linked-account-overlay #linked-account-overlay-button img {
  position: relative;
  top: -4px;
  vertical-align: middle;
}
.teamEvent .name a {
  color: #404040;
  font-family: DINNextLTPro-Condensed, 'Ubuntu Mono', sans-serif;
  font-weight: normal;
  letter-spacing: -0.04em;
  text-decoration: none;
}
.teamEvent .name a:hover {
  text-decoration: underline;
}
.teamEventVS .teamName a {
  color: #404040;
  text-decoration: none;
}
.teamEventVS .teamName a:hover {
  text-decoration: underline;
}
.teamEvent .metaGameDisplay {
  position: relative;
  left: 18px;
  width: 100%;
}
.teamEvent .metaGameDisplay .tier_pic {
  bottom: -131px;
  left: -18px;
  z-index: -1;
}
.teamEvent .metaGameDisplay .location_logo {
  bottom: 2px;
  left: -206px;
}
.teamEvent .metaGameDisplay .discipline_logo {
  bottom: 0px;
  right: -120px;
}
.teamEvent .sliderTop {
  float: left;
  height: 205px;
  position: absolute;
  width: 1224px;
}
.teamEvent .imageContainer {
  clear: both;
  height: 550px;
  margin-bottom: -5px;
  position: relative;
  width: 100%;
}
.teamEvent .imageContainer .GameImage {
  height: 600px;
}
.teamEvent .imageContainer .metaGameDisplay {
  height: 600px;
}
.teamEventVS {
  color: #404040;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  width: 1224px;
}
.teamEventVS div {
  float: left;
}
.teamEventVS .team {
  width: 481px;
  height: 270px;
  padding-left: 12px;
}
.teamEventVS .opposingTeam.team {
  width: 481px;
  height: 270px;
  padding-left: 0px;
  padding-right: 12px;
}
.teamEventVS .qualifier {
  float: right;
}
.teamEventVS .qualifier h1#time-to-beat-heading {
  font-size: 49px;
  letter-spacing: -2px;
  margin-top: 83px;
  width: 100%;
  text-align: right;
}
.teamEventVS .qualifier p#time-to-beat {
  font-size: 129px;
  letter-spacing: -0.04em;
  margin-top: -24px;
  text-align: right;
}
.teamEventVS .bye {
  float: right;
}
.teamEventVS .bye h1#bye-heading {
  font-size: 50px;
  letter-spacing: -2px;
  margin-top: 84px;
  width: 100%;
  text-align: right;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.04em;
  font-weight: normal;
}
.teamEventVS .bye p#bye-body {
  font-size: 32px;
  position: relative;
  letter-spacing: -0.04em;
  text-align: right;
  top: 25px;
  width: 490px;
}
.teamEventVS .team .toptwo {
  width: 100%;
  height: 270px;
}
.teamEventVS .scoreBox {
  width: 100%;
}
.teamEventVS .team .teamTotal {
  width: 100%;
}
.teamEventVS .teamName {
  width: 100%;
  font-size: 50px;
  letter-spacing: -2px;
  margin-bottom: 21px;
  margin-top: 82px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.04em;
  font-weight: normal;
}
.opposingTeam .teamName {
  text-align: right;
}
.seperator {
  width: 235px;
  height: 270px;
}
.seperator .versusCircle {
  margin-left: auto;
  margin-right: auto;
  margin-top: 71px;
  font-family: DINNextLTPro-UltraLightCond, 'Open Sans Condensed', sans-serif;
  width: 97px;
  height: 108px;
  background-image: url('../cssimages/vs_circle.png');
  font-size: 90px;
  color: White;
  float: none;
  padding-top: 18px;
  padding-left: 28px;
  font-weight: bold;
}
.seperator .roundDescription {
  margin-top: 18px;
  font-size: 40px;
  width: 100%;
  text-align: center;
  letter-spacing: -2px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
}
.teamEventVS .position {
  clear: none;
  top: 15px;
  left: 9px;
  background-image: url(../CssImages/orange_arrow.png);
  width: 59px;
  height: 42px;
  margin-bottom: 10px;
}
.teamEventVS .position .rank {
  float: left;
  padding: 9px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 20px;
  font-family: DINNextLTPro-BoldCondensed, 'Ubuntu Mono', sans-serif;
  width: 10px;
}
.teamEventVS .name {
  width: 320px;
  text-align: right;
  font-size: 32px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-weight: normal;
  margin-top: 3px;
  letter-spacing: -0.04em;
}
.teamEventVS .score {
  width: 99px;
  font-size: 32px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  text-align: right;
  margin-top: 3px;
  letter-spacing: -3px;
}
.teamTotal {
  margin-top: 20px;
  border-top: 2px solid #404040;
}
.teamTotal .title {
  font-size: 40px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-weight: normal;
  letter-spacing: -0.04em;
  width: 349px;
  text-align: right;
  margin-top: 7px;
  color: #7f8084;
}
.teamTotal .score {
  font-size: 40px;
  width: 132px;
  text-align: right;
  margin-top: 7px;
}
.opposingTeam .teamTotal .title {
  font-size: 40px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-weight: normal;
  letter-spacing: -0.04em;
  text-align: left;
  float: right;
}
.opposingTeam.teamTotal .score {
  font-size: 40px;
  text-align: left;
  float: right;
}
.teamEventVS .opposingTeam .position {
  float: right;
  background-image: url(../CssImages/yellow_arrow.png);
}
.teamEventVS .opposingTeam .position .rank {
  float: right;
  text-align: right;
  width: 30px;
}
.teamEventVS .opposingTeam .name {
  font-size: 32px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  font-weight: normal;
  letter-spacing: -0.04em;
  float: right;
  text-align: left;
}
.teamEventVS .opposingTeam .score {
  float: right;
  text-align: left;
}
.bottomHalf .TeamName {
  color: #404040;
  float: left;
  width: 1200px;
  border-top: 6px solid #c1c2bd;
  border-bottom: 6px solid #c1c2bd;
  font-size: 50px;
  letter-spacing: -0.04em;
  padding-top: 9px;
  padding-bottom: 27px;
  padding-left: 12px;
  padding-right: 12px;
  height: 36px;
  margin-top: 90px;
}
.teamEventAwards {
  width: 481px;
  padding-right: 12px;
  float: right;
  color: #404040;
}
.teamEventAwards div {
  float: left;
}
.teamEvent .bar {
  width: 0%;
  height: 45px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 5px;
  background-image: url('../cssImages/barbackground.png');
  background-repeat: repeat-y;
}
.teamEventAwards .title {
  width: 100%;
  font-size: 40px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  text-align: center;
  margin-bottom: 17px;
  margin-top: 50px;
  font-weight: normal;
  letter-spacing: -0.04em;
}
.teamEventAwards .history {
  float: left;
}
.teamEventAwards .history .history-row {
  float: left;
  display: inline;
  width: 470px;
  height: 53px;
  background-position: 5px 12px;
  background-repeat: no-repeat;
  border-bottom: 2px solid #bbbdbf;
}
.teamEventAwards .history .history-row#legend {
  background-image: url(../showdown/metagame/tierStack/legend-bar-background.png);
}
.teamEventAwards .history .history-row#champion {
  background-image: url(../showdown/metagame/tierStack/champion-bar-background.png);
}
.teamEventAwards .history .history-row#allstar {
  background-image: url(../showdown/metagame/tierStack/allstar-bar-background.png);
}
.teamEventAwards .history .history-row#pro {
  background-image: url(../showdown/metagame/tierStack/pro-bar-background.png);
}
.teamEventAwards .history .history-row div#total-container {
  float: right;
  width: 45px;
  height: 45px;
  position: relative;
  top: 3px;
  background-color: #404040;
}
.teamEventAwards .history .history-row div#total {
  color: white;
  position: relative;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 38px;
  top: 4px;
  text-align: right;
  width: 45px;
  left: -6px;
}
.teamEventAwards .history .history-row div.bar {
  position: relative;
  background-color: #ff4f00;
  width: 0px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.currentEvent {
  position: relative;
  z-index: 0;
}
.currentEvent .title {
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -0.04em;
  margin-bottom: 17px;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
.barChartLine .score {
  background-color: #404042;
  height: 43PX;
  width: 37PX;
  font-size: 36px;
  color: White;
  text-align: right;
  font-family: DINNextLTPro-UltraLightCond, 'Open Sans Condensed', sans-serif;
  letter-spacing: -2px;
  padding-right: 10px;
  padding-top: 3px;
  margin-top: 2px;
}
.mostValublePlayer .rosette {
  height: 166px;
  width: 120px;
  background-image: url('../cssImages/mvp-rosette.png');
  background-repeat: no-repeat;
}
.teamEvent .infoArea {
  top: 75px;
}
.teamEvent {
  width: auto;
  min-width: 175px;
  top: 60px;
}
.teamEvent .GameTitle {
  white-space: nowrap;
}
.teamScoreBoardContainer {
  color: #404040;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  width: 600px;
  margin-left: 12px;
  float: left;
  position: relative;
  overflow: hidden;
}
.teamScoreBoard {
  width: 600px;
  float: left;
}
.teamScoreBoard .titleBar div {
  float: left;
}
.teamScoreBoard .title {
  width: 100%;
  font-size: 38px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  text-align: center;
  margin-bottom: 17px;
  margin-top: 50px;
  font-weight: normal;
  letter-spacing: -2px;
}
.teamScoreBoardContainer .leftArrow {
  background-image: url('../cssImages/white_chevron_grey_circle_left.png');
  top: 60px;
  left: 0px;
}
.teamScoreBoardContainer .rightArrow {
  top: 60px;
  right: 0px;
  background-image: url('../cssImages/white_chevron_grey_circle_right.png');
}
.teamScoreBoardContainer .arrow {
  position: absolute;
  width: 20px;
  height: 19px;
  background-position: top;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
}
.teamScoreBoard .scoreRow {
  width: 100%;
  float: left;
  clear: both;
}
.teamScoreBoard .scoreRow div {
  float: left;
}
.teamScoreBoard .name {
  width: 320px;
  text-align: right;
  font-size: 32px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  margin-top: 3px;
  letter-spacing: -0.04em;
}
.scoreRow {
  border-bottom: 2px solid #bbbdbf;
  height: 47px;
  padding-top: 7px;
}
.scoreRow .position {
  clear: none;
  top: 15px;
  left: 9px;
  background-image: url(../CssImages/orange_arrow.png);
  width: 59px;
  height: 42px;
  margin-bottom: 10px;
}
.scoreRow .position .rank {
  float: left;
  padding: 9px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 20px;
  font-family: DINNextLTPro-BoldCondensed, 'Ubuntu Mono', sans-serif;
  width: 10px;
}
.scoreRow .score {
  width: 99px;
  font-size: 32px;
  font-family: DINNextLTPro-LightCondensed, 'Ubuntu Mono', sans-serif;
  text-align: right;
  margin-top: 3px;
  letter-spacing: -2px;
}
.wideContainer {
  width: 5024px;
}
.bottomHalf {
  position: relative;
  top: 50px;
}
.bottomHalf .button,
.bottomHalf .disabled-button {
  margin-top: 10px;
  float: right;
  width: 181px;
  height: 35px;
  background-image: url(../CssImages/grey_bg.png);
  clear: none;
  position: relative;
  font-size: 22px;
  padding-top: 7px;
  padding-left: 10px;
  cursor: pointer;
  letter-spacing: -0.03em;
}
.bottomHalf .disabled-button {
  cursor: default;
}
.bottomHalf .button .icon {
  width: 14px;
  height: 14px;
  background-image: url(../CssImages/minuscircle.png);
  background-position: top;
  position: absolute;
  top: 14px;
  right: 5px;
}
.bottomHalf .button .icon-add {
  width: 14px;
  height: 14px;
  background-image: url(../CssImages/pluscircle.png);
  background-position: top;
  position: absolute;
  top: 14px;
  right: 5px;
}
.teamScoreBoard .removeButton {
  color: #404040;
  width: 85px;
  margin-left: 25px;
  margin-top: 8px;
  height: 15px;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.teamScoreBoard .removeButton p#text {
  float: left;
  position: relative;
  top: -1px;
}
.teamScoreBoard .removeButton.button .icon {
  top: 9px;
  height: 11px;
  width: 11px;
  top: 6px;
  background-image: url(../CssImages/remove.png);
}
.teamScoreBoard .titleBar {
  width: 481px;
}
.contentContainer {
  height: 300px;
  float: left;
  overflow: hidden;
  width: 600px;
}
.teamScoreBoardContainer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.teamScoreBoardContainer ul li {
  list-style: none;
}
.teamScoreBoard .content {
  position: relative;
  top: 0px;
}
.mostValublePlayer .name {
  text-align: right;
  font-size: 45px;
  font-family: DINNextLTPro-MediumCond, 'Ubuntu Mono', sans-serif;
  letter-spacing: -0.04em;
  margin-top: 30px;
  width: 349px;
}
.mostValublePlayer .score {
  margin-top: 0px;
}
.mostValublePlayer .score .title {
  font-size: 38px;
  width: 249px;
  text-align: left;
  margin-top: 7px;
  color: #7f8084;
}
.mostValublePlayer .score .wins {
  font-size: 38px;
  width: 100px;
  text-align: right;
  margin-top: 7px;
  letter-spacing: -0.03em;
}
.mostValublePlayer {
  margin-top: 16px;
}
.showdown-team-dialog {
  text-align: center;
  position: absolute;
  z-index: 1;
  background: url("../Flash/RN_Install_Flash_bg_slice.png");
  text-decoration: none;
  width: 560px;
}
.showdown-team-dialog h1 {
  font-family: DINNextLTPro-UltraLightCond, 'Open Sans Condensed', sans-serif;
  font-size: 120px;
  color: #c41f31;
  letter-spacing: -0.05em;
  line-height: 115px;
  margin-top: 34px;
}
.showdown-team-dialog p {
  font-family: DINNextLTPro-Condensed, 'Ubuntu Mono', sans-serif;
  font-size: 24px;
  color: white;
  letter-spacing: -0.02em;
  padding-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  font-weight: normal;
  margin-top: -17px;
}
.showdown-team-dialog .dialog-button {
  background-color: Gray;
  width: 279px;
  height: 30px;
  position: relative;
  float: left;
  line-height: 1.5em;
  cursor: pointer;
  color: white;
}
.showdown-team-dialog .dialog-button:hover {
  background-color: #acacac;
}
.showdown-team-dialog #vert-separator {
  background-color: Black;
  width: 2px;
  height: 30px;
  position: relative;
  float: left;
}
body {
  background-color: #141414 !important;
}
html {
  overflow-x: hidden;
}
#terms a {
  cursor: pointer;
  color: #939393;
}
#support {
  color: #939393;
  text-decoration: none;
  cursor: pointer;
}
#support a,
#support a:visited,
#support a:hover {
  color: #939393;
  text-decoration: none;
}
#terms a:hover,
#support:hover {
  cursor: pointer;
  color: #939393;
  text-decoration: none;
}
.bottomfooter {
  height: 17px;
  padding-bottom: 10px;
  width: 100%;
  background-color: black;
}
.footsplit {
  width: 49%;
}
.footerNav li {
  font-family: 'UniversNext-620CondB';
  font-size: .8em;
  float: left;
  list-style-type: none;
  padding: 2% 10px 0 10px;
  color: #939393;
}
.footer-icon {
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  margin-top: -3px;
}
.footer-icon:hover {
  cursor: pointer;
}
#footer-facebook {
  background-image: url('../SiteFrame/fb-select-unselect.png');
  opacity: .5;
}
#footer-facebook:hover {
  opacity: .9;
}
#footer-twitter {
  background-image: url('../SiteFrame/twitter-select-unselect.png');
  background-repeat: no-repeat;
  opacity: .5;
}
#footer-twitter:hover {
  opacity: .9;
}
#newsfeed {
  background-color: #c0cbda;
  width: 100%;
  color: #171717;
  height: 30px;
}
#news-container {
  padding-top: 2px;
  white-space: nowrap;
  height: 100%;
  font-family: 'UniversNext-620CondB';
}
#news-container li,
.news-header,
.news-body {
  display: inline;
}
#news-container marquee {
  marquee-play-count: infinite;
}
.news-container-section {
  display: inline-block;
}
.news-header {
  font: 'UniversNext-620CondB';
  color: #8a131d;
  padding: 0px 10px 0px 10px;
}
.news-body {
  font: 'UniversNext-Regular';
  color: #777777;
}
@media only screen and (-webkit-min-device-pixel-ratio: 0) {
  .news-container-list {
    position: relative;
    top: -1px;
  }
  .news-header,
  .news-body {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 3px;
    top: -3px;
  }
}
#header-links {
  margin-top: 0;
  padding-top: 0;
}
#header-links li {
  display: block;
  padding-right: 2px;
  padding-top: 2px;
  display: none;
}
.playername {
  font-size: 1em;
  line-height: 0;
  padding-right: 20px;
  padding-top: 13px;
  color: White;
  padding-bottom: 15px;
}
.playername a {
  color: gray;
  list-style-type: none;
}
.playername a:hover {
  color: white;
}
#siteframe-nav {
  list-style-type: none;
}
#siteframe-nav ul li {
  display: block;
  float: left;
  list-style-type: none;
  margin-left: 200px;
}
#mainnav {
  margin-top: 0px;
  font-size: .75em;
  /* padding-top:1px; /*fix for rn 1506 part 1*/

}
#mainnav ul li {
  float: left;
  list-style-type: none;
}
#mainnav ul li:first-child {
  padding-right: 50px;
}
#header-holder {
  padding-top: 1px;
  float: right;
}
#loggedoutHeader li {
  display: block;
  line-height: 0em;
  padding-left: 15px;
  padding-top: 27px;
  float: left;
  font-size: .75em;
  font-family: 'UniversNext-620CondB';
}
#loggedoutHeader li a {
  color: #939393;
  float: left;
}
#loggedoutHeader li a:hover {
  color: white;
  float: left;
  text-decoration: none;
}
/*#loggedInHeader 
{
    width:500px;
}*/

#siteframenotification {
  /*background-image: url(../images/SiteFrameNoteShrink.jpg);*/
  background-image: url(../Landing/v1.0/LoggedIn/notification.png);
  width: 30px;
  height: 20px;
  margin-top: 2px;
}
#siteframenotification:hover {
  background-image: url(../Landing/v1.0/LoggedIn/notificationroll.png);
  cursor: pointer;
}
#loggedInHeader li {
  display: block;
  float: left;
  padding-left: 15px;
  font-size: .75em;
  font-family: 'UniversNext-620CondB';
}
#loggedInHeader li a {
  color: #777777;
  float: left;
}
#loggedInHeader li a:hover {
  color: white;
  float: left;
  text-decoration: none;
}
.siteframepadfix {
  padding-top: 13px;
}
.settings {
  cursor: pointer;
  background-image: url(../Grid2/settings_button_drop_bg.png);
  background-position: right center;
  background-color: Gray;
  height: 45px;
  width: 33px;
  padding-top: 9px;
  border-left: 1px solid #404040;
  /*fix rn-1508*/

}
.settings:hover {
  cursor: pointer;
  background-image: url(../SiteFrame/nav_button_bg.png);
  background-position: right center;
  background-color: #8a131d;
}
#settings-menu {
  display: none;
  z-index: 1;
  margin-top: 0px;
  background-color: #1d1d1d;
  -moz-box-shadow: inset 0px 2px 2px -3px black;
  -webkit-box-shadow: inset 0px 2px 2px -3px black;
  box-shadow: inset 0px 2px 4px -1px black;
  border-bottom: 1px #3d3d3d solid;
  right: 0;
  float: right;
  padding-right: 2px;
  cursor: pointer;
  position: absolute;
  top: 56px;
}
#settings-menu ul li {
  list-style-type: none;
  padding: 5px;
  margin: 5px;
  font-size: .75em;
  text-align: right;
  text-decoration: none !important;
  border-bottom: 1px solid gray;
}
#settings-menu ul li:last-child/*RN-1499 fix*/ {
  border-bottom: none;
}
#settings-menu ul li a {
  color: White;
  text-decoration: none !important;
}
#settings-menu .platform-switch {
  color: white;
  display: inline-block;
  border-bottom: none;
}
.platform-selected {
  background-color: #8a131d;
}
#settings-menu ul li.hover:hover {
  color: White;
  background-color: #8a131d;
  text-decoration: none !important;
}
#gameselector {
  display: none;
  min-width: 780px;
  margin-left: 220px;
  z-index: 5;
  position: absolute;
  top: 57px;
  left: -2px;
  -moz-box-shadow: 1px 1px 4px black;
  -webkit-box-shadow: 40px 40px 40px black;
  box-shadow: 4px 8px 8px black;
  height: 65px;
}
#gameselector li {
  display: block;
  float: left;
  padding-left: 15px;
}
#gameselector li a {
  color: White;
}
.gamepanel {
  left: 0;
  height: 55px;
  background-color: #1d1d1d;
  z-index: 1;
  -moz-box-shadow: inset 0px 4px 4px -3px black;
  -webkit-box-shadow: inset 0px 4px 4px -3px black;
  box-shadow: inset 0px 4px 2px -3px black;
  margin-top: -2px;
  padding-top: 15px;
  border-bottom: 1px #3d3d3d solid;
  min-width: 780px;
  margin-left: 0px;
}
.gamepanel_link {
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9000px;
  height: 53px;
  width: 102px;
  background: transparent no-repeat scroll left bottom;
  cursor: pointer;
  background-size: cover;
  display: inline-block;
  margin: 0px 15px 0px 15px;
  position: relative;
  top: -5px;
}
.gamepanel_link:hover {
  background-position: left top;
  cursor: pointer;
}
#gamepanel_grid2 {
  background-image: url('../SiteFrame/G2.png');
}
#gamepanel_racestars {
  background-image: url('../SiteFrame/RceStrs.png');
}
#gamepanel_f12012 {
  background-image: url('../SiteFrame/F12012.png');
}
#gamepanel_showdown {
  background-image: url('../SiteFrame/DrtShwdn.png');
}
#gamepanel_squirrel {
  background-image: url('../SiteFrame/renegade.png');
}
#gamepanel_f12013 {
  background-image: url('../SiteFrame/F12013.png');
}
#gamepanel_f12014 {
  background-image: url('../SiteFrame/F12014.png');
}
#gamepanel_gridas {
  background-image: url('../SiteFrame/gridautosport.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
  #gamepanel_grid2 {
    background-image: url('../SiteFrame/G2@2x.png');
  }
  #gamepanel_racestars {
    background-image: url('../SiteFrame/RceStrs@2x.png');
  }
  #gamepanel_f12012 {
    background-image: url('../SiteFrame/F12012@2x.png');
  }
  #gamepanel_showdown {
    background-image: url('../SiteFrame/DrtShwdn@2x.png');
  }
  #gamepanel_squirrel {
    background-image: url('../SiteFrame/renegade@2x.png');
  }
  #gamepanel_f12013 {
    background-image: url('../SiteFrame/F12013@2x.png');
  }
  #gamepanel_f12014 {
    background-image: url('../SiteFrame/F12014@2x.png');
  }
  #gamepanel_gridas {
    background-image: url('../SiteFrame/gridautosport@2x.png');
  }
}
#mobiletabletnav {
  margin-top: 2px;
}
#rt ul {
  margin-top: 20px;
}
#menu.hidden-desktop #rt ul {
  margin-top: 0px;
}
#mobiletabletnav ul li {
  color: gray;
  font-family: 'UniversNext-320CondL';
  list-style-type: none;
}
#mobiletabletnav ul li a {
  color: gray;
  font-family: 'UniversNext-320CondL';
}
#mobiletabletnav .platform-switch {
  color: white;
  display: inline-block;
  border-bottom: none;
}
#mobiletabletnav .platform-selected {
  background-color: #8a131d;
}
#mobiletabletnav ul li a:hover {
  color: White;
}
.menuButton {
  background-image: url(../SiteFrame/nav_button_bg.png);
  background-size: 100%;
}
* {
  padding: 0px;
  margin: 0px;
}
#menubar {
  width: 100%;
  background-color: black;
  font-family: 'UniversNext-620CondB';
  font-size: 1.1em;
  color: white;
  height: 54px;
  /*fix for rn 1506 part 2*/
  float: right;
  position: relative;
  -webkit-box-shadow: 0px 2px 2px black;
  moz-box-shadow: 0px 2px 2px black;
  o-box-shadow: 0px 2px 2px black;
  box-shadow: 0px 2px 2px black;
  border-bottom: 1px solid #404040;
  z-index: 9;
}
.menubaritem a {
  padding: 27px 15px 0px 15px;
  background-image: url(../SiteFrame/nav_button_bg.png);
  background-position: right center;
  background-size: 100% 100%;
  background-color: #262626;
  height: 27px;
  background-repeat: no-repeat;
  border-right: 1px solid #404040;
  border-left: 1px solid #404040;
  font-family: 'UniversNext-620CondB';
  line-height: 0;
  color: #939393;
  display: block;
}
.menubaritem li:nth-child(1) {
  border-left: 1px solid #990000;
}
.menubaritem a:hover {
  background-color: #8a131d;
  color: white;
  text-decoration: none;
  background-image: url(../SiteFrame/nav_button_bg.png);
}
.dd a:hover {
  background-color: #8a131d;
  color: white;
  text-decoration: none;
  background-image: url(../SiteFrame/nav_button_drop_bg.png);
}
.shiftitem {
  margin-left: 200px;
}
#logo {
  margin: 0;
  top: 0;
  width: 179px;
  height: 45px;
  display: inline-block;
  text-indent: -9000px;
  overflow: hidden;
  white-space: nowrap;
  background: transparent url('../Placeholder/nav_ribbon_logo_s.png') no-repeat scroll left top;
  background-size: 179px 45px;
}
.loggedoumenushift {
  margin-top: -2px !important;
}
#button {
  cursor: pointer;
  float: right;
  opacity: .5;
  padding: 7px 2px;
}
#button:hover {
  cursor: pointer;
  float: right;
  opacity: .9;
}
#menu,
#right {
  display: inline;
}
#menu li p {
  padding: 10px;
  display: block;
  color: #939393;
  text-decoration: none;
  font-family: 'UniversNext-320CondL';
  font-size: 1.1em;
}
#menu li a {
  padding: 10px;
  display: block;
  color: #939393;
  text-decoration: none;
  font-family: 'UniversNext-320CondL';
  font-size: 1.1em;
}
.mobileMenuGame a {
  font-family: 'UniversNext-620CondB' !important;
}
f #menu li a:hover {
  background-color: #8a131d;
  color: white;
}
#right {
  width: 100%;
  min-height: 100%;
  z-index: 5;
  position: absolute;
  left: 0px;
  -webkit-box-shadow: -5px 0px 4px 5px rgba(0, 0, 0, 0.9);
  moz-box-shadow: -5px 0px 4px 5px rgba(0, 0, 0, 0.9);
  o-box-shadow: -5px 0px 4px 5px rgba(0, 0, 0, 0.9);
  box-shadow: -5px 0px 4px 5px rgba(0, 0, 0, 0.9);
}
#right p {
  padding: 2px;
  text-transform: uppercase;
}
#menu {
  width: 250px;
  position: absolute;
  right: 0;
  z-index: -2;
  display: none;
  overflow: hidden;
  text-wrap: none;
}
#menu #rt {
  background-color: #141414;
  z-index: -2;
  display: block;
  width: 250px;
}
#menu #rt .platform-switch {
  width: auto !important;
  color: white;
  display: inline-block !important;
  border-bottom: none;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#menu li {
  border-bottom: 1px solid #2f2f2f;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  width: 91%;
  font-size: .75em;
}
.mover {
  padding-left: 200px;
}
#nav1 ul li {
  padding-right: 0px;
}
#nav1 ul li a {
  background-color: #171717;
  background-image: url("../Placeholder/button_ribbon.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: White;
  display: block;
  height: 48px;
  margin-top: -20px;
  padding: 13px 25px 1px;
}
#nav1 ul li a:hover {
  background-color: #990000;
  text-decoration: none;
}
#sbar {
  padding-bottom: 10px !important;
}
/*styles the loading image on page load edit the backgrouind to change the image.*/

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: black url('../images/ajax-loader.gif') no-repeat center center;
}
.centre {
  margin-left: auto;
  margin-right: auto;
}
.cogcentre {
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  left: -2px;
  position: relative;
}
.topspacer {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .topspacer {
    margin-top: 130px;
  }
}
.js-marquee-wrapper {
  width: 500000px !important;
}
#footer-surround {
  float: left;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding-bottom: 64px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #news-container {
    line-height: 100%;
    padding-top: 8px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
  #logo {
    background-image: url('../Placeholder/nav_ribbon_logo_s@2x.png');
  }
  #preloader {
    background-image: url('../images/ajax-loader@2x.gif');
    background-size: 66px 57px;
  }
  .settings {
    background-image: url(../Grid2/settings_button_drop_bg@2x.png);
  }
  #mainWindow {
    width: 100%;
    height: auto;
  }
}
body {
  background-color: #ececec;
  height: 100%;
  width: 100%;
}
.navGameTitle a {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'UniversLTStdBoldCn' !important;
}
.headsubnav li {
  list-style: none;
  list-style-type: none;
  display: block;
  float: left;
  padding: 10px 10px;
}
.border {
  border: 1px solid white;
}
/*cols & structure */

#wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
header {
  width: 100%;
  background-color: Black;
}
footer {
  color: White;
  background-color: Black;
  bottom: 0;
  position: fixed;
  width: 100%;
  margin: 0;
  overflow: hidden;
  z-index: 10000;
}
#fullPagefooter {
  padding-top: 20px;
  position: absolute;
  bottom: 0;
}
.outerWrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.holderrow {
  width: 100%;
  clear: both;
}
.wrapper/*this class acts as a wrapper for the page margin attributes align it centrally bassed on a full 12 col span totaling 1200px;*/ {
  min-height: inherit;
}
.red a {
  color: Red;
}
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*column definitions*/

/*column widths adjusted to include border of 3px so total 6px removed from each col %'2 adjusted accordingly */

/*responsive to do.*/

.col1 {
  width: 7.83%;
  border: 3px solid transparent;
}
.col2 {
  width: 16.16%;
  border: 3px solid transparent;
}
.col3 {
  width: 24.50%;
  border: 3px solid transparent;
}
.col4 {
  width: 32.83%;
  border: 3px solid transparent;
}
.col5 {
  width: 41.16%;
  border: 3px solid transparent;
}
.col6 {
  width: 49.50%;
  border: 3px solid transparent;
}
.col7 {
  width: 57.83%;
  border: 3px solid transparent;
}
.col8 {
  width: 66.166%;
  border: 3px solid transparent;
}
.col9 {
  width: 74.50%;
  border: 3px solid transparent;
  height: 494px;
}
.col10 {
  width: 82.83%;
  border: 3px solid transparent;
}
.col11 {
  width: 91.166%;
  border: 3px solid transparent;
}
.col12 {
  width: 99.50%;
  border: 3px solid transparent;
}
/* responsive rows*/

/* Need to be done as pixels, also per response layout and also need to account for border width (x2) should use less for variable resuse!  */

.row1 {
  height: 94px;
}
.row2 {
  height: 194px;
}
.row3 {
  height: 294px;
}
.row4 {
  height: 394px;
}
.row5 {
  height: 494px;
}
.row6 {
  height: 594px;
}
.row7 {
  height: 694px;
}
.row8 {
  height: 794px;
}
.row9 {
  height: 894px;
}
.row10 {
  height: 994px;
}
.row11 {
  height: 1094px;
}
.row12 {
  height: 1194px;
}
.smallbox {
  height: 500px;
}
/*fractions*/

.qtr {
  width: 25%;
}
.threeqtr {
  width: 75%;
}
.half {
  width: 50%;
}
.third {
  width: 33.3333%;
}
.twothirds {
  width: 66.666%;
}
/*layout fixes*/

.clearfix {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.searchbar {
  background-color: #171717 !important;
  border: 1px solid #333333;
  background-image: url('@Url.CdnContent("placeholder/search-select-unselect.png")');
  width: 20px;
}
/*rounded corners for divs class*/

.rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* future proofing */
  -khtml-border-radius: 5px;
  /* for old Konqueror browsers */

}
.padleft25 {
  padding-left: 25px;
}
.padright10 {
  padding-right: 10px;
}
/*design elements*/

.vig {
  background-image: url(../Placeholder/vignette.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
video {
  max-width: 100%;
  height: auto;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
.pointer {
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 479px) {
  body {
    min-height: 600px;
    height: 100%;
  }
  #wrapper {
    width: 300px;
  }
  #page {
    padding-top: 0px;
  }
  #PlayerCard {
    margin-bottom: 10px;
  }
  #FollowersBox {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #MainContent {
    background-color: black !important;
    bottom: 0;
  }
  #rightfooter {
    float: left;
    background-color: black;
    width: 100%;
  }
  #GridHolder {
    background-color: white;
  }
}
@media (min-width: 480px) and (max-width:599px) {
  body {
    min-height: 800px;
    height: 100%;
  }
  #wrapper {
    width: 434px;
  }
  #page {
    padding-top: 0px;
  }
  #PlayerCard {
    margin-bottom: 10px;
  }
  #MainContent,
  #level-2 {
    width: 434px;
  }
  #FollowersBox {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #rightfooter {
    float: left;
    background-color: black;
    width: 100%;
  }
  #GridHolder {
    background-color: white;
  }
  #fullPagefooter {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    clear: both;
  }
}
@media (min-width: 600px) and (max-width:767px) {
  #wrapper {
    width: 580px;
  }
  #page {
    padding-top: 0px;
  }
  #PlayerCard {
    margin-bottom: 10px;
  }
  #MainContent,
  #level-2 {
    width: 580px;
  }
  #FollowersBox {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #GridHolder {
    background-color: white;
  }
  #fullPagefooter {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    clear: both;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  #wrapper {
    width: 726px;
  }
  #page {
    padding-top: 0px;
  }
  #MainContent,
  #level-2 {
    width: 726px;
  }
  #GridHolder {
    background-color: white;
  }
  /*this may need to be removed if the news feed is required on the ipad portrait layout
      if this is needed just remove the next two lines below this comment. and apply display:none to #fullPagefooter. */
  
  #fullPagefooter {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    clear: both;
  }
  footer {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width:1279px) {
  #wrapper {
    width: 1000px;
  }
  #page {
    padding-top: 0px;
  }
  #MainContent,
  #level-2 {
    width: 1000px;
  }
  #GridHolder {
    background-color: white;
  }
  #fullPagefooter {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #right {
    left: 0px !important;
  }
}
@media (min-width: 1280px) {
  #page {
    padding-top: 0px;
  }
  #MainContent,
  #level-2 {
    width: 1200px;
  }
  #GridHolder {
    background-color: Black;
  }
  #fullPagefooter {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #GridHolder {
    background-color: Black;
  }
}
/*
.com_stats_box 
{margin-bottom:100px; height:100%;}
*/

/*!
 * Bootstrap Responsive v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #cccccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #8a131d;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/*this class applies grayscale filter to images. Changed to work in less. Needs to be moved to a better home*/

.grayscale {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */

}
/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* Swiper Styles */

.swiper-container {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -ms-transition-property: -ms-transform;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}
.swiper-slide {
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* Specify Swiper's Size: */

.swiper-container,
.swiper-slide {
  width: 300px;
  height: 100px;
  /*padding: 0 5px;*/

}
