@CHARSET "UTF-8";

/* reset лежит в отдельном файле /_res/reset.scc */
#main_container {
	max-width: 1280px;
	min-width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

/**** Шапка (без меню) ****/
#header {
	height: 122px;
	width: 100%;
	background-color: #1a4691;
	background-image: url(/img/header_bg.png);
	/*background-image: url(/img/NY2012.png);*/
	/*background-image: url(/img/header_bg_georg2.png);*/
	/*background-image: url(/img/header_bg_snow.png);*/
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	line-height: 1.15em;
}

#logotype {
	margin-left: 45px;
	margin-top: 2px;
}

#title {
	position: absolute;
	top: 16px;
	left: 250px;
}

#header_services {
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
}

#language {
	position: absolute;
	top: 13px;
	left: 0;
	display: block;
	height: 26px;
	background-image: url(/img/flag_en.png);
	background-repeat: no-repeat;
	padding-left: 32px;
	color: #cad4e6;
	font-size: 11px;
	text-decoration: none;
}

#language span {
	text-decoration: underline;
}

/* home, mail, map */
#hmm {
	position: absolute;
	top: 8px;
	right: 0;
}

#hmm a {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 14px;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#hmm a:hover {
	background-position: -23px 0;
}

#hmm #home {
	background-image: url(/img/home.png);
}

#hmm #mail {
	background-image: url(/img/mail.png);
}

#hmm #map {
	background-image: url(/img/map.png);
}

/* форма поиска (только расположение, внешний вид описан в компоненте) */
#header .search_form {
	position: absolute;
	top: 57px;
	left: 6px;
}

/* ссылки на авторизацию. Только расположение, внешний вид описан в компоненте */
#header .authorization_form {
	position: absolute;
	top: 91px;
	left: 6px;
	width: 193px;
}

/* Main markup table (3 column) */
#main_markup_table {
	width: 100%;
}

#main_markup_table>td {
	vertical-align: top;
}

/* Левая колонка */
#main_markup_table #left_markup_column {
	width: 195px;
	max-width: 195px;
	vertical-align: top;
	/* padding-top:40px;*/
	padding-left: 7px;
	line-height: 1.2em;
}

/* Центральная колонка */
#main_markup_table #main_markup_column {
	vertical-align: top;
	width: 90%;
	min-width: 542px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 20px;
}

/* Заголовок страницы */
h1#page_title {
	
}

/* Правая колонка */
#main_markup_table #right_markup_column {
	width: 200px;
	vertical-align: top;
	/*padding-top: 40px;*/
	padding-right: 7px;
	line-height: 1.2em;
}

/***** Стандартные заголовки боковых блоков *****/
h2.sideHeader {
	color: #e4030a;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	min-height: 38px;
	width: 195px;
	margin-top: 14px;
}

h2.sideHeader a {
	display: inline-block;
	padding-left: 46px;
	padding-bottom: 11px;
	padding-top: 11px;
	width: 149px;
	min-height: 16px;
	max-height: 24px;
	color: #e4030a;
	text-decoration: none;
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

h2.sideHeader a:hover,h2.sideHeader a:focus {
	color: #008ad9 !important;
	background-position: -195px bottom;
	text-decoration: none;
}

h2.p1 a {
	background-image: url(/img/side_header_1.png);
}

h2.p2 a {
	background-image: url(/img/side_header_2.png);
}

h2.p3 a {
	background-image: url(/img/side_header_3.png);
}

h2.p4 a {
	background-image: url(/img/star1.png);
}

h2.p5 a {
	background-image: url(/img/person.png);
}

h2.iikt a {
	background-image: url(/img/iikt.png);
}

h2.inig a {
	background-image: url(/img/inig.png);
}

h2.ieit a {
	background-image: url(/img/ieit.png);
}

h2.ipip a {
	background-image: url(/img/ipip.png);
}

h2.isia a {
	background-image: url(/img/isia.png);
}

h2.itiph a {
	background-image: url(/img/itiph.png);
}

h2.opip a {
	background-image: url(/img/opip.png);
}

h2.lti a {
	background-image: url(/img/lti.png);
}

h2.ie a {
	background-image: url(/img/ie.png);
}

h2.museum a {
	background-image: url(/img/museum.png);
}
h2.jobs a {
	background-image: url(/img/jobs.png);
}
h2.sevgi a {
	background-image: url(/img/sevgi.png);
}
h2.stk a {
	background-image: url(/img/stk.png);
}
/*****  Раскрывающийся список специальностей *****/
div#expandedSpecList {
	margin-bottom: 24px;
}

