/* standard elements */
* {
  margin: 0;
  padding: 0;
}
a {
  color: #36C;
  text-decoration:none;
}
a:hover {
  color: #06F;
}
html, body {
  height: 100%;
}
body {
  background: url("http://conf.nsc.ru/files/styles/613751/fon-MN-4.jpg");
  //background-position: center bottom;
  //background-attachment: fixed;
  //background-repeat: no-repeat;
  color: #444;
  font: normal 0.8em Arial,"Lucida Sans Unicode",sans-serif;
}
form {
  padding: 0 0 6px 8px;
}
input {
  color: #555;
  font: normal 1em Arial,"Lucida Sans Unicode",sans-serif;
}
p,ul {
  font-size: 12pt;
  padding-bottom: 15px;
}
h1 {
  font-size: 14pt;
}
h2 {
  font-size: 13pt;
}
h1,h2,h3 {
 color: #417695; 
//color: #0065b7;
  padding-top: 6px;
  margin-bottom: 10px;
}
/* misc */
#clearer {
  clear: both;
}

/************** STRUCTURE ****************/

#container {
  
  background: #dcceb3;
  //background: #F3DB90;
  width: 1210px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -58px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#main {
  clear: both;
  padding: 8px 18px 8px 18px;
}

#header {
  background: url("/files/styles/613751/head-crs-6-MN-12-291.jpg") no-repeat;
  min-height: 291px;
  height: auto !important;
  //height: 351px;
  //width: 1210px;
  cursor:pointer;
  margin-bottom: 8px;
}

#header a {
display: block;
height: 200px;
}


#flags {
  margin-top: 4px;
  float: left;
}
#flags span {
  display: block;
  float: left;
  margin-left: 4px;
}
#help {
  margin-top: 2px;
  float: right;
  color: #fff;
}
#help span.help_span {
  display: block;
  float: left;
  margin-right: 8px;
  color: #fff;
}
#help span.help_logout {
  padding-top: 4px;
  color: #fff;
}
#help .logout-user a {
  font-weight: bold;
  color: #fff;
}
#help .logout-link a {
  font-weight: bold;
  color: #fff;
}
#flags img, #help img {
  display: block;
}

#title {
  text-align: center;
}
#title h1 {
  color: #FFF;
  font: normal 1.8em Arial,Verdana,sans-serif;
  padding: 3px 10px;
}
#title h2 {
  color: #FFF;
  font: normal 1.2em Arial,Verdana,sans-serif;
  padding: 0px 10px 5px 10px;
}

#menu {
  float: left;
  width: 250px;
  margin-top: 5px;

}
#menu ul {
  border: 1px solid #E5E5E5;
  border-top: 1px solid #FAFAFA;
  background: #EEE url("/images/transparentia/bgul.gif") repeat-x;
  margin: 0;
  padding: 0;
}
#menu li {
  border: 1px solid #FAFAFA;
  border-top: none;
  list-style: none;
  margin: 0;
}
#menu li a {
    background: #417695;
   //background: #FFEFBF;
   //background: #FBDE51;
  //background: #e3d083
  //color: #126426;
  color: #FFF;
  display: block;
  padding: 10px 6px 10px 14px;
  font: 11pt Helvetica,Georgia,Verdana,Arial,sans-serif;
}

#menu li a:visited {
  background: #417695;
  //background: #FFEFBF;    
  //background: #FBDE51;
    //background: #f7d118;
      //color: #126426;
  color: #FFF;
  //font-weight: bold;
}


#menu li a:hover {
  //background: #258921;
  //background:#977714;
  background: #dcceb3;	
  color: #417695;
  font: bold 11pt Helvetica,Georgia,Verdana,Arial,sans-serif;
}

#logo {
  padding: 20px 0px 0px 0px;
  margin: 0px;
}
#logo img {
  margin-left: -1px;
  border: 0px;
}

#content {
  color: #333;
  float: right;
  width: 900px;
  margin-top: 5px;

}
#item {
  padding: 30px 45px;
  border: 1px solid #EEE;
  background: #FFF;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#content li {
  margin-left: 25px;
}

#footer, #push {
  height: 42px;
  margin: 6px auto;
  width: 1210px;
  z-index: -1;
}
#footer div {
  height: 26px;
  padding: 8px;
  background: none;
  border: 0px ;
  color: #000;
  font-size: 1.2em;
  text-align: center;
}

/****************** Счетчик дней  **************/

#clock {
text-align: center;
color:#126426;
padding: 18px 0 18px 0;
margin: 8px 0 8px 0;
font: bold 15px Arial,"Lucida Sans Unicode",sans-serif;
background: #FFFFA5;
}


#clock:hover {
color:#126426;
}

#RemainsFullDays {
text-align: center;
font: normal 45px Arial,"Lucida Sans Unicode",sans-serif;
}
