@charset "utf-8";
/*#zonesNav td:first-child{
	background-position: left -63px !important;
}
#zonesNav td{
	background:url('../images/platform/NavBar.png') !important;
	background-position: -20px -63px !important;
	color:#ffffff !important;
	font-weight:bold !important;
}
#zonesNav td:last-child{
	background-position: right -63px !important;
}
#spotPackageContainer_platform_zones #zonesNav td.selected:first-child{
	background-position: left 0 !important;
	border-left-width: 0 !important;
}
#spotPackageContainer_platform_zones #zonesNav td.selected{
	background-position: -20px 0 !important;
}
#spotPackageContainer_platform_zones #zonesNav td.selected:last-child{
	background-position: right 0 !important;
}
#zonesNav td:first-child:not(.selected):hover{
	background-position: left -130px !important;
}
#zonesNav td:not(.selected):hover{
	background-position: -20px -130px !important;
}
#zonesNav td:last-child:not(.selected):hover{
	background-position: right -130px !important;
}*/

#header #loggedInBox {
    /*background-color:  #90C252;
    width: 404px;*/
	width: auto;
    float: right;
    margin-bottom: -20px;
}
#header #loggedInBox .firstLine {
    float: left;
    color: #ffffff;
    font-size: 1.5em;
    line-height: 17px;
}
#header #loggedInBox .serviceLinks.allAct {
    display: none;
}
#header #loggedInBox .clientInfo {
	float: left;
	margin-top: 2px;
}
#header #loggedInBox .welcomeInfo {
	float: left;
	clear: both;
	width: 100%;
}
#header #loggedInBox .balanceInfo {
	float: left;
	clear: both;
	width: 100%;
}
#header #loggedInBox .welcometext, #header #loggedInBox .balance{
	float: left;
	width: auto;
	text-align: left;
}
#header #loggedInBox .welcome, #header #loggedInBox #currentBalance{
	float: right;
	width: auto;
	font-weight: 600;
}
#header #loggedInBox .balanceText,
#header #loggedInBox .balanceT{
	float: left;
}
#header #loggedInBox .logoutForm{
	float: right;
}
.logoutForm input[type="submit"].logoutLink {
	float: right;
	color: #fff;
	background: #0a1f22;
	text-transform: uppercase;
	border: 1px solid #c5c5c5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 0;
	width: 125px;
	height: 36px;
	margin-left: 10px;
	margin-right: 0;
	cursor: pointer;
}
.logoutForm input[type="submit"].logoutLink:hover {
	background: #1b4247;
}
#header #loggedInBox #deposit_account {
	float: right;
	width: 125px;
	height: 34px;
	border: 1px #64fcfd solid;
	border-radius: 5px;
	position: relative;
	margin-left: 10px;
	background: #2cafc6;
}
#header #loggedInBox #deposit_account:hover {
	background: #3fc4db;
}
#header #loggedInBox #deposit_account a {
	top:0;
	bottom:0;
	left:0;
	right:0;
	color: #fff;
	width: 100%;
	float: left;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 34px;
	font-size: 1.5em;
}
#userLoginForm {
	display: none;
	z-index: 9999;
	width: 212px;
	position: absolute;
	right: 335px;
	top: 52px;
	background: #0a1f22;
	padding: 16px;
	height: 150px;
	border-radius: 10px;
	border: 1px solid #c5c5c5;
}
#userLoginForm:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #0a1f22 transparent;
	-webkit-transform: rotate(360deg);
	position: absolute;
	top: -11px;
	z-index: 9999;
	left: 70px;
	content: '';
}
#userLoginForm:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #c5c5c5 transparent;
	-webkit-transform: rotate(360deg);
	position: absolute;
	top: -13px;
	z-index: 9998;
	left: 70px;
	content: '';
}
.loginForm input[type="submit"].submit {
    	font-style: normal;
	float: left;
	margin: 10px 0 0 0;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	background: #2aa5ba;
	font-size: 1.6em;
	text-transform: uppercase;
	border: 1px solid #64fcfd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 0;
	width: 100%;
	height: 36px;
}
.loginForm input[type="submit"].submit:hover {
	background: #3fc4db;
}
.loginForm input[type="text"], .loginForm input[type="password"] {
	font-size: 1.6em;
	color: #50cccd;
	text-align: left;
	background-color: rgba(0,0,0,0.5);
	font-family: 'Roboto Condensed', sans-serif;
	border: 1px solid #64fcfd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 34px;
	width: 100%;
	padding: 0 4px;
	margin: 0 0 10px 0;
	float: left;
}
.loginForm input[placeholder],
.loginForm input::-webkit-input-placeholder ,
.loginForm input:-moz-placeholder ,
.loginForm input::-moz-placeholder ,
.loginForm input:-ms-input-placeholder {
	color: #50cccd;	
}
.loginForm input[type="password"] {
    margin: 0;
}
.ForgotPassword {
	color: #FFFFFF;
	display: inline-block;
	float: right;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	margin: 10px 1px 0 0;
	text-align: left;
	text-decoration: none;
	clear: both;
	letter-spacing: 0.7px;
}
/*
.loginForm input[type="text"], .loginForm input[type="password"] {
	background-color: rgb(229,229,229);
	border-radius: 0px;
	padding: 0 5px;
}
.loginForm input[type="text"]:focus, .loginForm input[type="password"]:focus {
	background: url(../images/iop_images/input-active-bg.jpg) left top repeat-x;
	border: 1px solid #3e3d3c;
}

.login {
	font-style: normal;
	float: right;
	margin: 0 0 0 1%;
	/*	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ebe5ce), to(#cbc5b2));
	 background: -webkit-linear-gradient(#ebe5ce, #cbc5b2);
	 background: -moz-linear-gradient(#ebe5ce, #cbc5b2);
	 background: -ms-linear-gradient(#ebe5ce, #cbc5b2);
	 background: -o-linear-gradient(#ebe5ce, #cbc5b2);
	 background: linear-gradient(#ebe5ce, #cbc5b2);
	 -pie-background: linear-gradient(#ebe5ce, #cbc5b2);
	
	background: url(../images/iop_images/login-back.png) no-repeat;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	border: none;
	height: 24px;
	width: 57px;
	text-align: center;
	padding: 0;
}
.login:hover {
	text-decoration: none;
}
*/

