﻿* {
	margin: 0;
	padding: 0;
}
a {
	color: #4c4c4c;
}
a img {
	border: none;
}
.flag {
	margin-right:5px;
}
.white {
	color:#FFF;
}

.cont_pad .nodesc td {
	vertical-align:middle;	
}

body {
	font-family: Tahoma, Arial, sans-serif;
	background: #ededed url(/img/bg.jpg) no-repeat center 200px;
	/*background: #ededed url(/img/bg-new-year.jpg) no-repeat center top;*/
	color: #4c4c4c;
	font-size: 11px;
	padding-top: 25px;
}
h1 {
	font-family: Arial, sans-serif;
	color: #0085b7;
	font-size: 24px;
	margin-bottom: 0.5em;
	line-height: 28px;
}
h2 {
	font-family: Arial, sans-serif;
	color: #0085b7;
	font-size: 12px;
	margin-bottom: 0.5em;
}
h2 a {
	color: #0085b7;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h4 {
	color: #282828;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0.5em;
}
p {
	margin-bottom: 1em;
}
p.strong {
	font-size: 16px;
	color: #FF9121;
	font-weight: bold;
}
p.gray, span.gray {
	font-size: 11px;
	color: #565656;
}
ins {
	text-decoration: none;
}
em {
	font-family: Arial, sans-serif;
}
#content p.note {
	color: #8a8a8a;
	font-size: 11px;
}
#content p.note a {
	color: #8a8a8a;
}
body .clear {
	clear: both;
}
body #page .center {
	text-align: center;
}
body #page table .vert_center {
	vertical-align: middle;
}
body #page table .vert_bottom {
	vertical-align: bottom;
}
body #page .right {
	text-align: right;
}
body #page .left {
	text-align: left;
}
.cont_table {
	background-color: #F1F5F6;
	border-collapse: collapse;
	margin-bottom: 1em;
}
.cont_table td {
	border: 1px solid #8b8b8b;
	padding: 5px 10px;
}
input, textarea {
	font-size: 12px;
}
input.checkbox {
	margin-top: 2px;
	margin-right: 2px;
}
input.txt, textarea, select {
	border: 1px solid #6f8baa;
	width: 231px;
	height: 18px;
}
input.txt {
	height: 17px;
}
input.txt.half {
	width: 100px;
}
textarea {
	height: 60px;
	font-family: Arial, sans-serif;
}
select {
	width: 45px;
}
select option {
	padding-left: 5px;
}
body input.btn, body #content a.btn {
	background: url(/img/btn.gif) no-repeat;
	width: 176px;
	height: 23px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
body input.btn {
	border: none;
	cursor: pointer;
}
body #content a.btn {
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
}
input.btn.long_btn, body #content a.btn.long_btn {
	background: url(/img/btn_long.gif) no-repeat;
	width: 220px;
}
input.btn.short_btn, body #content a.btn.short_btn {
	background: url(/img/btn_short.gif) no-repeat;
	width: 45px;
}
label {
	white-space: nowrap;
	font-size: 11px;
}
#content .symbol {
	font-size: 18px;
}
img.text_left {
	float: left;
	margin: 0 10px 5px 0;
}
img.text_right {
	float: right;
	margin: 0 0 5px 10px;
}
#head-banner {
	height: 46px;
	background: #c1c6c9 url(/img/head-banner-bg.gif) repeat-x;
}
#head-banner .content {
	width: 980px;
	margin: 0 auto;
}
#head-banner .text {
	float: left;
	padding-top: 8px;
	padding-left: 23px;
	font-family: Arial, Helveticasans-serif;
	font-size: 10px;
	color: #020202;
}
#head-banner .image {
	float: right;
}
#head-banner .text a {
	color: #005471;
}
#head-banner .text p {
	margin-bottom: 3px;
}
#page {
	background-color: #FFFFFF;
	width: 980px;
	margin: 0 auto;
}
#head {
	/*background: url(/img/head_bg.gif) repeat-x scroll 0 79% #004C68;*/
	background: url(/img/head_bg.gif) repeat-x scroll 0% 0% #004C68;
	color: #FFF;
}
#head a {
	color: #FFF;
}
#logo {
	padding: 13px 16px 10px;
	height: 64px;
	float: left;
}
#logo img {
	float: left;
}
#logo span {
	display: block;
	margin-left: 240px;
	text-indent:-9999px;
	background:url(/img/slogan.gif) no-repeat top left;
	width:205px;
	height:18px;
	position:relative;
	top:24px;
}
#search-login-bar {
	padding-top: 20px;
	padding-right: 10px;
	float: right;
	text-align: right;
}
#searchform input {
	vertical-align: middle;
}
#searchform input.txt {
	border: 1px solid #6F8BAA;
	margin-right: 7px;
	padding: 3px;
	width: 120px;
	height: 15px;
}
#searchform input.btn {
	cursor: pointer;
	width: 28px;
	height: 23px;
	background: url(/img/search_btn.gif) no-repeat;
	border: none;
}
.banner-message {
	background-color: #0085b7;
	padding: 10px 30px;
	border-bottom: 1px solid #50a6e1;
	color: #FFF;
}
.banner-message a {
	color: #FFF;
}
.banner-message p {
	margin: 0;
}
/*--TopMenu--*/
#top_menu {
	clear: both;
	color: #fff;
	letter-spacing: 1px;
	font-size: 12px;
	height: 32px;
}
#top_menu ul {
	font-weight: bold;
}
#top_menu ul, #second_menu ul {
	padding-left: 19px;
}
#top_menu ul a {
	text-decoration: none;
	color: #FFF;
	border-top: 3px solid #00425b;
}
#top_menu ul a, #top_menu ul span {
	display: block;
	float: left;
	padding: 7px 10px 8px;
	height: 14px;
	white-space: nowrap;
}
#top_menu ul span, #top_menu ul a.current, #top_menu .current a {
	background-color: #002133;
	border-top: 3px solid #50a6e1;
}
#top_menu ul a:hover {
	background-color: #002133;
	text-decoration: underline;
}
#top_menu ul, #second_menu ul {
	list-style-type: none;
}
#top_menu ul li, #second_menu ul li {
	float: left;
	display: block;
}
#top_menu ul li {
/*width: 9%;*/
}
#second_menu ul li {
/*width: 10%;*/
}
/*-- Second Menu --*/
#second_menu {
	height: 27px;
}
#second_menu ul {
	background: #3487c0 url(/img/submenu.gif) repeat-x top left;
	height: 27px;
	font-size: 11px;
}
#second_menu ul li a, #second_menu ul li span {
	display:block;
	padding:6px 10px 8px;
	color:#FFF;
	white-space: nowrap;
}
#second_menu ul li span, #second_menu ul a.current {
	background:#f1f5f6;
	color:#00455f;
	font-weight:bold;
}
#second_menu ul a:hover {
	background:#f1f5f6;
	color:#00455f;
}
#photo_intro {
	clear: both;
	background-color: #e6edee;
	position:relative;
}
/*
#photo_intro a
{
	text-decoration: none;
}

#photo_intro .photo
{
	float: left;
	margin-left: 20px;
}

#photo_intro .txt_block
{
	float: left;
	width: 615px;
	font-family: Arial, sans-serif;
	padding-top: 50px;
	font-size: 12px;
}

#photo_intro p
{
	padding-left: 27px;
}

#photo_intro .citation
{
	font-style: italic;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 15px;
	background: url(/img/intro/dash.gif) no-repeat -3px 5px;
}

#photo_intro .author
{
	line-height: 14px;
	color: #67696a;
}

#photo_intro ul.numbers
{
	list-style: none;
	float: right;
}

#photo_intro ul.numbers li
{
	float: left;
	margin: 0 3px 3px 0;
	height: 24px;
	width: 24px;
	font-weight: bold;
}

#photo_intro ul.numbers li a
{
	display: block;
	background-color: #cad2d4;
	text-decoration: none;
	padding: 5px 8px;
	color: #fff;
}

#photo_intro ul.numbers li span
{
	display: block;
	border: 2px solid #9ca0a1;
	background-color: #fff;
	padding: 3px 7px;
	color: #67696a;
}

*/



