/* SYSTEM */
html, body
{
  height: 100%;
  margin: 0px; 
  padding: 0px; 
  font-family: Tahoma, sans-serif;
  color: #404B46;
  background-color: #BFE5D6;
}

#container
{
  position: relative;
  min-height: 100%;

  width: 100%;
}

* html #container
{
  height: 100%;
}

div.counters
{
    margin: 4px 75px;
    text-align: right;
}

#logo
{
  position: absolute;
  width: 28px;
  height: 47px;
  top: 2px;
  right: 16px;
  z-index: 1;
  background: url(/style/base/logo.gif); 
}

#logoPhoto
{
  position: absolute;
  width: 60px;
  height: 53px;
  top: 0px;
  left: 33px;
  z-index: 1;
  background: url(/style/base/photo.gif); 
}

#logoPhoto img
{
    display: none;
}

#logoGelena, #logoGelena a:link, #logoGelena a:visited, #logoGelena a:active, #logoGelena a:hover
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 40px;
  font: bold italic 24px Times, serif;
  color: #95B3A7;
  background-color: #404B46;
  text-align: right;
  padding: 4px 55px 0px 0px;
  text-decoration: none;
}



/* MENU */

#menuBlock
{
  position: absolute;
  height: 13px;
  top: 40px;
  width: 100%;
  left: 0px;
  background-color: #6A7B72;
  font-size: 11px;
  text-align: right;
}

#menu
{
  list-style-type: none;
  margin: 0px; 
  padding: 0px 60px 0px 0px;
  line-height: 12px;
}

.menuItem
{
  display: inline;
  padding-left: 10px;
}

#menuBlock a, #menuBlock a:link, #menuBlock a:visited
{
  text-decoration: none;
  color: #95B3A7;
}

#menuActive, a#menuActive:link,  a#menuActive:visited,  a#menuActive:active,  a#menuActive:hover
{
  color: #AAC3B9;
  font-weight: bold;
}


/* COMMON */

#document
{
  padding: 60px 60px 30px 60px;
}

p
{
    font-size: 80%;
    text-align: justify;
    margin: 0px 0px 0.5em 0px;
}

p.author
{
    text-align: right;
    font-style: italic;
}

#document ul
{
    font-size: 80%;
    text-align: justify;
    margin-top: 0px;
    margin-bottom: 0.5em;
}

ul p, #document ul ul, p.annotation
{
    font-size: 100%;
}

a:link, a:active, a:hover, a:visited
{
    color: #1E2321;
}

.title
{
    font-weight: bold;
}

h1
{
  font-size: 120%; 
  margin: 15px 0px;
}

h2
{
  font-size: 80%; 
  margin: 0px;
}

hr
{
    color: #1E2321;
    height: 1px;
}

ul.categoriesList
{
  list-style-type: none;
  padding: 0px;
  margin: 0px 30px;
  border-top: solid 1px #1E2321;
}

ul.entitiesList
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.categoriesList li, ul.entitiesList li
{
    border-bottom: solid 1px #1E2321;
    padding: 3px 0px;
}

ul h2
{
  font-size: 100%;
}

table
{
    border-top: solid 1px #404B46;
    border-left: solid 1px #404B46;
}

td, th
{
    font-size: 80%;
    text-align: justify;
    border-bottom: solid 1px #404B46;
    border-right: solid 1px #404B46;
    padding: 2px;
}

p table td, td p, p table th
{
    font-size: 100%;
}


/**********************             FOOTER           **********************/


#footerBar, #footer
{
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 12px;
  background-color: #404B46;
  color: #95B3A7;
  font-weight: bold;
  font-size: 11px;
}

#footer .copyright
{
    position: absolute;
    left: 60px;
    bottom: 0px;
}

#footer .poem
{
    position: absolute;
    right: 60px;
    bottom: 0px;
}

#footer .poem em, #footer .copyright a:link, #footer .copyright a:visited, #footer .copyright a:active, #footer .copyright a:hover
{
    font-style: normal;
    text-decoration: none;
    color: #88A398;
}

/* COMMON FORMS */
form
{
    position: relative;
}

form hr
{
    margin-bottom: -5px;
}

label
{
    display: block;
    font-size: 80%;
    margin-top: 7px;
    /* text-transform: lowercase; */
}

textarea, input.text, input.submit
{
    font: 80% Tahoma, sans-serif;
}

input.labeled, select.labeled
{
    font: 80% Tahoma, sans-serif;
}

label.required
{
    font-weight: bold;
}

.labeled
{
    position: absolute;
    left: 17em;
    font-weight: normal;
}

input.labeled
{
    width: 20em;
}

textarea
{
    width: 30em;
    height: 5em;
}

input.submit
{
    display: block;
    margin-top: 7px;
    position: relative;
    left: 14em;
    width: 11em;
    font-weight: bold;
    /* text-transform: lowercase; */
}


/* SPLASH */
#splash
{
    height: 301px;
    padding-top: 40px;
}

#splash img
{
    float: left;
    margin-right: 30px;
}

#splash div
{
    padding-top: 40px;
}

#splash p
{
    margin-top: 15px;
    text-align: left;
    letter-spacing: 4px;
    font-size: 120%;
    font-weight: bold;
}

