﻿@charset "utf-8";
/* CSS3 Document test*/

/* CSS reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent
}
body {
    line-height:1
}
ol, ul {
    list-style:none
}
blockquote, q {
    quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
    content:''
}
:focus {
    outline:0
}
ins {
    text-decoration:none
}
del {
    text-decoration:line-through
}
table {
    border-collapse:collapse;
    border-spacing:0
}
*:focus {
    outline:none;
}
/* CSS reset */

body, html {
    font-family: ​Arial,​verdana,​sans-serif;
    height:100%;
    width:100%;
    background:#0c0d0d !important;
    
    -webkit-text-size-adjust:none;
    min-width:1024px;
}
/* HEADER START */

#header {
    position: relative;
}

#side-bar-container {
    margin-top: -29px;
}

#top-header-wrapper{
    background: #353434;
    background-image: -ms-linear-gradient(top, #303236 0%, #000000 100%);
    background-image: -moz-linear-gradient(top, #303236 0%, #000000 100%);
    background-image: -o-linear-gradient(top, #303236 0%, #000000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #303236), color-stop(1, #000000));
    background-image: -webkit-linear-gradient(top, #303236 0%, #000000 100%);
    background-image: linear-gradient(to bottom, #303236 0%, #000000 100%);
    height: 135px;
}

#menu-container-wrapper {
    background: #272626;
    height: 50px;
}

#header-container {
    margin: 0 0 40px;
    width:100%;
    height:173px;
    border-bottom:none;
	background:none !important;
}
#header {
    width:980px;
    height:76px;
    margin:0 auto;
}

#header-menu {
}
#main-menu {
    float: left;
    font-size: 14px;
}

#main-menu li:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#main-menu li {
    background: url("../images/all_sprite.png") no-repeat scroll -7px -310px rgba(0, 0, 0, 0);
    float: left;
    position: relative;
}

#main-menu li a.trade-now {
  background: url("../images/all_sprite.png") no-repeat scroll -220px 17px rgba(0, 0, 0, 0);
  color: #F15A24;
  float: left;
  font-family: oswaldbook;
  font-size: 18px;
  margin: -1px 0 0;
  text-transform: uppercase;
}

#main-menu li a {
  color: #BBBBBB;
  display: block;
  float: left;
  height: 45px;
  padding: 15px 10px;
  text-decoration: none;
}

#main-menu .sub-menu {
  background: none repeat scroll 0 0 #151515;
  display: none;
  left: 0;
  position: absolute;
  top: 50px !important;
  width: 190px !important;
  z-index: 99;
}

#main-menu ul.sub-menu li {
    margin: 0;
    padding: 0 10px;
}
#main-menu ul.sub-menu li:hover {
    background-color: #0A0A0A;
}

#main-menu .sub-menu li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  float: left;
  margin: 0 10px;
}


#main-menu .sub-menu li a {
  color: #BBBBBB;
  float: left;
  font-size: 13px;
  height: 32px;
  padding: 8px 5px;
  width: 170px !important;
}

#menu-container ul li:not(.active) a:hover {
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #898989),
	color-stop(1, #131313)
);
background-image: -o-linear-gradient(bottom, #898989 0%, #131313 100%);
background-image: -moz-linear-gradient(bottom, #898989 0%, #131313 100%);
background-image: -webkit-linear-gradient(bottom, #898989 0%, #131313 100%);
background-image: -ms-linear-gradient(bottom, #898989 0%, #131313 100%);
background-image: linear-gradient(to bottom, #898989 0%, #131313 100%);
	
    color:#ffffff !important;
    text-shadow:none;
}

#menu-container ul.sub-menu li:not(.active) a:hover {
	background: rgba(0,0,0,0);
    
    color:#fff !important;
    text-shadow:none;
}
#menu-container ul li {
    height: 30px;
    float:left;
    background:url(../images/menu_spacer.png) right no-repeat;
}

#logo {
    float:left;
    margin: 37px 0 0;
    text-decoration:none;
    background:url(../images/logo.png) no-repeat ;
    display:block;
    width:275px;
    height:57px;
}
#menu-container {
    float:left;
    width:980px;
    margin:0;
    padding-top:0px;
    height:63px;
}

#menu-container ul li:first-child {
    border-left:none;
}
#menu-container ul li:last-child {
    border-right:none;
}
#menu-container li.active a {
    color:#fff;
    background: #ff0000;

    border-bottom:1px solid #000000;
    border-left:0;
    border-right:0;
    text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:inset 0px 0px 15px 2px #000;
    -moz-box-shadow:inset 0px 0px 15px 2px #000;
    box-shadow:inset 0px 0px 15px 2px #000;
}
#menu-container ul li a {
    font-size:16px;
    text-decoration:none;
    float:left;
    color:#fff !important;
    text-shadow:none;
    padding:17px 21px;
    height:50px;
}

#menu-container ul li.selected {
    background:linear-gradient(to bottom, #F1A526 0%, #F5A322 2%, #E67404 12%, #E56F01 14%, #E46B00 17%, #E76D06 28%, #F48322 49%, #F88B2B 60%, #F88B2B 98%, #F2882B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	
    border-left:0;
    border-right:0;
}
.lang-es #menu li a {
    padding-left: 15px;
}
#user-menu-login, #log-out {
	background:#ff0000 !important;
    color:#fff !important;
    font-size:14px !important;
    float:left !important;
    padding:10px 12px !important;
    text-decoration:none !important;
    border-top-left-radius:5px !important;
    border-bottom-left-radius:5px !important;
   border-radius: 0 !important; 
-moz-border-radius: 0 !important;
-webkit-border-radius:0!important;
    border-right:0px solid #df7d27 !important;
    text-shadow:none !important;
}



#sign-up, #user-menu-account {
	background:#ff0000 !important;
    color: inherit !important;
    font-size:14px !important;
    float:left !important;
    padding:10px 12px !important;
    text-decoration:none;
    border-top-right-radius:5px !important;
    border-bottom-right-radius:5px !important;
    -webkit-border-top-right-radius:5px !important;
    -webkit-border-bottom-right-radius:5px !important;
    -moz-border-radius-topright:5px !important;
    -moz-border-radius-bottomright:5px !important;
    border-left:none !important;
    text-shadow:none !important;
}

#registration-disclaimer-wrapper a {color:#fb0000 !important;}

#user-menu-account:hover {background:#131313 !important;}
#user-menu-container {
    float:right;
    padding-top: 35px;
}
#user-menu > li > span > a, .sub-tab-menu > li > span > a {
    font-size: 14px;
    display: inline-block;
}
#user-menu > li > span > a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 100;
    text-shadow:none !important;
	text-decoration:none;
}



#sign-up:hover > span > a {
	color:#000 !important;
	/*background: #131313;*/
}





#user-menu .dropdown-container > span > a {
    padding-top: 0px;
    padding-right: 0px;
    background-color:transparent;
}
#user-menu .flag {
    display: inline-block;
    margin-right: 5px;
}
#user-menu-lang,
#user-menu-currency {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2)!important;
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2)!important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2)!important;
    border-radius:5px!important;
    -webkit-border-radius:5px!important;
    -moz-border-radius:5px!important;
    border:1px solid #000!important;
    background:#020303 !important;
    padding: 9px 12px 9px 10px!important;
    margin: 0 0 0 5px!important;
    float:left!important;
    font-size:11px!important;
    color:#656079!important;
}
#user-menu-lang .dropdown a {
    position: relative;
}
#user-menu > li, .sub-tab-menu > li {
    background:transparent;
    padding-left: 10px;
}
#user-menu a, .sub-tab-menu a {
    padding:0;
}
#user-menu-lang .dropdown a .flag {
    position: static;
    top: 0px;
}
#user-menu-lang .dropdown a.first .flag {
    top: 13px;
}
#user-menu-lang .dropdown a .lang-label {
    margin-left: 0px;
}
.dropdown-container {
    position: relative;
}
.dropdown-container > span {
    background-color:transparent !important;
    border-width:0;
}
.dropdown-container:hover > span, .dropdown-container > span.visible-caption {
    position: relative;
}
.dropdown {
    background:#131313;
    border:none;
}
.dropdown-container:hover .dropdown, .dropdown-visible {
    display: block !important;
}
.dropdown-arrow {
    background: url(../images/support-and-favorite-star-sprite.png) no-repeat scroll 15px -185px;
    margin-right: 0px;
    padding-right: 10px !important;
}

// #user-menu-account .dropdown-arrow {background-position:48px -185px !important;}
#user-menu-account.social {
    background: #fb0000 !important;

    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    border-radius:0 !important;
}
#menu-public-image {margin-right:5px;}
#user-menu-account .dropdown-arrow {
	// background: url(../images/support-and-favorite-star-quick-links-sprite.png) no-repeat scroll 15px -185px transparent;
	background: none;
    margin-right: 0px;
    position: relative;
	padding-right: 15px !important;
}
/*
#user-menu-currency {top:10px;}
*/
#user-menu-currency .dropdown-arrow {
	 background: url(../images/support-and-favorite-star-quick-links-sprite.png) no-repeat scroll 5px -187px transparent !important;
	background: none;
    margin-right: 0px;
    position: relative;
	padding-right: 15px !important;
}

#user-menu-currency .dropdown-arrow:after {

    background: url(../images/support-and-favorite-star-sprite.png) no-repeat scroll 5px -187px transparent !important;
    content: ' ';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 3px;
	width:20px;
    height: 20px;
    /*
    margin-right: 0px;
	padding-right: 15px !important;
    */
}   

#user-menu-account .dropdown-arrow:after {
    //background: green !important;
    background: url(../images/support-and-favorite-star-sprite.png) no-repeat scroll 5px -187px transparent !important;
    content: ' ';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 3px;
	width:20px;
    height: 20px;
    /*
    margin-right: 0px;
	padding-right: 15px !important;
    */
}   

 #user-menu-login.active, #user-menu-login.active a {
    background:#131313 !important;
    color:#fff !important;
    border-bottom-right-radius:0px !important;
    -webkit-border-bottom-right-radius:0px !important;
    -moz-border-radius-bottomright:0px !important;
}


#user-menu-account.active, #user-menu-account.active a {
    background:#131313 !important;
    color:#fff !important;
}


#user-menu-container #user-menu  #sign-up {
margin-left:5px;
border-radius: 0 !important; 
-moz-border-radius: 0 !important;
-webkit-border-radius:0!important;
color:#fff !important;

}

#user-menu-container #user-menu  #sign-up:hover {
color:#000 !important;
}


