/********** GLOBAL RESET **********/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0; padding: 0; margin:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}del,ins{text-decoration: none}

/**********************************/

/********** GLOBAL CSS **********/
h1 { font-size:20px; margin:10px 0;}
h2 { font-size:18px; margin:10px 0; }
h3 { font-size:16px; margin:10px 0; }
h4 { font-size:14px; margin:10px 0; }

h1,h2,h3,h4,h5,h6{ font-weight:bold; clear: left; background: none }
strong { font-weight:bold;}
abbr,acronym { border-bottom:1px dotted #000; cursor:help; } 
em { font-style:italic; }
del { text-decoration:line-through; }
blockquote,ul,ol,dl { margin:5px; }
ol,ul,dl { margin-left:10px; }
ol li { list-style: decimal outside }
ul li { list-style: disc outside; margin-left:3px;}
dl dd { margin-left:5px; }
th,td { padding:0px; }
th { font-weight:bold; text-align:center; }
caption { 
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:200px;*width:200px; margin:0 0 5px 5px;}
input {vertical-align: middle;}

/**********************************/




/* -------------------------- Generic CSS ------------------------ */

body {font-size: 12px; font-family: Arial, Verdana, Sans-Serif, times; color:#000000;}
p { margin: 5px 0; padding: 0;}
a { color: blue;}

div#tFrame 
{
	background-color:White;
	border-left:solid 5px #e9e9e9;
	border-right:solid 5px #e9e9e9;
	width: 800px;
	margin: 0 auto 0 auto; position:relative; 
	}
div#tFrame div.tInner {  padding: 0px 5px; }
div#tFrameEnd { clear: both; }

div#tHeader div.tInner  {padding: 20px 20px;}
div#tHeader h1, div#tHeader h2 {margin: 0; }
div#tHeader h1 { float: left;}
div#tHeader h2 { float: right; clear: none;}



/* ------------------------------- MAIN CONTENT ------------------------ */
div#tMain
{	
	margin:5px 15px;
	clear: both;
	_height: 600px;
	min-height: 600px;
}

div#tMain p {line-height:1.4em; text-align:justify; clear: left; }
div#tMain a {text-decoration:none; }
div#tMain a:hover {text-decoration: underline;}
div#tMain .row { margin-bottom:4px; clear: left; }
div#tMain .row .text { line-height: 18px;}
div#tMain .terms { padding-bottom:20px; padding-top:20px; width:80%; line-height:1.4em;}

/*h3.pageTitle { text-align: right; border-bottom: dotted 1px #ccc; 
				padding: 2px 0; margin: 0; font-size:138.5%;  font-family: trebuchet MS; color:black; }
div.step h3 {text-transform: uppercase;  color:#777; padding: 1px; margin: 0 -15px 1em -15px;  I CHANGED THIS MARGIN!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
				font-size:1.22em; background:#fff; font-family: trebuchet MS; zoom: 1;
				border-bottom:solid 2px #777; padding: 0px 0 .5em 0;  } */ /*I CHANGED THIS PADDING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
div h4 {color:#777; 	font-size:1.15em; background:#fff; font-family: trebuchet MS; margin-top: 20px;  }


/* --------------------------------------- FOOTER ------------------------------------------- */
div#tFooter {border-top:dotted 1px #ccc; bottom: 0; margin-bottom:5px; }
div#tFooter ul {margin:0; padding: 0 15px;}
div#tFooter li { list-style-type: none; color:#555; padding-top:2px;}
div#tFooter li.first { float: left;} 
div#tFooter li.last { float: right; }
div#tFooter div#tFooterEnd { clear: both; }

/* ----------------------------------------- INPUT AND FORMS -------------------------------- */
.formNav { text-align:right;  clear: both;}
input.next, input.back {width:55px; }
input.next { margin-top:5px;}
input.next { float: left;}
div#tMain .row label { float:left; font-weight:bold; width:200px; 
						text-align:right; padding:2px 10px 2px 0;  }
						
input.text, textarea, select {padding: 5px; border: solid 1px #d2d2c4; font-size: 14px; cursor: hand; cursor: pointer;}



div#tMain .inputFields label { display: inline; width: auto; padding: 0; text-align: left; float: none;}
div#tMain .inputFields input.radio, div#tMain .inputFields input.checkbox { float: none; display: inline; margin-right: 5px;}
div#tMain input.tiny {width:40px}
div#tMain input.small {width:100px}
div#tMain input.medium {width:200px;}
div#tMain input.large {width:300px}
.step p {margin:15px 0;  *margin:15px 0;}

/* ------------------------------------------ Errors -------------------------------------- */

div.errors {    
	background-color: #FFFFFF;
    border: 1px solid red;
    color: red;
    font-size: 105%;
    font-weight: bold;
    margin: 15px 0;
    padding: 15px 10px 10px;
	}
div.errors h6 { margin-top: -24px; background-color: #fff; float: left; padding:1px 5px 0 25px; 
                height: 19px;
                background-repeat: no-repeat;
                background-position: 2px top;
                background-image:url(./Plain-Grey/exclamation.png); }
div.errors ul { clear: left;  margin: .2em 1em; }
div.errors ul li { list-style-type: none; color: Red; margin: .2em 0; }

/* ------------ country selection page --------- */

.countrySelectionFull label {width:275px !important;}


/* ----------------------------------------- TABLES ----------------------------------------- */
div#tMain .confirmation table { padding:0; width: 100%; }
div#tMain .confirmation table td, 
div#tMain .confirmation table th 
{ border-style:none; text-align:left; border-bottom:solid 1px #ccc; padding-left:0 }
div#tMain .confirmation table tr td { padding-left: 6px;}
div#tMain .confirmation table tr td.label { width: 200px; padding-left: 0px; text-align: right; font-weight: bold; vertical-align:top;}
div#tMain .confirmation table th { border-bottom-width:3px; text-transform:uppercase; }
div#tMain .confirmation h4 { border-bottom: solid 1px #ccc; text-transform:uppercase; }

/* -------------------------------------- HELPERS ------------------------------------------- */
div#tMain .row .hint { color:#777; font-style:italic;   }
.error { color: Red; }

/* -------------------------------------- Q and A ------------------------------------------- */
div.QAViewer {padding:0px 0px;  margin: 0px; zoom: 1;}
div.QAViewer a.QALink { 
	color:#113183; 
	background-image:url("/FormBuilder/_Resource/_module/sYGw5Z-WWkaFZtGhzlBDOA/image/icons/question4.gif");
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	font-weight:bold;
	margin:10px 0;
	padding:5px 30px;
}
div.QAViewer a.QALink:hover { text-decoration:none; }
div.QAViewer p { margin-top:5px; padding: 0 0 10px 0; margin-left:29px; float:none }

div#bpayBox table td { padding: 0px;}  
div#bpayBox table td.instructions { padding: 11px;}  

p.iconLink { 
	
}

.iconLink { padding:10px 35px; *padding: 0px 35px; zoom: 1; background: url(/FormBuilder/_Resource/_module/OiF4gCtQgkm_lZSOd7evvQ/image/icons/pdf2.gif) no-repeat left center; }
.iconLink a
{ zoom: 1;
	padding: 15px;
	margin-left: 25px;
	padding-left: 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
}


/* Print Styles */

@media print
{
	                                            
	div#tFrame 
	{
		width: 95%;
		border: none;
	}	
}


/* Survey */
div.step { zoom: 1; padding: 0px 15px;}
div.survey { font-size: 110%; margin: 15px; padding: 15px; background-color: #fff; zoom: 1;}
div.survey textarea { width: 98%;}

div.question { font-size: 18px; margin-bottom: 10px; }
.error div.question{ color: #444 ; } 

div.survey span.error 
{	
	display: block;
	color: red;
	padding: 10px;
	margin: 5px 0 10px 0;
	background-color: #eee;
	bottom: 0;
	right: 0;
}

div.questionError { border: dashed 1px red;}
.answers { padding-left: 15px; margin-left: 0; }	
.answers li { list-style-type: none; margin: 10px 0 10px 0;  line-height: 1.8em; vertical-align:  bottom;}
.answers li input { margin-right: 6px; font-weight: bold; padding: 5px; }
.answers li select { margin-right: 6px; font-weight: bold; padding: 4px; font-size: 1.2em; }
.answers li label { display: block; font-weight: bold}


/* Matrix */
 table.matrix { width: 100%; border-collapse: collapse;}
table.matrix tr td { text-align: center; }
table.matrix tr th,
table.matrix tr td {border-bottom: solid 1px #ccc;  border-top: solid 1px #ccc; padding: 15px; }
table.matrix tbody tr th { text-align: left; }
table.matrix tr td label { display: block; height: 100%; }


table.matrix tr td { padding: 0 15px;}
table.matrix tr td label { padding: 15px;}
table.matrix .checked { background-color:#D6FFE2; }

.singleAnwser table input { margin-right: 10px;}

div.formNav { padding: 15px 0;}
div.step input.next{ background: url(/FormBuilder/_Resource/_module/OiF4gCtQgkm_lZSOd7evvQ/image/next-bg.jpg) repeat-x left center; font-size: 1.3em;
                     color: #fff; height: 38px; width: 120px; font-weight: bold; border: 1px solid #000000;}
div.step input.back {background-color: #b6b693;  border: solid 2px #d2d2c4; font-size: 1.3em;
                     color: #fff; height: 38px; width: 84px; font-weight: bold;}




/*************************/
/****** Custom CSS *******/

/*********************************** GENERAL STYLES **************************************/
html, body { /* CLEAR BROWSER PRESETS */
	margin: 0; 
	padding: 0; 
	border: 0;
	height: 100%;
	width: 100%;
}

body { 	
	background:url("/FormBuilder/_Resource/_module/OiF4gCtQgkm_lZSOd7evvQ/image/bg-main.jpg") repeat-x scroll top left #fff;
	font-family: Arial,sans-serif;
	font: .9em; /* CHANGE font style */
	color: #000; /* CHANGE font color */
	line-height: 1.3; /* CHANGE line height */
}

h1 {
	font-size: 1.6em;
}

h1.banner-text{
	margin: 10px 10px 0 0;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
}

span.heading {
	color: #49176d;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	color: #666666;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#col1 h3 {
	color:#68696C;
	font-size:1.2em;
	font-weight: bold;
	text-transform:uppercase;
}

a:link {
	color:#666; 
	text-decoration: none;
}

a:visited {
	color:#666; 
	text-decoration: none;
}

a:hover {
	color:#666; 
	text-decoration: underline;
}

a:active {
	color:#666; 
	text-decoration: none;
}

#main-nav li a:link {
	color:#666666; 
	text-decoration: none;
	background:url("/_Resource/_module/Xxf8WoKhiEG_6ptjveEwOQ/image/nav-bg1b.gif") no-repeat scroll bottom right transparent;
	margin-right:10px;
	padding:10px 0;
}

#main-nav li a:visited {
	color:#666666; 
	text-decoration: none;
	background:url("/_Resource/_module/Xxf8WoKhiEG_6ptjveEwOQ/image/nav-bg1b.gif") no-repeat scroll bottom right transparent;
	margin-right:10px;
	padding:10px 0;
}

#main-nav li a:hover {
	color:#49176d; 
	text-decoration: none;
	background:url("/_Resource/_module/Xxf8WoKhiEG_6ptjveEwOQ/image/nav-bg2b.gif") no-repeat scroll bottom right transparent;
	margin-right:10px;
	padding:10px 0;
}


#main-nav li a:active {
	color:#666666; 
	text-decoration: none;
	background:url("/_Resource/_module/Xxf8WoKhiEG_6ptjveEwOQ/image/nav-bg1b.gif") no-repeat scroll bottom right transparent;
	margin-right:10px;
	padding:10px 0;
}

#site-info a:link {
	text-decoration: none;
}

#site-info a:visited {
	text-decoration: none;
}

#site-info a:hover {
	text-decoration: underline;
}

#site-info a:active {
	text-decoration: none;
}
/*********************************** PAGE LAYOUT **************************************/
/*** CONTAINER ***/
#container {
	color:#666666;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
	width: 732px;
	_background: #fff;
	_border: 1px solid #ccc;
}

