
body
{
  background-color: #eeeeee;
  margin: 0px;
  margin-right: 5px;
  margin-top: 10px;
}

#navigation_close
{
  position: absolute;
  top: 1px;
  right: 1px;
  height: 12px;
  font-family: Arial, Verdana;
  font-size: 10px;
  color: black;
}

a:hover#navigation_close
{
  text-decoration: none;
}

#navigation_border
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 228px;
  height: 308px;
  border: 1px solid gray;
}

#navigation_dummy
{
  position: absolute;
  left: 79px;
  top: 0px;
  width: 1px;
  overflow: hidden;
  height: 100%;
  background-color: gray;
}

#number
{
  color: #8c0f0f;
  text-align: right;
  font-family: Arial, Verdana;
  font-size: 10px;
}

#link
{
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted gray;
  font-family: Arial, Verdana;
  font-size: 12px;
}

a:hover#link
{
  border: none;
}

.navigation_arrow
{
  position: absolute;
  height: 15px;
  width: 15px;
  font-family: Arial, Verdana;
  font-size: 12px;
  text-decoration: none;
  bottom: 2px;
  color: #8c0f0f;
  font-weight: bold;
}

.navigation_arrow.navigation_invalid_arrow
{
  color: gray;
}

#navigation_left
{
  left: 5px;
}

a:hover#navigation_left
{
  color: black;
}

#navigation_right
{
  right: 5px;
  text-align: right;
}

a:hover#navigation_right
{
  color: black;
}

#pages
{
  position: absolute;
  width: 180px;
  height: 12px;
  bottom: 5px;
  left: 25px;
  text-decoration: none;
  color: gray;
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 12px;
  overflow: hidden;
  text-align: center;
  letter-spacing: 5px;
}

#spage
{
  color: #8c0f0f;
}