#content {
	clear: both;
	min-height: 750px;
	_height: 750px;
	padding: 7px 7px 7px 15px;
}
#content .cont_pad {
	padding-top: 10px;
	padding-left: 15px;
}
#content .intro_text {
	color: #00344c;
}
.intro_text .news {
	font-size:11px;
	line-height:normal;
}
#content .intro_text, #content div.big, #intro-text {
	font-size: 12px;
	line-height: 16px;
}
#content .intro_text h2, #content div.big h2 {
	font-size: 14px;
}
#content .intro_text.big {
	font-size: 14px;
	font-family: Arial, sans-serif;
}
#content .intro_text dl {
	margin:1em 0;
}
#content .intro_text dt {
}
#content .intro_text dd {
	margin: 0 0 1em 1em;
}
#content .intro_text ol li {
	margin-bottom:0.3em;
}
#content .intro_text.big p.big {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}
#content .intro_text h2 {
	color: #0085b7;
}
#content .intro_text a {
	color: #0085b7;
}
#content .left_cont {
	float: left;
	width: 686px;
}
#content .left_cont .banner {
	margin: 10px auto;
	text-align: center;
}
#content .cont_block h2 {
	border-top: 1px solid #005793;
	background-color: #d8dfe1;
	padding: 5px 12px;
	color: #004c67;
	height: 16px;
}
#content .cont_block.left, #content .cont_block.right {
	width: 49%;
}
#content .cont_block.left {
	float: left;
}
#content .cont_block p{
	padding-left:10px;
}
#content .cont_block.right {
	float: right;
	text-align: left;
}
#content .cont_block.right * {
	text-align: left;
}
#center-column {
	border-top: 3px solid #d8dfe1;
}

#content .swp-desc .no-list-img {
	background:none;
	margin-left:-18px;
	padding-left:0;
}

#tag_cloud {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 10px;
}
#tag_cloud a {
	color: #2981a6;
	text-decoration: none;
}
#tag_cloud a:hover {
	text-decoration: underline;
}
#recent-posts, #recent-comments {
	width: 340px;
	margin-bottom: 10px;
}
#recent-posts h2, #recent-comments h2, #buddypress-members h2, .right_cont #calendar h2, .right_cont .widget_archive h2, .right_cont .widget_categories h2, h2.header {
	border-top: 1px solid #005793;
	background-color: #d8dfe1;
	color: #004c67;
	padding: 5px 12px;
	margin-bottom:0.5em;
}
#recent-posts h2 a, #recent-comments h2 a, #buddypress-members h2 a, h2.header a {
	color: #004c67;
}
#content #recent-posts ul, #content #recent-comments ul {
	margin: 0;
}
#content #buddypress-members ul {
	margin:1em 0;/*height: 270px;*/
}
#members-list-options a, #buddypress-members p a {
	margin:0 11px;
}
#members-list-options, #buddypress-members p {
	font-weight:bold;
	color:#006F99;
}
#content #recent-posts ul li, #content #recent-comments ul li, #content #buddypress-members ul li {
	background: none;
	padding: 0 0 5px 5px;
	margin:0 0 7px 0;
}
#recent-posts {
	float: left;
	color: #9f9f9f;
	font-size: 10px;
}
#content #recent-posts p {
	margin-bottom:0;
}
#recent-posts a {
	color: #9f9f9f;
}
#content #recent-posts ul li, #content #recent-comments ul li {
	border-bottom: 3px solid #d8dfe1;
}
#content #recent-posts ul li:last-child, #content #recent-comments ul li:last-child {
	border-bottom: none;
}
#recent-posts ul li .avatar {
	margin-bottom: 7px;
	border: 3px solid #d8dfe1;
	float: left;
}
#recent-posts ul li .info {
	float: right;
	width: 270px;
}
#recent-posts ul li h3 {
	color: #006f99;
	float: left;
	margin-bottom: 0;
	max-width: 240px;
}
#recent-posts ul li .author {
	font-weight: bold;
	color: #494949;
	margin-bottom: 0;
	font-size:11px;
}
#recent-posts ul li .author a {
	color: #494949;
}
#content #recent-posts ul li ul.post-categories {
	margin-bottom: 5px;
}
#content #recent-posts ul li ul.post-categories li {
	padding: 0;
	display: inline;
	border: 0;
}
#recent-posts .comment_count, .comment_count {
	background: url(/img/comment_count.gif) no-repeat;
	width: 24px;
	height: 19px;
	float: left;
	text-align: center;
	font-size: 11px;
	color: #494949;
	margin-left: 5px;
}
#articles_page .comment_count {
	margin-top: 3px;
}
#recent-posts h3 a {
	color: #006f99;
}
#recent-comments {
	float: right;
}
#recent-comments a {
	color: #006f99;
}
#recent-comments ul li p.comment {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color:#747474;
}
.avatar {
	border: 3px solid #d8dfe1;
}
#buddypress-members {
	clear: both;
}
#buddypress-members a {
	color: #006f99;
	font-weight: bold;
}
#buddypress-members #members-list {
	overflow: hidden;
	color: #cacaca;
}
#buddypress-members #members-list li.vcard {
	width: 100px;
	margin: 0;
	padding: 0 5px 5px;
	float: left;
	vertical-align:top;
	height: 135px;
}
#buddypress-members #members-list li.vcard .avatar {
	border: 3px solid #d8dfe1;
	float: left;
}
#buddypress-members #members-list li.vcard .item-title {
	clear:both;
	color: #282828;
}
#buddypress-members #members-list li.vcard .item-title strong {
	color: #006f99;
	font-weight: bold;
}
#buddypress-members #members-list li.vcard .item-title a {
	color: #006f99;
}
/*--Р‘Р»РѕРє РЅРѕРІРѕСЃС‚РµР№ Рё СЃС‚Р°С‚РµР№--*/

/*--РќРѕРІРѕСЃС‚Рё--*/

#content .news_item .date, #articles_page .article .date {
	background-color: #0085b7;
	padding: 3px 0;
	font-weight: bold;
	color: #FFF;
	float: left;
	text-align: center;
	width: 56px;
	margin-bottom: 9px;
}
#content .news_item .cont_text {
	margin-left: 62px;
}
/*--РЎС‚СЂР°РЅРёС†Р° РќРѕРІРѕСЃС‚РµР№--*/

#news_page .news_item.last {
	border-bottom: none;
}
/*--РЎС‚Р°С‚СЊРё--*/

