html, body { height:100%; }
body {
	margin: 0;
	padding: 0;
	background-color: rgb(247,247,247);
}

table.page {
	width: 67%;
	height: 100%;
	border: none;
	border-collapse: collapse;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin: 0 auto 0 auto;
}

table.header {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

table.page td {
	margin: 0;
	padding: 8px;
	border: none;
}

table.header td {
	margin: 0;
	padding: 4px;
	border: none;
}

td, p {
	font: normal 12pt Arial;
	color: rgb(38,38,38);
}
table.page td.cell-1-1 {
	background-color : #1F5391;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 16px;
	padding-right: 16px;
}
html.ie table.page td.cell-1-1 {
	background: #1F5391 url('pic/_ie-shadow-left.gif') left top repeat-y;
	padding-left: 22px;
}

table.page td.cell-1-2 {
	background-color: #1F5391;
	padding-top: 4px;
	padding-right: 14px;
}
html.ie table.page td.cell-1-2 {
	background: #1F5391 url('pic/_ie-shadow-right.gif') right top repeat-y;
	padding-right: 14px;
}

table.page td.cell-2-1 {
	background: white url('pic/menu-bg.jpg') right top no-repeat;
	vertical-align: top;
	padding-top: 32px;
	padding-left: 16px;
	padding-right: 0;
}
html.ie table.page td.cell-2-1 {
	background: white url('pic/_ie-menu-bg-shadow-left.jpg') left top repeat-y;
	padding-left: 22px;
}

table.page td.cell-2-2 {
	background-color: white;
	vertical-align: top;
	padding: 28px 24px 16px 24px;
}
html.ie table.page td.cell-2-2 {
	background: white url('pic/_ie-shadow-right.gif') right top repeat-y;
	padding-right: 22px;
}
table.page td.cell-3-1, table.page td.cell-3-2 {
	background-color : #1F5391;
	font-size: 10pt;
	color: white;
	vertical-align: center;
	padding: 20px 16px 20px 16px;
}
html.ie table.page td.cell-3-1 {
	background: #1F5391 url('pic/_ie-shadow-left.gif') left top repeat-y;
	padding-left: 22px;
}
html.ie table.page td.cell-3-2 {
	background: #1F5391 url('pic/_ie-shadow-right.gif') right top repeat-y;
	padding-right: 14px;
}

td.head {
	font: normal 12pt Arial;
	text-align: center;
	width: 34%;
}
div.head {
	font-size: 12pt;
	color: white;
	margin-top:10px;
}
div.menu {
	font: 12pt Arial;
	font-weight: bold;
	color: white;
	text-align: left;
}
html.ie div.menu {
	height: 100%;
}

div.menu a { display:inline-block; margin:0 0 5px 0; padding:0 0 0 5px; border-left:solid 8px #1F5391; color: #ce1e40; text-decoration: none; }
div.menu a:hover { color: #ce1e40; text-decoration: underline; }
div.menu a.current { color: #ce1e40; text-decoration: underline; }
div.menu a.current:hover { color: #ce1e40; text-decoration: underline; }

div.thm {
	display:-moz-inline-block; /* for FF2*/ 
	display:inline-block; /* normal browsers */ 
	zoom:1; /* for IE (hasLayout true) */ 
	*display:inline; /* for IE */ 
	width: 226px;
	color: #808080;
	text-align: center;
	vertical-align: top;
}
div.thm b {
	color: rgb(38,38,38);
}
div.thm img { 
	display:inline-block; 
	/* padding:6px; */
	margin:30px 20px 10px 20px; 
	border:solid 1px #d1dbe5; 
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.FontYellow { color: #f8e3b9; }

h1 { 
	margin:0 0 0 0; 
	padding:0; 
	font:normal 32px Arial; 
	font-weight: bold;
	white-space: nowrap;
	color: white; 
	text-shadow:0 0 16px #000b40; 
}
html.ie h1 {
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#163e79, direction=135, strength=6);
	zoom: 1;
	*display:inline;
} 

h2 { 
	margin:0 0 20px 0; 
	padding:0; 
	font: 32px Arial;
	font-weight: bold;
	color: #1F5391;
}

.cell-1-2 h2 { 
	margin:10px 0 0 0; 
	padding:0; 
	font:normal 28px Arial; 
	font-weight: bold;
	white-space: nowrap;
	color: white; 
	text-shadow:0 0 16px #000b40; 
}

h3 {
	padding: 0;
	margin: 0 0 14px 0;
	font: normal 14pt Arial;
	font-weight: bold;
}

h3.news {
	padding-top:14px;
	margin-top: 21px;
	border-top: solid 1px #d0d0d0;
}

h3.news span {
	font: normal 12pt Arial;
	color: white;
	background-color: #c0c0c0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	display: inline-block;
	padding: 4px;
	margin-right: 14px;
}

h3.news.important span {
	animation:newsBlink 3s ease-in-out infinite;
	-webkit-animation:newsBlink 3s ease-in-out infinite;
	-moz-animation:newsBlink 3s ease-in-out infinite;
	-o-animation:newsBlink 3s ease-in-out infinite;
}
h3.news.important.noblink span {
	background-color: #ff5c5e; 
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
}
html.ie h3.news.important span {
	background-color: #ff5c5e;
}

@keyframes newsBlink {
0% { background-color: #c0c0c0; }
50% { 
	background-color: #ff5c5e; 
	box-shadow:0 0 16px #ff5c5e; 
	-webkit-box-shadow:0 0 16px #ff5c5e; 
	-moz-box-shadow:0 0 16px #ff5c5e; 
	-o-box-shadow:0 0 16px #ff5c5e; 
}
100% { background-color: #c0c0c0; }
}
@-webkit-keyframes newsBlink {
0% { background-color: #c0c0c0; }
50% { 
	background-color: #ff5c5e; 
	box-shadow:0 0 16px #ff5c5e; 
	-webkit-box-shadow:0 0 16px #ff5c5e; 
	-moz-box-shadow:0 0 16px #ff5c5e; 
	-o-box-shadow:0 0 16px #ff5c5e; 
}
100% { background-color: #c0c0c0; }
}
@-moz-keyframes newsBlink {
0% { background-color: #c0c0c0; }
50% { 
	background-color: #ff5c5e; 
	box-shadow:0 0 16px #ff5c5e; 
	-webkit-box-shadow:0 0 16px #ff5c5e; 
	-moz-box-shadow:0 0 16px #ff5c5e; 
	-o-box-shadow:0 0 16px #ff5c5e; 
}
100% { background-color: #c0c0c0; }
}
@-o-keyframes newsBlink {
0% { background-color: #c0c0c0; }
50% { 
	background-color: #ff5c5e; 
	box-shadow:0 0 16px #ff5c5e; 
	-webkit-box-shadow:0 0 16px #ff5c5e; 
	-moz-box-shadow:0 0 16px #ff5c5e; 
	-o-box-shadow:0 0 16px #ff5c5e; 
}
100% { background-color: #c0c0c0; }
}

p {
	padding: 0;
	margin: 0 0 14px 0;
}

a { color: #0000ff; text-decoration: none; }
a:hover { color: #0000ff; text-decoration: underline; }

a.spons { color: #c0c0ff; text-decoration: none; }
a.spons:hover { 	color: #c0c0ff; text-decoration: underline; }

a.action {
	display:inline-block; 
	padding-bottom:2px; 
	border-bottom:dashed 1px #0000ff;
	text-decoration: none; 
}
a.action:hover { color: #0000ff; text-decoration: none; border-bottom:solid 1px #0000ff; }

td.head a.spons, a.spons#icm , a.spons#icm2 {
	display: inline-block;
	height: 44px;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
}

a.spons#rudn {
	background-image:url('pic/logo_rudn_color2.gif'); 
	padding-left:61px;
	white-space: normal;
}
a.spons#mian {
	background-image:url('pic/logo_mian.gif'); 
	padding-left:49px;
	white-space: normal;
	margin-left: 4px;
	margin-right: 4px;
}
a.spons#msu {
	background-image:url('pic/logo_msu.gif');
	padding-left:48px;
	padding-top: 6px;
	margin-top: -6px;
	white-space: normal;
}
a.spons#icm {
	height: 50px;
	color:white;
	padding-top:4px;
	background-image:url('pic/logo_icm2014.gif'); 
	padding-left:115px;
	white-space: normal;
}
a.spons#icm2 {
	color:white;
	height:auto;
	padding-top:58px;
	margin-top:10px;
	background-image:url('pic/logo_icm2014.gif'); 
	background-position: center top !important;
	text-align:center;
	white-space: normal;
/*
	animation:icmBlink 4s ease-in-out infinite;
	-webkit-animation:icmBlink 4s ease-in-out infinite;
	-moz-animation:icmBlink 4s ease-in-out infinite;
	-o-animation:icmBlink 4s ease-in-out infinite;
*/
}

@keyframes icmBlink {
0% { color: white; text-shadow:0 0 16px white; }
50% { color: #c0c0ff; text-shadow:none; }
100% { color: white; text-shadow:0 0 16px white; }
}
@-webkit-keyframes icmBlink {
0% { color: white; text-shadow:0 0 16px white; }
50% { color: #c0c0ff; text-shadow:none; }
100% { color: white; text-shadow:0 0 16px white; }
}
@-moz-keyframes icmBlink {
0% { color: white; text-shadow:0 0 16px white; }
50% { color: #c0c0ff; text-shadow:none; }
100% { color: white; text-shadow:0 0 16px white; }
}
@-o-keyframes icmBlink {
0% { color: white; text-shadow:0 0 16px white; }
50% { color: #c0c0ff; text-shadow:none; }
100% { color: white; text-shadow:0 0 16px white; }
}

a.ref {
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 4px 0 4px 0;
	height: 40px;
	padding: 20px 0 0 115px;
}

a.thm { 
	display:inline-block; 
	text-decoration:none; 
	padding:2px 2px 23px 2px; 
	margin-bottom:10px; 
	border:solid 1px #d1dbe5; 
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	line-height:1.8; 
	background-image:URL('pic/lens1.gif'); 
	background-repeat:no-repeat;
	background-position:10px 100%; 
}
a.thm:hover { 
	border:solid 1px #7982f8; 
	background-image:URL('pic/lens2.gif'); 
}
a.thm img { border: none; display: block; }

.BoxRight { 
	float: right; 
	clear: both;
	margin: 0 0 16px 24px;
	font-size: 12pt;
	color: rgb(128,128,128);
}

.BoxLeft { 
	float: left; 
	margin: 0 24px 16px 0;
}
