
HTML {
	background-color: #EFEFE7;
	height: 100%;
}

BODY {
/*
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
*/
    font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
    line-height: 1.5em;
}

A IMG {
  border: none;
  margin-bottom: -3px;
}

INPUT {
  vertical-align:  middle;
  margin-bottom: 1px;
}


.links
{
    background: #B7D8FB;
    border: 1px solid #AAA;
}


.mediumtext {
	font-size: 12px;
}

.smalltext {
	font-size: 11px;
}

.v-middle {
  vertical-align: middle;
}


H1 {
    clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
    padding-left: 20px;
    margin: 10px 0px 5px 0px;
    background: url(../images/h1_left.png) no-repeat top left;
}

H2 {
    clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
    text-align: center;
}


.clear,
#clear {
	clear: both;
	display: block;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.wrapper {
	width: 1096px;
	margin:0 auto;
}

.wrapper_merchant {
	width: 686px;
	margin:0 auto;
}

.wrapper .middle,
.wrapper_merchant .middle, {
	width: 686px;
	float: left;
	background-color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-left: 5px;
    margin-right: 5px;
}

.wrapper .top,
.wrapper_merchant .top_merchant {
	height: 200px;
	width: 100%;
	background: url(../images/logo.png) no-repeat;
	margin-bottom: 10px;
    position: relative;
    margin-top: 3px
}

.wrapper_merchant .top_merchant {
	background: url(../images/logo_merchant.png) no-repeat;
	margin-left: 4px;
	height: 100px;
}

.wrapper .bottom {
	height: 100px;
	width: 100%;
	background: url(../images/footer.png) no-repeat;
    margin-top: 10px;
    text-align: center;
    position: relative;
}

.html_frame {
    background-color: #fff;
}


/*
a:link, a:visited, a:active {
*/
A {
  text-decoration: none;
  color: #00F;
}

A:hover {
	color: #C00;
}

.text-center {
    text-align: center;
    vertical-align: bottom;
    margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}


.abzac {
  clear: both;
  text-indent: 2em;
  margin-top: 0px;
  margin-bottom: 0px;
}

.justify {
  text-align: justify;
}

.wmid {
    position: absolute;
    bottom: 5%;
    right: 2%;
    text-align: right;
}


/*
.logo-title {
    position: absolute;
    top: 25%;
    left: 350px;
}
*/

.logo-title-text {
    position: absolute;
    top: 24px;
    left: 40%;
}


UL.nospaces,
OL.nospaces {
    margin: 0px;
}

HR {
	border: 1px solid #E0EFFE;
}


TABLE {
/*
	background-color:#EFEFEF;
*/
	border: 1px solid #AAA;
    border-collapse: collapse;
}

TH {
	background-color: #CBE4FE;
	border: 1px solid #AAA;
    padding: 3px;
}

TR .smalltext {
	font-size: 11px;
    line-height: 1.2em;
}

TD {
	border: 1px solid #AAA;
/*
    padding: 3px 5px 3px 5px;
*/
    padding: 5px;
}

.table_hidden,
.table_hidden TD,
.table_hidden TH {
	border: 1px none;
}

.table_vhidden,
.table_vhidden TD,
.table_vhidden TH {
	border-left: 1px none;
	border-right: 1px none;
}

.table_hhidden,
.table_hhidden TD,
.table_hhidden TH {
	border-top: 1px none;
	border-bottom: 1px none;
}


.C1,
.c1 {
    background-color: #E9E9E9;
}

.C2,
.c2 {
    background-color: #F0F0F0;
}

.keys {
    font-size: 10px;
	font-weight: lighter;
}

.splitter {
    height: 11px;
}

.float-center {
    position: relative;
    float: left;
    left: 50%;
}

.float-center DIV {
    position: relative;
    right: 50%;
}

.float-right {
    position: relative;
    float: left;
    left: 100%;
}

.float-right DIV {
    position: relative;
    right: 100%;
}

/*
.error-window {
    z-index: 1000;
	position: absolute;
	width: 350px;
	height: 150px;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -135px;
}


.error-window DIV {
    padding: 15px;
    border: solid 2px #DD7777;
    background: #FFCCCC;
    color: #000;
    text-align: center;
}
*/

.error-window {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    cursor: default;
    z-index: 10;
}


.error-window DIV {
    display: inline-block;
    left: 50%;
    top: 50%;
    position: fixed;
	width: 300px;
	min-height: 100px;
	margin: -50px 0 0 -150px;
    padding: 15px;
    color: #000;
    text-align: center;
    border: solid 2px #DD7777;
    background: #FFCCCC;
}


.tip {
   	position: relative;
}


.tip:hover,
.tip-dashed {
    cursor: help;
}

.tooltip {
   	position: absolute;
	display: none;
    z-index: 100;
    text-align: left;
    width: 19em;
   	padding: 5px;
    margin: 15px;
   	background: #B7D8FB;
    border: 1px dotted #000080;
    color: #000;
	font-size: 12px;
    line-height: 1.2em;
}

.tip-dashed {
  border-bottom: 1px dashed #000080;
}


.news {
  border: 1px solid #EBEBEB;
  width: 95%;
  margin-top: 10px;
  padding: 10px;
  text-align: left;
}

.input {
  border: 1px solid #000080;
  background-color: #E0EFFE;
  vertical-align:  middle;
  margin-bottom: 1px;
}

.input-digit {
  text-align: right;
}

.option {
  background-color: #E0EFFE;
  vertical-align:  middle;
}

.error {
  color: #F00;
}


.bottom-link {
    position: absolute;
    bottom: -10px;
    right: 1%;
    text-align: right;
}

.bottom-buttons {
    position: absolute;
    top: 16%;
    left: 1%;
}


.table_trans {
	background-color:#FFF;
}

.patrushev {
    background-color: #FDF0D1;
    border: 1px solid #AED3F6;
    text-align: center;
    margin-left: 46px;
    margin-right: 45px;
    padding-top: 1em;
    padding-bottom: 1em;
}

.bold {
    font-weight: bold;
}