#content .articles {
	width: 215px;
	float: right;
}
#content .articles .item {
	margin-bottom: 5px;
	clear: both;
	border-bottom: 1px solid #d8dfe1;
}
#content .articles .item .left, #articles_page .article .left {
	float: left;
	width: 60px;
}
#content .articles .item .image, #articles_page .article .image {
	margin-bottom: 5px;
}
#content .articles .item .image {
	margin-right: 5px;
}
#content .articles .item p {
	margin-bottom: 5px;
}
#content .articles .item h3 {
	font-weight: normal;
}
#content .articles .item .author, #content .articles .item .author a {
	color: #aaa;
}
/*--РЎС‚СЂР°РЅРёС†Р° РЎС‚Р°С‚РµР№--*/

#articles_page .navigation {
	clear: both;
	padding-left: 66px;
	margin-bottom: 15px;
	overflow: auto;
}
#articles_page .alignleft, #articles_page .alignright {
	float: left;
	font-weight: bold;
	white-space: nowrap;
	margin-right: 10px;
}
#articles_page .article {
	padding-top: 5px;
	margin-bottom: 10px;
	border-top: 2px solid #d8dfe1;
}
#articles_page .article.first, #articles_page .article.one {
	border-top: none;
}
#articles_page .article .left {
	float: left;
}
#articles_page .article .body {
	float: right;
	width: 620px;
}
#articles_page .article .cont_text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #282828;
}
#articles_page .article .cont_text p.author {
	overflow: auto;
}
#articles_page .article .cont_text p.author img {
	float: left;
	margin-right: 10px;
}
#articles_page .article .cont_text p.author div {
	padding-top: 10px;
}
#articles_page .article .left p {
	text-align: center;
	width: 56px;
}
#articles_page .article .info {
	margin-bottom: 0;
}
#articles_page .article .left_btn, #articles_page .article .right_btn {
	float: right;
	margin: 0 0 0 5px;
	width: 45px;
}
#articles_page .article .image span {
	display: block;
	text-align: center;
	width: 70px;
	color: #878787;
	margin-top: 5px;
}
#articles_page .article .image a {
	color: #878787;
}
#articles_page .article .number_comment {
	background-color: #D8DFE1;
	padding: 2px;
	color: #282828;
	font-size: 12px;
}
#articles_page .article .number_comment a {
	color: #282828;
	text-decoration: none;
}
#articles_page .article .btn.desc {
	margin-right: 431px;
	clear:left;
	float:right;
}
#articles_page .article.one .cont_text {
	margin-bottom: 10px;
}
#articles_page .article .cont_text div {
	margin-bottom: 15px;
}
#articles_page .article .cont_text h3 {
	font-size: 12px;
	color: #0085b7;
}
#articles_page .article .cont_text blockquote {
	text-align: right;
	font-style: italic;
	margin-bottom: 15px;
}
#articles_page .article .cont_text blockquote div {
	font-style: normal;
	font-size: 11px;
}
#articles_page .article .cont_text p a, #articles_page .article .cont_text li a {
	color: #0085b7;
}
#articles_page .article .cont_text img.left {
	float: left;
	margin: 3px 10px 5px 0;
	border: 1px solid #666;
}
#articles_page .article .cont_text img.right {
	float: right;
	margin: 3px 0 5px 10px;
	border: 1px solid #aaa;
}
#articles_page .article .postmetadata {
	margin-bottom: 5px;
}
#articles_page .article .comments p {
	font-size: 12px;
	font-family: Arial, sans-serif;
}
#articles_page .article .navigation {
	margin-bottom: 15px;
}
#articles_page .article .navigation a {
	color: #999;
}
#articles_page .article .comments h3 {
	color: #0085B7;
	font-size: 14px;
	line-height: 16px;
}
#articles_page .article .comments .navigation {
	margin-left: 0;
}
#articles_page .article cite.fn {
	font-style: normal;
	font-weight: bold;
}
#articles_page .article .time {
	margin-bottom: 5px;
}
#articles_page .article .time a {
	color: #666;
}
#articles_page .article textarea {
	width: 565px;
	height: 200px;
}
#articles_page .article h2 {
	font-family: Arial, sans-serif;
	color: #559acc;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: bold;
	float: left;
	max-width: 570px;
}
#articles_page .article h2 a {
	color: #559ACC;
}
#articles_page .article h2, #articles_page .article .info {
	margin-bottom:0.5em;
	text-align: justify;
}
#articles_page .article .info {
	clear: both;
}
#articles_page .article .gray_panel {
	background-color: #f0f0f0;
	padding: 15px 15px 5px;
	margin-bottom: 15px;
	position: relative;
	left: -15px;
}
/*--РћС‚Р·С‹РІС‹--*/

.right_cont.light-gray-blue {
	background-color: #f6f9f9;
}
#logout-link img {
	vertical-align:top;
	margin-right:5px;
	float:left;
}
#logout-link p {
	margin:10px 0;
	font-size:10px;
	font-weight:bold;
}
#logout-link a {
	margin-right:5px;
}
.right_cont #logout-link, .right_cont .login_block {
	background-color: #0085b7;
	padding: 13px 14px;
	color: #d8dfe1;
	margin-bottom: 7px;
}
.right_cont .login_block input {
	margin-bottom: 10px;
}
.right_cont .login_block label {
}
.right_cont #logout-link a, .right_cont .login_block a {
	color: #FFF;
}
.right_cont #logout-link {
}
.right_cont .login_block h2 {
	color: #FFF;
}
.right_cont .login_block label {
	margin-bottom: 3px;
	display:block;
}
.right_cont .login_block input.text {
	border: 1px solid #6f8baa;
	margin-bottom: 14px;
}
.right_cont .login_block input.checkbox {
	margin-top:0;
}
.right_cont .login_block .checkbox {
	display: inline;
}
.right_cont .login_block .btn {
	margin-bottom: 14px;
}
.right_cont .banner {
	text-align: center;
	margin-bottom: 5px;
}
.right_cont .opinions {
	width: 242px;
	background-color: #F6F9F9;
	padding: 5px 12px;
	margin-bottom: 7px;
}
.right_cont .opinions h2 {
	color: #004C67;
}
.right_cont .opinions_item .author {
	text-align: right;
	color: #AAA;
}
/*--РЎС‚СЂР°РЅРёС†Р° РѕС‚Р·С‹РІРѕРІ--*/

.opinions_item blockquote {
	display: block;
	margin-bottom: 5px;
}
#opinions_page .opinions_item {
	padding-top: 5px;
	background: url(/img/icons/laquo.gif) no-repeat left top;
	padding-left: 30px;
	margin-bottom: 20px;
}
#opinions_page .opinions_item blockquote {
	text-align: justify;
	font-size: 13px;
	line-height: 18px;
	font-style: italic;
	font-family: Arial, sans-serif;
	color: #555;
	padding-right: 30px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: url(/img/icons/raquo.gif) no-repeat right bottom;
}
.opinions_item .author {
	text-align: right;
}
#opinions_page .opinions_item .author {
	color: #545454;
	font-weight: bold;
	padding-right: 30px;
}
.right_cont #opinion_block_1, .right_cont #opinion_block_2, .right_cont #opinion_block_3, .right_cont #opinion_block_4, .right_cont #opinion_block_5, .right_cont #opinion_block_6, .right_cont #opinion_block_7, .right_cont #opinion_block_8, .right_cont #opinion_block_9 {
	display: none;
}
#buddypress-activity {
	padding: 10px 13px;
	margin-bottom: 7px;
}
#buddypress-activity a {
	color: #4491b5;
}
#buddypress-activity h2 {
	color: #004c67;
	width: 150px;
	float: left;
}
#buddypress-activity #activity-list-options {
	float: right;
}
.right_cont #buddypress-activity ul li {
	background: none;
	padding: 0;
	margin: 0 0 15px;
}
#buddypress-activity br {
	display:none;
}
#buddypress-activity .time-since {
	color: #949595;
	display:block;
}
/*--РЎСЃС‹Р»РєРё РІСЃРµ РЅРѕРІРѕСЃС‚Рё Рё РІСЃРµ СЃС‚Р°С‚СЊРё--*/
#content div.news p.all {
	padding-left: 60px;
}
#content p.all {
	font-weight: bold;
}
#content p.all a {
	color: #004C67;
}
/*--sidebar--*/