.dropdown-account {
    background:#131313 !important;
    color:#333 !important;
}
.dropdown-account a {
    background:none !important;
    color:#fff !important;
}
#user-menu-lang.active {
    background:#020303 !important;
    color:#fff !important;
    text-decoration:none;
    border-bottom-right-radius:0px !important;
    -webkit-border-bottom-right-radius:0px !important;
    -moz-border-radius-bottomright:0px !important;
    border-bottom-left-radius:0px !important;
    -webkit-border-bottom-left-radius:0px !important;
    -moz-border-radius-bottomleft:0px !important;
    -webkit-box-shadow: 0 !important;
    -moz-box-shadow: 0 !important;
    box-shadow: 0 !important;
}
.dropdown-lang {
    background:#020303 !important;
    color:#333 !important;
    top: 33px !important;
    margin-top:0px !important;
    border:1px solid #020303 !important;
}
.dropdown-lang a {
    background:#020303 !important;
    color:#fff !important;
    text-decoration:none;
    text-shadow:none !important;
    padding:2px 6px !important;
    display:block !important;
    float:left !important;
    margin:0 0 5px !important;
    text-decoration:none;
}
.dropdown-lang li:nth-child(1){
    padding: 4.5px 3px;
}
.form-content #quick-forgot-password {text-shadow: 0 0 0 #131313 !important;}
#quick-login-form #quick-email, #quick-login-form #quick-password {
    width: 260px;
}
#quick-login-form #quick-login-button, #quick-login-form #quick-forgot-password {
    margin-left: 0px;
}
#quick-login-form #quick-forgot-password {
    padding-top: 10px !important;
}
#quick-forgot-password {
    font-size:12px !important;
    float:right !important;
}
#forgot-password, #quick-forgot-password {
}

#support-menu-item-chat a {
    background: url(../images/support-and-favorite-star-sprite.png) no-repeat  2px -92px !important;
}

#support-menu-item-chat a:hover  {
    background: url(../images/support-and-favorite-star-sprite.png) no-repeat  2px -112px !important;
}

#support-menu-item-call a {
    background: url(../images/support-and-favorite-star-sprite.png) no-repeat  0px -132px !important;
}

#support-menu-item-call a:hover {
    background: url(../images/support-and-favorite-star-sprite.png) no-repeat  0px -151px !important;
}

#support-menu-container {
    display: inline-block;
    left: -295px;
    margin-top: 10px;
    position: relative;
    top: -168px;
}
#support-menu li:nth-child(1) {
    margin-right: 10px;
}

#support-menu li.first a {
	padding: 6px 7px 6px 28px !important;
}

#support-menu li.last a {
	padding: 6px 7px 6px 28px !important;
}

#support-menu li {
    list-style: disc inside;
    
    border: 1px solid #262625;
    
    background: #262625;    
    background-image: -ms-linear-gradient(top, #262625 0%, #181818 100%);
    background-image: -moz-linear-gradient(top, #262625 0%, #181818 100%);
    background-image: -o-linear-gradient(top, #262625 0%, #181818 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #262625), color-stop(1, #181818));
    background-image: -webkit-linear-gradient(top, #262625 0%, #181818 100%);
    background-image: linear-gradient(to bottom, #262625 0%, #181818 100%);
    
    border-radius: 5px;
    
    -moz-box-shadow: 0 0 5px 1px #000;
    -webkit-box-shadow: 0 0 5px 1px#000;
    box-shadow: 0 0 5px 1px #000;
}
#support-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    color:#fff;
    text-shadow:none;
    
    font-size: 11px;
    font-weight: 700;
}

#support-menu li#support-menu-item-call a {
   // padding-left: 30px;
}

#support-menu li#support-menu-item-chat a {
    padding-left: 42px;
}
/* HEADER END */

/* FOOTER START */

/*.bottom-bar-layout #wrapper {
    margin: 0 auto -510px !important;
	
}
*/
#footer-container, .bottom-bar-layout #push {
  //  margin: 0 auto -510px !important;
	height: 330px;
	margin-top: 0 !important;
}


#top-footer {
  background-color: #0C0D0D;
 // background-image: url(../images/bg-main.png);
  background-repeat: repeat;
  font-size: 11px;
  height: 91px;
}
#top-footer div.cf {
    padding: 40px 0 40px 135px;
    color: #9A9B9B;
    font-size: 11px;
    background: url(../../../images/footer-logos.png) no-repeat center 10px;
    width: 990px;
}

#footer-container {
    margin-top: 484px;
    
}

#footer {
    border:none;
    height:395px;
/*
	background-image: url(../images/bg-main.png);
    */
	background: #2A2A2A;
}

#footer .footer-links {
    display: inline-block;
    margin: 0 auto;
}

#footer .footer-links a:hover {
    text-decoration: underline;
}

#footer .footer-links ul {
    display: block;
    float: left;
    padding: 0 38px 0 0;
}


#footer .footer-links li.titles {
    color: #707070;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 6px;
    text-transform: uppercase;
}


#footer .footer-links .menu-widget {
    clear: both;
    margin: 0;
    padding: 0;
}

#footer .footer-links .menu-widget li {
    clear: both;
    float: left;
}

#footer .footer-links-wrap {
    overflow: hidden;
    text-align: center;
    width: 100%;
    background: #1e1e1e;
}

#footer .footer-links a {
    color: #EDEDED;
    float: left;
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 2px;
    text-decoration: none;
}

#top-footer-top-menu {
    float: left;
    background:transparent;
    padding: 8px 0 0 140px;
    font-size:12px;
    width:305px;
}
#top-footer a {
    color:#9a9b9b;
    font-size:11px;
}
#top-footer span {
    padding:0 5px;
}
#bottom-menu li a {
    color: #9A9B9B;
    font-size: 11px;
    text-decoration:underline;
    margin-right: 0;
    display: inline-block;
    text-shadow: none;
    padding:0;
}
#bottom-menu li a:hover {
    text-decoration:none;
}
#bottom-menu li span {
    padding: 0 5px;
}
#bottom-menu li {
    list-style:none;
}
#footer-menu tr td ul {
    margin: 0 20px 0 0;
    float:left;
}
#footer-menu tr td ul li a {
    padding: 0 0 7px;
    float:left;
}
#footer-menu tr td {
    vertical-align:top;
}
#footer-menu tr th:nth-child(1) span, #footer-menu tr td:nth-child(1) ul, #footer-menu tr td:nth-child(1) ul li {
    width:180px;
}
#footer-menu tr th:nth-child(2) span, #footer-menu tr td:nth-child(2) ul, #footer-menu tr td:nth-child(2) ul li {
    width:132px;
}
#footer-menu tr th:nth-child(3) span, #footer-menu tr td:nth-child(3) ul, #footer-menu tr td:nth-child(3) ul li {
    width:142px;
}
#footer-menu tr th:nth-child(4) span, #footer-menu tr td:nth-child(4) ul, #footer-menu tr td:nth-child(4) ul li {
    width:160px;
}
#footer-menu tr th:nth-child(5) span, #footer-menu tr td:nth-child(5) ul, #footer-menu tr td:nth-child(5) ul li {
    width:115px;
}
#footer-menu tr th:nth-child(6) span, #footer-menu tr td:nth-child(6) ul, #footer-menu tr td:nth-child(6) ul li {
    width:115px;
}
#footer-menu tr th:nth-child(7) span {
    width:80px;
}
#footer-menu tr td ul li a, #disclaimer a {
    color: white;
    text-decoration:none;
    font-weight:normal;
    font-size:11px;
    margin:0;
    padding:0 0 7px;
    border:none;
    width:inherit;
    text-shadow:none;
}
#disclaimer a {
    font-size:10px;
}
#footer-menu tr th span {
    text-shadow:none;
    border-bottom:none;
    text-transform:uppercase;
    font-size: 13px;
    color: #76D136;
    text-decoration: none;
    padding: 0 0 2px;
    font-weight: bold;
}
#footer-menu ul li a:hover {
    color: white;
    text-decoration: underline;
}

#disclaimer p {
    font-size: 10px;
    line-height: 15px;
    margin: 0 0 4px;
    width: 980px;
}

#footer-menu ul li a:not(.social):hover, #disclaimer a:hover {
    color: white;
    text-decoration: underline;
}
#footer-menu a:hover {
    text-decoration:underline;
}
#footer div.center {
    padding:30px 0;
}
#footer-menu tr td ul li a.social {
    background: url(../images/social_sprite.png) no-repeat 0 0;
    display: block;
    float: left;
    padding: 4px 0 0px 20px;
    margin: 0 0 6px;
}
#footer-menu tr td ul li a.facebook {
    background: url(../images/social_sprite.png) no-repeat 0 0;
}
#footer-menu tr td ul li a.twitter {
    background: url(../images/social_sprite.png) no-repeat 0 -15px;
}
#footer-menu tr td ul li a.google {
    background: url(../images/social_sprite.png) no-repeat 0 -30px;
}
#footer-menu tr td ul li a.rss {
    background: url(../images/social_sprite.png) no-repeat 0 -45px;
}
.copyright {
    padding-top: 20px;
    color: #999;
    float: left;
    font-weight:normal;
    width:500px;
}
.copyright #copyright-phrase {
    float:left;
    margin: 0 10px 0 0;
}
#disclaimer {
    color: #A6A6A6;
    font-size: 10px;
    line-height: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    width: 980px;
}
/* FOOTER END */

/* trading area */

.games {
    margin-top: 10px;
    background: #fefefe;
    border: 0px solid #DFDFDF;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-color:transparent;
    color:#ececec;
}
.game, .instrument {
    padding: 10px;
    border-bottom: 0px solid #111;
    color:#ececec;
}

.instrument-name {
    color:#fff;
	background: url(../images/support-and-favorite-star-sprite.png) no-repeat 0px 0px;
}
.instrument-name:hover {background: url(../images/support-and-favorite-star-sprite.png) no-repeat 0px -24px;}
.instrument-name.starred {background: url(../images/support-and-favorite-star-sprite.png) no-repeat 0px -48px;}
.instrument-name.starred:hover{background: url(../images/support-and-favorite-star-sprite.png) no-repeat 0px -72px ;}

.game {
    padding: 10px;
    padding-bottom: 20px;
    
   /* border: 1px solid #262626;*/
    margin:0 0 15px;
    float:left;
	
    background:#131313;
	
	background: url(../images/game-box-bg.png) repeat-x scroll 0px 0px #131313;
	
	/*
	background:-moz-linear-gradient(top,  #121517 0%, #040404 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#121517), color-stop(100%,#040404));
	background:-webkit-linear-gradient(top,  #121517 0%,#040404 100%);
	background:-o-linear-gradient(top,  #121517 0%,#040404 100%);
	background:-ms-linear-gradient(top,  #121517 0%,#040404 100%);
	background:linear-gradient(to bottom,  #121517 0%,#040404 100%);
   
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)!important;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)!important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)!important;
     */
    border-radius:0px!important;
    -webkit-border-radius:0px!important;
    -moz-border-radius:0px!important;
    
    color:#ececec;
}

.show-more-container {
    bottom: -15px;
}

.game:hover {
    //background:#131313;
    background: url(../images/game-box-bg.png) repeat-x scroll 0px 0px #131313;
	border:none;
	/*background:-moz-linear-gradient(top,  #121517 0%, #040404 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#121517), color-stop(100%,#040404));
	background:-webkit-linear-gradient(top,  #121517 0%,#040404 100%);
	background:-o-linear-gradient(top,  #121517 0%,#040404 100%);
	background:-ms-linear-gradient(top,  #121517 0%,#040404 100%);
	background:linear-gradient(to bottom,  #121517 0%,#040404 100%);
    border-bottom: 1px solid #262626;
	*/
}
.instrument:hover {
    border-bottom: 1px solid #fb0000;
    background: #111111;
}

