/*
*Generic elements
-----------------------*/
html,body {
	min-width:960px;
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	height:100%;
	color:#505050;
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	background:#e5e6ea url(/pic/page-bg.png) repeat-y 50% 0;
}
a {
	text-decoration:underline;
	color:#0083d0;
	outline:none;
}
a:hover {
	text-decoration:none;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
img, fieldset {
	border:0;
}
img, input, select, label {
	vertical-align:middle;
}
label img { /* client_CYPB.css */
	margin-top:3px;
	vertical-align:top;
}
input, select, textarea {
	margin:0;
	padding:0;
	color:#333;
	font:normal 12px/15px Arial, Helvetica, sans-serif;
}
input[disabled] {
	background:#eee;
	}
input[disabled="disabled"] {
	background:#eee;
	}
textarea {
	resize:none;
}
ol, ul {
	list-style-type:disc;
}
li {
	margin-left:25px;
}
h1 {
	padding-bottom:14px;
	color:#000;
	font:normal 29px/33px Arial, Helvetica, sans-serif;
}
.flo:after {/*fix for IE6,7 in styles-ie.css*/
	content:".";
	visibility:hidden;
	display:block;
	clear:both;
	height:0;
}
.clear {
	clear:both;
}
.clear-fix {
	height:0;
	font-size:0;
	line-height:0;
}
.fleft {
	float:left;
}

.italic_11 {
	font-style:italic;
	font-size:11px
}

.capitalize {
    text-transform: capitalize;
}

.nowrap {
    white-space: nowrap;
}

div.button_next_div {
	float:right;
	padding-right:10px;
}

div.button_next_div #submitForm_img{
	/*float:right;*/
	padding-right:5px;
}

a.image_link {
	text-decoration:none;
}

a.instruction {
	color:#fa7000;
	text-decoration:underline;
	font-size:11px;
}

.align_bottom {
	vertical-align:bottom;
}

.right_to_left_language {
	direction:rtl;
}
.full_height{
	height: 100%;
}
.full_width{
	width:100%;
}

.width_1_prc {
    width: 1%;
}

textarea.full_width{
	margin-bottom:10px;
    width:99%;
}
.no_display {
	display:none;
}
.invisible {	/* используется когда "display:none;" не работает */
	width:0px;
	height:0px;
	border:none;
	padding:0px;
	font-size:0px;
/*	visibility:hidden; /* /* delete for working hidden submit in IE */
}
.no_visible {   /* не путать с invisible */
	visibility:hidden;
}
.hidden {
	display: none !important;
}
.bold_font{
	font-weight:bold;
}
.align_top {
	vertical-align:top;
}
.important_align_top {
	vertical-align:top !important;
}
.align_middle {
	vertical-align:middle;
}
.align_left {
	text-align:left;
}
.align_center {
	text-align:center;
}
.important_valign_middle {
	vertical-align:middle !important;
}
.align_right {
	text-align:right;
}
.white_border {
	border-color: white;
}
.transparent_border {
	border-color: transparent;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.clickable{
	cursor:pointer;
}
.uppercase{
	text-transform:uppercase;
}
.red_text {
	color: #ff0000;
}
.action-link {
    border-bottom:1px dotted;
    text-decoration:none;
}
span.service_level_condition {
	color: #268326;
	font-weight: bold;
}
span.green{
    color: #339900;
}
span.underlined {
	text-decoration: underline;
}
input[type=text],input[type=password] {
	padding:2px 4px;
	border:1px solid #b4b4b4;
	line-height:15px;
}
.field_100, .field_150, .field_200 {
	padding-left:0;
	padding-right:0;
}
input.field_100, textarea.field_100 {
	width:100px;
}
select.field_100 {
	width:104px;
}
input.field_150, div.field_150, textarea.field_150 {
	width:150px;
}
select.field_150 {
	width:154px;
}
select.field_180, div.field_180 {
	width:183px;
}

input.field_180 {
	width:173px;
}

input.field_172 {
	width:172px;
}

input.field_200, textarea.field_200 {
	width:200px;
}
input.field_40 {
	width:40px;
}
input.field_109 {
	width:109px;
}
input.field_131 {
	width:131px;
}
select.field_200 {
	width:204px;
}
.no_margin{
	margin:0;
}
.auto_margin{
	margin: auto;
}
.box_25x25 {
	width:25px;
	height:25px;
	vertical-align:middle;
	display:table-cell;
}

div.inline {
	display:inline;
}
input.text_field {
	width: 150px;
	height:20px;
	margin:0;
	padding:0 6px;
	color:#505050;
	border:1px solid #b4b4b4;
	font:normal 13px/20px Arial, Helvetica, sans-serif;
}
input.large_text_field {
	width: 300px;
	height:20px;
	margin:0;
	padding:0 6px;
	color:#505050;
	border:1px solid #b4b4b4;
	font:normal 13px/20px Arial, Helvetica, sans-serif;
}
div.warning {
	border:double;
	border-color: #FF0000;
	padding: 3px;
	font-weight: bold;
}

div.report_table {
	height:100%;
	overflow-x:auto;
}

/**
*Primary layout element
------------------------*/
.wrapper {
	height:100%;
	background:url(/pic/top-bg.png) no-repeat 50% 0;
}
.main-container {
	width:960px;
	min-height:100%;
	margin:0 auto -115px;
}
.main-container .push {
	height:115px;
}

/**
*Header
------------------------*/
.header {
	min-height:96px;
	padding:0;
}
.logo-box {
	padding:25px 20px 6px 0;
}
.logo-box, .logo-box .logo {
	float:left;
}
.logo-box #small_logo, .logo-box #logo-link  {
	margin-left: 10px;
	background: url("/pic/fx-logo.svg") no-repeat;
    width:170px;
    height:56px;
	cursor:pointer;
	text-decoration: none;
	color: #505050;
}
.logo-box #small_logo_libertex, .logo-box #logo-link-libertex  {
	margin-left: 10px;
	background: url("../pic/fx-logo-libertex.svg") no-repeat;
    width:170px;
    height:56px;
	cursor:pointer;
	text-decoration: none;
	color: #505050;
}
#logo-link-libertex .logo__text {
	margin-left: 50px;
	margin-top: 3px;
}
.logo__icon {
	font-size: 45px;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	transition: all .5s ease;
}

.logo__text {
	display: inline-block;
	margin-left: 45px;
	vertical-align: middle;
	padding-top: 3px;
	
}

.logo__name {
	margin: 0;
	font-size: 25px;
	font-weight: normal;
	padding-top: 0px;
	font-family: "Roboto", sans-serif;
}

#logo-link .logo__name {
	min-width: 140px;
}
.title--medium, .title--large {
	font-weight: 400;
}

.logo__description {
	padding-left: 15px;
	color: #828699;
	font-family: "Roboto", sans-serif;
}

.text--small {
	font-size: 13px;
}

.text--thin {
	font-weight: 300;
}

.header .top-panel {
	float:right;
	position:relative; /* added for FXB-27980 */
	*zoom:1;
}
.header .top-panel .service-links {
	float:right;
	height:30px;
	margin-bottom:7px;
	background:url(/pic/service-links.png) repeat-x 0 0;
	*zoom:1;
}
.header .top-panel .service-links li {
	float:left;
	height:30px;
	margin:0;
	font-size:11px;
	line-height:14px;
	list-style:none;
}
.header .top-panel .service-links li a, .header .top-panel .service-links li .chat {
	float:left;
	height:22px;
	padding:4px 8px 4px 6px;
	text-decoration:none;
	color:#505050;
	line-height:22px;
	background:url(/pic/service-links.png) no-repeat 100% -30px;
}
.header .top-panel .service-links li a span, .header .top-panel .service-links li .chat span{
	color:#505050;
}
.header .top-panel .service-links li a span.arrow, .header .top-panel .service-links li .chat span.arrow {
	padding-right:14px;
	background:url(/pic/arrow-drop.gif) no-repeat 100% 5px;
}
.header .top-panel .service-links li a img, .header .top-panel .service-links li .chat img {
	margin-top:-2px;
	margin-right:2px;
	vertical-align:middle;
}
.header .top-panel .service-links li.last a {
	background-position:100% -150px;
}
.header .top-panel .service-links li.user {
	font-weight:bold;
	background:url(/pic/service-links.png) no-repeat 0 -60px;
}
.header .top-panel .service-links li.user a img {
	margin-right:4px;
}
.header .top-panel .service-links li.user a span {
	display:inline-block;
	*display:inline;
	*zoom:1;
	max-width:180px;
	height:22px;
	vertical-align:top;
}
.header .top-panel .service-links li.logout {
	padding:0;
	text-align:left;
	background:url(/pic/service-links.png) repeat-x 0 -90px;
}
.header .top-panel .service-links li.logout a {
	background-position:100% -120px;
	text-transform:capitalize;
}
.header .top-panel .service-links li.unread a, .header .top-panel .service-links li.unread a span {
	color:#ff6000;
}
.header .top-panel .service-package {
	position:relative;
	z-index:1;
	padding:0 0 0 15px;
	line-height:14px;
	font-size:11px;
	color:505050;
    float: left;
}
.header .top-panel .service-package .license {
	float:right;

}
.header .top-panel .service-package .banner-nfa {
	position:absolute;
	z-index:2;
	top:4px;
	right:0;
}
.header .top-panel .service-package .title {
	display:block;
	margin-bottom:10px;
	padding:4px 0 0 21px;
	color:#8c8c91;
	background:url(/pic/package-arrow.png) no-repeat 0 0;
	font-size:11px;}
.header .top-panel .service-package .description {
	margin-left:11px;
}
.header .top-panel .service-package .description li {
	margin:0;
	padding:0 0 2px 8px;
	list-style-type:none;
	background:url(/pic/important-flag.png) no-repeat 0 1px;
}