#content .right_cont {
	float: right;
	width: 266px;
}
/*--С„РѕСЂРјР°--*/

.right_cont .reg_block {
	background-color: #d8dfe1;
	padding: 13px 14px;
	margin-bottom: 7px;
}
.right_cont #search {
	background-color: #d8dfe1;
	padding: 13px 14px;
	margin-bottom: 7px;
	text-align: right;
}
.right_cont #calendar, .right_cont .widget_archive, .right_cont .widget_categories {
	background-color: #f6f9f9;
	margin-bottom: 7px;
	padding-bottom: 5px;
}
.right_cont #wp-calendar {
	width: 220px;
	margin: 0 auto;
}
.right_cont #wp-calendar td {
	padding: 5px;
	font-weight: bold;
}
.right_cont #wp-calendar tbody td {
	background-color: #D8DFE1;
	color: #FFF;
	text-align: right;
}
.right_cont #wp-calendar #next {
	text-align: right;
}
.right_cont #wp-calendar td.pad {
	background: none;
}
.right_cont #wp-calendar tbody td a {
	color: #0085B7;
}
.right_cont #wp-calendar .caption {
}
body #content .form_block {
	color: #FFF;
}
body #content .form_block p {
	font-size: 12px;
	margin-bottom: 1em;
	line-height: 18px;
}
#content .form_block .blue_block a {
	font-weight: bold;
	color: #FFF;
}
#content .form_block .gray_block a {
	font-weight: bold;
	color: #737a7b;
}
#content .form_block .blue_block, #content .form_block .gray_block {
	margin-bottom: 7px;
	text-align: center;
	width: 240px;
}
#content .form_block .blue_block {
	padding: 11px 13px 0;
	background-color: #0085b7;
}
#content .form_block .blue_block.half {
	width: 104px;
	float: left;
	margin-right: 6px;
	padding-bottom: 11px;
}
#content .form_block .blue_block.half.last {
	margin-right: 0;
}
#content .form_block .gray_block {
	padding: 20px 13px;
	background-color: #d8dfe1;
	color: #737a7b;
}
#content .form_block .gray_block div {
	color: #FFF;
	padding: 3px;
	background-color: #afb5b6;
	width: 80px;
	margin: 2px auto;
}
#content .form_block .blue_block.form, #content .form_block .gray_block.form {
	text-align: left;
}
#content .form_block .blue_block.form p.reg_close {
	text-align: center;
	font-size: 16px;
	padding-top: 20px;
	line-height: 24px;
}
#content .form_block .blue_block.form p {
	font-weight: bold;
	color: #d8dfe1;
}
#content .form_block table {
	width: 100%;
}
#content .form_block table tr td {
	padding-bottom: 10px;
}
#content .form_block table tr.pad0 td {
	padding-bottom: 0px;
}
#content .form_block input.txt, #content .form_block textarea {
	width: 240px;
}
#content .form_block input.txt.short_txt {
	width: 100px;
}
#content .form_block .form_error {
	display: none;
	margin-left: 2px;
}
#content .form_block .blue_block .form_error {
	color: #FF0;
}
#content .form_block .gray_block .form_error {
	color: #525252;
}
#content .gray_block label {
	color: #00344C;
}
/*--Right Banner--*/
.right_cont .right_banner {
	margin-bottom: 7px;
}
/*--Р‘Р»РѕРє СЃ Р»РѕРіРѕС‚РёРїР°РјРё РїР°СЂС‚РЅС‘СЂРѕРІ--*/

#logo-partners, #logo-partners2009 {
	border-top: 3px solid #d8dfe1;
	clear: both;
	background: #f7fafa url(/img/logo_bg.gif) repeat-x left top;
	padding: 10px 20px;
}
#logo-partners {
	background-color: #f6f9f9;
	color: #919495;
}
#logo-partners .info-text {
	float: left;
	width: 140px;
	padding-top: 15px;
}
#logo-partners .info-text h2 {
	font-size: 18px;
	font-weight: normal;
	color: #6a6f72;
}
#logo-partners .info-text h2 a {
	color: #006f99;
}
#logo-partners .info-text p {
	font-size: 12px;
	font-style: italic;
	font-family: Arial, sans-serif;
	line-height: 18px;
}
#logo-partners table {
/*	float: right;
	margin-left: 20px;
	width: 750px;*/
}
#logo-partners2009 table th, #logo-partners2009 table td, #logo-partners td {
	padding: 5px 9px 5px 11px;
}
#logo-partners table h3, #logo-partners2009 table h3 {
	text-align: center;
	color: #999;
	font-weight: normal;
	font-style: italic;
}
#logo-partners2009 table .text {
	vertical-align: middle;
}
#logo-partners2009 table .title {
	vertical-align: bottom;
}
#logo-partners2009 table td, #logo-partners table td {
	text-align: center;
}
.partners_logos .brd, #logo-partners2009 table .brd, #logo-partners table .brd {
	background: url(/img/logo_border.gif) no-repeat left center;
}
#logo-partners2009 .desc_link {
	color: #8e9496;
}
/*----*/

#cont_top {
	background-color: #f1f5f6;
	padding: 10px 7px 10px 30px;
}
#cont_top h1 {
	margin-bottom: 0;
}
/*--РҐР»РµР±РЅС‹Рµ РєСЂРѕС€РєРё--*/

#nav_bar {
	margin-bottom: 10px;
	font-size: 10px;
	color: #00344c;
}
#nav_bar a {
	color: #bababa;
}
/*--Р’РєР»Р°РґРєРё РєРѕРЅС‚РµРЅС‚Р°--*/