.game-description {
    padding-top:3px;
    padding-bottom:0px;
    width:320px;
    line-height:15px;
}

.apply-wrapper a.button:hover{
    background:#f3f3f3 !important;
}

.first .instrument {
    border-top: none;
}

.first .game, .first .instrument {
    margin-top: 5px;
    padding-top: 5px;
}
.last .game {
    border-bottom: none;
}
.game-row {
    padding:10px 0 !important;
    width:640px !important;
    margin:0 0 0px !important;
   /* border-bottom:1px solid #333 !important;*/
    padding: 20px 0px !important;
    padding-right:0 !important;
}
.game-row-2 {
    padding:10px 0 !important;
    border-bottom:0px solid #cbcbcb !important;
    height:43px;
}
.game-row-3 {
    margin-bottom: 4px !important;
    position: relative !important;
    padding:0 !important;
    border-bottom:0px solid #cbcbcb !important;
}
.sentiment-header {
    text-align: center;
    font-size: 13px;
    padding-bottom: 3px;
    color:#fbfbfb;
}
.sentiment-label-above {
    display: inline-block;
    color: #fbfbfb;
    width: 80px;
    text-align: right;
    padding: 7px 5px 0 0;
    float: left;
}
.sentiment-label-below {
    color: #fbfbfb;
    display: inline-block;
    padding: 7px 0 0 5px;
}
.sentiment-bar {
    opacity: 1 !important;
}
.game-expiry-box, .change-payout-box {
    padding:2px 15px;
    background: #ffffff;
    border: 0 solid #272727 !important;
    color: #00000;
    font-size: 11px;
    width: 150px;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}

.game-expiry-label {
margin: 6px 4px 0;
}
/*
.closing-progress-bar-container .x-progress-text {
    color:#fff !important;
}
*/
.closing-progress-bar-container .x-progress {
    width: 154px !important;
    border: 0px solid #282828 !important;
}
.game-form-buttons-wrapper {
    float: left;
    width: 23%;
    text-align: center;
    padding: 0px;
    margin-left: 50px;
}

.game-form-invoice-wrapper {
    float: right;
    width: 60%;
    border:none !important;
    padding-top: 10px;
}

.game-form-invoice-wrapper .message-container{
	background:#454545;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border:none;
	color:#fff;
	text-shadow: 0px 0px 0px #000 !important;
}

.game-form-invoice-wrapper .message-container.confirmation-message {
color:#fff;
}

.button-trade, .button-request {
	color: #ffffff !important;
    background: #898989;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0px solid #898989;
	text-shadow: 0 0 0 #000 !important;
   
}
.invoice .apply-wrapper a.button-trade:hover:not(.disabled) {
    color: #000000 !important;

    background: #ff0000 !important;
 border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0px solid #000000;
}
.invoice .apply-wrapper a.button-trade:active:not(.disabled) {
    color: #ffffff !important;

    background: #426500 !important;
 border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: solid 0 #426500 !important;
}

#fp-invoice .fp-trade-button-wrapper .button.button-trade{
background:#ff0000 !important;
color: #fff !important;
border: solid 0 #ff0000 !important;;
}

#fp-invoice .fp-trade-button-wrapper .button.button-trade:hover{
color: #680101 !important;
}

#fp-invoice .fp-trade-button-wrapper .button.button-trade:active{
color: #fff important;
background:#9c0000 !important;
}

.payout {
    font-size:60px;
    color:#FFF;
    float:left;
    text-decoration:none;
    margin:-20px 20px 0;
    width:150px;
}
.payout-text {
    font-size:18px;
    color:#fbfbfb !important;
    float:left;
    width:150px;
    text-align:left;
    text-transform: uppercase;
}
.confirmation-message {
    margin-top: 45px;
}

.message-text {
    color:#ccc !important;
}

.loadable {
    display: inline-block;
    padding-right: 20px;
}

.form#quick-registration-form {
    background:#131313;
    border: 1px solid #272727;
    border-top: none !important;

}

#account-info-form-wrapper .form,
#account-uploads-form-wrapper .form,
#account-social-form-wrapper .form,
#account-notifications-form-wrapper .form,
#account-password-form-wrapper .form {
    border: 1px solid #272727;
}

.form {
	background:#131313;
	/*
	background:-moz-linear-gradient(top,  #121517 0%, #040404 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#121517), color-stop(100%,#040404));
	background:-webkit-linear-gradient(top,  #121517 0%,#040404 100%);
	background:-o-linear-gradient(top,  #121517 0%,#040404 100%);
	background:-ms-linear-gradient(top,  #121517 0%,#040404 100%);
	background:linear-gradient(to bottom,  #121517 0%,#040404 100%);
*/
    color:#fff;
}
.direction-button {
    width:71px;
    height:71px;
    text-decoration:none;
    margin:0 0 5px;
    display:block;
    overflow:hidden;
    text-indent:-5555px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.direction-button.call {
    background:url(../images/callandput-all-sprite.png) no-repeat top left !important;
    border:none !important;
}
.direction-button.call:hover {
    background:url(../images/callandput-all-sprite.png) no-repeat -71px 0 !important;
    border:none !important;
}
.direction-button.call:active {
    background:url(../images/callandput-all-sprite.png) no-repeat -142px 0 !important;
    border:none !important;
}
.direction-button.put {
    background:url(../images/callandput-all-sprite.png) no-repeat 0 -71px !important;
    border:none !important;
}
.direction-button.put:hover {
    background:url(../images/callandput-all-sprite.png) no-repeat -71px -71px !important;
    border:none !important;
}
.direction-button.put:active {
    background:url(../images/callandput-all-sprite.png) no-repeat -142px -71px !important;
    border:none !important;
}
.spot {
    float:left;
    padding: 7px 10px;
    background:#fff;
    border:1px solid #cbcbcb;
    font-size:11px;
    width:72px !important;
    text-align:center;
    display:block;
    margin: 0px 0px 5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color:#333;
}
.trend-up {
    color: #4F900F;
	text-shadow: 0 0 0 #454545;
}
.trend-down {
    color: #EB4823;
	text-shadow: 0 0 0 #fb0000;
}
.report-body tr.even td,
.report-body tr.odd td,
.report-body tr td,
.report-body tr,
.report-body{
    background:none !important;
}

.report-body tr.last {
    border-bottom: 1px solid #333333;
	color:#fff;
}

.report-body th {
    background: #111111 !important;
    color: #ccc;
    border-top: 1px solid #272727;
    border-bottom: 1px solid #272727;
}

.report table tr{
    border-left: 1px solid #272727;
    border-right: 1px solid #272727;
}

.report-body tr.odd {
    background:#111 !important;
}

.report-body tr.even {
    background:#1b1b1b !important;
}

.report-body tr td {
    color:#ccc !important;
}

.report-body tr:hover {
    background:#555 !important;
}
.show-more {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #5A8EC4;
    padding-right: 13px;
    background: url(../images/show-more.gif) no-repeat scroll right center transparent;
}
a.show-more:hover {
    text-decoration: none;
}
.show-more.expanded {
    background-image: url(../images/show-less.gif);
}
.more {
    display: none;
    margin-top: 0px;
    margin: 25px 0px 0px 0px;
}
.more-options {
    font-size: 13px;
    margin:15px 0 0;
}
.more-options td {
    padding: 10px 5px 0 0;
    position: relative;
    display:inline;
    color: #fbfbfb;
}
/* pagination start */
#pagination .button {
    margin-right: 5px;
    color: #fff;
    background: #040404;
    padding:10px 15px !important;
    text-shadow:none;
    border:1px solid #111;
}
#pagination .button:hover {
	background:#ff0000 !important;
	
	/*
	background:-moz-linear-gradient(top,  #63ae30 0%, #42661c 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#63ae30), color-stop(100%,#42661c));
	background:-webkit-linear-gradient(top,  #63ae30 0%,#42661c 100%);
	background:-o-linear-gradient(top,  #63ae30 0%,#42661c 100%);
	background:-ms-linear-gradient(top,  #63ae30 0%,#42661c 100%);
	background:linear-gradient(to bottom,  #63ae30 0%,#42661c 100%);
	*/
    border:1px solid #000000;
    color:#fff;
}
#pagination .button.pressed {
    color: #c2c2c2 !important;
    background:#080909 !important;
    border:1px solid #111 !important;
}
#pagination .button.last {
    margin-right: 0;
}
.pagination-gap {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
}
/* pagination end */

#main {
    padding-bottom: 10px;
    background: url(../images/bg-main.png) top center repeat;
   // background-repeat: repeat;

    background-color: -ms-linear-gradient(top, #010101  0%, #2A2929  100%);
    background-color: -moz-linear-gradient(top, #010101  0%, #2A2929  100%);
    background-color: -o-linear-gradient(top, #010101  0%, #2A2929  100%);
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0, #010101 ), color-stop(1, #2A2929 ));
    background-color: -webkit-linear-gradient(top, #010101  0%, #2A2929  100%);
    background-color: linear-gradient(to bottom, #010101  0%, #2A2929  100%);
}

/* side bar */

		/*sidebar  iframe width fix for this label */
		.side-bar-block.activity-widget iframe {width:300px !important;}

.side-bar-block {
    border: 0px solid #272727 !important;
	background: #131313 !important;
	/*
	background:-moz-linear-gradient(top,  #121517 0%, #040404 100%)!important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#121517), color-stop(100%,#040404))!important;
	background:-webkit-linear-gradient(top,  #121517 0%,#040404 100%)!important;
	background:-o-linear-gradient(top,  #121517 0%,#040404 100%)!important;
	background:-ms-linear-gradient(top,  #121517 0%,#040404 100%)!important;
	background:linear-gradient(to bottom,  #121517 0%,#040404 100%)!important;
	*/
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)!important;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)!important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)!important;
    border-radius:5px!important;
    -webkit-border-radius:5px!important;
    -moz-border-radius:5px!important;
}
.side-bar-block.first {
    background: none !important;
    padding-top: 0;
    padding-bottom: 0 !important;
    font-size:16px !important;
    text-decoration:none;
    border: 0px solid #cbcbcb!important;
    background-color:transparent !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2)!important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2)!important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2)!important;
    border-radius:5px!important;
    -webkit-border-radius:5px!important;
    -moz-border-radius:5px!important;
	margin-top: 9px;
}
.side-bar-block h3 {
    font-size:17px !important;
    text-decoration:none;
    margin-bottom: 0px;
    padding:10px;
    margin: 0px;
    color:#fff;
    border: 0px solid #272727;
   /* border-radius: 5px 5px 0px 0px;*/
    
    background: #898989;
    
    text-transform: uppercase;
}

#quick-links.side-bar-block h3,
#positions-wrapper.side-bar-block h3 {
    border: none;
    border-bottom: 0px solid #272727 !important;
}

