/*
  File name: pge_str_top -- Styles for the structure of encyclopaedia pages
  
  This CSS file declares the styles for the structure of encyclopaedia pages

  Author:    'o-Dzin Tridral

  Revision history:

  version : yyyy-mm-dd : account name : description
  01.01   : 2007-04-26 : TridralO     : Written
*/

#header_area
{
  clear: both ;
  font-size: 12pt ;
}

#language_area
{
  border-bottom-style: solid ;
  border-top-style: solid ;
  border-width: 1px ;
  font-size: 14pt ;
  padding-top:1px;
  padding-bottom:1px;
  text-align: right ;
}

#banner_area
{
  clear: both ;
  width: 100% ;
}

#banner_left
{
  float: left ;
  height: 57px ;
  margin: 5px ;
  padding: 5px ;
  text-align: left ;
  width: 451px ;
}

#banner_middle
{
  margin: 0;
  text-align: center ;
}

#banner_right
{
  float: right ;
  height: 57px;
  margin: 5px  ;
  padding: 5px ;
  text-align: right ;
  width: 63px ;
}

#menu_area
{
  border-bottom-style: solid ;
  border-top-style: solid ;
  border-width: 1px ;
  clear: both ;
  font-size: 14pt ;
  text-align: center ;
}

#content_area
{
  clear: both ;
  margin: 12pt ;
}

#link_area
{
  clear: both ;
  font-size: 12pt ;
  padding-top: 1em ;
  padding-bottom: 1em ;
  text-align: center ;
}

#link_type_area
{
  font-size: 14pt ;
  padding-top: 1em ;
}

#link_item_area
{
  font-size: 15pt ;
  padding-top: 1em ;
}

#link_detail_area
{
  clear: both ;
  font-size: 16pt ;
  padding-top: 1em ;
}

#footer_area
{
  border-bottom-style: solid ;
  border-top-style: solid ;
  border-width: 1px ;
  clear: both ;
  font-size: 12pt ;
  text-align: center ;
}


/*
  Create a footnote class
*/
.footnote
{
  font-size: 12pt ;
  margin-top: 0 ;
  text-align: left ;
}

/*
  Create a reference class
*/
.reference
{
  font-size: 12pt ;
  margin-top: 0 ;
  text-align: left ;
}

/*
  Make definition terms bold
*/
dt
{
  font-weight: bold ;
}

/*
  End of file
*/