#tabs {
	padding-left: 10px;
	height: 29px;
	background-color: #f1f5f6;
}
#tabs ul {
	list-style: none;
}
#tabs li {
	padding-left: 5px;
	float: left;
}
#tabs li span, #tabs li a {
	display: block;
	padding: 8px 16px;
	text-align: center;
}
#tabs li span, #tabs li a:hover {
	background-color: #FFF;
}
#tabs li span {
	font-weight: bold;
}
#tabs li a {
	background-color: #d8dfe1;
}
#tabs li a.current {
	background-color: #FFF;
	font-weight: bold;
}
.bot_gray_brd {
	border-bottom: 3px solid #d8dfe1;
	margin-bottom: 6px;
}
#bottom_menu {
	background-color: #d8dfe1;
	font-weight: bold;
	padding: 7px 10px;
	height: 13px;
}
#bottom_menu ul {
	list-style: none;
}
#bottom_menu ul li {
	float: left;
}
#bottom_menu ul li a {
	display: block;
	color: #8e9496;
	text-decoration: none;
	border-right: 1px solid #8e9496;
	padding: 0 10px;
}
#bottom_menu ul li a:hover {
	text-decoration: underline;
}
#bottom_menu ul li.last a {
	border-right: none;
}
#content ul, #content ol {
	list-style-position: outside;
	margin: 5px 20px 15px;
}
#content ul {
	margin-bottom: 15px;
	list-style-type: none;
}
#content ul li {
	line-height: 14px;
	margin: 10px;
	padding-left: 15px;
	background: url(/img/icons/li_big.gif) no-repeat 0 3px;
}
#content ul li p {
	margin-bottom: 0.5em;
}
#content li ul li {
	background: url(/img/icons/li.gif) no-repeat 0 2px;
}
#content ul.column {
	float: left;
	width: 280px;
	margin-right: 0;
}
#content .contacts .item {
	margin-bottom: 17px;
	width: 250px;
	margin-right: 20px;
	float: left;
}
#content .contacts .item span {
	display: block;
	margin-bottom: 5px;
}
#content .contacts .item h3 {
	margin-left: 0;
	margin-right: 0;
}
#content .contacts .item .name, #content .contacts .item .phone, #content .contacts .item .e-mail {
	font-size: 12px;
	line-height: 18px;
	display: block;
}
#content .contacts .item .name {
	color: #565656;
}
.contacts .phone {
	padding-left: 15px;
	background: url(/img/icons/phone.gif) no-repeat left;
}
.contacts .e-mail {
	padding-left: 15px;
	background: url(/img/icons/e-mail.gif) no-repeat left;
}
tr.color td {
	background-color: #f1f4f4;
}
#sponsors_table {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
}
#sponsors_table_head {
	margin-top: 10px;
}
#sponsors_table_head .col_1 {
	padding-top: 0;
	padding-right: 20px;
	line-height: 16px;
}
#sponsors_table_head .col_2, #sponsors_table_head .col_3, #sponsors_table_head .col_4 {
	background: url(/img/table_bg.gif) no-repeat right top;
}
#sponsors_table_head .col_2 h3, #sponsors_table_head .col_3 h3, #sponsors_table_head .col_4 h3 {
	font-size: 14px;
}
#sponsors_table td {
	padding: 9px 0px 9px 10px;
	vertical-align: top;
}
#sponsors_table_head td, #sponsors_table th {
	padding: 6px 0px 6px 10px;
	vertical-align: top;
}
#sponsors_table th {
	text-align: left;
	font-weight: bold;
}
#sponsors_table_head .col_1, #sponsors_table th.col_1 {
	padding-left: 0;
}
#sponsors_table_head .col_1 {
	color: #565656;
}
#sponsors_table th.col_1 {
	color: #1a2334;
}
#sponsors_table_head .col_2, #sponsors_table th.col_2 {
	width: 145px;
	color: #4f8cab;
	border-left: 3px solid #4f8cab;
}
#sponsors_table_head .col_2 a {
	color: #4f8cab;
}
#sponsors_table_head .col_3, #sponsors_table th.col_3 {
	width: 135px;
	color: #ff9121;
	border-left: 3px solid #ff9121;
}
#sponsors_table_head .col_3 a {
	color: #ff9121;
}
#sponsors_table_head .col_4, #sponsors_table th.col_4 {
	width: 145px;
	color: #939393;
	border-left: 3px solid #939393;
}
#sponsors_table_head .col_4 a {
	color: #939393;
}
#sponsors_table tr.last .bg {
	background: url(/img/table_bg_bot.gif) no-repeat center;
	height: 20px;
}
#sponsors_table th.col_1 {
	padding-left: 0;
}
#bottom {
	clear: both;
	width: 940px;
	padding: 10px 20px;
	margin: 0px auto 20px;
	color: #4e4e4e;
}
#bottom p {
	display: block;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 3px;
}
.accent_programm {
	border: 1px solid #f0d8bf;
	width: 617px;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 15px;
}
.accent_programm td {
	padding: 15px 20px 7px;
	vertical-align: top;
}
.accent_programm .col_1 {
	width: 163px;
}
.accent_programm .col_2 {
	width: 156px;
}
#committee {
	margin-bottom: 30px;
}
#committee .photo .item {
	width: 142px;
	float: left;
	color: #7c7c7c;
	font-size: 12px;
	line-height: 16px;
	margin-right: 18px;
}
#committee .photo .last {
	margin-right: 0;
}
#committee .photo img {
	margin-bottom: 5px;
}
#committee .photo .item span {
	display: block;
	color: #000;
	font-weight: bold;
}
#organizers {
	margin-bottom: 10px;
}
#organizers .desc {
	padding: 5px 5px 15px 20px;
}
/*--РЎС‚СЂР°РЅРёС†Р° РєР°Р»РµРЅРґР°СЂСЊ--*/

#calendar_page {
	font-family: Arial, sans-serif;
}
#calendar_page .item {
	margin-bottom: 0.5em;
	font-size: 12px;
	border-bottom: 2px solid #d8dfe1;
	padding-bottom:1em;
}
#calendar_page .item.last {
	border-bottom: none;
}
#calendar_page .date {
	color: #555555;
	margin-bottom: 0;
	font-size: 14px;
}
#calendar_page h3 {
	font-weight: bold;
}
#calendar_page h3 a {
	color: #0085B7;
	font-size: 16px;
	font-weight: normal;
}
#calendar_page p {
	margin-bottom: 8px;
	line-height: 18px;
	text-align: justify;
}
#calendar_page a {
	color: #717171;
}
/*--РџСЂРѕРіСЂР°РјРјР° РєРѕРЅС„РµСЂРµРЅС†РёРё--*/
div.programm {
	margin-bottom: 15px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
div.programm h3 {
	font-size: 12px;
}
table.programm {
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 100%;
	border-top: 2px solid #c8d8dc;
}
table.programm .brd td, table.programm td.brd {
	border-bottom: 2px solid #c8d8dc;
}
table.programm th, table.programm td {
	vertical-align: top;
}
table.programm th {
	height: 70px;
	color: #878e90;
}
table.programm th h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 16px;
}
table.programm .null th {
	height: 0;
	padding: 0;
	border: 0;
}
table.programm th.col_1 {
	background: #eff4f7 url(/img/program/head1.jpg) no-repeat center top;
	width: 347px;
}
table.programm th.col_2 {
	background: #e4e9ec url(/img/program/head2.jpg) no-repeat center top;
	width: 306px;
}
table.programm th.col_3 {
	background: #d9e0e2 url(/img/program/head3.jpg) no-repeat center top;
}

table.programm th.col_11 {
	background: #eff4f7 url(/img/program/head11.jpg) no-repeat center top;
	width: 629px;
}
table.programm th.col_22 {
	background: #e4e9ec url(/img/program/head22.jpg) no-repeat center top;
	width: 629px;
}

table.programm .col_1 {
	width: 312px;
}
table.programm .col_2 {
	width: 306px;
}
table.programm .col_3 {
	width: 305px;
}
table.programm .col_11, table.programm .col_22{
	width: 629px;
}

table.programm td.time {
	width: 35px;
	color: #7f7f7f;
}
table.programm td {
	padding: 5px;
}
table.programm .bg3cols {
	background-color: #F1F5F6;
}
table.programm .bg td.col_1 {
	background-color: #eef5f7;
}
table.programm .bg td.col_2 {
	background-color: #e3eaec;
}
table.programm .bg td.col_3 {
	background-color: #d9e0e2;
}
table.programm .bg td.col_11 {
	background-color: #eef5f7;
}
table.programm .bg td.col_22 {
	background-color: #e3eaec;
}