.side-bar-block li {
    border-top: 1px solid #4f4e4e;
}
.side-bar-block li.last {
    border-bottom: 1px solid #eeeeee;
}
.side-bar-block li a {
    padding: 5px 10px 5px 30px;
    display: block;
    font-weight: bold;
    color: #ccc;
    background: url(../images/page-16x16.png) no-repeat scroll 5px 4px transparent;
}
.side-bar-block li a:hover {
    color: #2a5887;
}
.side-bar-block.clickable:hover {
    background-color: #e4e4e4 !important;
    cursor: pointer;
}
#wallet {
	background:#131313 !important;
	/*
	background:-moz-linear-gradient(top,  #121517 0%, #040404 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#121517), color-stop(100%,#040404));
	background:-webkit-linear-gradient(top,  #121517 0%,#040404 100%);
	background:-o-linear-gradient(top,  #121517 0%,#040404 100%);
	background:-ms-linear-gradient(top,  #121517 0%,#040404 100%);
	background:linear-gradient(to bottom,  #121517 0%,#040404 100%);
	*/
    border: 1px solid #272727;
    border-top: none !important;
    width:300px !important;
    -webkit-box-shadow:inset 0px 0px 0px 0px #ccc !important;
    -moz-box-shadow:inset 0px 0px 0px 0px #ccc !important;
    box-shadow:inset 0px 0px 0px 0px #ccc !important;
    border-radius: 0px 0px 4px 4px !important;
    -webkit-border-radius: 0px 0px 4px 4px !important;
    -moz-border-radius:0px 0px 4px 4px !important;
}
#wallet-balance-wrapper {
    padding: 8px 0px;
    font-size: 18px;
    color: #bdbdbd;
    border-bottom: 0px solid #111;
    font-weight: bold;
}

#wallet-balance-wrapper #wallet-balance {color:#ffffff;}
#wallet p span {color:#ffffff;}

#wallet-credit-wrapper, #wallet-reserved-wrapper, #wallet-promotional-wrapper, #wallet-pending-bonus-wrapper {
    font-weight: normal;
    font-size:12px;
    padding:4px 0;
}
#wallet-credit-wrapper {
    font-weight: normal;
    font-size:12px;
    padding:4px 0;
}
.meter {
    background:#ffffff !important;
    border: 1px solid #262626 !important;
    width:275px !important;
    height:22px !important;
	/*
    -webkit-box-shadow:inset 0px 0px 15px 0px #000 !important;
    -moz-box-shadow:inset 0px 0px 15px 0px #000 !important;
    box-shadow:inset 0px 0px 15px 0px #000 !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
	*/
}
.meter-bar {
    background: #898989 !important;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    z-index: 100;
    margin: 2px;
    height: 16px;
    line-height: 16px;
}

.wide-button,
#deposit-button {
    text-transform: uppercase;
}

#demo-trade-button {

background: #86b136;
color:#ffffff !important;
text-shadow: 0 0 0 #86b136 !important;
/*
    background-image: -ms-linear-gradient(top, #F88B2B 0%, #CC601D 100%) !important;
    background-image: -moz-linear-gradient(top, #F88B2B 0%, #CC601D 100%) !important;
    background-image: -o-linear-gradient(top, #F88B2B 0%, #CC601D 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F88B2B), color-stop(1, #CC601D)) !important;
    background-image: -webkit-linear-gradient(top, #F88B2B 0%, #CC601D 100%) !important;
    background-image: linear-gradient(to bottom, #F88B2B 0%, #CC601D 100%) !important;
	*/
    border: 0px solid #86b136 !important;
}

#demo-trade-button:hover {
background: #86b136 !important;
color:#2d4403 !important;
}


#demo-trade-button:active {
background: #426500 !important;
color:#ffffff !important;
}

#deposit-button, #quick-registration-button {
    background:#ff0000 !important;
	text-shadow:0 0 0 rgba(0, 0, 0, 0.5) !important;
   
/*   background:-moz-linear-gradient(top,  #679e1f 0%, #42661c 100%) !important;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#679e1f), color-stop(100%,#42661c)) !important;
    background:-webkit-linear-gradient(top,  #679e1f 0%,#42661c 100%) !important;
    background:-o-linear-gradient(top,  #679e1f 0%,#42661c 100%) !important;
    background:-ms-linear-gradient(top,  #679e1f 0%,#42661c 100%) !important;
    background:linear-gradient(to bottom,  #679e1f 0%,#42661c 100%) !important;   
*/
    border: none !important;


}
#deposit-button, #quick-registration-button, .wide-button {    
    
    padding:8px 30px !important;
    text-align:center !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size: 20px !important;
  /*  text-shadow:0 1px 2px rgba(0, 0, 0, 0.5) !important;*/
    
    box-shadow: 0 0 0 #fb0000 !important;
    border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
}

#quick-login-form a.button, a.rounded-button {
    background:#fb0000 !important;
   /* background:-moz-linear-gradient(top,  #63ae30 0%, #42661c 100%) !important;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#63ae30), color-stop(100%,#42661c)) !important;
    background:-webkit-linear-gradient(top,  #63ae30 0%,#42661c 100%) !important;
    background:-o-linear-gradient(top,  #63ae30 0%,#42661c 100%) !important;
    background:-ms-linear-gradient(top,  #63ae30 0%,#42661c 100%) !important;
    background:linear-gradient(to bottom,  #63ae30 0%,#42661c 100%) !important;
	*/
    border-bottom:none;
    border:none !important;
    padding:8px 20px !important;
    text-align:center !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size:14px !important;
    text-shadow:0 0 0 rgba(0, 0, 0, 0.5) !important;
    border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
}

#deposit-button:hover, #quick-registration-button:hover  {
    background:#ff0000 !important;
	color:#680101 !important;
	text-shadow:0 0 0 rgba(0, 0, 0, 0.5) !important;
}
#deposit-button:active,  #quick-registration-button:active {
background:#9c0000 !important;
color:#fff !important;
}



 button:hover, .active #quick-login-button:hover, a.rounded-button:hover, .wide-button {
    /*background:#76d136 !important;*/
	color:#450000 !important;
}


#quick-registration-button:hover {
background:#ff0000 !important;
}
#quick-registration-button:active {
background:#9c0000 !important;
color: #fff !important;
}


#positions-wrapper {
    /*background: none;*/
}
.no-positions {
    padding: 10px;
}
#positions-container {
    border: 1px solid #111;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 350px;
	color:#bdbdbd;
}
#positions-container.empty {
    border: none;
}
#positions-container .last .feed-entry {
    border-bottom: none;
}
#positions-container .trade-attribute {
    padding: 0 5px;
    /*display: inline-block;*/
    height: 15px;
    overflow: hidden;
}
#positions-container .trade-label {
    width: 70px;
    width: 80px;
    font-weight: bold;
    padding: 1px 0;
}
#positions-container .trade-action {
    white-space: nowrap;
}
.trade-entry-info div.trade-action-help {
    color: #ffffff;
}
#intro-wrapper {
    margin:0;
    padding:0px;
}
#quick-links {
    padding-bottom: 5px;
    margin: 0 0 20px;
}
#quick-links ul li a {
    width: 148px;
    display: inline-block;
    float: left;
    color:#bdbdbd;
}
#quick-links ul li a:hover {
    background-color:#000;
		transition: background-color 0.9s;
	-webkit-transition: background-color 0.9s;
	-moz-transition: background-color 0.9s;
	
}
/* floating side bar */

.two-column-layout #floating-side-bar-container {
    position: fixed;
    right: 0;
    bottom: 27px;
    width: 250px;
    height: 250px;
    border-color: rgba(29, 49, 91, 0.3) rgba(29, 49, 91, 0.3);
    border-style: solid;
    border-width: 0 0 0 1px;
    background: none repeat scroll 0 0 #EBEEF4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.two-column-layout #floating-side-bar-container.collapsed {
    right: 20px;
    height: 25px;
    width: 230px;
    border-width: 1px 1px 0 1px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.5) inset;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}
.two-column-layout #floating-side-bar-container:hover {
    cursor: pointer;
}
.two-column-layout #floating-side-bar-container.collapsed:hover {
    background-color: #F5F7FA;
}
/* bottom bar */

.bottom-bar-layout #bottom-bar-container {
    position: fixed;
    bottom: 30px;
    height: 30px;
    margin-bottom: -30px;
    width: 100%;
    background: #000000;
    background: -moz-linear-gradient(center top, #000000, #000000);
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    border-top: 1px solid #ff0000;
}
#feed {
    height: 350px;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}
.feed-entry {
    padding: 10px;
    border-bottom: 3px solid #333;
    background: #f8f8f8;
    background: -moz-linear-gradient(center top, #fefefe, #f8f8f8);
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f8f8f8));
}
.feed-entry a {
    color: #5A8EC4;
}
.feed-entry:hover {
    background: #f8f8f8;
    background: -moz-linear-gradient(center top, #f8f8f8, #eeeeee);
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eeeeee));
    cursor: default;
}
#search {
    width: 110px;
    font-size: 13px;
    padding: 5px !important;
    float: left;
    height: 30px;
    border-radius: 4px 0 0 4px;
    border-width: 1px 0 1px 1px !important;
}
#button-search {
    background: url(../images/search_ico.png) no-repeat top center !important;
    height: 12px !important;
    border-radius: 0 4px 4px 0 !important;
    margin-left: 0 !important;
    margin:7px 0 0!important;
    display:block;
    width:12px;
}
#button-search-container {
    height: 27px;
    border-radius: 0 4px 4px 0;
    margin: 5px 0 0;
    padding:0 !important;
}
#button-search-container:active {
}
#filter li#settings-container {
    width: 16px;
}
#button-settings-container {
    height: 30px;
}
.x-body {
    font-size: 12px;
}
.game-title {
    font-size: 14px;
    font-weight: bold;
    padding-left: 26px;
    height: 21px;
    width: 21px;
    display: inline-block;
    background: url("http://ssl.gstatic.com/ui/v1/star/star4.png") no-repeat scroll 0 0 transparent;
    padding-top: 2px;
    margin-top: 4px;
}
.game-title.starred {
    background-image: url("http://ssl.gstatic.com/ui/v1/star/star-lit4.png");
}
.game-title:hover {
    text-decoration: none;
    background-image: url("http://ssl.gstatic.com/ui/v1/star/star-hover4.png");
}
.game-title.starred:hover {
    background-image: url("http://ssl.gstatic.com/ui/v1/star/star-lit-hover4.png");
}
.game-expiry-wrapper {
    float: right;
    font-size: 13px;
}
.game-expiry-options {
    width: 150px;
    padding: 5px !important;
    font-size: 13px;/*text-align: center;*/
}
.game-expiry-options option {
    /*text-align: left;*/
}
.star {
    height: 21px;
    width: 21px;
    display: inline-block;
    background: url("http://ssl.gstatic.com/ui/v1/star/star4.png") no-repeat scroll 0 0 transparent;
}
.star:hover {
    background-image: url("http://ssl.gstatic.com/ui/v1/star/star-hover4.png");
}
.starred {
    background-image: url("http://ssl.gstatic.com/ui/v1/star/star-lit4.png");
}
.trade-action-button a {
    border-bottom:none;
    padding:2px 8px !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size:10px !important;
    float:left;
    display:block;
    text-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    margin:0 0 5px;
    background: #86b136;
   
    -webkit-box-shadow:0px;
    -moz-box-shadow:0px;
    box-shadow:0px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
		transition: color 0.9s;
	-webkit-transition: color 0.9s;
	-moz-transition: color 0.9s;
}
.trade-action-button a:hover {
    opacity:0.9;
	color:#2d4403 !important;
		transition: color 0.9s;
	-webkit-transition: color 0.9s;
	-moz-transition: color 0.9s;
}
.trade-details-cell-left {
    color:#888 !important;
    text-decoration:none !important;
}
.trade-details-cell {
    color:#ccc !important;
    font-size:10px;
    text-transform:none;
    text-decoration:none !important;
}
.show-more {
    float:left;
    display:block;
    padding:5px 10px;
    margin:0 5px 0 0;
    
    color:#333333;
    font-size:10px;
	
	font-weight:bold;
	text-transform: uppercase;
    text-decoration:none;
    /*text-shadow:0 1px 2px rgba(0, 0, 0, 0.2);*/
    
    background:#aaaaaa;
	/* background:-moz-linear-gradient(top,  #353535 0%, #0a0a0a 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#353535), color-stop(100%,#0a0a0a));
	background:-webkit-linear-gradient(top,  #353535 0%,#0a0a0a 100%);
	background:-o-linear-gradient(top,  #353535 0%,#0a0a0a 100%);
	background:-ms-linear-gradient(top,  #353535 0%,#0a0a0a 100%);
	background:linear-gradient(to bottom,  #353535 0%,#0a0a0a 100%);
    
    -webkit-box-shadow: 0px 1px 3px 0px #0e0e0e;
    -moz-box-shadow: 0px 1px 3px 0px #0e0e0e;
    box-shadow: 0px 1px 3px 0px #0e0e0e;
    
    /*border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px; */
    
    border: 0px solid #2e2e2e;
}