/**
*Main navigation
------------------------*/
.main-nav-panel {
	height:37px;
	background:url(/pic/main-nav.png) no-repeat 0 0;
}
.main-nav-panel .left-corner {
	position:relative;
	z-index:110;
	float:left;
	overflow:hidden;
	width:5px;
	height:4px;
	margin:0 -5px -4px 0;
}
.main-nav-panel .right-corner {
	position:relative;
	z-index:110;
	float:right;
	overflow:hidden;
	width:5px;
	height:4px;
	margin:0 0 -4px -5px;
}
/*.main-nav-panel .left-corner span, .main-nav-panel .right-corner span {
	display:block;
	width:10px;
	height:4px;
	background:url(/pic/main-nav-corners.png);
}*/
.main-nav-panel .right-corner span {
	margin-left:-5px;
}
.main-nav {
	float:left;
}
.main-nav li {
	position:relative;
	z-index:100;
	float:left;
	margin:0;
	text-align:center;
	color:#191b20;
	font-size:14px;
	line-height:37px;
	list-style:none;
}
.main-nav li a {
	float:left;
	padding:0 11px 0 9px;
	text-decoration:none;
	color:#191b20;
	background:url(/pic/main-nav.png) no-repeat 100% -39px;
}
.main-nav li a:hover, .main-nav li.current a, .main-nav li.current a:hover {
	text-decoration:none;
	background-position:100% -78px;
}
/*.main-nav li.current a, .main-nav li.current a:hover {
	color:#fa7000;
}*/
.main-nav-panel .bar-box {
	float:right;
}
.main-nav-panel .bar-box li {
	position:relative;
	z-index:100;
	float:left;
	margin:0;
	color:#191b20;
	font-size:15px;
	line-height:37px;
	list-style:none;
}
.main-nav-panel .bar-box li a {
	float:left;
	padding:0 7px 0 17px;
	text-align:left;
	text-decoration:none;
	color:#191b20;
	background:url(/pic/main-nav.png) no-repeat 100% -39px;
}
.main-nav-panel .bar-box li span.select {
	padding-right:17px;
	background:url(/pic/arrows.png) no-repeat 100% 6px;
}
.main-nav-panel .bar-box li a:hover {
	text-decoration:none;
}
.main-nav-panel .bar-box li.language-bar a {
	width:66px;
	padding:0 5px 0 12px;
	background:url(/pic/main-nav.png) no-repeat -9999px -9999px;
}
.main-nav-panel .bar-box li.language-hover a {
	background-repeat:repeat-x;
	background-position:0 -118px;
}
.main-nav-panel .bar-box li.language-bar .lang {
	padding-left:24px;
	background:url(/pic/lang-icons.png) no-repeat -349px 3px;
}
.main-nav-panel .bar-box li.language-bar .ru-icon {
	background-position:-349px 3px;
}
.main-nav-panel .bar-box li.language-bar .en-icon {
	background-position:-316px -13px;
}
.main-nav-panel .bar-box li.language-bar .br-icon {
	background-position:-280px -31px;
}
.main-nav-panel .bar-box li.language-bar .pt-icon {
	background-position:-245px -48px;
}
.main-nav-panel .bar-box li.language-bar .cn-icon {
	background-position:-210px -66px;
}
.main-nav-panel .bar-box li.language-bar .de-icon {
	background-position:-175px -84px;
}
.main-nav-panel .bar-box li.language-bar .ua-icon {
	background-position:-140px -101px;
}
.main-nav-panel .bar-box li.language-bar .by-icon {
	background-position:-105px -119px;
}
.main-nav-panel .bar-box li.language-bar .md-icon {
	background-position:-70px -136px;
}
.main-nav-panel .bar-box li.language-bar .am-icon {
	background-position:-35px -154px;
}
.main-nav-panel .bar-box li.language-bar .kz-icon {
	background-position:0px -171px;
}

.main-nav-panel .bar-box li .drop-box {
	position:absolute;
	top:37px;
	left:0;
	border:1px solid #e5e9f1;
	border-top:0;
	background:#c1cad0 url(/pic/bars-drop-box.png) no-repeat 0 0;
}
.main-nav-panel .bar-box li .drop-box li {
	position:static;
	float:none;
	margin:0;
	color:#191b20;
	font-size:15px;
	line-height:22px;
}
.main-nav-panel .bar-box li .drop-box li a {
	float:none;
	display:block;
	width:auto;
	padding:0 6px 0 16px;
	background:url(/pic/bars-drop-box.png) no-repeat -9999px -9999px;
}
.main-nav-panel .bar-box li .drop-box li a:hover {
	background-color:#eceef0;
	background-repeat:no-repeat;
	background-position:-600px -77px;
}
.main-nav-panel .bar-box li.language-bar .drop-box {
	width:81px;
}


.main-nav-panel .lang {
	padding:4px 0 0 16px;
	cursor:default;
	float:right;
	width:65px;
	margin:5px 9px 0 0;
	display:inline;
	line-height:16px;
	color:#4f5057;
	font-size:14px;
	background:url(/pic/drop-bg.png) 0 -1000px repeat-x;
}
.main-nav-panel .lang-drop, .main-nav-panel .lang-drop li, .main-nav-panel .lang {
	z-index:999;
}
.main-nav-panel .lang-act {
	position:relative;
	margin-right:6px;
	border-left:1px solid #e5e9f1;
	border-right:1px solid #e5e9f1;
	background-color:#c2c8ce;
	background-position:0 0;
	*zoom:1;
}
.main-nav-panel .lang-arr {
	padding-right:16px;
	background:url(/pic/arrow-sel.gif) 100% 7px no-repeat;
}
.main-nav-panel .lang-drop {
	position:absolute;
	top:20px;
	left:-1px;
	display:none;
	padding-bottom:9px;
	border:1px solid #e5e9f1;
	border-top:0;
	background:#c2c8ce url(/pic/drop-bg.png) 0 -10px repeat-x;
}
.main-nav-panel .lang-act .lang-drop {
	display:block;
}
.main-nav-panel .lang-drop li {
	float:none;
	width:65px;
	height:auto;
	margin:0;
	padding:4px 0 0 16px;
	list-style:none;
	background:none;
}
.main-nav-panel .lang-drop li a {
	float:none;
	height:auto;
	padding:0;
	text-decoration:none;
	color:#4f5057;
}
.main-nav-panel .lang-drop li a:hover {
	text-decoration:underline;
}
.main-nav-panel .lang .flag-ru {
	padding-left:23px;
	background:url(/pic/countries/flags/flag-ru.png) 0 3px no-repeat;
}
.main-nav-panel .lang .flag-uk {
	padding-left:23px;
	background:url(/pic/countries/flags/flag-uk.png) 0 3px no-repeat;
}
.main-nav-panel .lang .flag-en {
	padding-left:23px;
	background:url(/pic/countries/flags/flag-uk.png) 0 3px no-repeat;
}
.main-nav-panel .lang .flag-us {
	padding-left:23px;
	background:url(/pic/countries/flags/flag-us.png) 0 3px no-repeat;
}
.main-nav-panel .lang .flag-cn {
	padding-left:23px;
	background:url(/pic/countries/flags/flag-cn.png) 0 3px no-repeat;
}
.main-nav-panel .lang .flag-zh {
	padding-left:23px;
	background:url(/pic/countries/flags/flag-cn.png) 0 3px no-repeat;
}
.main-nav-panel .lang .flag-pt {
	padding-left:23px;
	background:url(/pic/countries/flags/flag-pt.png) 0 3px no-repeat;
}
.main-nav-panel .lang .flag-au {
	padding-left:23px;
	background:url(/pic/countries/flags/flag-au.png) 0 3px no-repeat;
}
.main-nav-panel .lang .flag-jp {
	padding-left:23px;
	background:url(/pic/countries/flags/flag-jp.png) 0 3px no-repeat;
}
.main-nav-panel .lang .flag-hk {
	padding-left:23px;
	background:url(/pic/countries/flags/flag-hk.png) 0 3px no-repeat;
}

.main-nav-panel .lang .flag-es {
	background: url("/pic/countries/flags/flag-es.png") 0 3px no-repeat;
	padding-left: 23px;
	}

.main-nav-panel .lang .flag-it {
	background: url("/pic/countries/flags/flag-it.png") 0 3px no-repeat;
	padding-left: 23px;
}

/**
*Bread crumbs
------------------------*/
.bread-crumbs-panel {
	clear:both;
	overflow:hidden;
	padding:11px 7px 13px 14px;
	background:#9093a2 url(/pic/bread-crumbs-panel.png) repeat-x 0 0;
}
.bread-crumbs-panel .view {
	float:right;
	margin-left:20px;
}
.bread-crumbs-panel .view li {
	float:left;
	margin:0 8px 0 0;
	padding:0;
	list-style-type:none;
	color:#ccd0db;
	font:normal 11px/14px Arial, Helvetica, sans-serif;
}
.bread-crumbs-panel .view li a {
	float:left;
	text-decoration:none;
	color:#eaeaea;
	background:url(../images/dotted-1.gif) repeat-x 0 100%;
}
.bread-crumbs-panel .view li a:hover {
	background:none;
}
.bread-crumbs {
	float:left;
}
.bread-crumbs li {
	float:left;
	margin:0 8px 0 0;
	padding:0 17px 0 0;
	list-style-type:none;
	color:#fff;
	font:normal 11px/14px Arial, Helvetica, sans-serif;
	background:url(/pic/arrow-dark.gif) no-repeat 100% 4px;
}
.bread-crumbs li.last {
	padding-right:0;
	background:none;
}
.bread-crumbs li a {
	color:#eaeaea;
}
.bread-crumbs li.home a {
	float:left;
	padding-left:14px;
	background:url(/pic/ico-home.gif) no-repeat 0 3px;
}

/**
*Content
------------------------*/
.content {
	padding-bottom:30px;
}
.content-column {
	float:right;
	width:680px;
	padding:15px 0 0;
	overflow:hidden;
	*zoom:1;
}
.side-column {
	float:left;
	width:260px;
}
.side-nav {
	width:220px;
	padding:3px 25px 5px 15px;
	background:#eef1f4;
}
.side-nav li {
	margin:0;
	padding:0;
	line-height:18px;
	color:#3c516b;
	border-bottom:1px solid #d4dae1;
	font-size:13px;
	list-style:none;
}
.side-nav li.last {
	border-bottom:0;
}
.side-nav li a {
	display:block;
	padding:6px 0 5px 14px;
	text-decoration:none;
	color:#3c516b;
	background:url(/pic/side-nav.png) no-repeat 0 0;
}
.side-nav li a:hover {
	text-decoration:none;
	color:#3c516b;
	background-position:-222px 0;
}
.side-nav li.current a, .side-nav li.current a:hover {
	color:#fa7000;
	background-position:-444px 0;
}
.side-nav li a.important_menu {
    background-position: -222px 0;
    font-weight: bold;
}
.side-nav li a.important_menu:hover {
    text-decoration: underline;
}
.side-nav li.current a.important_menu, .side-nav li.current a.important_menu:hover {
    background-position: -444px 0;
    color: #FA7000;
}
.menu-banners {
	text-align:center;
	padding:20px 0 0 0;
}

.content-column div#content_wrapper {
	width:680px;
}

.box-1 {
	width:388px;
	margin:0 20px 6px 0;
	background:url(/pic/box-1.png) repeat-y -388px 0;
}
.box-1 .top-bg {
	height:9px;
	line-height:0;
	font-size:0;
	background:url(/pic/box-1.png) no-repeat 0 0;
}
.box-1 .in-bg {
	min-height:252px;
}
.bottom-bg {
	width: 388px;
}
.box-1 .in-bg, .box-1 .in-bg_simple {
	padding:8px 14px 17px;
	background:url(/pic/box-1.png) no-repeat -776px 100%;
}
.box-2 {
	width:272px;
	margin:0 0 6px;
	background:url(/pic/box-2.png) repeat-y -272px 0;
}
.box-2 .top-bg {
	height:9px;
	line-height:0;
	font-size:0;
	background:url(/pic/box-2.png) no-repeat 0 0;
}
.box-2 .in-bg {
	min-height:252px;
}
.box-2 .in-bg, .box-2 .in-bg_simple {
	padding:8px 12px 6px 14px;
	background:url(/pic/box-2.png) no-repeat -544px 100%;
}
.box-2 .in-bg #trade_account_widget, .box-2 .in-bg_simple #trade_account_widget,
.box-2 .in-bg #invest_account_widget, .box-2 .in-bg_simple #invest_account_widget {
	padding:0;
	background:none;
}

