/* standard elements */
* {
  margin: 0;
  padding: 0;
}
a {
  color: #fff;
  text-decoration:none;
}
a:hover {
  color: #e7bd4f;
}
html, body {
  height: 100%;
}
body {
 /* background: #EEE url("/images/transparentia/bg.gif");*/
  color: #fff;
  background:#4b649d;
  font: normal 1.1em Verdana,sans-serif;
}

form {
  padding: 0 0 6px 8px;
}
.date_ td {color:#fff;}

td{
  color:#000000;}
#office_id a, #office_id a:hover, #office_custom a, #office_custom a:hover{
color:#000;font-size:0.9em;}
input {
  color: #000000;
  font: normal 1em Verdana,sans-serif;
}
p,ul {
  font-size: 0.9em;
  padding-bottom: 10px;
  line-height:1.3em;
}
area{outline:none;}

h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.5em;
}
h1,h2,h3,h5{
  color:#e7bd4f;
  padding-top: 6px;
  margin-bottom: 4px;
}
table, td{
font-size: 0.9em;
border-bottom:1px solid #fff;
padding-bottom:5px;
text-align:justify;
}
/* misc */
#clearer {
  clear: both;
}

/* structure */
#container {
 /* background: url("/images/transparentia/bgcontainer.png") repeat-y;*/
  width: 946px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -58px;

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

#header {
  min-height: 200px;
  height: 311px;
  width: 908px;
  margin-bottom: 8px;
  border:6px solid white;
}

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

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

#menu {
  float: left;
  width: 250px;
  min-height: 100%;
  /*height: auto !important;*/
  height: 100%;
}
#menu ul {

  border-bottom: 2px solid #FAFAFA;
 /* background: #FEFAF7 url("http://conf.nsc.ru/files/conferences/lithology2013/143886/bgul.gif")  repeat-x;*/
  margin: 0;
  padding: 0;

}
#menu li {
  border-top: none;
  list-style: none;
  margin: 0;
  padding:2px 5px;
  background:#ff33;
}
#menu li a {
  /*color: #777;*/
  color:#fff;
  display: block;
  padding: 3px 6px 3px 14px;
}
#menu li a:hover {
  color: #e7bd4f;
}
#logo {
  padding: 20px 0px 0px 0px;
  margin-top: 30px;
}
#logo img {
  margin-left: -1px;
  border: 1px solid grey;
}

#content {
  color: #333;
  float: right;
  width: 650px;
/*box-shadow: 5px 5px 10px rgba(250,250,250,0.5);*/
}
#item {
  padding: 6px 12px;
  min-height: 400px;;
  height: auto !important;
  height: 400px;
  border-left:2px solid white;
  color:#fff;
}
#content li {
  margin-left: 25px;
}

#footer, #push {
  height: 42px;
  margin: 6px auto;
  width: 910px;
}
#footer div {
  height: 26px;
  padding: 8px;
 /* background: #FFF;*/
  border-top: 2px solid #EEE;
  color: #fff;
  font-size: 0.7em;
  text-align: center;
}