/*** BRANDING ***/
#branding {
	background:url("/FormBuilder/_Resource/_module/OiF4gCtQgkm_lZSOd7evvQ/image/middle.png") repeat-y scroll top left;
	_background: #fff;
	position:relative;
	padding: 10px 35px 0;
}

.lang-btn {
	float: right;
	background: url(/FormBuilder/_Resource/_module/OiF4gCtQgkm_lZSOd7evvQ/image/lang-arrow.jpg) no-repeat right center;
	font-weight: bold;
    padding: 5px 30px 5px 0;
	right: 30px;
    top: -155px;
	position: absolute;
}

.disclaimer {
	float: right;
    position: absolute;
    right: 30px;
    top: -190px;
	width: 320px;
	font-size: .8em;
}


a.lang-btn {
	color: #00529B;
}

.brand-banner {
	margin: 0 0 0 -28px;
	_margin: 0 0 0 -50px;
}

#logoRu {
	display: none;
}


#logoEn{
	display: none;
}

#bannerRu {
	display: none;
}


#bannerEn{
	display: none;
}



/*** MAIN NAV ***/
#main-nav {
	font-family:Arial,sans-serif;
	font-weight:bold;
	padding:0px;
	position:relative;
	text-align:left;
	width: 500px;
	white-space:nowrap;
}