.title-table {
	width:100%;
	margin-bottom:4px;
}
.title-table .t-right {
	text-align:right;
}
.title-table .t-right select {
	width:134px;
}
.title-table select {
	font-size:12px;
	font-weight:bold;
}
.simple_application {
	margin-top:-6px;
}
.simple_application:after {
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
	content:".";
}
.simple_application td {
	padding:2px 0;
}
.simple_application .btn-1 {
	margin-right:15px;
}
.change-password {
	width:421px;
}
.change-password .top-message td {
	padding-bottom:3px;
	border-bottom:1px dotted #ccc;
}
.change-password .first-row td {
	padding-top:13px;
	vertical-align:middle;
}
.change-password .first-row td td {
	padding-top:0;
}
.change-password .row td {
	padding-bottom:10px;
	vertical-align:middle;
}
.change-password .row td td {
	padding-bottom:0;
}
.change-password label {
	display:block;
	width:186px;
	padding-right:10px;
	text-align:right;
	font-weight:bold;
}
.change-password .btn-2 {
	margin:9px 0 0 196px;
}
.change-password input.field_200 {
	width:188px;
	height:20px;
	padding:0 5px;
	border:1px solid #b4b4b4;
	color:#505050;
	font:normal 13px/20px Arial, Helvetica, sans-serif;
}
.add-account {
	padding:10px 0 8px;
}
.add-account .btn-1 {
	margin-left:6px;
}
.selected-message {
	padding-top:4px;
	font-size:16px;
	font-weight:bold;
}
.deposits-title {
	margin-bottom:11px;
}
.deposits-title td {
	padding:7px 0;
}
.deposits-title a {
	color:#fa7000;
}
.deposits-title .title {
	font-size:21px;
	color:#000;
}
.deposits-country {
	margin-bottom:20px;
}
.deposits-country td {
	padding:13px 15px 13px 11px;
	background:#eef1f4;
}
.deposits-country td.label-block {
	padding-left:15px;
	padding-right:0;
	font-weight:bold;
}
.deposits-country td select {
	width:368px;
}
div.listtext .cards {
	margin-left:-6px;
	padding:3px 0 0;
}
.deposit-funds {
	width:100%;
}
.deposit-funds td {
	width:50%;
	padding:6px 5px 3px;
	font-size:13px;
}
.deposit-funds .even td {
	padding-top:0;
	padding-bottom:12px;
}
.client-filters {
	width:100%;
}
.client-filters td {
	padding:0;
	vertical-align:middle;
}
.client-filters .icon {
	margin-right:5px;
}
.client-filters .text_field {
	height:17px;
	margin:0 5px 0 6px;
	padding:1px 4px;
	line-height:18px;
	font-size:13px;
	color:#505050;
	border:1px solid #b4b4b4;
}
.client-filters  div.show_cal {
	margin-right:2px;
}
.client-filters .form-item {
	padding-right:10px;
}
.client-filters .last-form-item {
	padding-right:7px;
}
.client-filters .btn-1 {
	margin-left:7px;
}
.table-wrapper {
	overflow:auto;
	width:680px;
}
div.report_table_account_list .table-wrapper {
	overflow:visible;
}
.btn_row .btn-1 {
	margin-right:7px;
}

.button-cell {
	width:120px;
}
.txt-input {
	height:20px;
	margin:0 3px;
	padding:0 6px;
	color:#505050;
	border:1px solid #b4b4b4;
	font:normal 13px/20px Arial, Helvetica, sans-serif;
	background:#fff;
}
textarea {
	padding:0;
	color:#505050;
	border:1px solid #b4b4b4;
	font:normal 13px/20px Arial, Helvetica, sans-serif;
	background:#fff;
}
.agreement-info td {
	vertical-align:middle;
}
.agreement-info .txt-input {
	width:174px;
	height:20px;
	margin:0 3px;
	padding:0 6px;
	color:#505050;
	border:1px solid #b4b4b4;
	font:normal 13px/20px Arial, Helvetica, sans-serif;
}
.agreement-info input.date-txt {
	width:66px;
}
.agreement-info label span {
	font-size:11px;
}
.agreement-info label img {
	margin-top:-7px;
}
.agreement-info table.date td {
	padding:0 1px;
}

.title-box {
	padding-bottom:7px;
	border-bottom:1px dotted #9fa0a2;
}
.title-box img {
	margin-right:4px;
}
.title-box .maintitle {
	vertical-align:middle;
}

.personal-info td {
	font: 13px/18px Arial,Helvetica,sans-serif;
	padding:4px;
}
.personal-info td nobr {
	display:block;
	margin-left:-8px;
}
.personal-info td td {
	padding:0 4px 0 0;
}
.transfer-info-wrapper {
	width:431px;
	padding:8px 15px;
	margin:10px 0 20px;
	font-size:13px;
	line-height:18px;
	border-top:1px dotted #ccc;
}
.transfer-info td {
	padding:5px 10px 5px 0;
	vertical-align:middle;
}
.transfer-info label {
	display:block;
	width:186px;
	font-weight:bold;
}
.transfer-info .txt-input {
	width:188px;
	margin-right:0;
}
.transfer-info .btn-2 {
	margin-top:9px;
}
.buttons-table td {
	padding-left:6px;
}

/**
*Form elements
------------------------*/
select {
	padding:1px;
	border:1px solid #b4b4b4;
	color:#505050;
	font:normal 13px/100% Arial, Helvetica, sans-serif;
}
label.field_180 {
	padding-right:10px;
}

form[name='payment_form'] label.field_180 {
	min-width: 115px;
}


#request_currency {
	margin-top: 2px;
}

.check-input {
	margin-right:5px;
}
#requisites_wm_use {
	margin-bottom:12px;
}
#requisites_wm td.label {
	padding-right:5px;
}

/**
*Footer
------------------------*/
.footer {
	width:960px;
	height:100px;
	margin:0 auto;
	padding-bottom:15px;
	background:#262d37;
}
.footer .inner {
	height:80px;
	padding:10px 15px;
	background:#eff2f5;
}
.footer .banner-box {
	float:right;
	height:80px;
	background:url(/pic/banner-box.png) no-repeat 0 0;
}
.footer .banner-box .inner-bg {
	float:left;
	height:74px;
	padding:3px 5px 3px 12px;
	background:url(/pic/banner-box.png) no-repeat 100% -80px;
}
.footer .banner-box .inner-bg a {
	margin-right:6px;
	text-decoration:none;
}
.footer .banner-box .inner-bg img {
	vertical-align:baseline;
}
.footer .copyright-box {
	padding-top:8px;
}
.footer .copyright-box p {
	padding-bottom:4px;
}


/**
*OLD STYLES
------------------------*/

/* общие по классам */
.disabled {
	color:#777777;
}
.plugin_name {
	padding-bottom:14px;
	color:#000;
	font:normal 29px/33px Arial, Helvetica, sans-serif;
}
.plugin_name a {
	border-bottom:1px dashed #494949;
	color:#494949;
	text-decoration: none;
}
.maintitle, .plugin_name_fcfc {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	vertical-align:bottom;
}
.maintitleor, .maintitlegr {
	font-size:16px;
	font-weight:bold;
}
.maintitleor {
	color:#FF6600;
}
.maintitlegr {
	color:#E5E5E5;
}
.maintitle-icon {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:4px 6px 3px 0;
	vertical-align:bottom;
	*vertical-align:baseline;
}
.bold_msg {
	font-size:15px;
	font-weight:bold;
}
div.agreement_doc {
	width:auto;
	padding:10px;
	background-color:#FFFFFF;
}
div.div_agreement_doc {
	width:99%;
	height:150px;
	font-size:11px;
	font-family:Song,Arial,sans-serif;
	background-color:#FFFFFF;

	resize: vertical;
	overflow-x:hidden;
	overflow-y:auto;
	/*	padding:10px;*/
}
textarea.agreement_doc {
	width:99%;
	height:150px;
	border:0;
	font-size:11px;
	font-family:Song,Arial,sans-serif;
	background-color:#FFFFFF;
}
textarea.nfa_warning_doc {
	width:99%;
	height:100px;
	border:0;
	font-size:12px;
	font-family:Song,Arial,sans-serif;
	background-color:#FFFFFF;
}
span.star{
     color:#FF6600;
 }
span.bstar{
    color:#008FFF;
}
span.orange {
	color:#DD5500;
}
span.orange_text {
    color:#fa7000;
}
p.reset_padding {
    padding-bottom:7px;
}
.dashed_border{
	border:#999999 dashed 1px;
}
.dashed_box{
	background-color:white;
	border:#999999 dashed 1px;
	padding:5px;
	margin:10px 0;
}
.highlight_text{
	background-color:#F2F2F2;
}
.highlight_text_dark{
	background-color:#EAEAEA;
}
.highlight_text_dark td{
	padding:8px 0 8px 5px;
}
div.grayline{
	height:1px;
	padding-top:7px;
	border-bottom:#9fa0a2 dotted 1px;
	font-size:0;
	line-height:0;
}
div.spaced_grayline{
	border-bottom:#9fa0a2 dotted 1px;
	margin:7px 0 14px;
}
tr.zebra{
	background-color:#F2F2F2;
}

/* список 1 */
div.list{
	background:#f2f5f7;
	margin-bottom:15px;
	padding:12px 15px 8px;
	float:none;
	overflow:hidden;
}
img.listicon, img.listicon_2{
	float:left;
	border:none;
}
img.icon_second_view{
	float:left;
	border:none;
	margin-left:5px;
	padding-left:5px;
	padding-bottom:5px;
}
.list-item-title {
	padding-bottom:6px;
}

div.listtext{
	overflow:hidden;
	padding-left:14px;
	min-height:40px;
}

/* список 2 */
div.info_title {
	background:transparent url(/pic/titlebar.png) no-repeat scroll 0 0;
	clear:both;
	height:14px;
	margin:10px 0 0;
	padding:5px 10px 7px;
	text-transform:uppercase;
	color:#FF6600;
}
div.info_title img { vertical-align:baseline;}
div.info_title a{
	text-decoration:none;
	color:#FF6600;
}
div.info, div.info_highlight {
	margin:0;
	padding:5px 15px;
}
div.info_highlight {
	background-color:#F2F2F2;
	padding:10px 15px 12px;
	margin-bottom:15px;
}
div.info_highlight ol,
div.info_highlight ul {
	padding-bottom:7px;
}
div.info_highlight_dark {
	margin:5px 0;
	padding:5px;
	background-color: #c3c2c2;;
}
div.info_date {
	text-align: right;
	font-size: 9px;
	color: #999999;
}

/* фильтры */
.client_filters_container {
	background-color:#eef1f4;
	margin:0 0 20px;
	padding:11px 4px 12px 9px;
}
client_filters_container table {
	width:100%;
}
.report_table th a {
	color:#505050;
}
.client_filters_container td {
	padding:2px 2px 2px 0;
	line-height:20px;
	vertical-align:middle;
}
.client_filters_container select {
	width:104px;
	margin-right:2px;
	border:1px solid #b4b4b4;
	*margin-right:0;
	*width:97px !important;
}
.client_filters_container select.width_180 {
        width: 180px;
        *width: 180px !important;
}
.client_filters_container input.money {
	width:86px;
	padding:2px 4px;
	border:1px solid #b4b4b4;
}
.client_filters_container .text_field {
	width:69px;
	margin-right:2px;
}
.client_filters_container .money {
	width:90px;
}
.pr-blo .client_filters_container {
	margin-bottom:0;
}

.important_middle_vertical_align {
    vertical-align: middle !important;
}

#client_filters_container_wrapper .client_filters_container {
    background-color: #FFFFFF;
    margin: 0 0 0px;
	padding: 0px 0px 0px 0px;
}

#client_filters_container_wrapper .client_filters_container td {
	vertical-align:middle;
	padding: 0;
}

#client_filters_container_wrapper .client_filters_container .btn-1 {
    display: none;
}

#client_filters_container_wrapper .client-filters {
    width: auto;
}

.pr-blo {
	padding:0 13px;
	margin-bottom:30px;
	background:url(/pic/payment-table-bg.png) -680px 0 repeat-y;
}
.pr-blo .tblo {
	overflow:hidden;
	height:10px;
	margin:0 -13px 4px;
	background:url(/pic/payment-table-bg.png) no-repeat;
}
.pr-blo .bblo {
	clear:both;
	overflow:hidden;
	height:10px;
	margin:6px -13px 0;
	background:url(/pic/payment-table-bg.png) -1360px 100% no-repeat;
}

