
#navigation_scrollbar
{
  position: absolute;
  width: 30px;
  height: 12px;
  background-color: gray;
  border: 1px solid #8c0f0f;
  top: 300px;
  left: 0px;
  cursor: pointer;
  color: white;
  font-size: 10px;
  font-family: Arial, Verdana;
  text-align: center;
}

#navigation_table
{
  position: absolute;
  left: 2px;
  top: 2px;
  width: 226px;
  height: 290px;
}

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

.navigation_arrow.navigation_invalid_arrow
{
  color: gray;
}

#navigation_left
{
  left: 5px;
}

a:hover#navigation_left
{
  color: black;
  border: none;
}

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

a:hover#navigation_right
{
  color: black;
  border: none;
}

#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;
}
