* {
  margin:0;
  padding:0;
}

body {
  background: #e3e1de /*#fff1ef*/ url("/files/styles/285292/ym2015-body-top.png") 0 -20px repeat-x;
  font: 75%/160% "verdana",sans-serif;
  color: black;
  _text-align: center;
}

a {
  color: #0000ff;
}
a:hover {
  color: #00104d;
}

h1, h2, h3, h4, h5 {
  margin: 15px 0px 10px 0px;
  font-weight: bold;
}
h1 {
  font: normal 260%/110% "Myriad Pro",Verdana,serif;
}
h2 {
  font: normal 180%/110% "Myriad Pro",Verdana,serif;
}
h3 {
  font-size: 120%;
  line-height: 110%;
}
h4 {
  font-size: 120%;
}
h5 {
  font-size: 100%;
}

form {
  padding-bottom: 6px;
}

p {
  padding: 10px 0px;
}

ul, ol {
  display: block;
  margin: 5px 5px 5px 30px;
}

.clear {
  clear:both;
}

#main {
  width: 1010px;
  margin: 30px auto 0px auto;
  clear: both;
  _text-align: left;
}

#header {
  width: 1010px;
  height: 100px;
  background: url("/files/styles/285292/ym2015-header.png") 0 0 no-repeat;
  color: #FFF;
}
#title {
  padding: 0px 145px 0px 25px;
}
#title .languages {
  height: 25px;
}
#flags {
  margin: 0px auto;
  padding-top: 4px;
  width: 60px;
}
#flags span {
  margin-left: 4px;
}
#title h1 {
  margin: 0px;
  font-size: 200%;
  text-align: center;
}

#tabs {
  background: url("/files/styles/285292/ym2015-tabs.png") 0 0 repeat-y;
  margin: 0px 0px;
  height: 20px;
  color: white;
  padding: 2px 15px 1px 25px;
}
#tabs a, #tabs a:hover {
  color: white;
}
#tabs a:hover {
  text-decoration: underline;
}

.conf_place {
  font: normal,130%/110% "Myriad Pro",Verdana,serif;
  float: left;
  padding-left: 280px;
}
.logout {
  float: right;
}

#page {
  width: 1010px;
  background: #FFF url("/files/styles/285292/ym2015-content_border.png") 0 0 repeat-y;
}
#page-in {
  padding: 10px 0px;
  background: url("/files/styles/285292/ym2015-content_border_top.png") 0 0 no-repeat;
}

#content {
  float: left;
  width: 720px;
  padding-left: 20px;
}

#content .article {
  padding: 20px;
  background: url("/files/styles/285292/ym2015-inner-top.png") 0 0 no-repeat;
  min-height: 300px;
  // height: 300px;
}
#content .article h2 {
  margin: 0px -20px 5px -20px;
  padding: 10px 10px 10px 20px;
  background: #360000 url("/files/styles/285292/ym2015-content-title-bg.png") 0 0 repeat-y;
  color: black;
}

table.t-data-grid THEAD TR {
  color: #360000;
  background-color: #ffddcd;
}

#col {
  float: left;
  width: 250px;
  background: #CEDBF9 url("/files/styles/285292/ym2015-menu.png") 0 0 repeat-y;
  min-height: 175px;
  _height: 175px;
}
#col-in {
  padding: 10px;
  background: url("/files/styles/285292/ym2015-menu-top.png") 0 0 no-repeat;
}

#col ul {
  margin: 0px;
  list-style: none;
}
#col ul li {
  border-bottom: 1px solid #921919; //#E0E8FA;
}
#col ul li a {
  display: block;
  padding: 3px 0px 3px 22px;
  background: url("/files/styles/285292/menu_item.png") 5px 6px no-repeat;
  text-decoration: none;
  color: #ffd7d7;
}
#col ul li a:hover {
  background-color: #870000; // #D3DFF8;
  color: white; // #192666;
}
#logo {
  text-align: center;
  padding-top: 25px;
}
#logo img {
  border: 1px solid darkblue;
}

#footer {
  width: 1010px;
  height: 60px;
  margin-bottom: 10px;
  background: url("/files/styles/285292/ym2015-content-bottom.png") 0 0 no-repeat;
  color: #B28F50; //#6685CC;
}
#footer-in {
  padding: 10px 50px;
}
#footer a {
  color:#6685CC;
}
#footer a:hover {
  color:#192666;
}

#abstracts_rich1:before {
  content: "Перед тем, как вставить Ваш текст в онлайн форму, не забудьте поставить галочку в поле \"В формате LaTex\"." ;
  color: red;
}

#abstracts_plain1:before {
  content: "В саму онлайн форму вставляется только тело документа (между командами \\begin{document} и \\end{document}, не включая их). Не нужно вставлять название доклада, авторов и организации - все это формируется автоматически." ;
  color: red;
}