.client_filters_container .field_109 {
	width:90px;
}
a.highlight_link:hover {
	color:#FF6600;
	text-decoration:none;
}

img.icon_second_view{
	float:left;
	border:none;
	margin-left:5px;
	padding-left:5px;
}

div.list_nowidth{
	background:#F3F6FA;
	padding:10px;
	margin-bottom:20px;
	float:left;
}

/* элемент для выбора даты */
table.date {
	border-collapse:collapse;
}
table.date div.show_cal, table.date div.clear_cal{
	float:left;
	width:25px;
	height:25px;
	margin-bottom:-8px;
	margin-left:3px;
	_float:none;
	_margin-bottom:0;
}
.client-filters table.date div.show_cal, .client-filters table.date div.clear_cal{
	margin-bottom:0;
	margin-left:0;
}
table.date a div.show_cal{
	background:url(../pic/fcfc/calendar.png) no-repeat;
}
table.date a div.clear_cal{
	background:url(../pic/fcfc/calendar_clear.png) no-repeat;
}
table.date a{
	cursor:pointer;
}

/* таблица отчетов */
div.report_table_top, div.report_table_top_rests {
	background: #EEF1F4;
	margin: 0 0 20px;
	padding: 10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}
div.report_table_top1 {
	background:transparent url(../pic/fcfc/tabletop.png) no-repeat scroll 0 0;
	height:11px;
}
div.report_table_top2 {
	background-color:#fae1cd;
	font-weight:bold;
	text-transform:uppercase;
	color:#FF6600;
	padding:0 0 5px 10px;
}
div.report_table_top_rests {
	padding:2px 0 0 10px;
	height:28px;
}

table.report_table {
	border:1px solid #F2F2F2;
	border-collapse:collapse;
	margin:0 0 5px;
	width:100%;
}
table.report_table th {
	background:url(../pic/tbl-h-bg.gif) 0 100% repeat-x;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
}
table.report_table th.group {
	border-bottom:1px dotted #999999;
	text-align:center;
}
table.report_table td, table.report_table th {
	border-color:#F2F2F2 #F2F2F2 #D0D0D0;
	border-style:solid;
	border-width:1px;
	padding:3px;
	font-size:11px;
	line-height:16px;
}
table.report_table a:hover {
	color:#F27D00;
	text-decoration:none;
}

table.report_table th.last, table.report_table td.last {
	border-right:0;
}
table.report_table td.align_left {
	border-bottom:1px dotted #CCCCCC;
	text-align:left;
}
table.report_table td.align_right {
	text-align:right;
}
table.report_table td.align_center {
	text-align:center;
}

table.bonus_table {
     border:1px solid #F2F2F2;
     border-collapse:collapse;
     margin:0 0 5px;
}
table.bonus_table th {
    background:url(../pic/tbl-h-bg.gif) 0 100% repeat-x;
    text-align:center;
    font-size:11px;
    font-weight:bold;
    line-height:16px;
}
table.bonus_table th.group {
    border-bottom:1px dotted #999999;
    text-align:center;
}
table.bonus_table td, table.bonus_table th {
    border-color:#F2F2F2 #F2F2F2 #D0D0D0;
    border-style:solid;
    border-width:1px;
    padding:3px;
    font-size:11px;
    line-height:16px;
}
table.bonus_table a:hover {
    color:#F27D00;
    text-decoration:none;
}

table.bonus_table th.last, table.bonus_table td.last {
    border-right:0;
}
table.bonus_table td.align_left {
    border-bottom:1px dotted #CCCCCC;
    text-align:left;
}
table.bonus_table td.align_right {
    text-align:right;
}
table.bonus_table td.align_center {
    text-align:center;
}
a.context_question {
	display:inline-block;
	*display:inline;
	*overflow:hidden;
	*zoom:1;
	width:15px;
	height:15px;
	cursor:pointer;
	vertical-align:middle;
	text-decoration:none;
	background:url(/pic/ico-help2.png) no-repeat;
}
#accounts_table {
    margin-bottom:0;
    vertical-align: top;
}

#accounts_table tr{
    vertical-align: top;
}

#accounts_table tr th{
    vertical-align: top;
}

.valign_top {
	vertical-align: top;
}

/* таблица с точечным разделением строк */
table.dotted {
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
table.width_95{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
table.dotted td.dotted_top {
	border-top:#999999 dotted 1px;
}
.simple_application table.dotted td.dotted_top {
	padding:4px 0;
	border-top:0;
}
.simple_application table.dotted {
	width:auto;
}
.simple_application td {
	text-align:left;
	border-bottom:1px dotted #505050;
	vertical-align:middle;
}
.simple_application td.dotted_top, .simple_application table table td {
	border-bottom:none;
}
.simple_application td.dotted_top {
	padding-top:7px;
}
.simple_application td.dotted_top label {
	display:block;
	padding-right:20px;
	font-weight:bold;
	text-align:right;
}

/* командная панель */
div.command_panel {
	background-color:#F99D00;
	border-color:#F47B20;
	border-style:solid;
	border-width:2px 2px 0 0;
}
div.command_panel input {
	background-color:#F99D00;
	border:2px solid #F47B20;
}

/* форма платежа */
div.payment_form_top {
	line-height:0;
	font-size:0;	/* IE6 растягивает блок до минимальной ширины шрифта в нем, даже если блок пуст. */
}
div.payment_form_bottom {
	clear:both;
	line-height:0;
	font-size:0;	/* IE6 растягивает блок до минимальной ширины шрифта в нем, даже если блок пуст. */
}

/* кнопка */
table.button {
	border-collapse:collapse;
}
table.button td {
	padding:0;
}

/* страница входа в систему */
div.loginerror {
	border:1px solid #ff0000;
	margin:0 20px 20px;
}
div.loginerror table.loginerror {
	width:100%;
}
table#login_table div.loginerror table.loginerror td {
	vertical-align:middle;
}
div.loginerror table.loginerror td.align_top {
    padding-top:5px;
	vertical-align:top;
}
div.autochartist_loginerror {
	border:1px solid #ff0000;
}
table.loginerror td {
	padding:1px;
}
table.loginerror td.top_message {
	background-color:#fcdebe;
	font-weight:bold;
	color:#ff0000;
	padding:5px 7px;
}
table.loginerror td.top_message img {
	margin-top:-4px;
}
table.loginerror td.top_message span.major {
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	padding-left:3px;
}

/* страница входа в систему */
div.paysys_answer {
	border:1px solid #3DC278;
	margin:0 20px 10px;
}
div.paysys_answer table.paysys_answer {
	width:100%;
}
table.paysys_answer td.top_message {
	background-color:#D7E3BF;
	font-weight:bold;
	color:#000000;
	padding:5px 7px;
}

/* Блок сообщения */
div.in_page_warning {
    border: 0px;
    background-color:#ffffcc;
}
div.in_page_warning table.in_page_warning {
    width:100%;
}
table.in_page_warning {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

table.in_page_warning_margin {
    margin: 15px;
}

table.in_page_warning td {
    vertical-align:middle;
}
table.in_page_warning td {
    padding:1px;
}
table.in_page_warning td.top_message {
    padding: 15px 30px 5px 5px;
}

table.in_page_warning td.top_message p{
    font-weight:bold;
}

table.in_page_warning td.top_message img {
    margin-top:-4px;
}
table.in_page_warning td.top_message span.major {
    font-size:14px;
    line-height:20px;
    text-transform:uppercase;
    padding-left:3px;
}

div#success_send_email_msg td.top_message {
    padding-bottom: 15px;
}

div.in_page_warning div.control {
    padding-right: 10px;
    padding-bottom: 10px;
}

/** Добавлены классы для страницы ошибок FxPay  payment_user_error.jsp*/
div.payment_user_error {
    border:1px solid #ff0000;
    margin:0 20px 10px;
}
div.payment_user_error table.payment_user_error {
    width:100%;
}
table.payment_user_error td {
    padding:1px;
}
table.payment_user_error td.top_message {
    background-color:#fcdebe;
    font-weight:bold;
    color:#ff0000;
    padding:5px 7px;
}
table.payment_user_error td.top_message img {
    margin-top:-4px;
}
table.payment_user_error td.top_message span.major {
    font-size:14px;
    line-height:20px;
    text-transform:uppercase;
    padding-left:3px;
}

div.login_box {
	margin:0px 20px;
	width:344px;
	position:relative;
	padding:0 12px;
}
div.login_box div.login_box_left{
	width:12px;
	height:192px;
	background:url(/pic/login-block.png) no-repeat;
	position:absolute;
	left:0;
	top:0;
}
div.login_box div.login_box_center{
	_overflow:hidden; /* added to hide artefacts in login form */
	height:173px;
	background:url(/pic/login-block.png) 0 -204px repeat-x;
	padding:19px 5px 5px;
	position:relative;
}
div.login_box div.login_box_center form {
	zoom:1;
}
div.login_box div.login_box_right{
	width:12px;
	height:192px;
	background:url(/pic/login-block.png) 0 -408px no-repeat;
	position:absolute;
	right:0;
	top:0;
}

/* @BEGIN fix for button in the login/reg form */

.login_box_center .form_btns div .btn-2 {
	position:absolute;
	bottom:24px;
	_bottom:20px; /* only for IE6 */
}
.login_box_center .align_middle .form_btns.button div .btn-2 {
	position:static;
	bottom:auto;
}

/* @END fix for button in the login/reg form  */
table#login_table {
	margin:106px auto 160px;
}
table#login_table td {
	vertical-align:top;
	font-size:13px;
}
.form_btns {
	width:auto;
	display:inline;
	}
.form_btns td.space-td {
	width:44px;
}
.form_btns td {
	text-align:left;
	vertical-align:middle;
	padding-right:20px;
}
.login_box_center table.form_btns {
	float:left;
}
.login_box_center table td {
	text-align:left;
	padding-bottom:14px;
	font-size:13px;
}
.login_box_center table.align_middle {
	width:100%;
}
.login_box_center table.align_middle tr td:first-child {
	padding-right:10px;
}
.login_box_center table.align_middle .button {
	position:relative;
	margin-right:10px;
	margin-top:-5px;
}
.login_box_center table.align_middle .button tr td:first-child {
	width:auto;
	padding-right:0;
}
.login_box_center input.text_field, .login_box_center input.password_field {
	width:93%;
	_width:auto; /*fix: FXB-28038*/
	height:20px;
	border:1px solid #b4b4b4;
	line-height:20px;
}

.login_box_center input.password_field {
	width:150px;
}

.login_box span.uppercase {
	display:block;
	padding-bottom:13px;
	text-align:left;
	text-transform:none;
	color:#000;
	font-size:20px;
}
.login_box span.uppercase b {
	font-weight:normal;
}
.login_box .button td {
	padding-bottom:0;
}
.login_box a {
	position:relative;
	display:inline-block;
	*display:inline;
	margin-top:10px;
	*margin-top:5px;
	*zoom:1;
}

.login_box .button a,
.button_next_div .button a {
	float:left;
	height:30px;
	color:#fff;
}
.login_box .button a .buttonl,
.button_next_div .button a .buttonl {
	float:left;
	width:16px;
	height:30px;
	background:url(/pic/buttons-arrows.png) no-repeat;
}
.login_box .button a .buttonc,
.button_next_div .button a .buttonc {
	float:left;
	height:30px;
	padding:0 6px 0 0;
	line-height:30px;
	text-transform:none;
	font-size:14px;
	font-weight:normal;
	background:url(/pic/buttons-arrows.png) -18px 0 no-repeat;
}
.login_box .button a .buttonr,
.button_next_div .button a .buttonr {
	float:left;
	width:18px;
	height:30px;
	background:url(/pic/buttons-arrows.png) 100% -30px no-repeat;
}