/* Название уровня образования свернутое и вообще */
div#expandedSpecList .edLevel {
	cursor: pointer;
	padding-left: 14px;
	background-image: url(/img/red_triangle_right.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
	color: #1f4a88;
	margin-top: 15px;
	margin-bottom: 7px;
}

/* Название уровня образования распахнутое */
div#expandedSpecList .opened {
	background-image: url(/img/red_triangle_down.png);
	background-position: 0 0px;
}

/* собственно список для одного уровня образования */
div#expandedSpecList .specList {
	padding-left: 25px;
}

/* одна специальность в списке */
div#expandedSpecList .specList p {
	margin: 8px 0 8px 0;
}

div#expandedSpecList .specList p a {
	color: #007AC9;
	text-decoration: none;
}

div#expandedSpecList .specList p a:hover,div#expandedSpecList .specList p a:focus
	{
	text-decoration: underline;
}

/* специализация */
div#expandedSpecList .specList p.special2 {
	margin-left: 16px;
	font-size: 11px;
}

div#expandedSpecList .selector {
	font-size: 11px;
}

div#expandedSpecList .selector a {
	cursor: pointer;
}

/***** end Раскрывающийся список специальностей *****/
/***** footer  ******/
div#footer {
	height: 121px;
	width: 100%;
	background-color: #1a4691;
	background-image: url(/img/header_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	line-height: 1.2em;
	margin-top: 24px;
}

div#footer  a {
	color: #ccdaf0;
}

div#footer  a:hover,div#footer a:focus {
	color: #fff;
}

div#footer .copy {
	position: absolute;
	top: 16px;
	left: 203px;
	color: #fff;
	font-size: 15px;
}

div#footer .cite {
	position: absolute;
	top: 63px;
	left: 218px;
	color: #ccdaf0;
	font-size: 12px;
}

div#footer .admin_feedback {
	position: absolute;
	top: 90px;
	left: 218px;
	color: #ccdaf0;
	font-size: 12px;
}

/**** Специальные стили *****/ /* обозначение обязательного поля */
.starrequired {
	color: red;
}

/* Ссылки с книжками */
.class_move {
	background-image: url(/img/jurn_3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: auto;
	width: 174px;
	padding-left: 26px;
	padding-top: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

a.class_move:hover {
	background-position: 0px -138px;
}

/* Ссылки совет ректоров */
.class_rect {
	background-image: url(/img/sovet_rect.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	height: auto;
	width: 174px;
	padding-left: 26px;
	padding-top: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

a.class_rect:hover {
	background-position: 0px -64px;
}

/* Ссылки Сочи */
.class_sochi {
	background-image: url(/img/shi.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: auto;
	width: 159px;
	padding-left: 26px;
	padding-top: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

a.class_sochi:hover {
	background-position: 0px -137px;
}

/* Ссылки 7 вершин Аляски */
.class_Alyaska {
	background-image: url(/img/Alyaska1.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	height: auto;
	width: 159px;
	padding-left: 26px;
	padding-top: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* Ссылка на вопрос-ответ */
.faq {
	background-image: url(/img/question.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	height: auto;
	width: 159px;
	padding-left: 26px;
	padding-top: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

a.class_Alyaska:hover {
	background-position: 0px -142px;
}

/* Ссылки Сколково */
.class_skolkovo {
	background-image: url(/img/sklkvo.png);
	background-repeat: no-repeat;
	background-position: -5px 3px;
	display: block;
	height: auto;
	width: 159px;
	padding-left: 26px;
	padding-top: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

a.class_skolkovo:hover {
	background-position: -5px -140px;
}

div.verbatim_report
{
	background-color: #e1e1e1;
	padding: 10px;
	color: #1F4A88;
	margin-top: 15px;
}