.sentiment-bar-below {
    background:#90b944;
/*
    background-image: -ms-linear-gradient(top, #f72e1d 0%, #c22012 100%);
    background-image: -moz-linear-gradient(top, #f72e1d 0%, #c22012 100%);
    background-image: -o-linear-gradient(top, #f72e1d 0%, #c22012 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f72e1d), color-stop(1, #c22012));
    background-image: -webkit-linear-gradient(top, #f72e1d 0%, #c22012 100%);
    background-image: linear-gradient(to bottom, #f72e1d 0%, #c22012 100%);
  */  
    border:1px solid #ffffff;
    color:#fff !important;
	font-weight: 100 !important;
    border-left: none !important;
	border-radius: 0 !important;
	line-height: 20px;
}

.sentiment-bar-above {
    background:#ce0707;
   /*
    background-image: -ms-linear-gradient(top, #679E1F 0%, #517B1B 100%);
    background-image: -moz-linear-gradient(top, #679E1F 0%, #517B1B 100%);
    background-image: -o-linear-gradient(top, #679E1F 0%, #517B1B 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #679E1F), color-stop(1, #517B1B));
    background-image: -webkit-linear-gradient(top, #679E1F 0%, #517B1B 100%);
    background-image: linear-gradient(to bottom, #679E1F 0%, #517B1B 100%);
    */
   
	color:#fff !important;
	font-weight: 100 !important;
	border:1px solid #ffffff;
    border-right: none !important;
	border-radius: 0 !important;
	line-height: 20px;
}

.dropdown-lang a:hover, .dropdown-account li a:hover {
    text-decoration:underline !important;
}
a.show-more:hover {
    text-decoration: none;
	color:#fff;
}

a.show-more.expanded:hover {background: #aaaaaa;}
.show-more.expanded {
	opacity:1;
	background:#dfdfdf;
	/*
	background:-moz-linear-gradient(top,  #768084 0%, #465156 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#768084), color-stop(100%,#465156));
	background:-webkit-linear-gradient(top,  #768084 0%,#465156 100%);
	background:-o-linear-gradient(top,  #768084 0%,#465156 100%);
	background:-ms-linear-gradient(top,  #768084 0%,#465156 100%);
	background:linear-gradient(to bottom,  #768084 0%,#465156 100%);
	*/
	color: #333333;
}
.price {
    display: block;
    text-align: center;
    margin: 10px 0;
    border: 1px solid #D2D2D2;
    padding: 5px 0;
    font-size: 13px;
}
.hidden {
    display: none;
}
.cancel {
    color: #5A8EC4;
}
.receipt {
    background: -moz-linear-gradient(center top, #FFF9E5, #FFF3CE) repeat scroll 0 0 transparent;
    border: 1px solid #ECD89B;
    border-radius: 4px;
    height: 160px;
    padding: 5px 10px;
}
.receipt-body {
    height: 138px;
}
.receipt-value {
    padding: 0 0 2px 2px;
}
.close {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url(../images/close.gif) no-repeat scroll center center transparent;
    position: absolute;
    right: 0;
    top: 4px;
    cursor: pointer;
}

.x-progress-default {
    background:#ffffff !important;
    border:none !important;
    width:150px !important;
    height:16px !important;
    float:left !important;
   /* -webkit-box-shadow:inset 0px 0px 15px 0px #000 !important;
    -moz-box-shadow:inset 0px 0px 15px 0px #000 !important;
    box-shadow:inset 0px 0px 15px 0px #000 !important;
   /* border-radius:20px !important;
    -webkit-border-radius:20px !important;
    -moz-border-radius:20px !important;
	*/
}
.x-progress-bar {
    background: #898989 !important;
    /*
    background: -moz-linear-gradient(top,  #f39d1e 0%, #e97106 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f39d1e), color-stop(100%,#e97106)) !important;
    background: -webkit-linear-gradient(top,  #f39d1e 0%,#e97106 100%) !important;
    background: -o-linear-gradient(top,  #f39d1e 0%,#e97106 100%) !important;
    background: -ms-linear-gradient(top,  #f39d1e 0%,#e97106 100%) !important;
    background: linear-gradient(to bottom,  #f39d1e 0%,#e97106 100%) !important;
    */
    height: 12px !important;
    margin: 2px !important;

    display: block !important;
    float: left !important;
    border: none !important;
    -webkit-box-shadow: inset 0px 0px 2px 0px #999;
    -moz-box-shadow: inset 0px 0px 2px 0px #999;
    box-shadow: inset 0px 0px 2px 0px #999;
   /* border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; */
}

#fp-progress-bar.x-progress-default {
    height: 16px !important;
}

#fp-progress-bar-value.x-progress-bar {
    height: 12px !important;
}

.closing-progress-bar-container .x-progress .x-progress-bar .x-progress-text {
    color: #000;
	
	height: 12px;
    line-height: 12px;
}

.closing-progress-bar-container .x-progress .x-progress-text-back {
    color: #333;
	
	height: 14px;
    line-height: 16px;
    margin-left: 2px;
}


/*
<div class="closing-progress-bar-container" id="closing-progress-bar-container-4">
	<div id="progress-bar-4" class="x-progress x-progress-default">
		<div class="x-progress-text x-progress-text-back progress-bar-text" id="progress-bar-text-4-bottom">00:34</div>
		<div id="progress-bar-4-value" class="x-progress-bar" style="width: 65px;">
			<div class="x-progress-text" id="progress-bar-text-4-top">00:34</div>
		</div>
	</div>
</div>
*/

#fp-progress-bar-svalue.x-progress-bar {
	background: -moz-linear-gradient(top,  #19a715 0%, #27770d 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19a715), color-stop(100%,#27770d)) !important;
    background: -webkit-linear-gradient(top,  #19a715 0%,#27770d 100%) !important;
    background: -o-linear-gradient(top,  #19a715 0%,#27770d 100%) !important;
    background: -ms-linear-gradient(top,  #19a715 0%,#27770d 100%) !important;
    background: linear-gradient(to bottom,  #19a715 0%,#27770d 100%) !important;
	height: 9px !important
}

.trade-box-adv .closing-progress-bar-container #fp-progress-bar.x-progress {
    border: 0px solid #ffffff !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 0 #000000 inset !important;
    -moz-box-shadow: 0 0 0 0 #000000 inset !important;
    -webkit-box-shadow: 0 0 0 0 #000000 inset !important;
}

.trade-box-adv .x-progress-default {
    height: 13px !important;
}

.trade-box-adv #fp-progress-bar-text-bottom.x-progress-text {
	color: #000 !important;
}

.trade-box-adv .closing-progress-bar-container .x-progress .x-progress-bar .x-progress-text {
    color: #000;
	
	height: 12px;
    line-height: 12px;
}

.trade-box-adv .closing-progress-bar-container .x-progress .x-progress-text-back {
    color: #333;
	
	height: 16px;
    line-height: 16px;
}

/* asset index */

#date-picker  {
width: 980px !important;
position: absolute !important;
}
#expiry-prices-report .report-body {
margin-top:40px;
}
#asset-index-filter, #date-picker {
    background:#898989 !important;
    border:none !important;
    padding:5px 0;
}
#date-picker label {
    color:#fff;
    font-weight:bold;
}
#load-report-button:hover {
    background:#ccc !important;
}
#asset-index-filter .active {
    color:#fff;
    border-left:0;
    border-right:0;
}
#asset-index-filter a {
    font-size:12px;
    text-decoration:none;
    float:left;
    color:#fff !important;
    padding:12px 15px 12px !important;
    text-shadow: none;
    margin-left:0;
}
.small-form .field-tip {
    float: right;
    position: static;
    font-size: 10px;
    width: auto;
    margin: 4px 5px 4px;
    color:#f26a6a;
}
.accept-terms {
    color: #999999;
    font-size:10px;
    text-transform:none !important;
}
.accept-terms a {
    text-decoration: underline;
    color: #fb0000;
    font-size:10px;
}
/* banners */
.active-banner {
    height: 200px;
    margin-bottom: 20px;
}
/* patches */

#user-menu-container {
    padding-top: 39px;
}
#wrapper {
    margin: 0 auto -300px;
    background-color:transparent;
}
.bottom-bar-layout #wrapper {
    margin: 0 auto -330px;
}
#bottom-menu li {
    list-style: none;
}
#terms, #pp {
    background: url(../images/main_bg.jpg) repeat;
    padding:40px;
}
#terms h3, #pp h3 {
    font-size: 24px;
    padding: 20px 0 6px;
    color: #ff0000;
   text-shadow: 0 0 5px #000;
    float: left;
    width:900px;
  
}
#terms p, #pp p {
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 16px;
    float: left;
    width:900px;
      color:#fbfbfb;
}
#terms a, #pp a {
    color: #fbfbfb;
}
#terms a:hover, #pp a:hover {
    color: #ff0000;
    text-decoration: none;
}
.report-wrapper {
    background: url(../images/main_bg.jpg) repeat;
}
#positions-header {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #454545;
    padding: 5px;
    color:#fff;
    border:none;
}
#positions-header span {
    color:#fff;
    text-shadow:none !important;
}
.none-open {
    text-align:center;
    display:block;
    width:300px;
    height:15px;
}

#asset-index-wrapper #instruments {
    border: 1px solid #111!important;
    background:#1b1b1b!important;
}

.invoice table td {
	height:17px;
	width:90px;
	vertical-align: middle;
	color:#ffffff;
}

.trade-entry-info div.trade-action-help,
.message-container {
	color:#333;
}
#message-container.message-container {margin-bottom:30px}

.investment-amount-wrapper span {
    color:#333;
}
.investment-amount-wrapper .combobox_button{
    top: -3px;
    left: 41px;
}