/*---------service pages------------*/
.content .right-panel {
	float:right;
}
.content .right-panel td {
	padding:0 0 0 12px;
}
.content .service-item-title {
	font-size:20px;
	font-weight:normal;
	line-height:24px;
	color:#000;
	padding-bottom:14px;
}
.content .service-item-title b {
	font-weight:normal;
}
.content table.autochartist_table p {
	padding-bottom:13px;
}
.content table.autochartist_table tr td div a {
	color:#0083d0;
}
.content .text-list {
	margin-bottom:7px;
}
.content .text-list li {
	padding-bottom:6px;
}
.content .picture-container {
	margin:7px 0;
}
.content .picture-box {
	padding:7px 0 15px;
}
.content table.text-holder td {
	padding-bottom:13px;
}
.content table.text-holder td td {
	padding-bottom:0;
}
.content .form-table td {
	padding:0 10px 10px 0;
}
.content .form-table td.label-block {
	width:135px;
}
.content .form-table td.input-block {
	width:180px;
}
.content .form-table td.button-block {
	text-align:right;
	padding-right:0;
	padding-left:10px;
}
.content .form-table td.button-block table {
	display:inline;
}
.content div.common_title_label {
	font-size:20px;
	font-weight:normal;
	line-height:24px;
	color:#000;
	padding-top:7px;
	padding-bottom:14px;
}
.content label img {
	margin-top: 3px;
/*	vertical-align: top; */ /* Съехали иконки торговых платформ на форме создания ТС BVI, FCFC */
}
.login-info {
	margin:10px 0;
}
.login-info td {
	padding:0 10px 8px 0;
	vertical-align:top;
}
.login-info #alm_message_field {
	padding-bottom:10px;
	font-size:18px;
	line-height:22px;
	color:#000;
}
.autochartist-buttons {
	margin:10px 0 22px;
}

/* страница благодарности за регистрацию */
table.after_register_table {
	border:#999999 dashed 1px;
	width:430px;
}
table.after_register_table td {
	padding:5px;
}

/* странца платежа */
div#credit_card {
	margin-left:30px;
	height:auto;
}
td#content_left {
	width:150px;
	padding-left:20px;
	list-style:disc;
	vertical-align:top;
}

/* таблица уровней сервиса */
.info_popupper {
	display: none;
	z-index: 100;
	position: absolute;
	background-color: #F3F781;
	color: black;
	padding: 5px;
	border: 1px solid black;
	max-width: 450px;
}
table.service_levels_table {
	border-collapse:collapse;
	border:1px solid #c5c7c9;
	margin:10px 0;
	width:100%;
	font-size:11px;
	line-height:1.24;
}
table.service_levels_table th {
	background-color:#d5d9de;
	border:1px solid #c5c7c9;
	color:#70727e;
	text-align:left;
	font-size:17px;
	font-weight:bold;
	text-shadow:0 1px 1px #fff;
}
table.service_levels_table th.current {
}
table.service_levels_table td.current {
	background-color:#e9fde8;
}
table.service_levels_table tr.sub-head td {
	border:1px solid #c5c7c9;
	border-top-color:#fff;
	padding:7px 10px;
	background:#f6f8f9;
}
table.service_levels_table tr.sub-head .srv-val {
	display:inline-block;
	vertical-align:text-top;
	text-align:left;
}
table.service_levels_table tr.group td {
	border-top:1px solid #c5c7c9;
	border-bottom:1px solid #c5c7c9;
	padding: 5px 8px;
	background:#eaebef;
	font-size:16px;
}
table.service_levels_table tr.group b {
	font-weight:normal;
}
table.service_levels_table tr.service td {
	border-top: 1px solid #edeeef;
	vertical-align:middle;
}
table.service_levels_table tr.service td.service_title {
	width:138px;
	border:1px solid #c5c7c9;
	padding: 10px 5px 10px 10px;
}
table.service_levels_table span.service_level_condition {
	color:#505050;
	font-weight:normal;
}
table.service_levels_table .button_add_serv {
	display:block;
	overflow:hidden;
	width:82px;
	height:20px;
	text-align:left;
	text-indent:-1000em;
	background:url(/pic/button-add-serv.png) no-repeat;
}
table.service_levels_table .current .button_add_serv {
	background-position:0 -30px;
}

.srv-service,
.srv-micro,
.srv-silver,
.srv-gold,
.srv-platinum,
.srv-diamond,
.srv-exclusive {
	width:105px !important;
	height:39px;
	text-indent:-1000em;
	/*background:url(/pic/service-tabs.png) 50% -999px no-repeat;*/
}

.srv-image-chi{
	background:url(/pic/bvi/sl/service-tabs_chi.png) 50% -999px no-repeat;
}

.srv-image-por{
	background:url(/pic/bvi/sl/service-tabs_por.png) 50% -999px no-repeat;
}

.srv-image-eng{
	background:url(/pic/bvi/sl/service-tabs_eng.png) 50% -999px no-repeat;
}

.srv-image-spa{
	background:url(/pic/bvi/sl/service-tabs_eng.png) 50% -999px no-repeat;
}

.srv-image-rus{
	background:url(/pic/bvi/sl/service-tabs_rus.png) 50% -999px no-repeat;
}

.srv-service {
	background-position:0 0;
}
.srv-micro {
	background-position:50% -50px;
}
.srv-silver {
	background-position:50% -100px;
}
.srv-gold {
	background-position:50% -150px;
}
.srv-platinum {
	background-position:50% -200px;
}
.srv-diamond {
	background-position:50% -250px;
}
.srv-exclusive {
	background-position:50% -300px;
}


/*
FXB-3188, ushmodin-na, 26/11/09
Необходимо для плагина create_trade_account. В IE 7.0 появлялся ненужный скролл
*/
div.report_table_account_list {
	height:100%;
	overflow-x:auto;
	overflow-y:hidden;
	padding-top:15px;
	padding-bottom:15px;
	width:680px;
}

/* таблица для главной страницы */
table.welcome_table {
	width:100%;
}
table.welcome_table td {
	vertical-align:top;
}
table.welcome_table td.vertical_middle {
	vertical-align:middle;
}
table.welcome_table a, table.welcome_table a:hover {
	text-decoration:none;
}
table.welcome_table a#agreement_link{
	color:#000000;
	text-decoration:underline;
}

table.welcome_table a.common_link{
	color:#000000;
	text-decoration:underline;
}

/* список счетов на главной странице */
div.account_creation_prompt{
	padding:5px;
}

div.accounts table.account_info {
	width:100%;
}
div.accounts table.account_info td {
	padding:4px 0;
	font-size:12px;
}
div.select_account_label{
	color:#505050;
	font-size:13px;
	padding:0;
	text-transform:uppercase;
}
div.accounts table.account_info td td {
	padding:0;
}

/* квитанция оплаты через банк */
table.receipt_table {
	width:16.5cm;
	border-collapse:collapse;
	line-height:14px;
}
table.receipt_table td.left_side {
	width:4.4cm;/* ширина левой части справки == 5см, с учетом паддингов по 3мм с каждой стороны == 4.4см */
}
table.receipt_table td.left_side, table.receipt_table td.right_side {
	border:#000000 1px solid;
	padding:3mm;
}
span.receipt_value{
	font-size:13px;
	font-weight:bold;
}
span.receipt_caption{
	font-size:10px;
}
td.underlined {
	border-bottom:1px solid #000000;
}

/* из FxSnopic */
label.err {
	color:red;
}
label.ok {
	color: black;
}

/* application */
.form-container {
	padding:15px;
	margin-bottom:15px;
	background:#eef1f4;
}
.form-container div.application {
	padding:0;
}

.form-container input.grey {
    background:#eef1f4;
}

.requisite-info-form-container {
    padding:9px;
    margin-bottom:15px;
    background:#eef1f4;
}

.requisite-info-form-container.requisite-info-form-container-with-list{
    margin-bottom:0px;
}

.requisite-info-form-container div.application {
    padding:0;
}

.requisite-info-form-container input.grey {
    background:#eef1f4;
}

.application td {
	padding:0 4px 8px 0;
	vertical-align:top;
}
.application td td {
	padding:0;
}
.application td.button-block {
	padding:6px 4px 6px 0;
}
.application td.secont-column {
	padding-left:12px;
}
.application table.button-row {
	margin:20px 0 0;
}

.application .personal-info td td {
	padding:0 4px 0 0;
}


/* payment_table */
div.payment_form {
	padding:9px  0 0;
	background:url("/pic/box-3.png") 0 0 no-repeat;
}
table.payment_table td {
	padding:0;
}
table.payment_table td.payment_left_panel {
	padding:0 33px 9px 15px;
	background:url("/pic/box-3.png") -680px 100% no-repeat;
	vertical-align:top;
}
.content .payment_form_single table.payment_table td.payment_left_panel {
	background:none;
}
#payment_form td {
    max-width: 220px;
}
table.payment_table td td, #payment_form td td {
	padding:4px 0;
}
.payment_form table.payment_table table.account_info_table {
	background:url("/pic/box-3.png") 100% 100% no-repeat;
}
table.payment_table table.account_info_table td {
	word-wrap:break-word; /* added http://jira.fxclub.org/browse/FXB-27599 */
	vertical-align:top;
}
table.payment_table table.account_info_table > tbody > tr > td {
	padding:5px 4px; /* http://jira.fxclub.org/browse/FXB-27599 */
	vertical-align:top;
}
table.payment_table table.account_info_table table td {
	padding:0;
}
table.payment_table table.account_info_table .italic_11 {
	padding-bottom:9px;
}
table.payment_table td table.calculator td {
	padding:8px 20px 4px 0;
}
#payment_form label {
	display:inline-block;
}
#payment_form .req_star {
	position:static;
	display:inline-block;
	vertical-align:top;
    margin-top: 0px;
}
body table.payment_table tr.bottom_panel > td {
	width:auto;
}
table.payment_table .button_next_div {
	margin-top:20px;
	padding-right:15px;
}
table.payment_table .req_star img {
	vertical-align:top;
}

/* специфические для элементов */
div#user_error {
	background-color:#F99D00;
}
div.user_error {
	width:650px;
}

div#popup_div {
	display:none;
	border: solid #C1C2C4;
	border-width: 2px 2px 2px 2px;
}

#back_to_filling {
	display: none;
	position: absolute;
	z-index: 1000;
	margin-top:-38px;
}
#show_sample_table {
	margin-bottom:16px;
}
table.autochartist_table {
	margin-top: 10px;

}

table.autochartist_table tr td div a {
	color:#666666;
	text-decoration:underline;
}

table.autochartist_table tr td div a b {
	text-transform:uppercase;
}

table.autochartist_table tr td div span {
	font-size: 14px;
}

div#contest_info_text {
	height: 150px;
}

table.no_border_spacing {
	border-spacing: 0px;
}

div.middle_position {
	margin: 0px 50px;
}

.width_100 {
	width: 100px;
}

.width_150 {
	width: 150px;
}

.width_200 {
    width: 200px;
}

div.common_title_label {
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 7px;
}

#rewardAmount_td1 span, #rewardAmount_td2 span {
	border-bottom:1px dotted #505050;
	display: inline;
}