table.programm .name {
	color: #0085B7;
	font-weight: bold;
}
table.programm .name a {
	color: #0085B7;
}
table.programm .title {
	font-style: italic;
	margin-top:3px;
	display:block;
}
table.programm .gray {
	color: #7f7f7f;
}
/*--Р›РѕРіРѕС‚РёРїС‹ РїР°СЂС‚РЅС‘СЂРѕРІ--*/
table.partners, table.partners_logos {
	margin-bottom: 20px;
}
table.partners {
	width: 80%;
	margin-left: 50px;
}
table.partners .logo {
	width: 200px;
	padding-right: 10px;
	text-align: center;
	vertical-align:top;
}
table.partners td, table.partners_logos td {
	padding-bottom: 5px;
	vertical-align:top;
}
table.partners_logos td {
	width: 170px;
	padding: 7px 10px;
	text-align: center;
}
/*--Р›СЋРґРё--*/

div.people {
	color: #00344c;
	height: 1050px;
}
#content.people .cont_pad {
	padding-top: 3px;
}
div.people h2 {
	font-size: 14px;
	color: #00344c;
	font-family: Tahoma, Arial, sans-serif;
}
div.people p {
	font-size: 14px;
	line-height: 18px;
}
div.people .form_block {
	margin-top: 5px;
	float: left;
}
div.petelin {
	background: #ebfaff url(/img/people/petelin.jpg) no-repeat right bottom;
}
div.gulevich {
	background: #ebfaff url(/img/people/gulevich.jpg) no-repeat right bottom;
}
div.nikolaevich {
	background: #ebfaff url(/img/people/nikolaevich.jpg) no-repeat right bottom;
}
div.kornipaev {
	background: #ebfaff url(/img/people/kornipaev.jpg) no-repeat right bottom;
}
div.arkhipenkov {
	background: #ebfaff url(/img/people/arkhipenkov.jpg) no-repeat right bottom;
}
div.arseneva {
	background: #ebfaff url(/img/people/arseneva.jpg) no-repeat right bottom;
}
div.saukov {
	background: #ebfaff url(/img/people/saukov.jpg) no-repeat right bottom;
}
div.shilyaev {
	background: #ebfaff url(/img/people/shilyaev.jpg) no-repeat right bottom;
}
div.lesnevskiy {
	background: #ebfaff url(/img/people/lesnevskiy.jpg) no-repeat right bottom;
}
div.balin {
	background: #ebfaff url(/img/people/balin.jpg) no-repeat right bottom;
}
div.zapirkin {
	background: #ebfaff url(/img/people/zapirkin.jpg) no-repeat right bottom;
}
div.andreev {
	background: #ebfaff url(/img/people/andreev.jpg) no-repeat right bottom;
}
div.gabriel {
	background: #ebfaff url(/img/people/gabriel.jpg) no-repeat right bottom;
}
div.tsibdenova {
	background: #ebfaff url(/img/people/tsibdenova.jpg) no-repeat right bottom;
}
div.kondratyuk {
	background: #ebfaff url(/img/people/kondratyuk.jpg) no-repeat right bottom;
}
div.nechaeva {
	background: #ebfaff url(/img/people/nechaeva.jpg) no-repeat right bottom;
}
div.urazbaev {
	background: #ebfaff url(/img/people/urazbaev.jpg) no-repeat right bottom;
}
div.sponge {
	background: #ebfaff url(/img/people/sponge.jpg) no-repeat right bottom;
	height: 985px;
}
div.volkov {
	background: #ebfaff url(/img/people/volkov.jpg) no-repeat right bottom;
}
div.nochka {
	background: #ebfaff url(/img/people/nochka.jpg) no-repeat right bottom;
}
div.orlov {
	background: #ebfaff url(/img/people/orlov.jpg) no-repeat right bottom;
}
div.dorofeev {
	background: #ebfaff url(/img/people/dorofeev.jpg) no-repeat right bottom;
}
div.smit {
	background: #ebfaff url(/img/people/smit.jpg) no-repeat right bottom;
}
div.hruschka {
	background: #ebfaff url(/img/people/hruschka.jpg) no-repeat right bottom;
}
div.verbitskiy {
	background: #ebfaff url(/img/people/verbitskiy.jpg) no-repeat right bottom;
}
div.kalkanov {
	background: #ebfaff url(/img/people/kalkanov.jpg) no-repeat right bottom;
}

div.deluca {
	background: #ebfaff url(/img/people/deluca.jpg) no-repeat right bottom;
}
div.koskela {
	background: #ebfaff url(/img/people/koskela.jpg) no-repeat right bottom;
}
div.mads {
	background: #ebfaff url(/img/people/mads.jpg) no-repeat right bottom;
}
div.maiden {
	background: #ebfaff url(/img/people/maiden.jpg) no-repeat right bottom;
}
div.pankratov {
	background: #ebfaff url(/img/people/pankratov.jpg) no-repeat right bottom;
}
div.eckstein {
	background: #ebfaff url(/img/people/yutta.jpg) no-repeat right bottom;
}
div.brodwall {
	background: #ebfaff url(/img/people/brodwall.jpg) no-repeat right bottom;
}

div.yuferev{
	background: #ebfaff url(/img/people/yuferev.jpg) no-repeat right bottom;
}

div.kirilenko{
	background: #ebfaff url(/img/people/kirilenko.jpg) no-repeat right bottom;
}



#content #info {
	width: 600px;
}
#content.kornipaev #info {
	width: 550px;
}
#content.arkhipenkov #info {
	width: 560px;
}
#content.arseneva #info {
	width: 560px;
}
#content.shilyaev #info {
	width: 530px;
}
#content.balin #info {
	width: 560px;
}
#content.andreev #info {
	width: 515px;
}
#content.kondratyuk #info {
	width: 515px;
}
#content.tsibdenova #info {
	width: 500px;
}
#content.nechaeva #info {
	width: 560px;
}
#content.urazbaev #info {
	width: 480px;
}
#content.volkov #info {
	width: 540px;
}
#content.nochka #info {
	width: 550px;
}
.ask-question {
	float: left;
	background: #c5dae5;
	padding: 20px 30px;
}
.gray_brd_top {
	border-top: 3px solid #d8dfe1;
}
.gray_brd_top h2 {
	margin-top: 10px;
}
#content.people .status, div.people .left_btn, div.people .right_btn {
	float: left;
	margin: 5px 5px 10px 0;
}
#content.people .status {
	background-color: #c5dae5;
	padding: 5px;
	color: #426e7e;
	font-weight: bold;
	font-size: 10px;
}
#people_list {
	background-color: #c5dae5;
}
#people_list td {
	background-color: #FFF;
	width: 10%;
	text-align: center;
	vertical-align: middle;
	color: #acacac;
	font-weight: bold;
	height: 50px;
}
#people_list a {
	color: #00344c;
}
/*--РЎС‚СЂР°РЅРёС†Р° СЃ РєРЅРѕРїРєР°РјРё РґР»СЏ СЂР°Р·РјРµС‰РµРЅРёСЏ РЅР° СЃР°Р№С‚Рµ--*/