#pinner{width:100% !important;}
#pinner .navdata{width:100% !important; border:0; padding-right: 0;}

.page-template-template-platform-php .breadcrumb {
	display: none;
}

.page-template-template-platform-php .inner-page h1 {
  margin-bottom: 30px;
  text-align: center;
}

.page-template-template-platform-php #so_container {
  float: none;
  margin: 0 auto;
  width: 100% !important;
}
.page-template-template-openAccount-php #so_container, #spotPackageContainer_platform_zones, #spotPackageContainer_platform_positions {
  width: 100% !important;
}
#spotPackageContainer_platform_zones.iconTabs #iconZonesNav li{
	width:14.25% !important;
	padding-top:8px !important; 
}
#spotPackageContainer_platform_zones.iconTabs #iconZonesNav li:last-child:after {
  border: 0;
}
#spotPackageContainer_platform_zones #zonesNav td:hover {
	background: rgb(88,88,88) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4NTg1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjJmMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, rgba(88,88,88,1) 0%, rgba(47,47,46,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(88,88,88,1)), color-stop(100%,rgba(47,47,46,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(88,88,88,1) 0%,rgba(47,47,46,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(88,88,88,1) 0%,rgba(47,47,46,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(88,88,88,1) 0%,rgba(47,47,46,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(88,88,88,1) 0%,rgba(47,47,46,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#2f2f2e',GradientType=0 ) !important; /* IE6-8 */
	color: #fff;
}

#spotPackageContainer_platform_zones .tradeBox .positionControls {
	border-radius: 5px 5px 0 0 !important;
	background: #1e99b7 !important;
	background: -moz-linear-gradient(top, #30B7D8  0%, #1e98b7 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e99b7), color-stop(100%,#1e98b7)) !important;
	background: -webkit-linear-gradient(top, #30B7D8 0%,#1e98b7 100%) !important;
	background: -o-linear-gradient(top, #30B7D8 0%,#1e98b7 100%) !important;
	background: -ms-linear-gradient(top, #30B7D8 0%,#1e98b7 100%) !important;
	background: linear-gradient(to bottom, #30B7D8 0%,#1e98b7 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e99b7', endColorstr='#1e98b7',GradientType=0 ) !important;
}
#spotPackageContainer_platform_zones .loginPopup .popupOpenAccount,
#spotPackageContainer_platform_zones .loginPopup .loginPopupSubmit{
	background-image:url('../images/platform/popups_sprite.png') !important;
}
.fr #spotPackageContainer_platform_zones .loginPopup .popupOpenAccount {
	font-size: 17px !important;
}
#spotPackageContainer_platform_zones .tradeBox .callButton, #spotPackageContainer_platform_zones .tradeBox .callButton:hover[disabled=disabled],
#spotPackageContainer_platform_zones .tradeBox .putButton, #spotPackageContainer_platform_zones .tradeBox .putButton:hover[disabled=disabled],
#spotPackageContainer_platform_zones .tradeBox .tradersChoiceBar .callFill,#spotPackageContainer_platform_zones .tradeBox .tradersChoiceBar .putFill
{
	background-image:url('../images/sprites/platform_sprite.png') !important;
}
.spotPackageContainer span, .spotPackageContainer .chzn-single span ,
#spotPackageContainer_platform_zones .tradeBox .payoutOverview{
	color: #448899 !important;
	border:none !important;
}
#spotPackageContainer_platform_zones.regulatory .tradeBox .directionControl .currRate .currRateValue {
	margin-top: 10px;
}
#spotPackageContainer_platform_zones #tradingPlatform_ldo .assetControl .assetStatic span {
	color: #fff !important;
}
#spotPackageContainer_platform_zones .currRate .emphasisRate,
#spotPackageContainer_platform_zones .tradeBoxPopup .popupTitle{
	color:#ffffff !important;
}
#spotPackageContainer_platform_zones .tradeBox .payoutOverview,
#spotPackageContainer_platform_zones .tradeBox .payoutOverview .leftArrow,
#spotPackageContainer_platform_zones .tradeBox.view_tile .positionControls{
	background: transparent !important;
}
#spotPackageContainer_platform_zones .tradeBox .payoutOverview .timeRemaining{
	background: #f8f7f7 !important;
}
#spotPackageContainer_platform_zones .tradeBox .directionControl .currRate.rateDown{
	background-color:#ed6465 !important;
}
#spotPackageContainer_platform_zones .tradeBox .directionControl .currRate.rateUp{
	background-color:#9dd065 !important;
}
.spotPackageContainer  .prorotectedAmount span.value{
	color: #E84F50 !important;
}
#spotPackageContainer_platform_zones #tradingPlatform_oneTouch .positionControls .expiryStatic{
	line-height:24px !important;
}
#spotPackageContainer_platform_zones span.accountCurrencySymbol {
color: #FFFFFF !important ; 
}
#spotPackageContainer_platform_zones .tradeBox.view_row .positionControls,
#spotPackageContainer_platform_zones .tradeBox.view_row .positionControls .exiryControl, #spotPackageContainer_platform_zones .tradeBox.view_row .positionControls .investmentControl {
	border-radius: 5px 5px 0 0 !important;
	background: #1e99b7 !important;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E8E8E8) ) !important;
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%) !important;
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%) !important;
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%) !important;
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%) !important;
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e99b7', endColorstr='#1e98b7',GradientType=0 ) !important;
}
.spotPackageContainer .chzn-container-single .chzn-single span{
	color:#000000 !important;
}
.spotPackageContainer .chzn-container .chzn-results {
	width: 100% !important;
	/*overflow-x: hidden !important;*/
}
#spotPackageContainer_platform_zones .tradeBox{
background: #eaeaea !important;  /* Old browsers */
background: -moz-linear-gradient(top,  #eaeaea 1%, #ffffff 74%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eaeaea), color-stop(74%,#ffffff)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eaeaea 1%,#ffffff 74%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eaeaea 1%,#ffffff 74%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eaeaea 1%,#ffffff 74%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #eaeaea 1%,#ffffff 74%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#spotPackageContainer_platform_zones .tradeBox:not(#forexEntity_0) .directionButton {
color: #FFF !important ;
font-size: 20px	!important ;
line-height: 0 !important ;
border: none;
}
#spotPackageContainer_platform_zones .tradeBox:not(#forexEntity_0) .callButton{
padding-top: 14px;
padding-right: 10px;
text-align: center !important;
background-position: -14px -351px, 0 0 !important;
}
#spotPackageContainer_platform_zones .tradeBox .callButton:hover, #spotPackageContainer_platform_zones .tradeBox .callButton:hover[disabled=disabled]{
background-position: -14px -435px, 0 0 !important;
}
#spotPackageContainer_platform_zones #pairsEntity_0.tradeBox .callButton,
#spotPackageContainer_platform_zones #pairsEntity_1.tradeBox .callButton {
background-position: -1px -1809px, 0 0 !important;
}
#spotPackageContainer_platform_zones #pairsEntity_0.tradeBox .callButton:hover,#spotPackageContainer_platform_zones #pairsEntity_1.tradeBox .callButton:hover,
#spotPackageContainer_platform_zones #pairsEntity_0.tradeBox .callButton:hover[disabled=disabled],#spotPackageContainer_platform_zones #pairsEntity_1.tradeBox .callButton:hover[disabled=disabled]{
background-position: -1px -1884px, 0 0 !important;
}
#spotPackageContainer_platform_zones #ldoEntity_0.tradeBox .callButton,
#spotPackageContainer_platform_zones #ldoEntity_1.tradeBox .callButton {
	background-position: 0px -2038px, 0 0 !important;
    padding-right: 34px;
    padding-top: 0px;
	font-size: 14px !important;
	line-height: 19px !important;
}
#spotPackageContainer_platform_zones #ldoEntity_0.tradeBox .callButton:hover,#spotPackageContainer_platform_zones #ldoEntity_1.tradeBox .callButton:hover,
#spotPackageContainer_platform_zones #ldoEntity_1.tradeBox .callButton:hover[disabled=disabled],#spotPackageContainer_platform_zones #ldoEntity_1.tradeBox .callButton:hover[disabled=disabled]{
	background-position: 0px -2074px, 0 0 !important;
}
#spotPackageContainer_platform_zones .tradeBox .putButton:not(#forexEntity_0) {
	padding-bottom : 16px;
	padding-right: 10px;
	text-align: center !important;
	background-position: -163px -351px, 0 0 !important;
}
#spotPackageContainer_platform_zones .tradeBox .putButton:hover, #spotPackageContainer_platform_zones .tradeBox .putButton:hover[disabled=disabled]{
	background-position: -163px -435px, 0 0 !important;
}
#spotPackageContainer_platform_zones  #pairsEntity_0.tradeBox .putButton, 
#spotPackageContainer_platform_zones  #pairsEntity_1.tradeBox .putButton {
	background-position: -130px -1809px, 0 0 !important;
}
#spotPackageContainer_platform_zones  #pairsEntity_0.tradeBox .putButton:hover,#spotPackageContainer_platform_zones  #pairsEntity_0.tradeBox .putButton:hover,
#spotPackageContainer_platform_zones  #pairsEntity_1.tradeBox .putButton:hover[disabled=disabled],#spotPackageContainer_platform_zones  #pairsEntity_1.tradeBox .putButton:hover[disabled=disabled]{
	background-position: -130px -1884px, 0 0 !important;
}