.dashed_welcome {
	border-bottom: dashed 1px #222;
	display: inline;
}

.left_hint {
	font-style: italic;
	display:inline-block;
	_display:inline;
	_zoom:1;
	/*	text-align:center;*/
	color:#808080;
}

.down_hint {
	font-style: italic;
	display:inline-block;
	_display:inline;
	_zoom:1;
	/*	text-align:center;*/
	color:#808080;
	font-size:x-small;
	line-height:1.2;
}

.input_with_hint {
	display:inline-block;
	_display:inline;
	_zoom:1;
}

div.application {
	background-color:#eef1f4;
	padding:15px 15px 10px;
	margin:10px 0 20px;
	font-size:13px;
	line-height:18px;
}

div.application p {
	padding:0;
	margin:0;
}

div.application label.account-type {
	padding-left:8px;
	font-size:13px;
	font-weight:normal;
	line-height:13px;
}

div.application .account-type b {
	font-size:16px;
}

div.application .account-type .desc {
	display:block;
	padding-left:36px;
	margin-top:-5px;
}

div.application label.MODERN {
	color:#5895be;
}

div.application label.ACTFOREX_BVI {
	color:#5972aa;
}

div.application label.CLASSIC {
	color:#b53a39;
}

div.application label.mirrortrader {
	color:#ff7200;
}

div.application label.METATRADER4 {
	color:#69984d;
}

div.application label.AKMOS {
	color:#348703;
}

div.application .actions-row td {
	padding:5px 0 20px;
	font-size:11px;
}

div.application .actions-row .print {
	margin-right:12px;
}

div.application .actions-row .print img, div.application .actions-row .save img {
	padding-right:4px;
	background:#eef1f4;
}

.row-separator {
	height:2px;
	margin:11px 0 7px;
	background:url(/pic/row-separator.gif) repeat-x 0 0;
}

div.agreement_doc {
	width:auto;
	padding:0;
	border:1px solid #ccc;
	margin:2px 0 5px;
}
div.div_agreement_doc {
	height:150px;
	font-size:11px;
	font-family:Song,Arial,sans-serif;
	background-color:#FFFFFF;
	padding:2px 6px;
	resize: vertical;
	overflow-x:hidden;
	overflow-y:auto;
	/*	padding:10px;*/
}
textarea.agreement_doc {
	width:99%;
	height:150px;
	border:0;
	padding:0 0 0 6px;
	font:normal 11px/14px Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}


.agreement {
	width:100%;
	border-collapse:separate;
	margin-bottom:18px;
}
.agreement td {
	padding:2px 4px 2px 8px;
}
.agreement .highlight td {
	border-bottom:4px solid #eef1f4;
	vertical-align:middle;
}
.agreement .highlight td {
	min-height:25px;
	padding:1px 4px 1px 8px;
	font-size:13px;
	line-height:16px;
	vertical-align:middle;
	background:#d4d4d4;
}
.agreement .check-input {
	margin-right:8px;
}
.agreement .full_width {
	padding-left:0;
}
.agreement .highlight .full_width {
	padding-left:8px;
}

#tradeAccountCode {
	margin-bottom:5px;
}

/*---------calendar------------*/
.calendar thead td.hilite {
	border:0;
	padding:2px;
}
.calendar tbody td.hilite {
	border:0;
	padding:2px 4px 2px 2px;
	background:#fee6d0;
}
.calendar tbody td.selected {
	border:0;
	padding:2px 4px 2px 2px;
	background:#ddd;
}
.calendar_day_width{
	width: 42px;
}
.calendar_month_width{
	width: 100px;
}
.calendar_year_width{
	width: 58px;
}

/*--------btn-1---------*/
.btn-1 {
	display:inline-block;
	overflow:hidden;
	height:22px;
	vertical-align:middle;
	text-decoration:none;
	color:#fff;
	font:normal 12px/22px Arial, Helvetica, sans-serif;
}
.btn-1:hover {
	text-decoration:none;
}
.btn-1 .left-bg {
	float:left;
	padding-left:3px;
	height:22px;
	background:url(/pic/buttons.png) no-repeat 0 0;
}
.btn-1 .right-bg {
	float:left;
	padding-right:3px;
	height:22px;
	background:url(/pic/buttons.png) no-repeat 100% -64px;
}
.btn-1 .middle-bg {
	float:left;
	height:22px;
	background:url(/pic/buttons.png) repeat-x 0 -32px;
}
.btn-1 .middle-bg input {
	float:left;
	overflow:visible;
	height:22px;
	margin:0 -3px;
	padding: 0 9px;
	cursor:pointer;
	color:#fff;
	border:0;
	font:normal 12px/22px Arial, Helvetica, sans-serif;
	background:none;
}
a.btn-1 {
	cursor:pointer;
}
a.btn-1 .middle-bg {
	height:21px;
	padding:1px 6px 0;
	line-height:21px;
}

.btn-1d {
	color:#333;
}
.btn-1d .left-bg {
	background-position:0 -587px;
}
.btn-1d .right-bg {
	background-position:100% -665px;
}
.btn-1d .middle-bg {
	background-position:0 -626px;
}
.btn-1d .middle-bg input {
	color:#333;
}


/*--------btn-2---------*/
.btn-2 {
	display:inline-block;
	overflow:hidden;
	height:32px;
	vertical-align:middle;
	text-decoration:none;
	color:#fff;
	font:normal 15px/30px Arial, Helvetica, sans-serif;
}
.btn-2:hover {
	text-decoration:none;
}
.btn-2 .left-bg {
	float:left;
	padding-left:6px;
	height:32px;
	background:url(/pic/buttons.png) no-repeat 0 -100px;
}
.btn-2 .right-bg {
	float:left;
	padding-right:6px;
	height:32px;
	background:url(/pic/buttons.png) no-repeat 100% -185px;
}
.btn-2 .middle-bg {
	float:left;
	height:32px;
	background:url(/pic/buttons.png) repeat-x 0 -143px;
}
.btn-2 .middle-bg input {
	float:left;
	overflow:visible;
	height:32px;
	margin:0 -6px;
	padding: 0 15px 2px;
	cursor:pointer;
	color:#fff;
	border:0;
	font:normal 15px/30px Arial, Helvetica, sans-serif;
	background:none;
}
.btn-2a .left-bg {
	background-position:0 -329px;
}
.btn-2a .right-bg {
	background-position:100% -413px;
}
.btn-2a .middle-bg {
	background-position:0 -371px;
}
.btn-2d {
	color:#333;
}
.btn-2d .left-bg {
	background-position:0 -457px;
}
.btn-2d .right-bg {
	background-position:100% -541px;
}
.btn-2d .middle-bg {
	background-position:0 -499px;
}
.btn-2d .middle-bg input {
	color:#333;
}
a.btn-2 {
	cursor:pointer;
}
a.btn-2d {
	cursor:default;
}
a.btn-2 .middle-bg {
	padding:0 9px;
}
.btn-2 .arrow {
	display:inline-block;
	padding-right:15px;
	background:url(/pic/buttons.png) no-repeat 100% -235px;
}
.btn-2 .prev-arrow {
	display:inline-block;
	padding-left:15px;
	background:url(/pic/buttons.png) no-repeat 0 -268px;
}

/*--------btn-blue------*/
.btn-blue {
    display:inline-block;
    overflow:hidden;
    height:32px;
    vertical-align:middle;
    text-decoration:none;
    color:#fff;
    font:normal 15px/30px Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.btn-blue:hover {
    text-decoration:none;
}
.btn-blue .left-bg {
    float:left;
    padding-left:6px;
    height:32px;
    background:url(/pic/buttons.png) no-repeat 0 -707px;
    cursor: pointer;
}
.btn-blue .right-bg {
    float:left;
    padding-right:6px;
    height:32px;
    background:url(/pic/buttons.png) no-repeat 100% -792px;
    cursor: pointer;
}
.btn-blue .middle-bg {
    float:left;
    height:32px;
    background:url(/pic/buttons.png) repeat-x 0 -750px;
    cursor: pointer;
}
.btn-blue .middle-bg input {
    float:left;
    overflow:visible;
    height:32px;
    margin:0 -6px;
    padding: 0 15px 2px;
    cursor:pointer;
    color:#fff;
    border:0;
    font:normal 15px/30px Arial, Helvetica, sans-serif;
    background:none;
}
a.btn-blue .middle-bg {
    padding:0 9px;
}

/*------Hack for FF: buttons width fixes---------*/
@-moz-document url-prefix() {
	span.btn-1 .middle-bg input, x:-moz-any-link {
		padding:0 6px 3px;
}
span.btn-2 .middle-bg input, x:-moz-any-link {
	padding:0 12px 4px;
}
span.btn-blue .middle-bg input, x:-moz-any-link {
	padding:0 12px 4px;
}}


a.more {
	padding-left:20px;
	background:url(/pic/more-arrow.png) no-repeat 0 5px;
}

a.less {
	padding-left:20px;
	background:url(/pic/less-arrow.png) no-repeat 0 5px;
}

.srv-service {
	background-position: 0 0;
}

table.service_levels_table {
	border-collapse:collapse;
	border:1px solid #c5c7c9;
	margin:10px 0;
	width:100%;
	font-size:11px;
	line-height:1.24;
}
table.service_levels_table th {
	background-color:#d5d9de;
	border:1px solid #c5c7c9;
	color:#70727e;
	text-align:left;
	font-size:17px;
	font-weight:bold;
	text-shadow:0 1px 1px #fff;
}
table.service_levels_table th.current {
}
table.service_levels_table td.current {
	background-color:#e9fde8;
}
table.service_levels_table tr.sub-head td {
	border:1px solid #c5c7c9;
	border-top-color:#fff;
	padding:7px 10px;
	background:#f6f8f9;
}
table.service_levels_table tr.sub-head .srv-val {
	display:inline-block;
	vertical-align:text-top;
	text-align:left;
}
table.service_levels_table tr.group td {
	border-top:1px solid #c5c7c9;
	border-bottom:1px solid #c5c7c9;
	padding: 5px 8px;
	background:#eaebef;
	font-size:16px;
}
table.service_levels_table tr.group b {
	font-weight:normal;
}
table.service_levels_table tr.service td {
	border-top: 1px solid #edeeef;
	vertical-align:middle;
}
table.service_levels_table tr.service td.service_title {
	width:138px;
	border:1px solid #c5c7c9;
	padding: 10px 5px 10px 10px;
}
table.service_levels_table span.service_level_condition {
	color:#505050;
	font-weight:normal;
}
table.service_levels_table .button_add_serv {
	display:block;
	overflow:hidden;
	width:82px;
	height:20px;
	text-align:left;
	text-indent:-1000em;
	background:url(/pic/button-add-serv.png) no-repeat;
}
table.service_levels_table .current .button_add_serv {
	background-position:0 -30px;
}


.tbl-info {
	font-size:11px;
	padding:0 12px 10px;
}

.simple_application table.dotted {
	float:left;
}

.margin_right_30 {
	margin-right: -30px;
}

.help_table {
	bottom: 10px;
	position: fixed;
	z-index: 1000;
}

.help_table td {
	padding: 2px;
}
.refer-friend-form fieldset legend {
	font-size:15px;
	font-weight:bold;
}
.refer-friend-form fieldset fieldset legend {
	padding-top:3px;
	font-size:13px;
}
.general-info {
	width:100%;
}
.general-info td, .friend-info td {
	padding:6px;
	vertical-align:middle;
}
.general-info td td, .friend-info td td {
	padding:0;
}
.table_container_fixed_head {
	margin-top:10px;
}
.button-row {
	padding:15px 0;
}
.platform-img {
	margin:0 12px 8px 0;
}
.content-column p {
	padding-bottom:7px;
}
.content-column .tabs_content p {
	padding-bottom:9px;
}

#pc1,#pc2,#pc3,#sn1,#sn2,#sn3 {
	margin:6px 3px 1px;
}
#country_form {
	padding:12px;
	background:#F2F5F7;
}
#country_form td {
	font-weight:bold;
}
#agreements_apply {margin:5px;}
td img.err {
	display:inline-block;
}
.footer .banner-box .inner-bg a {
	text-decoration:none;
}
.btn-1 .invisible,
.btn-2 .invisible,
.btn-blue .invisible{
	position:absolute;
	width:1px;
	height:1px;
}
img+.maintitle {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	margin:0 0 0 4px;
}