.investment-amount-wrapper .combobox_selector {left: -32px;}

.trade-entry, #position-settings {
    background: #131313 !important;
	color: #bdbdbd !important;
	border: 0px solid #131313 !important;
}

#read-only-dial-code {
    text-shadow:none;
    color:#fff;
}

.x-progress-text-back {
    padding-top:0px;
}

.box-titles {
    font-size: 16px !important;
    text-decoration: none;
    color:#fff;
    background: #898989 !important;
    padding: 10px;
    margin:0;
    border: none;
	/*border-bottom: 1px solid #272727; */
    border-top-left-radius:0 !important;
    border-top-right-radius:0 !important;
    -webkit-border-top-left-radius:0 !important;
    -webkit-border-top-right-radius:0 !important;
    -moz-border-radius-topleft:0 !important;
    -moz-border-radius-topright:0 !important;
    
    text-transform: uppercase;
}
.number-list li {
    color:#979696;
    padding:20px;
	background:#131313;
	/*
	background:-moz-linear-gradient(top,  #121517 0%, #040404 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#121517), color-stop(100%,#040404));
	background:-webkit-linear-gradient(top,  #121517 0%,#040404 100%);
	background:-o-linear-gradient(top,  #121517 0%,#040404 100%);
	background:-ms-linear-gradient(top,  #121517 0%,#040404 100%);
	background:linear-gradient(to bottom,  #121517 0%,#040404 100%);
	*/
    font-size:12px;
    line-height:16px;
    border-bottom:0px solid #dedede;
}

.number-list li:nth-child(4) {
    border-radius: 0px 0px 5px 5px;
}

.number-list li span {
    color: #86b136;
    font-size: 30px;
    font-weight: bold;
    margin: 6px 12px 51px 0px;
    height: 15px;
    float: left;
}
.call-small-icon {
    display:inline-block;
	background: url(../images/callandput-all-sprite.png) no-repeat -213px -106px;
	width: 15px;
	height: 15px;
   /*idth: 19px;
    height: 19px;
	*/
}

.put-small-icon {
    display:inline-block;
	background: url(../images/callandput-all-sprite.png) no-repeat -213px -122px;
	width: 15px;
	height: 15px;
   /* width: 19px;
    height: 19px;
	*/
	
}

/* game-filter */

.filter-main-tab a {
    background:#131313;
	-webkit-border-radius:0;
   -moz-border-radius:0;
        border-radius:0;
}

.filter-main-tab a .filter-icon-cnt,
#game-filter-sub-tabs a .filter-icon-cnt {
	margin:0 3px 0 0;
}

.filter-main-tab:not(.active) a:hover {
/*    background:#686B6C; */
}

.filter-main-tab:not(.active) a:hover .filter-tab-label {
    color:#fff;
}
/*
#game-filter-all:not(.active) a:hover .filter-icon-cnt {
    background:url(../images/sprite-game-icons.png) no-repeat 0 -16px !important;
}

#game-filter-featured:not(.active) a:hover .filter-icon-cnt {
    background:url(../images/sprite-game-icons.png) no-repeat -16px 0 !important;
}

#game-filter-starred:not(.active) a:hover .filter-icon-cnt {
    background:url(../images/sprite-game-icons.png) no-repeat -32px -16 !important;
}
*/
.filter-tab-label{
    color:#FFF;
	font-weight:100;
}

.active .filter-tab-label {
    color:#fff;
	font-weight:100;
}

#game-filter-sub-tabs {
    background:#272626;
    background-image: -ms-linear-gradient(top, #686B6C 0%, #272626 100%);
    background-image: -moz-linear-gradient(top, #686B6C 0%, #272626 100%);
    background-image: -o-linear-gradient(top, #686B6C 0%, #272626 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #686B6C), color-stop(1, #272626));
    background-image: -webkit-linear-gradient(top, #686B6C 0%, #272626 100%);
    background-image: linear-gradient(to bottom, #686B6C 0%, #272626 100%);
    
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    margin:0 5px 0 0;
}

#game-filter-sub-tabs a{
    color:#fff;
}

#game-filter-sub-tabs a:hover{
    background:transparent;
	color:#ff0000;
}

.filter-main-tab.active a {
    color:#ff0000 !important;
    /*background: transparent ;*/
}

.filter-sub-tab.active a {
    color:#ff0000 !important;
    background:transparent !important;
    
    border-top: 0px solid #2b2b2b;
    border-bottom: 0px solid #606060;
}

.filter-sub-tab.active a .filter-tab-label {
    color:#fff !important;
}

#game-filter-sub-tabs .filter-tab-label {
    color: inherit !important;
	font-weight:100;
}

#game-filter-search {

border: solid 1px #d8d3d3;
   /* border: 1px solid #1f1f1f !important;
    border-radius: 6px;
	*/
}

#game-filter-search #filter-search-input {
    background:#ffffff;
    color: #666666;
	-webkit-border-radius:0;
   -moz-border-radius:0;
        border-radius:0;
 /*   border: 1px solid rgba(0,0,0,0) !important;*/
}

#filter-search-button a{
    background:#ed2024 !important;
	-webkit-border-radius:0;
   -moz-border-radius:0;
        border-radius:0;
}

#filter-search-button a:hover{
    background:#ff0000 !important;
}

#filter-search-button a:active{
    background:#9c0000 !important;
}
/*
.active #icon-all { background:url(../images/game-filter-sprite.png) no-repeat 0 0 }
.active #icon-fav { background:url(../images/game-filter-sprite.png) no-repeat -16px 0 }
.active #icon-str { background:url(../images/game-filter-sprite.png) no-repeat -32px 0 }
*/
#icon-cur { background:url(../images/sprite-game-icons.png) no-repeat -48px 0 }
#game-filter-sub-tabs a:hover #icon-cur { background:url(../images/sprite-game-icons.png) no-repeat -48px -16px }
.active #icon-cur  { background:url(../images/sprite-game-icons.png) no-repeat -48px -16px }	


#icon-stk { background:url(../images/sprite-game-icons.png) no-repeat -64px 0 }
#game-filter-sub-tabs a:hover #icon-stk { background:url(../images/sprite-game-icons.png) no-repeat -64px -16px }
.active #icon-stk { background:url(../images/sprite-game-icons.png) no-repeat -64px -16px }

#icon-com { background:url(../images/sprite-game-icons.png) no-repeat -80px 0 }
#game-filter-sub-tabs a:hover #icon-com { background:url(../images/sprite-game-icons.png) no-repeat -80px -16px }
.active #icon-com { background:url(../images/sprite-game-icons.png) no-repeat -80px -16px }

#icon-ind { background:url(../images/sprite-game-icons.png) no-repeat -96px 0 }
#game-filter-sub-tabs a:hover #icon-ind  { background:url(../images/sprite-game-icons.png) no-repeat -96px -16px }
.active #icon-ind  { background:url(../images/sprite-game-icons.png) no-repeat -96px -16px }

#icon-all { background:url(../images/sprite-game-icons.png) no-repeat 0 0 !important }
#icon-fav { background:url(../images/sprite-game-icons.png) no-repeat -16px 0  !important}
#icon-str { background:url(../images/sprite-game-icons.png) no-repeat -32px 0px !important }
/*

#filter-search-button:hover #icon-sch, #icon-sch{ background:url(../images/sprite-game-icons.png) no-repeat -112px 2px }
#filter-search-button:hover #icon-sch {background:url(../images/sprite-game-icons.png) no-repeat -112px -2px}
#game-filter #game-filter-main-tabs  li {margin-right:2px;}

*/
#filter-search-button #icon-sch, #icon-sch{ background:url(../images/sprite-game-icons.png) no-repeat -189 -16px }
#filter-search-button:hover #icon-sch {background:url(../images/sprite-game-icons.png) no-repeat -189px 1px}
#game-filter #game-filter-main-tabs  li {margin-right:2px;}
/* Account Settings */

#account-settings-sidebar-menu {
	background:#121517;
}

#account-settings-sidebar-details {
	background:#131313;
    border: 1px solid #444444;
}

#account-settings-sidebar-details li:first-child {
	background:#898989;
}

#account-settings-sidebar-menu li {
	border-bottom:1px solid #1e2123;
}

#account-settings-sidebar-details li {
	border-bottom:1px solid #303030;
	color:#333;
}

#account-settings-sidebar-details li span {
	color:#fff;
}

#account-settings-sidebar-details li span.as-sidebar-status-active {
	color:#1fc631;
}

#account-settings-sidebar-menu li.active {
	background-color:#fb0000;
}

#account-settings-sidebar-menu li:not(.active):hover {
	background-color:#333;
}

.facebook-or-text span {
    background: #111111;
	color:#fbfbfb !important;
}

#quick-login-form .facebook-or-text span {
    background: #111;
}

.form-header h1,
.section-header h1,
.report-title {
    color:#ffffff !important;
    font-size:16px !important;
    font-weight:bold !important;
    margin:0 0 5px !important;
}

.report-title {
	/*margin:0 !important;
	margin:35px 0 5px !important;
	*/
	position: relative;
height: 50px;
top: 50px;
margin-bottom: 30px !important;
}

.form-header p,
.section-header p {
    color:#fff;
    font-size:12px;
    font-weight:bold;
	margin:-5px 0 0;
}

.chart-bg.top.active {
    background: #EC1010;
}

.chart-bg.bottom.active {
    background: #B8DF53;
}
.chart-bg {opacity: 0.4;}

.form label.suggestion-label {
    color: black;
}

.advanced-chart-social-enable-msg {
    color: black;
}

.activity-entry .gain b {
    color: white;
}

.activity-entry-info-container {
    color: white;
}

.activity-panel-enable-social-container {
    background-image: url(../images/enable-social-activity.png);
}

#quick-registration-form .facebook-disclaimer-text,
#quick-login-form .facebook-disclaimer-text,
#login-form .facebook-disclaimer-text,
#registration-form .facebook-disclaimer-text,
#quick-registration-form .facebook-registration-text,
#registration-form .facebook-registration-text,
#login-form .facebook-registration-text,
#quick-registration-form .facebook-or-text span,
#registration-form .facebook-or-text span,
#login-form .facebook-or-text span,
#registration-form a.form-block:not(#registration-button),
#forgot-password,
#need-account {
	color: #fbfbfb;
	text-shadow:none;
}

.game-indicator-icon.social-ind {
    background: url(../images/sprite-game-icons.png) no-repeat -240px 0;
}

.game-indicator-icon.sell-back-ind {
    background: url(../images/sprite-game-icons.png) no-repeat -129 -16px;
}

.game-indicators-menu > li > span {
    color:#bdbdbd;
    display: inline-block;
    padding-top: 2px;
    margin-right: 2px;
}

.show-more-icon {
	background: url(../images/sprite-game-icons.png) no-repeat -158px 0 ;
}

a:hover .show-more-icon {
	background: url(../images/sprite-game-icons.png) no-repeat -158px -16px ;
	
}
.show-more.expanded .show-more-icon {background-position: -158px 0 ;}
.show-more.expanded:hover .show-more-icon {background-position: -158px -16px ;}
.show-more.expanded .show-more-icon.more-activity {background-position:-175px 0px;}
.show-more.expanded:hover .show-more-icon.more-activity {background-position:-175px -16px;}

