/* Reset */
html, body,
div, span,
h1, h2, h3, h4, h5, h6, h7
p,
a,
img,
strong, em,
form, label, input, textarea, button,
ul, ol, li,
table, tr, td, td {
    margin: 0;
    border: 0;
    padding: 0;
    outline: 0;

    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus { outline: 0; }

ul, ol { list-style: none; }

table {
    border-collapse: collapse;
    font-size:inherit;
    font:100%;
}

a img { border: none; }

iframe {
	width: 400px;
}

/* Default */
body {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    color: black;
    background: white;
    position: relative;
    z-index: 10;
	width: 100%;
	
	
	
	float: left;
	margin: 0;
    padding: 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

h1, h2, h3, h4, h5, p.accent {
    font-family: Arial, Tahoma, sans-serif;
}

h1 {
    margin-bottom: 0.5em;
    line-height: 1.1em;
    font-weight: bold;
    font-size: 1.5em;
}

h2 {
    margin-top: 1.3em;
    margin-bottom: 0.5em;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.3em;
}

h3 {
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    font-size: 1em;
    font-weight: bold;
}


h4 {
    font-size: 1em;
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0 0 1.4em 0;
}

p.accent {
    margin-top: 0.10em;
    margin-bottom: 0.9em;
    font-size: 1em;
    line-height: 1.15em;
    font-weight: bold;

}

#footer {
    margin-bottom: 0;
    margin-top: 70px;
    border-top: 1px solid #e5e5e5;
    width: 705px;
    clear: both;
}

#footer td, #footer th {
    text-align: right;
    padding-left: 30px;
	padding-top: 40px;
}

#footer th {
    padding-top: 40px;
    padding-bottom: 15px;
    font-weight: bold;
}

#footer .copyright {
    padding-left: 0;
    padding-bottom: 10px;
    text-align: left;
    vertical-align: bottom;
}



#footer td { vertical-align: middle; }

strong { font-weight: bold; }
em { font-style: italic; }
a { color: #006699; }

ul li {
    list-style: disc;
    margin-left: -2.4em;
}

ul {
    margin-top: 0.5em;
    margin-bottom: 0.8em;
}


#languageSwitcher {
    position: absolute;
    top: 155px;
    right: 30px;
	left: auto;
	z-index: 900;
}

#header h2 {
    margin-top: 0.4em;
    margin-bottom: 0;
}
#contain {
	position: relative;
	padding-left: 50%;
	background: url("/images/shbg.gif") top center repeat-y;
}
#pageSpace {
	background: url("/images/top_background4.jpg") top left no-repeat;
	width: 780px;
	position: relative;
	margin-left: -390px;
}
#content {
    position: relative;
    z-index: 10;
    width: 705px;
    margin: 0;
	padding-top: 130px;
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 35px;
}

#logo {
    position: relative;
	float: left;
	//float: none;
    width: 100%;
    left: -2px;
    margin-bottom: 40px;
	clear: both;
}
#logoLSE {
	float: left;
}
#logoMICEX {
	position: relative;
	float: right;
	margin-right: -19px;
}

#column {
    float: right;
    width: 204px;
    margin-left: 40px;
	padding-left: 40px;
    margin-bottom: 30px;
	border-left: 1px solid #e5e5e5;
}

.registrationButton { margin-bottom: 20px; }

#menu {
    margin-top: 1.8em;
    *margin-top: 1.5em;
    height: 2em;
    margin-bottom: 1.5em;
}

#menu ul li {
    font-size: 1em;
    list-style: none;
    margin-left: 0;
    margin-right: 2.8ex;
    float: left;
}

#menu li.active {
    height: 1.9em;
    background: url("/images/arrow.gif") no-repeat bottom center;
    font-weight: bold;
}


#main { margin-right: 284px; }

.ajax {
    text-decoration: none;
    border-bottom: 1px dashed #006699;
}

.registrationForm h3 {
    margin-top: 1.5em;
}

form td {
    padding-bottom: 10px;
    padding-right: 8px;
}