#buttons_page table {
	float: left;
	width: 270px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#buttons_page table input {
	margin-bottom: 0;
}
#buttons_page table td {
	padding: 8px 5px;
}
#buttons_page table .high_light {
	background-color: #FFFF00;
}
#result_code {
	margin-bottom: 15px;
}
#result_code .item {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	width: 270px;
}
#result_code .item textarea {
	width: 260px;
	height: 110px;
}
/*--Р¤РѕС‚РѕРіР°Р»РµСЂРµСЏ--*/

.photogallery .item {
	margin: 0 7px 7px 0;
	float: left;
	width: 110px;
	height: 110px;
	background-color: #4d6677;
}
#photogallery_page p {
	font-size: 14px;
	margin: 10px 0;
}
.right_btn {
	float:left;
	margin:5px 5px 10px 0;
}
.left_btn {
	float:left;
	margin:5px 5px 10px 0;
}
#content .red_panel {
	padding: 10px;
	width: 460px;
	text-align: center;
	background-color: #b70000;
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
}
#competition_page .image {
	margin: 0 15px 15px 0;
	float: left;
}
#competition_page .photo {
	margin-bottom: 15px;
	border: 1px solid #333;
}
#registration_page .logo {
	float: right;
	margin: 5px;
}
/*--РџРѕРґСЃРєР°СЃС‚С‹--*/
#podcast_list {
}
#podcast_list .item {
	border-bottom: 3px solid #d8dfe1;
	margin-bottom: 10px;
	font-size: 12px;
}
#podcast_list .item h2 {
	font-size: 16px;
}
#podcast_list .item h3 {
	font-size: 12px;
}
#podcast_list .item a {
	color: #0085B7;
}
#podcast_list .item .flash_obj {
	margin-bottom: 10px;
}
/*--Р‘Р»РѕРє СЃ РґРѕРєР»Р°РґС‡РёРєР°РјРё РЅР° РіР»Р°РІРЅРѕР№ СЃС‚СЂР°РЅРёС†Рµ--*/

#content .speakers_block {
	margin-bottom: 10px;
}
#content .speakers_block .item {
	float: left;
	margin: 0 7px;
	width: 120px;
	height: 145px;
}
#content .speakers_block .item p {
	margin-bottom: 0;
	padding-left:0;
}
#content .speakers_block .item img, #speaker_page .info img, dl.speakersInfo dt img, dl.speakersInfo_2011 dt img {
	border: 3px solid #d8dfe1;
}
#content .speakers_block .item .name, #speakers_list dl dt .name, dl.speakersInfo dt .name, dl.speakersInfo_2011 dt .name {
	margin-bottom: 0;
	margin-top: 3px;
	color: #006f99;
	font-weight: bold;
}
#content .speakers_block .item .name a, #speakers_list dl dt .name a, dl.speakersInfo dt .name a, dl.speakersInfo_2011 dt .name a {
	color: #006f99;
}
#content .speakers_block .all_speakers {
	padding-left: 8px;
	font-weight: bold;
}
#content .speakers_block .all_speakers a {
	color: #004C67;
}
#speakers_block_1, #speakers_block_2, #speakers_block_3 {
	display: none;
}
/*--РЎС‚СЂР°РЅРёС†Р° СЃ РґРѕРєР»Р°РґС‡РёРєР°РјРё, СЃРїРёСЃРѕРє РґРѕРєР»Р°РґС‡РёРєРѕРІ--*/

div#speakers_list dl.speakersInfo {
	width: 305px;
	float:left;
	border-top: 3px solid #d8dfe1;
	padding-top: 8px;
}

div#speakers_list dl.speakersInfo_2011 {
	border-top: 3px solid #d8dfe1;
	padding-top: 8px;
}

div#speakers_list dl.speakersInfo.first {
	border-top: none;
}
div#speakers_list dl.speakersInfo dd {
	font-size:11px;
}
dl.speakersInfo, dl.speakersInfo_2011 {
	margin: 0 8px 7px 0;
	overflow: auto;
}

dl.speakersInfo dt,dl.speakersInfo_2011 dt {
	float:left;
	width:80px;
}
dl.speakersInfo dd, dl.speakersInfo_2011 dd {
	padding-left:95px;
	color: #00344C;
	font-size:12px;
}
#content dl.speakersInfo dd p, #content dl.speakersInfo dd ul li, #content dl.speakersInfo_2011 dd p, #content dl.speakersInfo_2011 dd ul li {
	margin:0 0 0.4em 0;
}
#content dl.speakersInfo dd ul, #content dl.speakersInfo_2011 dd ul {
	margin:0 0 0.4em 0;
}

dl.speakersInfo dl.double_brd {
	border-top: 3px solid #d8dfe1;
	border-bottom: 3px solid #d8dfe1;
	padding-top: 8px;
}

dl.speakersInfo_2011{
	padding-bottom:20px;
}

#speaker_page .info {
	float: left;
	width: 90px;
}
#speaker_page .biography {
	float: right;
	color: #00344C;
}
/*--РЎС‚СЂР°РЅРёС†Р° РґРѕРєР»Р°РґС‡РёРєР°--*/


#speaker_page .info img {
	float: left;
	margin: 3px 10px 5px 0;
}
#speaker_page .biography {
	width: 575px;
	font-size: 12px;
	line-height: 16px;
}
#speaker_page .thesis {
	border-top: 3px solid #D8DFE1;
	padding-top: 5px;
}

#speaker_page h2 {
	font-size: 16px;
}

#speaker_page h2 span{
	font-size: 14px;
}

#speaker_page h3 {
	font-size: 12px;
}
#presentations p, #presentations li {
	color: #0085B7;
	font-weight: bold;
}
#presentations a {
	color: #666;
	font-weight: normal;
}
#register_page label {
	font-weight: bold;
	display: block;
	color:#004C67;
	margin-bottom:0.3em;
}
#register_page #account-fields label {
}
#register_page div.extra-field {
	margin-bottom:1em;
}
#register_page span.signup-label {
	display:block;
	margin-bottom:0.5em;
}
#register_page #account-fields, #register_page #extra-fields {
	background-color: #FFF;
	padding-bottom:5px;
	margin-bottom: 10px;
	border-bottom:2px solid #D8DFE1;
}
#register_page input.submit {
}
#register_page input.txt {
	width:35em;
	margin-bottom:3px;
	padding:2px;
	font-size:14px;
}
#register_page input.txt:focus {
	background:#F1F5F6;
}
#register_page div.radio label {
	margin-bottom:1em;
}
#register_page div.radio input {
	margin:0;
	vertical-align:middle;
}
#register_page div.radio .clear-value img {
	vertical-align:middle;
}
.error {
	background:#fffce5 url(/img/error_icon.gif) no-repeat 15px 50%;
	border:1px solid #dedfc5;
	color:#333322;
	padding:15px;
	margin:1em 0;
	padding-left:50px;
}
.help-text {
}
#content .pComitet ul {
	margin-left:-8px;
}
#PayTypeSelect {
	margin-bottom:20px;
}
#PayTypeSelect input[name=pt] {
	margin:3px 4px 0 0;
	vertical-align:top;
}
#PayTypeSelect label {
	cursor:pointer;
	display:block;
	padding:5px;
}
#Pay1, #Pay2, #Pay3 {
	margin-bottom:20px;
}
#Pay1 table tr td, #Pay2 table tr td {
	padding:5px;
	vertical-align:top;
}
#Pay1 input[type=text], #Pay1 table textarea, #Pay2 input[type=text], #Pay2 table textarea {
	width:300px;
	padding:3px 2px;
	border:1px solid #758D93;
	font-size:12px;
}