.show-more-icon.more-activity {
    background-position: -175px 0;
}

a:hover .show-more-icon.more-activity {
    background-position: -175px -16px;
}


.show-more-icon.more-advanced-chart {
    background-position: -190px 0;
}

a:hover .show-more-icon.more-advanced-chart {
    background-position: -190px -16px;
}

.show-more.expanded {
    color:#333333;
	background:#dfdfdf;
}

.activity-panel,
.activity-entry {
    border:1px solid #111 !important;
}

.game-types-menu {
    border: 1px solid #272727;
    background:#f1f1f1;

    -webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	height: inherit;
}
.game-types-menu li {
    border-right: 1px solid #272727;
}

.game-types-menu li a {
    color: #333333;
	padding-bottom: 5px;
}

.game-types-menu li.first, .game-types-menu li.first a {
    -webkit-border-radius: 0;
    border-radius: 0;
	
    border-right: none;
}

.game-types-menu li.last, .game-types-menu li.last a {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.game-types-menu li.first.last, .game-types-menu li.first.last a {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.game-types-menu li.active a, .game-types-menu li.active {
    background:#ff0000;
   /* 
    background-image: -ms-linear-gradient(top, #F39C1E 0%, #E87509 100%);
    background-image: -moz-linear-gradient(top, #F39C1E 0%, #E87509 100%);
    background-image: -o-linear-gradient(top, #F39C1E 0%, #E87509 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F39C1E), color-stop(1, #E87509));
    background-image: -webkit-linear-gradient(top, #F39C1E 0%, #E87509 100%);
    background-image: linear-gradient(to bottom, #F39C1E 0%, #E87509 100%);
	*/
    color: #fff;
}
.game-types-menu a strong {font-weight:100;}
.game-types-menu li.first.active {
    border-right: 1px solid #ff0000 ;
}

.game-types-menu li.active {
    border-right: 1px solid #ff0000 ;
    border-left: 1px solid #ff0000 ;
}


#sell-back-description-lightbox-container {
    background: #131313;
}

#sell-back-description-lightbox .box-desc, #sell-back-description-lightbox .text-decs {
    color:#999;
}

.form .button,
.button-set .button,
#submit-row .button {
    background:#fb0000 !important;
   /* background:-moz-linear-gradient(top,  #63ae30 0%, #42661c 100%) !important;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#63ae30), color-stop(100%,#42661c)) !important;
    background:-webkit-linear-gradient(top,  #63ae30 0%,#42661c 100%) !important;
    background:-o-linear-gradient(top,  #63ae30 0%,#42661c 100%) !important;
    background:-ms-linear-gradient(top,  #63ae30 0%,#42661c 100%) !important;
    background:linear-gradient(to bottom,  #63ae30 0%,#42661c 100%) !important;
	*/
    color: #FFFFFF !important;
    height: auto;
    padding: 8px 15px;
    text-shadow: none !important;
    border: none !important;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

.form .button:hover,
.button-set .button:hover,
#submit-row .button:hover {
    background: #fb0000 !important;
    color: #680101 !important;
    text-shadow: none !important;
}


.form .button:active,
.button-set .button:active,
#submit-row .button:active {
    background: #9c0000 !important;
    color: #fff !important;
    text-shadow: none !important;
}


.trade-box-adv .up-btn {
    background:url(../images/callandput-all-sprite.png) no-repeat -372px 0;
    text-decoration:none;
    margin:0 10px 5px;
    height: 53px;
}

.trade-box-adv .down-btn {
    background:url(../images/callandput-all-sprite.png) no-repeat -372px -53px;
    text-decoration:none;
    margin:0 10px 5px;
    height: 53px;
}

.trade-box-adv .fp-action-icon.b1 {
   /* background:url(../images/fp_call_put_btn_sprite_s.png) no-repeat top left;*/
	background:#ff0000;
    text-decoration:none;
    margin: 0 4px 0 0;
}

.trade-box-adv .fp-action-icon.b2 {
   /* background:url(../images/fp_call_put_btn_sprite_s.png) no-repeat bottom left;*/
   background:#86b136;
    text-decoration:none;
    margin: 0 4px 0 0;
}

.trade-box-adv .control-con .control-con-item.highlighted .c-item {
    border:3px solid #898989;
    padding: 0;
    box-shadow: inset 0 0 0 0 #898989;
    -webkit-box-shadow: inset 0 0 0 0 #898989;
    box-shadow: inset 0 0 0 0 #898989;
}

.trade-box-adv .control-con .control-con-item.highlighted {
    background: url(../images/fp_select_arrow.png) no-repeat 44px 218px;
}

.trade-box-adv .control-con-item:not(.locked) .c-item .up-btn:hover {
    background:url(../images/callandput-all-sprite.png) no-repeat -478px 0px;
	//opacity: 0.8;
}

.trade-box-adv .control-con-item:not(.locked) .c-item .down-btn:hover {
    background:url(../images/callandput-all-sprite.png) no-repeat -478px -53px;
	//opacity: 0.8;
}

.trade-box-adv .control-con .c-item .c-val {
    color: #000000;
}

.trade-box-adv .control-con .c-item .c-name {
    color: #444444;
}

.trade-box-adv .control-con .c-item {
    background: #ffffff;
    border: 1px solid #898989;
	border-radius: 0;
-webkit-border-radius:0;
-moz-border-radius: 0;
}

.trade-box-adv .message-container {
    background: #828080;
    border: 1px solid #737171 !important;
    padding: 10px;
    height: 85px;
    position: relative;
	
	border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}

.trade-box-adv .fp-investment-amount-wrapper {
    color: #ffffff;
}

.trade-box-adv .fp-invoice-right-panel {
    color: #ffffff;
}


.trade-box-adv .fp-invoice-left-panel {border-right: solid 1px #747474;}

.trade-box-adv #fp-upper-level:after {
      border-right-color: #d80505;
    border-width: 5px;
    top: 50%;
    margin-top: -5px;
}

.trade-box-adv #fp-upper-level {
        background: #d80505;
    color: #FFFFFF;
	border-radius: 0;
	border: 1px solid #7c211a;
}

.trade-box-adv #fp-market-price {
    background: #fff;
	border-radius: 0;
	border: 1px solid #252525;
	color:#000;
}

.trade-box-adv #fp-market-price:after {
    border-right-color: #fff;
    border-width: 5px;
    top: 50%;
    margin-top: -5px;
}

.trade-box-adv #fp-lower-level {

	background: #7bb30e;
    color: #FFFFFF;
	border-radius: 0;
	border: 0px solid #7bb30e;
}

.trade-box-adv #fp-lower-level:after {
 
	 border-right-color: #7bb30e;
    border-width: 5px;
    top: 50%;
    margin-top: -5px;
}

.trade-box-adv .fp-chart-bg.top.background {
    background: rgba(237, 43, 27, 0.5);
}

.trade-box-adv .fp-chart-bg.bottom.background {
    background: rgba(100, 153, 30, 0.5);
}

.trade-box-adv .fp-chart-bg.bottom.border-bottom {
    border-bottom: 1px solid #64991e;
}

.trade-box-adv .fp-chart-bg.bottom.border-top {
    border-top: 1px solid #64991e;
}

.trade-box-adv .fp-chart-bg.top.border-bottom {
    border-bottom: 1px solid #ed2b1b;
}

.trade-box-adv .fp-chart-bg.top.border-top {
    border-top: 1px solid #ed2b1b;
}

.trade-box-adv {
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0 ;
box-shadow: 0 0 0;
}


.trade-box-adv .title {
background:#898989;
  /*
  border-bottom:1px solid #aa8f78;
	border-radius: 0px 5px 0px 0px;
    background-image: url(../images/strategix-header-back.png);
    background-repeat: repeat-x;
	*/
}

.trade-box-adv #tab-menu {
    background: #898989;
   /* border-top: 1px solid #313030;*/
    border-bottom: 1px solid #ffffff;
}

.fp-main-container {
background: #131313;
/*
	background-image: -ms-linear-gradient(top, #1B1D20 0%, #050505 100%);
	background-image: -moz-linear-gradient(top, #1B1D20 0%, #050505 100%);
	background-image: -o-linear-gradient(top, #1B1D20 0%, #050505 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1B1D20), color-stop(1, #050505));
	background-image: -webkit-linear-gradient(top, #1B1D20 0%, #050505 100%);
	background-image: linear-gradient(to bottom, #1B1D20 0%, #050505 100%);
	*/
}

.trade-box-adv .control-con .c-item {
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0px 0px 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0px 0px 0px 0 rgba(0,0,0,0) inset;
}

.trade-box-adv .control-con .c-label {
    text-shadow: 0 0px 0px rgba(0,0,0,0) !important;
	color: #FFFFFF;
}

.trade-box-adv #fp-time-to-trade-label {
    color: #FFFFFF;
}

.trade-box-adv #slider-label {
    color: #FFFFFF;
}

.trade-box-adv .x-slider-horz, .trade-box-adv .x-slider-horz .x-slider-end, .trade-box-adv .x-slider-horz .x-slider-inner {
    background-image: url(../images/slider_bg.png);
}

.trade-box-adv #fp-closing-progress-bar-container {
    margin-top: 3px;
}

.trade-box-adv .time-bar,
.trade-box-adv .slider-bar {
    background: none !important;
	border-bottom: 1px solid #404143 !important;
}

.trade-box-adv .control-con .control-con-item.i-selected .c-item {
	border:3px solid #454545;
    box-shadow: inset 0px 0px 5px 0px #454545;
    -webkit-box-shadow: inset 0px 0px 5px 0px #454545;
    box-shadow: inset 0px 0px 5px 0px #454545;
}

.trade-box-adv .control-con .control-con-item.i-selected {
    background: url(../images/fp_select_arrow.png) no-repeat 44px 218px;
}

.trade-box-adv #main-tabs li.active a {
	margin-right: 3px !important;
}
.trade-box-adv #main-tabs li {
margin-right:10px;
}
.trade-box-adv #main-tabs li a {

    border: 0px solid #454545;
	border-bottom: 1px solid #9da58f;
	border-top: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
    color: #ffffff;
   text-shadow: 0 0 0 #000 !important;
  border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
    background: #454545;

    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0) inset, 0 0 0px #686868;
    -moz-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0) inset, 0 0 0px #686868;
    -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0) inset, 0 0 0px #686868;
}

.trade-box-adv #main-tabs li.active a {
    border-top: 0px solid #86b136;
    border-bottom: 0px solid #86b136;
    border-left: 0px solid;
    border-right: 0px solid;
    color: #ffffff;
    box-shadow: 1px 1px 1px 1px #5d5d5d;

    background: #86b136;
   border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
/*   background-image: -ms-linear-gradient(top, #F39D1F 0%, #E76F05 100%);
    background-image: -moz-linear-gradient(top, #F39D1F 0%, #E76F05 100%);
    background-image: -o-linear-gradient(top, #F39D1F 0%, #E76F05 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F39D1F), color-stop(1, #E76F05));
    background-image: -webkit-linear-gradient(top, #F39D1F 0%, #E76F05 100%);
    background-image: linear-gradient(to bottom, #F39D1F 0%, #E76F05 100%);
	*/
}