#main-nav ul li {
	display: inline;
	text-align: right; /* USE THIS TO CHANGE NAV LOCATION */
	font-size:0.95em;
	margin-right: 10px;
}

/*** MAIN CONTENT ***/
#main-content {
	background:url("/FormBuilder/_Resource/_module/OiF4gCtQgkm_lZSOd7evvQ/image/middle.png") repeat-y scroll top left;
	_background: #fff;
	position: relative;
	clear: both;
	width: 100%;
}

/*** TWO COLUMN LAYOUT ***/

#col1 {
	min-height:400px;
	*min-height: 400px;
	*margin-bottom: -20px;
	position:relative;
	padding: 15px 30px;
}

#col1 hr {
	border: 1px solid #ccc;
}

#col2 {
	float:right;
	padding:0px 20px 30px 45px;
	margin-top:-35px;
	position:relative;
	width: 250px;
}


/*** THREE COLUMN LAYOUT ***/

#col1a {
	position: relative;
	width: 30.5%;
	float: left;
	padding: 0 0 0 2%;
}

#col2a {
	position: relative;
	width: 31%;
	float: left;
	padding: 0 0 0 2%;
}

/*** BELOW COLUMN ***/
#endcol {
	position: relative;
	width: 100%;
	clear: both; /* THIS EXTENDS MAIN CONTENT TO HEIGHT OF COLUMNS */
}

