/* 
    Document   : default-navigator
    Created on : January 12, 2006, 11:56 AM
    Author     : llturro
    Description:
    Standard navigators.
*/

/* Float options */

div.float_options_top {
  background: url(float-options.gif) 0 0 no-repeat;
  padding: 0 0 0 5px;
  margin: 0;
}

div.float_options_top div {
  background: url(float-options.gif) 100% 0 no-repeat;
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

div.float_options_bottom {
  background: url(float-options.gif) 0 100% no-repeat;
  padding: 0 0 0 5px;
  margin: 0;
  margin-bottom: 2px;
}

div.float_options_bottom div {
  background: url(float-options.gif) 100% 100% no-repeat;
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

ul.float_options {
  background-color: white;
  margin: 0px;
  list-style-type: none;
  padding: 5px;
  border-left: solid 1px gray;
  border-right: solid 1px gray;
}

ul.float_options ul {
  margin: 0px;
  list-style-type: none;
  padding-left: 1em;
}

ul.float_options a {
  display: block;
  color: #000;
  text-decoration: none;
  text-indent: 10px;
  padding: 3px;
  border-left: 1px solid #f6fafe;
  border-top: 1px solid #f6fafe;
  border-right: 1px solid #d6dade;
  border-bottom: 1px solid #d6dade;
}

ul.float_options a:hover {
  background: #dddddd;
}

/* Traversal */

div.traversal {
  padding: 0;
  margin: 0;
}

div.traversal span#trav-previous {
  background: transparent url('prevpg.gif') left no-repeat;
  padding-left: 15px;
}

div.traversal span#trav-next {
  background: transparent url('nextpg.gif') right no-repeat;
  padding-right: 15px;
}

div.traversal span#trav-parent {
  background: transparent url('uppg.gif') left no-repeat;
  padding-left: 15px;
}

div.traversal a {
  padding: 0;
  background-image: none;
}