.trade-box-adv #main-tabs li:hover:not(.active) a {
    background:#ccc;
    color:#000000;
}
.trade-box-adv .legend table thead tr.legend-row td {
    border-bottom: 1px solid #262626;
    background: #3c3b3b;
}

.trade-box-adv .legend table tbody tr.data td {
    color: #444444;
}

.trade-box-adv .legend table thead, .trade-box-adv .legend table tbody{
	/*background: none repeat scroll 0 0 #fefefe; 
	box-shadow: 0 4px 1px 0px #3c3b3b;
	*/
	border-radius: 0 0 5px 5px;
	
}

.trade-box-adv .legend table {
    width: 920px;
}
.title  #fp-expiry-label {font-size:12px;}
.title #fp-instrument-select, .title #fp-expiry-select {font-size:12px;}

.trade-box-adv .title select {
    color: #FFFFFF;
	/*
    border-left: 0px solid !important;
    border-right: 0px solid !important;
    border-top: 1px solid #2b2b2b !important;
    border-bottom: 1px solid #f2a747 !important;
	
	*/
	border: 0 solid #454545;
	border-radius: 0;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
    background: #454545;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.trade-box-adv #fp-chart-range-select li.active {
    background:#ff0000;
	border: 1px solid #ff0000 !important;
   /* background-image: -ms-linear-gradient(top, #F39D1E 0%, #E76F06 100%);
    background-image: -moz-linear-gradient(top, #F39D1E 0%, #E76F06 100%);
    background-image: -o-linear-gradient(top, #F39D1E 0%, #E76F06 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F39D1E), color-stop(1, #E76F06));
    background-image: -webkit-linear-gradient(top, #F39D1E 0%, #E76F06 100%);
    background-image: linear-gradient(to bottom, #F39D1E 0%, #E76F06 100%);
	*/
}

.trade-box-adv #fp-chart-range-select li.active a {
    background:#ff0000;
   /* background-image: -ms-linear-gradient(top, #F39D1E 0%, #E76F06 100%);
    background-image: -moz-linear-gradient(top, #F39D1E 0%, #E76F06 100%);
    background-image: -o-linear-gradient(top, #F39D1E 0%, #E76F06 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F39D1E), color-stop(1, #E76F06));
    background-image: -webkit-linear-gradient(top, #F39D1E 0%, #E76F06 100%);
    background-image: linear-gradient(to bottom, #F39D1E 0%, #E76F06 100%);
	*/
    color:#ffffff;
}

.trade-box-adv #fp-chart-type-select-label {
	font-weight:100;
}

.trade-box-adv #fp-chart-type-select {
background: #454545!important;
border: 1px solid #454545!important;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}

#fp-chart-range-select-label {
	font-weight:100;
}

.trade-box-adv #fp-chart-range-select li.last a {
    padding: 5px 10px 5px 6px;
	border-top: 0 none rgba(0,0,0,0) !important;
	border-bottom: 0 none rgba(0,0,0,0) !important;
	border-right: 0 none rgba(0,0,0,0) !important;
}

.trade-box-adv #fp-chart-range-select {
    border:none rgba(0,0,0,0) !important;
}

.trade-box-adv #fp-chart-range-select li {
    float:left;
  /* border-right:2px solid #616161; */
    border-right:1px solid #d8d3d3;
	border-top:1px solid #d8d3d3;
	border-bottom:1px solid #d8d3d3;
}

.trade-box-adv #fp-chart-range-select li.first {
  /*  border-left: 1px solid #242424;*/
  border-left:1px solid #d8d3d3;
}

.trade-box-adv #fp-chart-range-select li.last {
   /* border-right: 1px solid #242424;*/
}
.trend-up, .in-the-money {
     color: #ea2b0f !important; 
}

.trend-down, .out-the-money {
    color: #96cf47 !important;
}

.trade-box-adv .in-the-money {
    color: #ea2b0f !important;
}

.trade-box-adv .out-the-money {
    color: #96cf47 !important;
}

.trade-box-adv .legend table .even {
    background: #f8f8f8 !important;
    border-bottom: 1px solid #d9d8d8 !important;
}

.trade-box-adv .legend table .odd {
    background: #f8f8f8 !important;
	border-bottom: 1px solid #d9d8d8 !important;
}


#fp-chart-range-select li {

border-right: 1px solid #d8d3d3;
}

#fp-chart-range-select li.last, #fp-chart-range-select li.last a {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

#fp-chart-range-select li.first, #fp-chart-range-select li.first a {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

.trade-box-adv .legend {
    float: left;
    width: 920px;
    background: #1A1D1F;
    border-radius: 0px 0px 5px 5px;
}
.trade-box-adv .chart-con p {
    color:#FFFFFF;
}

.trade-box-adv .x-slider-horz .x-slider-thumb {
	background-position: -28px -48px !important;
	background-image: url(../images/slider_btn.png);
}

.game-short-expiry-options li.active .short-expiry-text {
    background:#ff0000;
   /* background-image: -ms-linear-gradient(top, #F39C1E 0%, #E87509 100%);
    background-image: -moz-linear-gradient(top, #F39C1E 0%, #E87509 100%);
    background-image: -o-linear-gradient(top, #F39C1E 0%, #E87509 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F39C1E), color-stop(1, #E87509));
    background-image: -webkit-linear-gradient(top, #F39C1E 0%, #E87509 100%);
    background-image: linear-gradient(to bottom, #F39C1E 0%, #E87509 100%);
	*/
    color: #fff;
}

.game-short-expiry-options li .short-expiry-text {
    color: #333333;
}
.game-short-expiry-tooltip-arrow {
    top: 18px;
	border-color: #454545 transparent transparent transparent;
}
.game-short-expiry-tooltip {
   /* border-radius: 6px;*/
    top: 4px;
	background: #454545;
}
.game-short-expiry-options {
    border: 1px solid #272727;
    background: #f0f0f0;
    border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin: 3px 0 0 0 !important;
}
.game-short-expiry-options li:not(:last-child) {
    border-right: 0px solid #272727;
}
.game-short-expiry-options li:first-child div {
    border-radius: 0;
    -webkit-border-radius: 0;
	    -moz-border-radius: 0;

}
.game-short-expiry-options li:last-child div {
    border-radius: 0;
    -webkit-border-radius: 0;
		    -moz-border-radius: 0;

}
.game-types-menu li.active span.game-type-icon-1, .game-types-menu li span.game-type-icon-7 {
    background: url(../images/sprite-game-icons.png) no-repeat scroll -206px 0 ;
}

.game-types-menu li.active span.game-type-icon-2 {
    background: url(../images/sprite-game-icons.png) no-repeat scroll -220px 0 ;
}
.game .game-row .time-to-trade-label {font-weight:bold;}
/*
#icon-all { background-position: 0px 0px }
#icon-fav { background-position: -16px 0px }
#icon-str { background-position: -32px 0px }
*/
.game-form-wrapper {
    top: -5px;
}
.game .game-row .instrument-name  {font-size:18px;margin-top:2px;}

.small-form label {
    color: #fbfbfb;
}

.facebook-or-text {
    border-top: 1px solid #979696;
}

.chart-wrapper {
    height: 222px;
}

#date-picker select {
    padding: 3px !important;
}

#date-picker-widget input, #time-picker-widget input {
    height: 27px;
}

.trade-box-adv .closing-progress-bar-container .x-progress-bar {
    background: #828080 !important;
}

.trade-box-adv #fp-chart-range-select {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #242424;
    border-radius: 0;
    float: right;
    height: 22px;
    margin: 4px 40px 0 0;
}

.trade-box-adv #fp-chart-range-select li a {
    color: #666666;
}

.trade-box-adv #fp-view-full-trades-report {
    margin: 5px 22px 5px 0;
}

.advanced-chart-wrapper {
    background: none repeat scroll 0 0 #131313;
    color: #FFFFFF;
}

.small-chart-wrapper.chart-wrapper {
    height: 195px;
}

.small-game-form-buttons-wrapper .direction-button {
    width:53px;
    height:53px;
    text-decoration:none;
    margin:0 0 5px;
    display:block;
    overflow:hidden;
    text-indent:-5555px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    
    margin-left: 10px;
}
.small-game-form-buttons-wrapper .direction-button.call {  background:url(../images/callandput-all-sprite.png) no-repeat -213px 0 !important;}
.small-game-form-buttons-wrapper .direction-button.call:active {
    background:url(../images/callandput-all-sprite.png) no-repeat -319px 0 !important;
    border:none !important;
}
.small-game-form-buttons-wrapper .direction-button.call:hover {
    background:url(../images/callandput-all-sprite.png) no-repeat -266px 0 !important;
    border:none !important;
}
.small-game-form-buttons-wrapper .direction-button.put {background:url(../images/callandput-all-sprite.png) no-repeat -213px -53px !important;}
.small-game-form-buttons-wrapper .direction-button.put:active {
    background:url(../images/callandput-all-sprite.png) no-repeat -213px -53px !important;
    border:none !important;
}
.small-game-form-buttons-wrapper .direction-button.put:hover {
    background:url(../images/callandput-all-sprite.png) no-repeat -266px -53px !important;
    border:none !important;
}
.small-game-form-buttons-wrapper .spot {
    border: 1px solid #cbcbcb;
    border-radius: 20px;
    display: block;
    float: left;
    font-size: 11px;
    margin: 7px 0 10px;
    padding: 7px 10px;
    text-align: center;
    width: 72px;
}

.small-game-content {
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    color:#fbfbfb;
    background:#131313;
	
	/*background:-moz-linear-gradient(top,  #121517 0%, #040404 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#121517), color-stop(100%,#040404));
	background:-webkit-linear-gradient(top,  #121517 0%,#040404 100%);
	background:-o-linear-gradient(top,  #121517 0%,#040404 100%);
	background:-ms-linear-gradient(top,  #121517 0%,#040404 100%);
	background:linear-gradient(to bottom,  #121517 0%,#040404 100%);
    */
    border-bottom: 0px solid #E8E8E8;
    border-right: 0px solid #E8E8E8;
    border-left: 0px solid #E8E8E8;
    /* height: 448px; */
}

.small-game-types-menu li.active a {
    color: #fff;
}

.small-game-types-menu li.active {
    background: #131313;
    border-left: 1px solid #878787;
    border-right: 1px solid #878787;
}
.small-game .game-extended-info {position:relative; top:-4px;}
.small-game-second-row {
    background: #131313;
    border-bottom: 0px solid #d9d8d8;
    border-right: 0px solid #d9d8d8;
    border-left: 0px solid #d9d8d8;
    height: 36px;
    color: #fbfbfb;
}

.small-game-form-wrapper .game-form-invoice-wrapper {
    margin-top: 0px;
    padding-top: 4px;
}

.small-payout {
    color: #fff;
}


#mask-container #registration-widget-iframe {height:600px;}
.advanced-social-trade-info-item .trade-time, .entry-time {color:#5C81CF;}
.advanced-social-trade-info-item .put, .put {color:#fb0000 ;}
.advanced-social-trade-info-item .call, .call {color: #49C149;}
.advanced-social-trade-info-item, .advanced-chart-social-legend > ul > li {color:#000;}