#spotPackageContainer_platform_zones  #ldoEntity_0.tradeBox .goalRate > .baseRate, 
#spotPackageContainer_platform_zones  #ldoEntity_0.tradeBox .goalRate > .emphasisRate, 
#spotPackageContainer_platform_zones  #ldoEntity_1.tradeBox .goalRate > .baseRate, 
#spotPackageContainer_platform_zones  #ldoEntity_1.tradeBox .goalRate > .emphasisRate {
	color: #fff !important;
}
#spotPackageContainer_platform_zones  #ldoEntity_0.tradeBox .putButton, 
#spotPackageContainer_platform_zones  #ldoEntity_1.tradeBox .putButton {
	background-position: 0px -2111px, 0 0 !important;
	padding-bottom: 0;
	padding-right: 24px;
	font-size: 14px !important;
	line-height: 19px !important;
}
#spotPackageContainer_platform_zones  #ldoEntity_0.tradeBox .putButton:hover,#spotPackageContainer_platform_zones  #positionForm_ldo_0_0.tradeBox .putButton:hover,
#spotPackageContainer_platform_zones  #ldoEntity_1.tradeBox .putButton:hover[disabled=disabled],#spotPackageContainer_platform_zones  #positionForm_ldo_0_1.tradeBox .putButton:hover[disabled=disabled]{
background-position: 0px -2149px, 0 0 !important;
}
#binaryEntity_1 > div.directionControl > div > span.baseRate, #binaryEntity_0 > div.directionControl > div > span.baseRate , #longTermEntity_0 > div.directionControl > div > span.baseRate, #longTermEntity_1 > div.directionControl > div > span.baseRate, #sixtySecondsEntity_0 > div.directionControl > div > span.baseRate, #sixtySecondsEntity_1 > div.directionControl > div > span.baseRate, #oneTouchEntity_0 > div.positionControls > table > tbody > tr > td.assetControl > div > div > span, #oneTouchEntity_1 > div.positionControls > table > tbody > tr > td.assetControl > div > div > span{
color: #FFF !important ; 
}
#spotPackageContainer_platform_zones #tradingPlatform_forex .tradeBox .callButton {
	background-image: none !important;
	background: rgb(165,213,106) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1ZDU2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NmE5NDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, rgba(165,213,106,1) 0%, rgba(102,169,65,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,213,106,1)), color-stop(100%,rgba(102,169,65,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(165,213,106,1) 0%,rgba(102,169,65,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(165,213,106,1) 0%,rgba(102,169,65,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(165,213,106,1) 0%,rgba(102,169,65,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(165,213,106,1) 0%,rgba(102,169,65,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d56a', endColorstr='#66a941',GradientType=0 ) !important; /* IE6-8 */
}
#spotPackageContainer_platform_zones #tradingPlatform_forex .tradeBox .callButton:hover {
	background: rgb(102,169,65) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2YTk0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNWQ1NmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, rgba(102,169,65,1) 0%, rgba(165,213,106,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,169,65,1)), color-stop(100%,rgba(165,213,106,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(102,169,65,1) 0%,rgba(165,213,106,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(102,169,65,1) 0%,rgba(165,213,106,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(102,169,65,1) 0%,rgba(165,213,106,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(102,169,65,1) 0%,rgba(165,213,106,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a941', endColorstr='#a5d56a',GradientType=0 ) !important; /* IE6-8 */
}
#spotPackageContainer_platform_zones #tradingPlatform_forex .tradeBox .putButton {
	background-image: none !important;
	background: rgb(237,100,101) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNjQ2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZDMyMzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, rgba(237,100,101,1) 0%, rgba(189,50,52,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,100,101,1)), color-stop(100%,rgba(189,50,52,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,100,101,1) 0%,rgba(189,50,52,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,100,101,1) 0%,rgba(189,50,52,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,100,101,1) 0%,rgba(189,50,52,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(237,100,101,1) 0%,rgba(189,50,52,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6465', endColorstr='#bd3234',GradientType=0 ) !important; /* IE6-8 */
}
#spotPackageContainer_platform_zones #tradingPlatform_forex .tradeBox .putButton:hover {
	background: rgb(189,50,52) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkMzIzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDY0NjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, rgba(189,50,52,1) 0%, rgba(237,100,101,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,50,52,1)), color-stop(100%,rgba(237,100,101,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(189,50,52,1) 0%,rgba(237,100,101,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(189,50,52,1) 0%,rgba(237,100,101,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(189,50,52,1) 0%,rgba(237,100,101,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(189,50,52,1) 0%,rgba(237,100,101,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd3234', endColorstr='#ed6465',GradientType=0 ) !important; /* IE6-8 */
}
#spotPackageContainer_platform_zones #tradingPlatform_forex .tradeBox .callButton span,
#spotPackageContainer_platform_zones #tradingPlatform_forex .tradeBox .putButton span{
	color: #fff !important;
}
#spotPackageContainer_platform_zones #tradingPlatform_forex .accountCurrencySymbol.platform_field_prefix {
	color: #000 !important;
}
#spotPackageContainer_platform_zones .tradeBox .loadingOverlay .image {
	background: url("../images/loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
}
#spotPackageContainer_platform_positions .noTradingMessage {
background: #FFFFFF !important;
}
#tradingPlatform_spotFollow .spotFollowNav .tab.selected {
	background: none #2eb4d5 !important;
}
#tradingPlatform_spotFollow .tradersDetailsTitles {
	color: #fff !important;
	background: rgb(46,180,213) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlYjRkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjliYmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, rgba(46,180,213,1) 0%, rgba(31,155,186,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,180,213,1)), color-stop(100%,rgba(31,155,186,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(46,180,213,1) 0%,rgba(31,155,186,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(46,180,213,1) 0%,rgba(31,155,186,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(46,180,213,1) 0%,rgba(31,155,186,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(46,180,213,1) 0%,rgba(31,155,186,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eb4d5', endColorstr='#1f9bba',GradientType=0 ) !important; /* IE6-8 */
}
#tradingPlatform_spotFollow .followSessionTitles .titleBox span, 
#tradingPlatform_spotFollow .tradersDetailsTitles .followSessionTitles .titleBox div {
	color: #fff !important;
}
#tradingPlatform_spotFollow .tradersDetailsTitles .tradersType {
	width: 44.5% !important;
}
#tradingPlatform_spotFollow .entitiesContainer .tradeBox .sessionDetails {
	background: none #d9d9d9 !important;
}
#tradingPlatform_spotFollow .entitiesContainer .tradeBox .sessionDetailsBox:before {
	background: none repeat scroll 0 0 #d9d9d9 !important;
	border-color: #d9d9d9  #d9d9d9 !important;
}
#tradingPlatform_spotFollow .entitiesContainer .tradeBox .traderDetails .successRate .successRateBox .successRateBar {
	background: rgb(165,213,106) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1ZDU2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YWFjNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, rgba(165,213,106,1) 0%, rgba(106,172,68,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,213,106,1)), color-stop(100%,rgba(106,172,68,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(165,213,106,1) 0%,rgba(106,172,68,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(165,213,106,1) 0%,rgba(106,172,68,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(165,213,106,1) 0%,rgba(106,172,68,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(165,213,106,1) 0%,rgba(106,172,68,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d56a', endColorstr='#6aac44',GradientType=0 ) !important; /* IE6-8 */
}
#tradingPlatform_spotFollow .entitiesContainer .tradeBox .sessionDetails .onOffBox .contentInner .off {
	background: none #a5d56a !important;
}
#tradingPlatform_spotFollow .entitiesContainer .tradeBox .sessionDetails .followForm .followButton {
	background: rgb(237,100,101) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNjQ2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMTM3MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, rgba(237,100,101,1) 0%, rgba(193,55,57,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,100,101,1)), color-stop(100%,rgba(193,55,57,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,100,101,1) 0%,rgba(193,55,57,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,100,101,1) 0%,rgba(193,55,57,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,100,101,1) 0%,rgba(193,55,57,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(237,100,101,1) 0%,rgba(193,55,57,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6465', endColorstr='#c13739',GradientType=0 ) !important; /* IE6-8 */
	border: 1px solid #ed6465;
}
#tradingPlatform_spotFollow .entitiesContainer .tradeBox .sessionDetails .followForm .followButton:hover {
	background: rgb(193,55,57) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxMzczOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDY0NjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, rgba(193,55,57,1) 0%, rgba(237,100,101,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,55,57,1)), color-stop(100%,rgba(237,100,101,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(193,55,57,1) 0%,rgba(237,100,101,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(193,55,57,1) 0%,rgba(237,100,101,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(193,55,57,1) 0%,rgba(237,100,101,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(193,55,57,1) 0%,rgba(237,100,101,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c13739', endColorstr='#ed6465',GradientType=0 ) !important; /* IE6-8 */
}
#tradingPlatform_spotFollow .entitiesContainer .tradeBox .sessionDetails .unfollowForm .followButton{
	background: rgb(46,180,213) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlYjRkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjliYmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, rgba(46,180,213,1) 0%, rgba(31,155,186,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,180,213,1)), color-stop(100%,rgba(31,155,186,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(46,180,213,1) 0%,rgba(31,155,186,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(46,180,213,1) 0%,rgba(31,155,186,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(46,180,213,1) 0%,rgba(31,155,186,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(46,180,213,1) 0%,rgba(31,155,186,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eb4d5', endColorstr='#1f9bba',GradientType=0 ) !important; /* IE6-8 */
	border: 1px solid #1f9bba !important;
}
#tradingPlatform_spotFollow .entitiesContainer .tradeBox .sessionDetails .unfollowForm .followButton:hover{
	background: rgb(31,155,186) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmOWJiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZWI0ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, rgba(31,155,186,1) 0%, rgba(46,180,213,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,155,186,1)), color-stop(100%,rgba(46,180,213,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(31,155,186,1) 0%,rgba(46,180,213,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(31,155,186,1) 0%,rgba(46,180,213,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(31,155,186,1) 0%,rgba(46,180,213,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(31,155,186,1) 0%,rgba(46,180,213,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f9bba', endColorstr='#2eb4d5',GradientType=0 ) !important; /* IE6-8 */
}
#spotPackageContainer_myAccount .allZonesContainer {
	width: 93% !important;
	margin-top: 20px;
}
#spotPackageContainer_myAccount .navigationSidebar {
	width: 27.6% !important;
	margin: 0px 1.7%;
}
.spotPackageContainer .plainForm .inputTd input[type="text"], .spotPackageContainer .plainForm .inputTd input[type="password"] {
	width: 242px !important;
	height: 34px !important;
	font-size: 16px !important;
}
.spotPackageContainer .plainForm .inputTd input.phonePrefixInput, .spotPackageContainer .plainForm .inputTd input.phoneAreaInput {
	width: 45px !important;
}
.spotPackageContainer .plainForm .inputTd input.phoneInput {
	width: 143px !important;
}
#spotPackageContainer_platform_zones .tradeBox .graphTools .control ul{
	width:215px;
}
#spotPackageContainer_platform_zones .tradeBox .graphTools .control.candlestickIndicatorControls ul{
	width:170px;
}
#spotPackageContainer_platform_zones .tradeBox .highchartsWrapper .graphTools .control .indicator label{
	width:100%;
	display:inline-block;
}
