@charset "utf-8";
/* CSS Document */
	
html, body {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	color: rgb(102,102,102);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #f0f0f0;
}
.load_div {
    position: absolute;
    top: 0;
    width: 100%;
	height:100%;
    z-index: 10;
	background-color: rgba(0, 0, 0, .3);
}
.load_div h3 {
	margin-top:50pt;
	border: 1pt solid #000;
	-moz-border-radius: 7pt;
	border-radius: 7pt;
	-webkit-border-radius: 7pt;
	-moz-box-shadow: 0 1pt 0 #fff;
	box-shadow: 0 1pt 0 #fff;
	-webkit-box-shadow: 0 1pt 0 #fff;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 10pt;
	line-height: 50pt;
	height: 50pt;
	text-align: center;
	position: absolute;
	left: 50%;
	width: 100pt;
	margin-left: -50pt;
	text-shadow: 0 1pt 0 #000;
}	
@media only screen and (max-width: 640px) {
	body, a, a:link, a:visited{
		font-size:8pt;
	}
	.title {
		padding: 0;
		max-height: auto;
		min-height: auto;
	}
	.item .item-left, .item .item-right {
		font-size:10pt;
	}
	.item .item-title, .item .item-btn {
		font-size:12pt;
	}
}
.main {
	max-width: 390px;
	width: 390px;
	min-height: 400px;
	padding: 20px;
	margin: 0 auto;
	border: 1px solid #ccc;
	background-color: #fff;
}
.title {
	padding: 0;
	max-height: 70px;
	min-height: 47px;
	vertical-align:middle;
}
.title img, a img {
	border:0 none;
	margin:3px;
}
a, a:link, a:visited {
	margin:0;
	padding:0;
	font-size: 8pt;
	vertical-align:baseline;
	background:transparent;
	color: #666;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #000;
}
.content {
	padding: 20px 0 0 0;
}
.content .item {
	display: table;
	width: 100%;
	margin: 0;
	line-height: 1.5;
}
.content .item.header {
	margin-bottom: 10px;
}
.content .item.control {
	margin: 10px 0;
}
.item .item-left {
	padding: 0 5pt 0 0;
	display: table-cell;
	vertical-align: middle;
	width:40%;
	font-size: 10pt;
	text-align: right;
}
.item .item-onecol {
	padding: 0 5px 0 0;
	display: table-cell;
	vertical-align: middle;
	width:100%;
	font-size: 10pt;
}
.item .item-right {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 5px;
	width:60%;
	font-size: 10pt;
	text-align: left;
}
.item .item-btn {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 5pt;
	width:60%;
	font-size: 12pt;
	text-align:left;
}
.item .item-title {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	width:100%;
	font-size: 14pt;
	color: #333;
}
.item .item-info {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	width:100%;
}
.item-highlight {
	font-weight: 600;
}
.item-hint {
	font-style: italic;
}
.item.item-hint {
	margin: 0;
}
.item-amount {
	font-size: 18pt;
	color: #468e06;
}
.item-currency {

}
.item.type0 {display:none;}
.item-input {
	width: 100%;
	border: 1px solid #b0b0b0;
	padding: 5px 10px;
	margin: 0;
	background-color: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.item-input:focus {
	border-color: #075090;
}
.item-resend {
	text-align: center;
	font-style: italic;
    white-space: nowrap;
	font-size: 10pt;
}
input[type="text"],input[type="tel"], input[type="password"], select {
	color:#000;
	font-size: 10pt;
	border: #ccc solid 1px;
	line-height: 1.5;
	margin:1px 0;
}
.btn{
  	font-size: 8pt;
	color:#000;
	white-space: nowrap;
	font-weight:normal;
	width:auto;
	min-width:70px;
	outline:none;
	cursor:pointer;
}
.chk {vertical-align:bottom;}
.fadeContent .btnbodywrap{
	background-color:transparent;
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
	padding-left:3px;
	background-color:transparent;
}
.fadeContent .btnbody{
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
	padding-top:0;
	padding-bottom:0;
	padding-right:3px;
	cursor: pointer;
}
.fadeContent .btncontent{
	padding-left:5px;
	padding-right:5px;
	font-size:8pt;
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
	color:#666;
	border:#ccc solid 1px;
	background-color: #eee;
	MozUserSelect:none;
	white-space: nowrap;
	line-height:2;
	width:auto;
	min-width:70px;
	outline:none;
}
.btncontent:focus {outline:none}
input.btncontent {
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:10pt;
}
.fadeWrap{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.fadeContent{
	position: absolute;
  	max-width:380px;
	min-width:200px;
	top: 0;
	z-index: 100;
}
.fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=50);
	opacity: .50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 90;
}
.contentDiv {
  	background-color:#fff;
    clear: both;
    margin: 0 auto;
}
.winheader {
	display:block;  
	border:0px none;  
	background-color:#075090;
}
.winheader .wintitle {display: block; padding:0; margin:0;}
.winheader .wintitle td{color:#fff; font-size:12pt; font-weight:normal; padding:5px}
.wincontent {display:block;padding:10px}
.actionContentDiv {padding:5px 0}

.nowrap { white-space:nowrap}
.mess_Error	{color:#CC0000;	}
.langs {
	padding:5pt 0;
}
.langs-list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	max-width: 390px;
}
.langs-list li {
	display: inline-block;
	margin: 0 3px;
    cursor: pointer;
	font-size: 10pt;
}
.divLang{
	color: #666;
}
.divLangOpaq{
	color: #000;
}
.divLangOpaq:hover {
	color: #666;
}
.error {color: #CC0000;}
input.error {
    background: #ffeeee;
    border-color: #ffcccc;
    font-style: normal;
    font-weight: normal;
}
.cp-keypad-holder {
	position: relative;
}
.vardata input,
.cp-password-input {
	box-sizing: border-box;
	width: 140px;
}

.cp-password-input-with-keypad {
	padding-right: 25px;
}

.cp-keypad-holder img.keypad-trigger {
	left: 114px;
	position: absolute;
	top: 2px;
}

.cp-keypad-holder-wide.cp-keypad-holder img.keypad-trigger {
	left: 116px;
	top: 4px;
}
#caps, .caps {
	color:red;
	width:46px;
	white-space:nowrap;
	font-size:80%;
	font-style:italic;
}
.caps {
	display:block;
	float: right;
	padding-top:8px
}
/* For general (table) pages */
.Main {
	background-color: #FFFFFF;
	border:1px solid #B0C4DE;
	width:390px;
	height:400px;
	padding: 20px;
}
td.td_info {
	text-align:left;
	width:60%;
}
td.td_title {
	text-align:right;
	width:40%;
}
.vardata {width:290px; border:0px none;}
.vardata td {width:50%;}

.Main td .vardata td {
	padding:0;
	position: relative;
}
h2, h1 {
	font-size: 14pt;
	color: #333;
	font-weight: normal;
}
h3 {
	font-size: 12pt;
	font-weight: normal;
}
.tblLang{
	width:390px;
	margin-top:10px;
}
.tblLang .divLang{
	height:24px;
	width:32px;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
	float:right;
	margin-left:5px;
}
.tblLang .divLangOpaq{
	filter:alpha(opacity=50);
	opacity: .50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*--IE 8 Transparency--*/
}
.tblLang .divLangOpaq:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tblLang .divLangRU{
	background-image: url(/Images/common/ru.png);
}
.tblLang .divLangEN{
	background-image: url(/Images/common/en.png);
}
.tblLang .divLangAZ{
	background-image: url(/Images/common/az.png);
}
.tblLang .divLangKH{
	background-image: url(/Images/common/kh.png);
}
.tblLang .divLangGE{
	background-image: url(/Images/common/ge.png);
}
.tblLang .divLangMN{
	background-image: url(/Images/common/mn.png);
}
.tblLang .divLangFR{
	background-image: url(/Images/common/fr.png);
}