/* для кнопки "Продолжить" на страницах success.jsp*/
table tr td.high_td {
    height: 4em;
    vertical-align: bottom;
}


/* отступ для номера транзакции на страницах success.jsp*/
table tr td#internal_id {
      padding-left: 1em;
}

/* Delete if problem with pages https://secure-dev.fxclub.org:643/fx?plugin=paymean_list */

#country_form {
	padding: 0;
	background: none;
}
.important_full_width{
	width:100% !important;
}
.padding_right_5 {
	padding-right:5px;
}
.padding_right_10 {
	padding-right:10px;
}
.padding_top_5 {
	padding-top:5px;
}

.padding_top_10 {
	padding-top:10px !important;
}

/* actions-panel */
.actions-panel .right-box {
	float:right;
	padding:20px 0;
}

/* bank_requisites_table */
#edit_button_td1 {
	vertical-align:top;
	}
#bank_requisites_table td {
	padding:4px;
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
#bank_requisites_table td td {
	padding: 1px 2px 1px 0px;
}
#bank_requisites td {
	padding:0 0 4px 0;
	vertical-align:top;
}
#bank_requisites td+td {
	padding-left:8px;
}
#bank_requisites_table td img.no_display {
	margin-top:4px;
}
#use_transit_acc {
	margin-top:2px;
}
.btn_row td {
	padding:0 4px 5px 0;
}

.pr-blo input[name=isExternalTransfer], .pr-blo .trade_transfer_form_isExternalTransfer {
	margin:0 5px 0 10px;
	width:auto;
}

/* FXB-27588 */
.payment_left_panel #pc1,.payment_left_panel #pc2, .payment_left_panel #pc3, .payment_left_panel #sn1, .payment_left_panel #sn2, .payment_left_panel #sn3 {
	margin:0 3px;
	}
body table.payment_table select {
	margin-right:3px;
	}
/* FXB-27610 */
#main_form td  #agreements_apply {
	margin:
	5px 5px 5px 0;
	}
/* FXB-27609 */
.payment_left_panel input[type=radio] {
	margin-right:5px;
	}
*html .payment_left_panel input { z-index:expression(runtimeStyle.zIndex = 1, this.type=='radio' ? this.style.marginRight = '5px' : ''); }
#payment_form table table,
#payment_form table table table {
	width:100%;
	}
/* FXB-27654 */
.payment_form .btn-1 {
	height:32px;
	font:normal 15px/30px Arial, Helvetica, sans-serif;
	}
	.payment_form .btn-1 .left-bg {
		width:6px;
		height:32px;
		background-position:0 -100px;
		}
	.payment_form .btn-1 .right-bg {
		width:6px;
		height:32px;
		background-position:100% -185px;
		}
	.payment_form .btn-1 .middle-bg {
		height:32px;
		background-position:0 -143px;
		}
.payment_form a.btn-1 .middle-bg {
	padding:0 9px;
	height:32px;
	line-height:30px;
	}
/* FXB-27722 */
body #bonus_div td input {
	margin: 2px 3px 1px;
	}
.partner_code_table td {
	padding:3px 5px 3px 0;
	}
/* FXB-28271 */
span.down_hint {
	font-size:10px;
	}
/* FXB-28155 */
form.trade_transfer_form td {
	padding:5px 10px 5px 0;
	}
	form.trade_transfer_form .client_filters_container td {
		padding:2px 2px 2px 0;
		}
/* FXB-28151 */
#external_transfer_currency {
	padding-left:10px;
	}
/* FXB-27614 */
body .main-nav-panel .lang-act {
	margin-right:8px;
	}
/* FXB-27727 */
#main_form .application td input,
#main_form .application td select {
	margin-top:3px;
	}
div.application label.account-type img {
	margin-top:0;
	}
div.application label.account-type b {
	vertical-align:middle;
	}
/* FXB-30123 */
#personal_info td.highlighted, #personal_info_corr_addr td.highlighted, #personal_info_passport td.highlighted,
#personal_info_contact td.highlighted, #personal_info_legal_addr td.highlighted, #personal_info_unp td.highlighted {
    color: #fa7000;
}

div.information {
	border: #D0D0D0 solid 2px;
	padding: 3px;
	font-weight: bold;
        margin-bottom: 5px;
}

/* pay_bank result style - first column in table will be bold  */
.result_table tr td:first-child {
    font-weight: bold;
    width: 230px;
}

.chi_result_table tr td:first-child {
    width: 230px;
}

/* FXB-29055 RFC9733 Подсказки на формах пополнения счёта */
.calculator_baloon {
    display:none;
    position:absolute;
    z-index:1000;
    width:280px;
}
.calculator_baloon .title {
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
}
.calculator_baloon .message {
    /*padding-top:10px;
    padding-bottom:5px;*/
}
.calculator_baloon .message a {
    color: black;
}
.calculator_baloon .button a {
    color: white;
}
.calculator_baloon .top {
    height:8px;
    font-size:0;
    background:url(../pic/tips/tip_top_white.png) no-repeat;
}
.calculator_baloon .middle {
    padding-left:10px;
    padding-right:10px;
    background:url(../pic/tips/tip_middle_white.png) repeat-y;
}
.calculator_baloon .bottom {
    height:16px;
    font-size:0;
    background:url(../pic/tips/tip_bottom_white.png) no-repeat;
}

.calculator_baloon .top-orange {
    background:url(../pic/tips/tip_top_orange.png) no-repeat;
}

.calculator_baloon .middle-orange {
    background:url(../pic/tips/tip_middle_orange.png) repeat-y;
}

.calculator_baloon .bottom-orange {
    background:url(../pic/tips/tip_bottom_orange.png) no-repeat;
}

.client_hint {
    display:none;
}

/* FXB-29055 RFC9733 Подсказки на формах welcome */
.hint_baloon {
    position:absolute;
    z-index:1000;
    width:289px;
    margin-left: -295px;
}
.hint_baloon .title {
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
}
.hint_baloon .message {
    font: 13px/18px Arial,Helvetica,sans-serif;
    width:260px;
}
.hint_baloon .message a {
    color: black;
}
.hint_baloon .button a {
    color: white;
}
.hint_baloon .top {
    height: 16px;
    font-size:0;
    background:url(../pic/tips/tip_top_orange2.png) no-repeat;
}
.hint_baloon .middle {
    padding-left:10px;
    padding-right:10px;
    background:url(../pic/tips/tip_middle_orange.png) repeat-y;
}
.hint_baloon .bottom {
    height:16px;
    font-size:0;
    background:url(../pic/tips/tip_bottom_orange2.png) no-repeat;
}

.login_box .btn-2 .arrow {_white-space:nowrap;}

.hide {
    display: none
}

.width_50 {
    width: 50%;
}

input.profile_field_em {
    width:286px;
    height:20px;
    padding:0 2px;
    color:#505050;
    border:1px solid #b4b4b4;
    font:normal 13px/20px Arial, Helvetica, sans-serif;
}
select.profile_field_em {
    width:296px;
}

.cursor_default {
    cursor:default !important;
}

div.auth_sms_code_table {
    margin: 20px auto;
    display:table;
    padding: 10px
}

div.auth_sms_success_table {
    display:table;
    padding: 10px
}
div.auth_sms_code_table td {
    padding:2px;
    vertical-align: middle;
    min-width: 22px;
}
div.auth_sms_code_table input {
    width: 120px;
}

table.auth_sms_code_table td {
    padding:2px;
    vertical-align: middle;
    min-width: 22px;
}

table.auth_sms_code_table ol {
    list-style-type: decimal;
    padding-left: 20px;
}

span.marked_text {
    font-size: 18px;
    font-weight: bold;
    color: #f60;
}

.list_decimal ol{
    list-style-type: decimal;
}

.report_table tr.even-row td {
    background: none repeat scroll 0 0 #FAFBFC;
}
.report_table tr.odd-row td {
    background: none repeat scroll 0 0 #FFFFFF;
}

.element_center {
    margin-left:auto;
    margin-right:auto;
}

div.payment_user_error {
    border:1px solid #ff0000;
    margin:0 20px 5px;
}
div.payment_user_error table.payment_user_error {
    width:100%;
}
table.payment_user_error td {
    padding:1px;
}
table.payment_user_error td.top_message {
    background-color:#fcdebe;
    font-weight:bold;
    color:#ff0000;
    padding:5px 7px;
}
table.payment_user_error td.top_message img {
    margin-top:-4px;
}
table.payment_user_error td.top_message span.major {
    font-size:14px;
    line-height:20px;
    text-transform:uppercase;
    padding-left:3px;
}

/* FXPAY-1868 редизайн страницы ввода смс кода */
label.sms_code_row {
    width: 245px;
}
input.sms_code_row {
    width: 200px;
}
.sms_code_table {
    width: 100%;
}
.sms_code_table td {
    vertical-align: middle;
    height: 22px;
}
.sms_code_table #payment_form td {
    max-width: 245px;
}
.sms_code_table .req_star {
    margin-top: 4px;
}
.sms_code_button {
    width: 110px;
}
.sms_code_button_auto {
    width: auto;
    padding-left: 15px;
    text-align: left;
}

.sms_code_button_auto span {
    white-space: nowrap;
}

.sms_code_table #payment_form table.sms_code_row {
    width: 235px;
}

.sms_code_table_ya td {
    vertical-align: middle;
    height: 22px;
}

.sms_code_table_ya .req_star {
    margin-top: 4px;
}
.sms_code_table_ya {
    /*width: 110px;*/
}
.sms_code_table_ya #payment_form table.sms_code_row {
    width: 235px;
}

.sms_code_table_ya #payment_form td {
    white-space: nowrap;
}

.sms_code_table_ya label.sms_code_row, label.ok{
    width: auto;
    padding-right: 15px;
}

.sms_code_table_ya #payment_form table.sms_code_row {
    /*width: auto;*/
}

div.email_confirm_table {
    display:table;
    width:750px;
    /*border: 1px solid #B4B4B4;*/
    padding: 10px;
    margin: 70px auto;
}
div.email_confirm_table td {
    padding: 10px 2px;
    vertical-align: middle;
    min-width: 22px;
}
div.email_confirm_table input {
    width: 170px;
}

div.email_confirm_table ol {
    list-style-type: decimal;
    padding-left: 20px;
}

div.email_confirm_table h2 {
    color: #000;
    padding-bottom: 0;
    margin: 0;
}

div.email_confirm_table a {
    text-decoration: none;
}

div.email_confirm_table a.change {
    color: #666666;
    text-decoration: none;
    border-bottom: 1px dashed #666666;
}

div.email_confirm_table span.warning_ok,
div.email_confirm_table span.warning_nok {
    font-size: 8pt;
    font-weight: bold;
}
div.email_confirm_table span.warning_nok {
    color: red;
}
div.email_confirm_table span.warning_ok {
    color: #008000;
}
div.email_confirm_table span.email {
    color: #0000ff;
}