input, textarea {
    border: 1px solid #006699;
    *padding: 2px 0 2px 0;
}

textarea {
    display: block;
    width: 350px;
    height: 100px;
}

input.empty { border-color: red; }
input.checkbox, input.radio { border: none; }

input.button {
    margin-top: 0.6em;
    padding: 0 10px 0 10px;
}

div.delegate { margin-bottom: 2em; }
#firstDelegate .delegate { display: none; }


/* Sponsors */
div.sponsors h2.first { margin-top: 0; }

div.sponsors h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

table.sponsors td {
    padding-right: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    vertical-align: middle;
}

/* Agenda */
.agenda p, .agenda ul, .agenda h3 {
    margin-left: 70px;
}

.agenda h2 {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
	font-size: 1.1em;
}

.agenda h3 {
    margin-bottom: 0.7em;
    *margin-left: 67px;
}

.agenda h3 img {
    vertical-align: middle;
    margin-left: 7px;
}

/*.time {
    position: relative;
    top: -1px;
    float: left;
    background: #b1dfef;
    padding: 2px 4px;
}*/

.agenda .comment h3, .agenda .comment p { margin-left: 0; }
.agenda .ieFloatFix { *margin-left: 64px; }
.agenda li.ieFloatFix { *margin-left: 0.87em; }

.agenda p.accent { margin-left: 0; }

.spacer { clear: left; }

hr {
	border: none;
	height: 2em;
	visibility: hidden;
}

/* Speakers */
.speakers h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.speakers h3 { margin-top: 0.3em; }

.speakers img {
    float:left;
    clear: left;
    margin-top: 3px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.speakers .speaker {
    clear: left;
    padding-bottom: 0.1em;
}

.more { display: none; }

/* Companies */
.companies h2 {
    margin-top: 0;
    margin-bottom: 1em;
}

.companies h3 { margin-top: 0.3em; }

.companies img {
    float:left;
    clear: left;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.companies .company {
    clear: left;
    padding-bottom: 0.1em;
}

sup.required { 
	color: red; 
	vertical-align: baseline; 
	position: relative; 
	top: -0.4em;
}
span.required { color: red; }

/* About */
.about h2 {
    margin: 0;
}

#sponsors {
	border-top: 1px solid #e5e5e5;
}

.contacts h2 {
	margin-top: 0;
}

.contacts p {
	/*font-size: 0.87em;*/
}

table.agendaGrid, table.registrationFee {
	border-collapse: collapse;
	width: 90%;
}

table.agendaGrid td, table.registrationFee td {
	border: 1px solid #e9e9e9;
	background: #f5f5f5;
	padding: 0.5em;
}

table.agendaGrid td.time {
	background: #efefef;
	/*font-weight: bold;*/
	width: 3em;
}
table.agendaGrid td.file, table.agendaGrid td.check, table.agendaGrid td.check div input {
	background: none;
	border: none;
	/*font-weight: bold;*/
}
table.agendaGrid td.check div {
	position: relative;
	margin-right: -6px;
	background: #f5f5f5;
	padding: 5px;
	//padding: 1px;
	border: 1px solid #e9e9e9;
}
table.agendaGrid td.file img {
	position: relative;
	margin-bottom: 3px;
	margin-right: -6px;
	margin-top: -2px;
	float: left;
	clear: both;
}
table.agendaGrid td.event h3 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
table.agendaGrid td.event p {
	font-weight: normal;
	font-size: 0.87em;
	margin: 0.3em 0 0 0;
	padding: 0;
}
table.agendaGrid td.event p a {
	white-space: nowrap;
}
table.firstEvent {
	margin-top: 2em;
}

table.registrationFee td.price {
	background: #ffffff;
}
table.registrationFee {
	margin-bottom: 1em;
}


body
{
    background: url('/n.gif') no-repeat;
    background-attachment: fixed;
}
#upPanel {
	width: 100%;
	background: #ffffcc;
	border-bottom: 1px solid #d1be66;
	position: fixed;
	z-index: 1000;
	display: none;
	top: 0;
	left: 0;
	//position: absolute;
	//top: expression(eval(window.pageYOffset || document.documentElement.scrollTop || 0) + "px") !important;
}
#upPanel table {
	width: 100%;
}