#Pay1 #f19 {
	background:none;
	margin:0;
}

#Pay2 #ps {
	width:50px;
}
#Pay2 #pn {
	width:98px;
}
#Pay2 #pd {
	width:70px;
}
#Pay2 #fio, #Pay2 #pv, #Pay2 #email, #Pay2 #phone {
	width:210px;
}
#Pay1, #Pay2, #Pay3 {
	display:none;
}
.r-side {
	text-align:right;
}
.red {
	color:red;
}
#Pay1 input.error, #Pay2 input.error {
	background:none;
	margin:0;
	padding:3px;
	background-color:#FFF;
}
#Pay1 label.error, #Pay2 label.error {
	padding:0;
	margin:0;
	border:0;
	background:none;
	color:red;
	padding-left:3px;
}
#Pay1 label.valid, #Pay2 label.valid {
	width: 16px;
	height: 16px;
}
#reg_form label.valid {
	width: 0px;
	height: 0px;
}

#reg_form label.error {
	color:#FF6;
	background:none;
	border:0px;
	padding:0px;
	margin:0em 0;
}

#reg_form .invalid_2011{
	color:#F00;
}

.paytype {
	text-align:left;
}
.paytype label {
	display:block;
	cursor:pointer;
}
.paytype input {
	margin:0px 4px 4px 0;
	vertical-align:top;
}
#number-participants-select-F2 {
	width:auto;
}
#Countdown {
	width:265px;
	height:70px;
	position:absolute;
	right:8px;
	bottom:2px;
}
#Countdown .confleft {
	font-size:12px;
	color:#363738;
}
#Countdown .digbg {
	position:relative;
	font-size:42px;
	padding:0;
	color:#2C2C2C;
	background-image:url(/img/dig-bg.gif);
	background-repeat:no-repeat;
	width:64px;
	height:70px;
	display:table;
	float:left;
	text-align:center;
	margin-right:2px;
	font-family:Verdana, Geneva, sans-serif;
}
#Countdown .bgline {
	width:64px;
	height:1px;
	background-color:#7C7C7C;
	border-bottom:1px solid #999;
	position:relative;
	top:28px;
	left:0;
	opacity:0.3;
}
#Countdown .digtitle {
	font-size:9px;
	position:relative;
	bottom:-3px;
	left:0;
	width:64px;
	text-align:center;
}
.tooltip {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	display:none;
	background-color:#FFC;
	border:1px solid #FC3;
	color:#000;
	padding:5px;
	white-space:normal;
	width:200px;
}

/*-----------------\/Äîáàâëåíû êëàññû\/------------------------*/


.video-preview, .present-preview {
	cursor:pointer;
	position:relative;
	width:150px;
	float:left;
	margin:0 5px 5px 0;
	border-style: solid;
	border-color: #d6dbde;
	border-width: 3px;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.video-preview-plus  {
	bottom:38px;
	position:absolute;
	right:55px;
}

.popup-wnd
{
	background-image:url("/img/video/bg.png");
	position:fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index:999;
}

.popup-wnd .window-body
{
	background:url("/img/gallery/bg_lightbox_large.png") no-repeat scroll 0 0 transparent;
	height:550px;
	width:710px;
	z-index:1000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -355px;
}

.popup-wnd .window-body .window-header  {
	height:20px;
	margin:16px 0 0;
	position:relative;
	text-align:right;
}

.window-header .close-button {
	cursor:pointer;
	position:absolute;
	right:20px;
	top:0;
	background-image: url("/img/gallery/btn_close.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.close-button .close-button-text
{
	color:#686D75;
	float:left;
	font-weight:bold;
	height:20px;
	line-height:20px;
	margin:1px 25px 0 0;
	text-decoration:none;
	text-transform:uppercase;
}

.window-content {
	margin:10px 0 0;
	text-align:center;
	padding: 20px;
}

.hidden
{
	display: none;
	visibility: hidden;
}

.no-style {
	background-color:#3487C0;
	color:#FFFFFF;
	padding:3px;
	border:0;
	width:auto;
}


.paragraph{
	color: #006F99;
    font-weight: bold;
	font-size:110%;
	margin:15px 7px 5px 0px;
}

.programm2011{
	border-collapse:collapse;
	border:none;
}

.programm2011 .coffee{
	padding:4px;
}

.programm2011 td{
	padding:4px 0px;
}

#content .programm2011 td ul{
	margin:0px;
}

#content .programm2011 td ul li{
	margin-top:0px;
	margin-left:0px;
}


.programm2011 .time{
	width:120px;
	vertical-align:top;
	font-weight:bold;
}

.line2011{
	width:30%;
	background:#BABABA;
	border:0px;
	height:1px;
}

.keynote2011{
	margin-top:0px;
	margin-left:108px;
}

#content #gallery ul{
	list-style-type:none;
}

#content #gallery ul li{
	float:left;
	padding-right:7px;
	background:none;
}

.registr2011{
	margin-bottom:20px;
	text-align:right;
}

	.registr2011 a, .registr2011 a,.registr2011 a{
		padding: 5px 10px;
		background:#3487C0;
		color:#F1F5F6;
		text-decoration:none;		
	}
	
	.registr2011 a:hover{
		padding: 5px 10px;
		background:#50A6E1;
		color:#F1F5F6;
		text-decoration:none;
	}
	

#content ul.videochecker{
	list-style-type:none;
	margin:10px 0px 40px 10px;
	padding:0px;
	width:640px;
}

	#page ul.videochecker li{
		float:left;
		width:33%;
		text-align:center;
		background:none;
		padding:0px;
		font-size:160%;
		border:1px solid #727272;
		border-bottom:none;		
		border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
		margin-left:1px;
		margin:0px;
	}
	
	#page ul.videochecker li:hover{
		background:#FFFFFF;
		cursor:pointer;
		margin:0px;
	}
	
	#page ul.videochecker li a, #page ul.videochecker li a:active, #page ul.videochecker li a:visited{
		width:100%;
		padding:10px 0px;
		display:block;
		background:#EAEAEA;
		border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
	}
	
	#page ul.videochecker li a:hover{
		background:#FFFFFF;
		width:100%;
		display:block;
		text-decoration:none;
		border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
	}
	
	/*
#page ul.videochecker li .nohref{
		display:none;
		text-decoration:none;
	}
*/
	
	#page ul.videochecker li a.videoselected{
		background:#50A6E1;
		border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
		color:#000000;
		text-decoration:none;
	}
	
.video{
	margin:0px 0px 0px 10px;
	padding-top:5px;
	height:300px;
	vidth:640px;
}

.programmaftervideo{
	margin-top:50px;
}


.presentation{
font-style:italic;
}

.th_program{
	font-size:14px;
	color:#878E90;
	padding-top:15px;;
}

.margin-top-bottom{
	margin:10px 0px;
}

#facebook{
	margin-bottom:20px;
}

.photogallery .item2011 {
	margin: 0 7px 7px 0;
	float: left;
	width: 110px;
	height: 165px;
}

.smallkeynote{
	color:#0085B7;
	text-decoration:none;
	border-bottom:1px dashed #0085B7;
	cursor:pointer;
}

.bigkeynote{
	display:none;
	margin: 10px 0 20px 110px;	
}