div.lost_password_table {
    display:table;
    width:350px;
    border: 1px solid #B4B4B4;
    padding: 10px;
    margin: 70px auto;
}
div.lost_password_table td {
    padding:2px;
    vertical-align: middle;
    min-width: 22px;
    padding-bottom: 13px;
}
div.lost_password_table input {
    width: 200px;
}

div.lost_password_table ol {
    list-style-type: decimal;
    padding-left: 20px;
}

div.lost_password_table h2 {
    color: #000;
}


.lost_password_table span.uppercase {
    color: #000000;
    display: block;
    font-size: 20px;
    padding-bottom: 13px;
    text-align: left;
    text-transform: none;
}

div.email_confirm_table div.spaced_grayline {
    border:0px; border-top:1px dotted #000000; height:0px;
    margin: 16px 0;
}

div.libertex_wait_box {
    width: 700px;
    border: 1px solid #B4B4B4;
    background-color: white;
    margin: -80px 0 0 -350px;
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 200;
}
div.libertex_wait_box table td {
    padding: 10px;
}

.min_amount_container {
    /*padding-bottom: 8px;
    padding-left: 5px;*/
}

.min_amount_label {
    float: left;
}

div.atmosphere_show_warning_window {
    width: 300px;
    position: fixed;
    background-color: #fcdebe;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: #fa7000 solid 1px;
    z-index: 500;
}
/* hack for IE6 */
* html div.atmosphere_show_warning_window {
    position: absolute;
}
div.atmosphere_show_warning_window .atmosphere_window_content {
    padding: 5px;
}

div.atmosphere_show_warning_window .atmosphere_window_title {
    background-color: #fa7000;
    height: 26px;
    padding: 2px 5px;
    color: white;
    font-weight: bold;
}
div.atmosphere_show_warning_window .atmosphere_window_title table {
    width: 100%;
}

div.atmosphere_show_warning_window .atmosphere_window_title table td {
    vertical-align: middle;
}
div.atmosphere_show_warning_window .atmosphere_window_title .atmosphere_window_title_button {
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
    background:#fa7000 url(/pic/cancel.png) no-repeat 0 0;
}
div.atmosphere_show_warning_window iframe {
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    width:300px;        /* такая же ширина, что и у подсказки */
    height:0;           /* значение будет вычилсяться скриптом */
    filter:mask();
}
table.hint_instruction {
    margin-bottom: 20px;
    margin-top: 20px;
}
table.hint_instruction td {
    vertical-align: middle;
}
table.hint_instruction td img.question_icon {
    padding-right: 15px;
}
table.hint_instruction td img.open_window_icon {
    padding-left: 5px;
}

.unblock_login_button {
    margin: 0 20px;
}

span.grey_italic_desc {
    color: #8C8C91;
    font-style: italic;
}
#welcome_account_list {
    width:180px;
}

.content-box {
    float: left;
    overflow: hidden;
    padding: 0 0 0 30px;
    width: 580px;
}
.side-box {
    float:right;
    width: 340px;
}

.side-box div h4.secondary_text {
	color: #999999;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.side-box div h4.secondary_text.terminal_select {
	width: 179px;
	margin-left: auto;
	margin-right: auto;
}

div.content-box-title {
    font-size: 25px;
    line-height: 1;
}

div.content-box-entry {
    padding-top: 40px;
}

.content-box-entry img {
    float: left;
}

.content-box-entry img.arrow1 {
    float: left;
    margin-left: -35px;
    margin-top: 58px;
}

.content-box-entry img.arrow2 {
    float: left;
    margin-left: -39px;
    margin-top: 71px;
}

.content-box-entry img.arrow_rusd {
    float: left;
    margin-left: -39px;
    margin-top: 80px;
}

.content-box-entry div {
    margin-left: 110px;
    padding-top: 10px;
}

.content-box-entry div h3 {
    font-size: 15px;
    font-weight: bold;
    color: #494949;
    padding-bottom: 15px;
}

.content-box-entry div h4.secondary_text {
    color: #999999;
    font-size: 11px;
    padding-top: 15px;
}

.content-box-entry div table td {
    color: #797979;
    font-size: 13px;
    font-weight: bold;
}

.content-box-entry div table td b {
    color: #09f;
    margin-left: 10px;
}

.content-box-entry div p a {
    font-size: 13px;
    color: #0099FF;
}

.side-box-content {
    background-color: #EEEEEE;
    padding: 30px;
}

.side-box-entry img {
    float: left;
    padding-top: 3px;
}

.side-box-entry div {
    margin-left: 62px;
    color: #797979;
}

.side-box-entry div a {
    color: #0099FF;
}

.reset #trade_account_widget {
    background: none;
}

.account_info_box table.account_info_table > tbody > tr > td {
    padding: 5px 4px;
    vertical-align: top;
}

.account_info_box   table.account_info_table td.dotted_bottom {
    border-bottom: 1px dotted #999999;
    padding-bottom: 7px;
}

.close_account_box {
    padding-left: 10px;
}

.margin_top_7px {
	margin-top: 7px;
}

.margin_top_10px {
	margin-top: 10px;
}

input.field_250, textarea.field_250 {
    width:250px;
}

select.field_250 {
    width:260px;
}

div.charity_transfer_agreement {
    height: 300px;
    width: 615px;
    overflow: auto;
}

.livechat-box {
    background: #434446;
    border-radius: 4px;
    padding: 16px;
    color: white;
}

.livechat-box h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
}

.btn-primary {
    background: url('https://options.fxclub.cn/wp-content/themes/spotoption/images/sprites/sprite_column.png') no-repeat -16px -578px;

    width: 160px;
    height: 32px;

    display: inline-block;
    margin-right: 4px;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 18px;
    padding-top: 17px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.btn-doc {
    height: 30px;
    cursor: pointer;
}
span.link {
    text-decoration:underline;
    color:#0083d0;
}

.interest_deposit .label{
    margin-left: -14px;
    margin-right: -14px;
    background-color: #008FFF;
    margin-top: -18px;
    padding-top: 15px;
    font-size: large;
    padding-bottom: 15px
}

.interest_deposit .in-bg {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: rgb(212, 218, 225);
}

.interest_deposit .in-bg {
    padding:8px 14px 17px;
    background: none !important;
}

.interest_deposit .label h3 {
    color: #ffffff;
    padding-left: 14px;
}

.interest_deposit_info_box a{
    text-decoration: underline !important;
}

.interest_deposit_info_box {
    padding-top: 15px;
}

.interest_deposit_info_box .hint {
    color: #8c8c91;
    font-size: 80%;
}

.padding_left_15 {
    padding-left: 15px;
}

fieldset.interest_deposit_calculator {
    border: 1px solid lightgray;
    border-radius: 6px;
    width: 400px;
}

fieldset.interest_deposit_calculator .measureLabel {
    width: 130px;
}

.interest_deposit_calculator td {
    padding: 5px;
}




.interest_deposit h3 {
    font-size: large;
}

.interest_deposit h3 + p {
    padding-top: 7px;
}

.interest_deposit ol.o_list {
    list-style-type: decimal;
}

.pl_interest_deposit {
    width: 324px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: rgb(212, 218, 225);
    margin-right: 0px;
    margin-bottom: 20px;
}

.header .top-panel .service-package .interest_rate_title {
    display:block;
    margin-bottom:10px;
    padding:0px 0 0 21px;
    color:#8c8c91;
    font-size:11px;
}

.welcome_table .box-1 .top-bg {
    border-top-style: solid;
    border-top-width: 0px;
    border-color: rgb(212, 218, 225);
    background:url(/pic/box-1.png) no-repeat 0 0;
}

.welcome_table .box-1 .in-bg {
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-color: rgb(212, 218, 225);
    background:url(/pic/box-1.png) no-repeat -776px 100%;
}

.interest_welcome_table .box-1 .top-bg,
.interest_welcome_table .box-1 .in-bg {
    background: none; !important
}

.welcome_table .bordered_box {
    border-color: rgb(212, 218, 225);
    border-width: 1px;
    border-style: solid;
    border-left-width: 0px;
    margin: 0 0px 6px 0;
}

.bordered_box .box-1{
    margin: 0 20px 0px 0;
}

.interest_deposit_welcome_table {
    margin-bottom: 26px;
}

.welcome_interest_block{
    margin-bottom: 20px;
}

.welcome_interest_block .box-1 .top-bg {
    background: none;
    border-top-style: solid;
    border-top-width: 0px;
    border-color: rgb(212, 218, 225);
    border-top-width: 1px;
}

.welcome_interest_block .box-1 .in-bg {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background: none;
    border-color: rgb(212, 218, 225);
}

.welcome_interest_block .bordered_box {
    border-color: rgb(212, 218, 225);
    border-width: 1px;
    border-style: solid;
    border-left-width: 0px;
    margin: 0 0px 6px 0;
}

.interest_deposit_calculator .box-1 .top-bg {
    background: none;
    border-top-style: solid;
    border-top-width: 0px;
    border-color: rgb(212, 218, 225);
    border-top-width: 1px;
}

.interest_deposit_calculator .box-1 .in-bg {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background: none;
    border-color: rgb(212, 218, 225);
    padding:8px 3px 17px; !important
}

.interest_deposit h2.bstar {
    font-size: large;
    color:#FF6600;
}

.interest_deposit_calculator .hint {
    color: #8c8c91;
    font-size: 85%;
}

.interest_deposit_calculator .calculator_responsibility {
    width: 388px;
}

.interest_deposit_info_box img {
    z-index: 2;
    margin-top: -40px;
    margin-bottom: -16px;
}

.need_to_recharge_hint {
    padding-left: 15px;
    color: #8c8c91;
    font-size: 90%;
}

.pdf_doc {
    padding-left:25px;
    background:url(/pic/bvi/trade_systems/register/pdf.gif) no-repeat;
}

.interest_deposit .o_list li {
    margin-bottom: 5px;
}

.side-box-deposit-banner {
    margin-bottom: 20px;
    background: none;
    border-style: solid;
    border-color: rgb(212, 218, 225);
    border-width: 1px;
    border-radius: 7px;
}

.side-box-deposit-banner .content {
    padding: 30px;
}

.side-box-deposit-banner .content .picture img{
    max-width: 100%;
    height: auto;
}

.side-box-deposit-banner .content .text {
    padding-top: 30px;
    padding-bottom: 30px;
    font: normal 27px/31px Arial, Helvetica, sans-serif;
    text-align: center;
}
.side-box-deposit-banner .content .button {
    text-align: center;
}

table.exchange_rates {
    width: 480px !important;
}
table.exchange_rates td {
    width: 160px;
}

div.special_offer h3 {
	font-size: 15px;
	font-weight: bold;
	color: #494949;
	padding-bottom: 15px;
}

/* Стили для иконки отображения пароля input элемента*/
.input-password-icon-container {
	position: relative;
}

.input-password-icon-container input::-ms-reveal {
	display: none;
}

.input-password-icon {
	position: absolute;
	right: 8px;
	height: 15px;
	width: 15px;
	bottom: 3px;
	cursor: pointer;
}


/* UPP styles */
iframe.upp {
	width: 100%;
	height: 100%;
	border-width: 0px;
	min-height: 200px;
}


.pending-no-transparent {
    position: relative;
}

.pending-no-transparent:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(/pic/loader-ws.gif) 50% 50% no-repeat #fff;
    border-radius: 3px;
}
.service_levels_history td, .sms_client_history td {
	white-space: normal;
}
