/*
 * Styles for Common Elements
*/

* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font: 100%/1.4 Georgia, Times;
	width: 100%;
	height: 100%;
	border: 0px;
	color: #333333;
	overflow: hidden;
}
body {
	background: #f7f7f7 url('../i/layout/base/page-background.png') repeat-x left top;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}
img {
	border: none;
}
ul {
	list-style-type: none;
}
a {
	color: #6297b2;
}
a:hover {
	color: #ffa188;
}
.tahoma {
	font-family: Tahoma;
	font-size: 0.9em;
}
.main {
	position: relative;
	font-size: 9pt;
	width: 100%;
	height: 100%;
	overflow: auto;
	//overflow-x: hidden;
}
.content {
	width: 1000px;
	background: white;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.blocker {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: black;
	z-index: 1000;
	overflow: hidden;
}
.overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1001;
	text-align: center;
	padding-top: 150px;
}
.overlay .notify-window {
	width: 550px;
	height: 300px;
	overflow: auto;
	background: white;
	border: 4px solid #92b0d2;
	margin: 0 auto;
	padding: 20px 30px;
	text-align: left;
	font-size: 9pt;
	position: relative;
	top: -420px;
	left: 0px;
}
.loader {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9999;
	background: #ebb601;
	padding: 1px 9px;
	font-size: 1em;
	font-style: italic;
	color: white;
}

/*
 * Styles for Header
*/

.header {
	background: white url("../i/layout/base/header-background.png") no-repeat left top;
	position: relative;
	height: 238px;
}
.header .logotype {
	width: 274px;
	height: 88px;
	position: absolute;
	top: 20px;
	left: 0px;
}
.header .main-link {
	position: absolute;
	top: 16px;
	left: 22px;
	display: block;
	width: 274px;
	height: 88px;
	cursor: pointer;
}
.header .event-date {
	font-family: Arial;
	position: absolute;
	bottom: 124px;
	left: 655px;
	color: #5b5b5b;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}
.header .event-space {
	font-family: Arial;
	position: absolute;
	top: 114px;
	left: 655px;
	font-size: 1.2em;
	color: #5b5b5b;
	text-transform: uppercase;
	line-height: 120%;
}
.header .event-adress {
	display: none;
	position: absolute;
	bottom: 80px;
	left: 570px;
	font-size: 1em;
	color: #c26603;
}
.header .event-phone {
	font-family: Arial;
	position: absolute;
	top: 114px;
	right: 20px;
	font-size: 1em;
	color: #867460;
	text-align: right;
}
.header .event-phone b {
	color: #c26603;
	font-weight: normal;
}
.header .lang {
	position: absolute;
	top: 28px;
	font-size: 0.8em;
	font-family: Arial;
	color: #333333;
	width: 22px;
}
.header .lang a {
	color: #333333;
}
.header .ru-lang {
	right: 85px;
}
.header .en-lang {
	right: 48px;
}
.header .with-supporters {
    position: absolute;
    left: 25%;
    bottom: 4px;
    font-size: 0.9em;
    color: #666666;
}

.menu-top {
	font-family: Arial;
	position: absolute;
	right: 0px;
	top: 176px;
	padding-bottom: 11px;
	width: 790px;
	clear: both;
	overflow: hidden;
}
.menu-top li {
	float: left;
	padding-left: 40px;
	background: transparent url("../i/layout/base/menu-top-separator.png") no-repeat 18px 6px;
	text-transform: uppercase;
	font-size: 0.9em;
}
.menu-top li a {
	color: #2d2d2d;
}
.menu-top li a:hover {
	color: #ffa188;
}
.menu-top .without-separator {
	background-image: none;
}
.menu-top .line {
	font-size: 0px;
	width: 100%;
	height: 3px;
	background: #fab71e url("../i/layout/base/menu-top-line.png") no-repeat left top;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/*
 * Styles for Content Blocks Separator
*/

.content-cell {
	width: 100%;
	clear: both;
	overflow: hidden;
    position: relative;
	zoom: 1;
	background: transparent url("../i/layout/base/container-shadows.png") repeat-y 23%;
}
.content-cell .left-cell {
	width: 23%;
	float: left;
	zoom: 1;

}
.content-cell .main-cell {
	width: 77%;
	float: left;
	//margin-right: -100%;
	position: relative;
}
.content-cell .main-cell .container-shadow-top {
	position: absolute;
	left: -3px;
	top: 0px;
	background: transparent url("../i/layout/base/container-shadow-top.png") no-repeat left top;
	width: 13px;
	height: 66px;
}
.content-cell .main-cell .container-shadow-bottom {
	position: absolute;
	left: -3px;
	bottom: -1px;
	background: transparent url("../i/layout/base/container-shadow-bottom.png") no-repeat left top;
	width: 13px;
	height: 66px;
}

.main-cell .sponsors {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-bottom: 8px;
}
.main-cell .sponsors img {
}

/*
 * Styles for Elements
*/

.full-block {
	width: 100%;
	overflow: hidden;
	clear: both;
}
.full-block .full-left {
	width: 50%;
	float: left;
}
.full-block .full-right {
	width: 50%;
	float: left;
	//margin-right: -100%;
}

.menu-left {
	font-family: Arial;
	margin: 0px 0px 0px 0px;
	padding-left: 22px;
	padding-bottom: 10px;
}
.menu-left ul li a {
	color: #2a2a2a;
	text-transform: uppercase;
	font-size: 0.9em;
}
.menu-left ul li a:hover {
	color: #ffa188;
}
.menu-left ul li {
	margin: 0px 0px 14px 0px;
	background: transparent url("../i/layout/base/menu-left-dot.png") no-repeat 0px 4px;
	padding-left: 20px;
}
.menu-left .level2 li {
	margin: 6px 0px 0px 0px;
	background: none;
	padding-left: 20px;
}


.about-congress {
	margin-top: 30px;
	background: #445fb8 url("../i/layout/base/about-congress-background.gif") repeat-y left top;
	width: 212px;
}
.about-congress h2 {
	color: white;
	font-size: 1.5em;
	border-bottom: 1px solid #cebf9f;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
.about-congress .subcontainer {
	background: transparent url("../i/layout/base/tail.gif") no-repeat left top;
	padding: 6px 10px 10px 34px;
	color: #fef4dd;
}
.about-congress .bottom-corner {
	background: transparent url("../i/layout/base/about-congress-bottom-corner.gif") no-repeat left bottom;
	height: 6px;
}

/*
 * Styles for Main Content
*/

.main-content {
	padding-left: 20px;
	position: relative;
}
.main-content h2 {
	color: #6f4801;
	font-size: 1.7em;
}
.main-content .paragraph {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 5px 0px 15px 0px;
	padding: 10px 0px;
	line-height: 150%;
}
.main-content .p {
	margin-right: 20px;
}
.main-content .organizer-image {
	width: 33%;
	float: left;
	height: 130px;
	background: transparent url("../i/layout/common/organizer.png") no-repeat 0px 4px;
}
.main-content .organizer-image img {
	margin: 8px 0px 0px 5px;
}
.main-content .organizer-info {
	width: 67%;
	float: left;
	//margin-right: -100%;
}
.main-content .organizer-info h3 {
	font-size: 1em;
	color: #333333;
	font-weight: bold;
}
.main-content .organizer-info p {
	font-size: 0.9em;
	line-height: 150%;
	margin-top: 4px;
}
.main-content .organizer-info .organizer-text {
	color: #666666; 
    font-style: italic;
    font-size: 0.9em;
}

.main-content .speakers  {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}
.main-content .speaker {
	display: block;
	width: 102px;
	height: 103px;
	float: left;
	margin-right: 6px;
	background: transparent url("../i/layout/common/speaker.png") no-repeat left top;
}
.main-content .speaker img {
	margin: 3px 0px 0px 3px;
}
.main-content .speakers-list-link p {
	text-align: right;
	margin-right: 110px;
}
.main-content .speakers-list-link a {
	color: #333333;
}
.main-content .speakers-list-link a:hover {
	color: #ffa188;
}

.main-content .news .preview {
	margin-bottom: 20px;
	margin-top: 5px;
}
.main-content .news .preview h3 {
	margin-bottom: 2px;
    font-size: 1em;
}
.main-content .news .preview h3 a {
	font-size: 1.4em;
	color: #333333;
}
.main-content .news .preview h3 a:hover {
	color: #ffa188;
}
.main-content .news .preview .date {
	color: #e2a257;
	font-style: italic;
}
.main-content .news .preview p {
	font-size: 0.9em;
	width: 90%;
}
.main-content .news .preview .see-more {
	color: #f1a041;
	font-style: italic;
}
.main-content .news .preview .see-more:hover {
	color: #d5d5d5;
}

/*
 * Styles for Footer
*/

.footer {
	position: relative;
	height: 100px;
	font-size: 0.9em;
	margin-top: 40px;
}
.footer .line {
	font-size: 0px;
	height: 3px;
	background: #fab71e url("../i/layout/base/menu-top-line.png") no-repeat left top;
	margin: 0px 60px 0px 60px;
}
.footer .line div {
	font-size: 0px;
	height: 3px;
	background: transparent url("../i/layout/base/menu-bottom-line.png") no-repeat right top;
}
.footer span {
	position: absolute;
}
.footer .copyright {
	top: 20px;
	left: 35px;
	color: #707070;
}
.footer .organization {
	top: 40px;
	left: 48px;
}
.footer .phone {
	top: 20px;
	left: 340px;
	text-align: right;
}
.footer .phone b {
	color: #ec8001;
}
.footer .email {
	top: 20px;
	right: 330px;
	text-align: right;
}
.footer .rights {
	top: 20px;
	right: 35px;
	text-align: right;
}

/*
 * Styles for Forms
*/

.auth-form {
    position: absolute;
    left: 40px;
    bottom: 34px;
    z-index: 1;
}

.base-form {
    margin: 10px 0px 10px 0px;
}
.base-form p {
    margin: 10px 0px 0px 0px;
    clear: both;
}
.base-form label {
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
}
.base-form .text-field {
    border: 1px solid #dbb981;
    font-family: Tahoma;
    font-size: 0.9em;
    padding: 3px 5px;
    width: 250px;
}
.base-form .text-area {
    border: 1px solid #dbb981;
    font-family: Tahoma;
    font-size: 0.9em;
    padding: 3px 5px;
    width: 250px;
	height: 80px;
}
.base-form .formError {
    color: #d50101;
}
.base-form .field-with-errors .text-field {
    border: 1px solid #db4242;
}
.base-form .radio-button {
    display: block;
    margin-top: 5px;
    margin-left: 30px;
}
.base-form .radio-button input {
    margin-right: 10px;
}
.base-form .radio-button label {
    display: inline;
    margin-bottom: 0px;
    font-weight: normal;
}

/*
 * Styles for Flashes
*/

.flash-notice {
    background: #8c65c2;
    padding: 4px 15px;
    font-size: 1.6em;
    color: white;
    width: 95%;
    margin-bottom: 20px;
}
.flash-error {
    background: #cb1b1b;
    padding: 4px 15px;
    font-size: 1.6em;
    color: white;
    width: 95%;
    margin-bottom: 20px;
}

/*
 * Styles for Pages
*/

h3 {
    font-size: 1.4em;
}
.program-day {
    color: #cb1b1b;
    font-size: 1.4em;
}
.program-table {
    margin: 10px 0px;
    width: 98%;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
}
.program-table td {
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    vertical-align: top;
    padding: 10px;
}
.program-table ul {
    margin: 10px;
    list-style-type: disc;
}
.program-table ul li {
    margin-left: 10px;
    margin-bottom: 5px;
    padding-left: 3px;
}
.program-table .program-table-caption {
    font-size: 1.3em;
    font-weight: bold;
    color: #504ca3;
    background: #f1f1f1;
}
.program-caption-special {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 10px;
}
.program-table .left {
    width: 35%;
}
.program-table .left b, .program-table .left strong {
    font-weight: bold;
    color: #504ca3;
}

.materials-table td {
	vertical-align: top;
}
.materials-table td a {
	color: #2A2A2A;
}
.materials-table .t-head a {
	color: white;
}
