.btn.more
{
	margin-top: 10px;
	font-size:  11px;
	color:      grey;
	padding:    5px;
	background: url("/images/btn-mini-shade.png") no-repeat;
	width:      79px;
	height:     20px;
}
a
{
	/*text-decoration: none;*/
	color: #22538B;
}
a:hover
{
	color: #3F98FD;
	text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a
{
	text-decoration: none;
}
.site-path-block {
	position: relative;
}
#tree
{
	padding-top:    10px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}
#tree a
{
	color: #76767A;
	text-decoration: none;
}
.grey-rect {
	width: 5000px;
	height: 100%;
	background: #EDF1F7;
	position: absolute;
	top: 0;
	right: -50%;
	z-index: -1;
}

#tree a:hover
{
	color: grey;
	cursor: pointer;
}

.btn.more:hover
{
	color:  white;
	cursor: pointer;
}

.video-slider
{
	position: relative;
}
.video-container
{
	/*height:           260px;*/
	width:            100%;
	/*background-color: grey;*/
/*	position: relative;
	top: 0;*/

}


.video-slider .control-buttons {
	position: relative;
	top: -35px;
	padding-left: 7px;
}
.video-slider .control-buttons a { margin-left: 5px;
				height: 19px;/*22*/
				padding-top: 3px;
				width: 22px;
				display: inline-block;
				font-size: 12px;
				font-weight: bold;
				color: #ffffff;
				background-image: url('/images/slider-controls.png');
				background-repeat: repeat-x;
				background-position: 0 0;
				text-align: center;
				text-decoration: none;
}
.video-slider .control-buttons a.active {background-position: 0 -22px;}
/**/
.float-right
{
	display: block;
	float:   right;
}

.column.right .margin-right
{
	margin-right: 20px;
}

.icon.flag.rus
{
	background: url("/images/icons_flags.png") no-repeat;
	width:      16px;
	height:     16px;
	margin-left: 5px;
}

.icon.flag.eng
{
	background: url("/images/icon_eng.png") no-repeat;
	width:      16px;
	height:     16px;
}

.icon.social
{
	background: url("/images/social_icons.png") no-repeat;
	width:      20px;
	height:     20px;
	display:    inline-block;
}

.icon.arrow
{
	background: url("/images/arrows_grey.png") no-repeat;
	width:      7px;
	height:     5px;
}


.icon.social.twtr
{
	background-position: -23px 0;
}

.icon.social.in
{
	background-position: -45px 0;
}

.button.big .icon
{
	display:  inline-block;
	left:     -65px;
	position: absolute;
	top:      -5px;
}
.button.big .icon.plus_logo
{
	background: url("/images/logo_plus.png") no-repeat;
	width: 56px;
	height: 51px;
}

.button.big .icon.mail_logo
{
	background: url("/images/mail_logo.png") no-repeat;
	width: 61px;
	height: 51px;
	top: 0px;
	left: -65px;
}
.button-mini{
	display:inline-block;
	color:#fff;
	height:22px;
	width:108px;
	text-align:center;
	font:bold 11px/20px arial, sans-serif;
	background:url(/images/button_bg.gif) repeat-x left top;
	border-radius:3px;
	margin:7px 0 13px;
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
.table{ display: table; }
.table-cell{display:table-cell;}

#login_block
{
	color: #CEB0B0;
    float:right;
    font-size: 11px;
    margin-top:4px;
}
#login_block a
{
	color: #CEB0B0;
}

.request_form{
    padding:5px 0 20px;
}
.request_form fieldset{
    padding:10px 15px 15px 10px;
    border:1px solid #22538B;
    position:relative;
}
.request_form fieldset.no_border{
    border: none;
}
.request_form h4{
    padding:6px 10px 15px 40px;
    color:#22538B;
    font-size:14px;
}
.request_form .number{
    position:absolute;
    top:10px;
    left:10px;
    width:24px;
    height:23px;
    padding-top:1px;
    font-size:18px;
    text-align:center;
    vertical-align:middle;
    color:#D32120;
    border:2px solid #D32120;
    border-radius:40px;
}
.request_form label{
    display:block;
}
.request_form input[type='text'], .request_form textarea, .request_form select, .request_form fieldset{
    width:560px;
    display:block;
    margin:1px 0 5px;
    box-sizing:content-box;
    -moz-box-sizing:content-box;
}
.request_form input[type='text'].half, .request_form div.half, .request_form select.half{
    width:270px;
    display:inline-block;
}
.request_form input[type='text'].half, .request_form div.half, .request_form select.half_left{
    width:270px;
	margin-right: 15px;
    display:inline-block;
}
.request_form div.half.right{
    float:right;
    margin-right:5px;
}
.request_form div.half.left{
    float:left;
}
.request_form fieldset.participant{
    width:540px;
    border-color:#000;
}
.request_form fieldset.participant div{
    width:260px;
    display:inline-block;
}
.request_form fieldset.participant div.right{
    float:right;
}
.request_form fieldset.participant input[type='text'], .request_form fieldset.participant select{
    width:260px;
}
a.participant_link{
    display:inline-block;
    margin:5px 10px 7px 0;
    font-weight:bold;
}
a.participant_link[rel='new']{
    margin-right:0;
}
a.participant_link.selected
{
    font-size:14px;
    text-decoration:none;
    color:#000;
}

.error
{
    border:solid 1px red;
    color:Red;
}

.doc_block .doc_name{
    text-align:center;
    font-weight:bold;
    font-size:14px;
}

#send_req_status, #send_thesis_status, .warning_block{
    width:575px;
    padding:5px;
    font-weight:bold;
    text-align:center;
}
.warning_block{
    border:1px solid #000;
}

.ui-front{
    z-index: 100501;
}