#upPanel img {
	float: left;
	margin-right: 5px;
}
form#downloads {
	/*float: left;*/
	padding: 5px;
	/*width: 100%;*/
}
#upPanel table td {
	vartical-align: top;
	padding: 0;
	margin: 0;
}

.itemsDownload {

}
.countItemDownload {

}
.lastItemDownload {
	/*display: none;*/
}
.allItemsDownload {
	display: none;
}
.lastItemDownload div, .allItemsDownload div {
	display: block;
	clear: both;
	margin: 0.5em 0;
}

.countItemDownload div {
	margin: 0.5em 0;
}
.buttonItemDownload {
	padding: 0.5em 0 0;
}
.buttonItemDownload input {
	padding: 5px;
}
span.linkItemDownload {
	border-bottom: 1px dashed #006699;
	color: #006699;
	cursor: pointer;
	//cursor: hand;
}
img.selectedDownload {
	opacity:0.3;
	-khtml-opacity: 0.3;
	-moz-opacity:0.3;
	filter: alpha(Opacity=30);
}
.buttonItemDownload input.button {
	margin: 0;
	/*padding: 0;*/
}
#upPanel img.removeItemDownload {
	float: left !important;
	margin: 0 !important;
	display: inline;
}
#upPanel a {
	text-decoration: none;
	border-bottom: 1px dashed #006699;
	color: #006699;
	font-style: italic;
	font-size: 0.87em;
}
.ui-effects-transfer {
	border: 1px dashed #000000;
	opacity:0.3;
	-khtml-opacity: 0.3;
	-moz-opacity:0.3;
	filter: alpha(Opacity=30);
	background: #ffffcc;
	z-index: 1001;
}
.userName {
	margin-bottom: 20px;
}
.userName h2 {
	margin-top: 0;
}




#backLogin, #loginSpace, #frontLogin {
	position: absolute;
	width: 100%;
	height: 100%;
	float: left;
	top: 0;
	left: 0;
	z-index: 1100;
}
#loginSpace {
	display: none;
	z-index: 1000;
}
#frontLogin {
	position: relative;
}
#loginFormSpace {
	position: fixed;
	--position: absolute;
	width: 100%;
	top: 50%;
}
#loginArea {
	position: relative;
	display: block;
	top: -50%;

}
#loginForm {
	position: relative;
	display: block;
	left: 50%;
	margin-left: -200px;
	padding: 10px;
	width: 400px;
	background: #ffffff;
	border: 2px solid #cccccc;
}

.overflowPage {
	overflow: hidden;
}

.opaLayer {
	background: #ffffff;
	opacity:0.5;
	-khtml-opacity: 0.5;
	-moz-opacity:0.5;
	filter: alpha(Opacity=50);
}

#loginForm table {
	margin: 0;
	padding: 0;
	width: 100%;
}

#closeLogin {
	text-align: right;
	font-size: 0.8em;
}

td.first {

}
td.last {

}
td.wide {
	width: 100%;
}

input.wide {
	width: 100%;
}
#loginForm td div {
	padding: 2px 20px;
}

.tip {
	display: none;
	position: absolute;
	z-index: 2000;
	width: 300px;
	/*height: 200px;*/
	background: #ffffcc;
	border: 1px solid #d1be66;
}
.tipContent {
	position: relative;
	padding: 10px;
}
.tipDown {
	width: 44px;
	height: 30px;
	position: absolute;
	left: 20px;
	
	bottom: -30px;
	--bottom: auto;
	--top: expression( this.parentNode.offsetHeight);
	background: url('/images/tip.png') top left no-repeat;
	--background: none;
	--filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tip.png',sizingMethod=crop);
	

}

table.photo td {
	padding: 4px;
}

.error { color: red; }