/*** SITE INFO ***/
#site-info {
	position: relative;
	font-size: .8em;
	clear: both;
	width: 100%;
	line-height: 1.4;
	padding: 10px 0;
	height: 50px;
	background:url("/FormBuilder/_Resource/_module/OiF4gCtQgkm_lZSOd7evvQ/image/bottom.png") no-repeat scroll bottom left;
	_background: #fff;
}

#site-info span.copyright {
	color: #7F7865;
}

#site-info p {
	margin: 65px 20px 0px;
}

#site-info a {
	padding: 0 10px 0 0;
}

#site-info hr{
	background:none repeat scroll 0 0 #7F7865;
	border:1px solid #7F7865;
	color:#7F7865;
	height:10px;
	margin: 0 20px;
}
/*********************************** OTHER STYLES **************************************/
img.logo {

}

img.doc {
    margin: 0 0 -2px 0;
	padding: 0 5px 0 0; 
}

a img.doc {
	border: none;
	outline: none;
)

#map_canvas {
}

img.equation {
	margin-left: -10px;
}
.date {
	color:#000000;
	font-size:0.8em;
	font-weight:normal;
}

span.date {
	padding:10px 0 5px 0;
}
	
p.date{
	padding:0 0 5px 10px;
}

table.announcements{
	position: relative;
	width: 50%;
	*width: 100%;
	padding: 0 0 0 20px;
	border: none;
}

table.gallery{
	width: 475px;
	height: 490px;
	padding: 0;
	border: none;
}

.map {
	height:280px;
	padding-left:10px;
	padding-top:15px;
	margin-top:-3px;
	background:url("/_Resource/_module/Xxf8WoKhiEG_6ptjveEwOQ/image/mapBG6.jpg") no-repeat scroll top left transparent;
}

.map p{
	_white-space:nowrap;
}

.gallery td {
	padding:3px 6px 3px 0;
	height: 56px;
}

.sidecol td{
	color:#FFFFFF;
	margin:0 35px 0 8px;
}

#col2 hr {
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	margin:8px 35px 0 8px;
}

.announcements th {
	color:#68696C;
	font-size:1.2em;
	font-weight:bold;
	padding:10px 0 0 0;
	text-align:left !important;
}

.announcements td {
	padding:8px 8px 0 0;
	vertical-align:center;
}

.align-right {
	position: relative;
	text-align: right;
	float: right;
	margin-right:10px;
}

.align-left {
	position: relative;
	text-align: left;
	float: left;
	padding: 0 0 0 25px;
}

table.keydates{
	width: 60%;
	*width: 100%;
}

table.keydates th{
	text-align: left;
	padding: .2em;
}

table.keydates td{
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	padding:0.5em 1em 0.5em 0.2em;
}

tr.alternate-row{
	background: #ccc;
}

.coltext {
	position:relative;
	z-index:1;
	width: 60%;
	padding-left:2px;
	*width: 100%;
	_width: 450px;
}

p.chairman {
	background:url("/_Resource/_module/sYGw5Z-WWkaFZtGhzlBDOA/image/chairman_10.jpg") no-repeat scroll left top transparent;
	min-height:111px;
	*min-height:111px;
	padding:10px 0 0 155px;
	color:#113183;
}

/*********************************** Q&A **************************************/

div.TextModule div.QACol1 {
	position: abosolute;
	float: left;
	width: 30%;
}

div.QAViewer {
	position: relative;
	width: 50%;
	*width: 100%;
}

/*********************************** DOWNLOAD DOCUMENT **************************************/
div.iconLink {
	z-index: 0;
	margin: 0;
	padding: 0;
}



/*** Image Rotator ***/
/* rotator in-page placement */
    div#rotator { position:relative; height:100px; margin-left: 0px; }
/* rotator css */
	div#rotator ul { margin:0px; }
	div#rotator ul li { float:left; position:absolute; list-style: none; margin:0px; *margin-left:-450px; }
/* rotator image style */	
	div#rotator ul li img { padding: 0px; }
    div#rotator ul li.show { z-index:500; }


