/* 
    Document   : default-navigator
    Created on : January 12, 2006, 11:56 AM
    Author     : llturro
    Description:
    Standard navigators.
*/

/* Protected options */

.protected {
  font-style: italic;
  font-weight: lighter;    
}

div.tabulator {
  position: absolute;
  top: 188px;
  margin: 0;
  width: 900px;
}

ul.tabulator {
  width: auto;
  bottom: 0;
  margin: 0 0 0 0;
  padding: 0 0 0 10px;
  list-style: none;
}

ul.tabulator li {
  float: left;
  background: none;
  background-color: #E1E4E6;
  padding: 0 0 0 6px;
  margin: 0 4px 0 0;
  border: 0px;
}

ul.tabulator li a {
  height: 14px;
  float: left;
  display: block;
  padding: 4px 10px 4px 4px;
  background: none;
  background-color: #E1E4E6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

ul.tabulator li a:hover {
  color: #000;
  background: none;
  text-decoration: none;
}

ul.tabulator li.active a:hover,
ul.tabulator li.inpath a:hover {
  color: #000;
  background: none;
  text-decoration: none;
}

ul.tabulator li:hover {
  background: none;
  background-color: white;
}

ul.tabulator li:hover a {
  background: none;
  background-color: white;
}

ul.tabulator li.active,
ul.tabulator li.inpath {
  float: left;
  background: none;
  background-color: white;
  padding: 0 0 0 6px;
  margin: 0 4px 0 0;
  border: 0px;
}

ul.tabulator li.active a,
ul.tabulator li.inpath a {
  float: left;
  display: block;
  padding: 4px 10px 4px 4px;
  background: none;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  text-decoration: none;
}

ul.tabulator li.active:hover a,
ul.tabulator li.inpath:hover a { 
  background: none;
  background-color: white;
}

ul.tabulator li.active:hover,
ul.tabulator li.inpath:hover { 
  background: none;
  background-color: white;
}

div.locator {
  margin: 0;
}

div.locator a {
  padding-left: 15px;
  text-decoration: none;
  color: #6b7594;
  background: transparent url("list_arrow.gif") 0 90% no-repeat;
}

div.locator a:hover {
  color: #a4756b;
}

div.location_top,
div.location_top div {
  padding: 0;
  margin: 0;
}

div.location_bottom,
div.location_bottom div {
  padding: 0;
  margin: 0;
}

div.options {
  padding-left: 10px;
  width:160px;
}

div.options h1 {
  margin: 0;
  padding: 2px;
  color: #969a9e;
  font-size: 120%;
}

div.options_top {
  background: none;
  padding: 0 0 0 5px;
  margin: 0;
}

div.options_top div {
  background: none;
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

div.options_bottom {
  background: none;
  padding: 0 0 0 5px;
  margin: 0;
  margin-bottom: 2px;
}

div.options_bottom div {
  background: none;
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

ul.options {
  margin: 0px;
  list-style-type: none;
  list-style-image: none;
  padding-left: 0px;
}

ul.options ul {
  margin: 0px;
  list-style-type: none;
  list-style-image: none;
  padding-left: 1em;
}

ul.options a {
  display: block;
  color: #666666;
  text-decoration: none;
  text-indent: 10px;
  padding: 5px;
}

ul.options a:hover,
ul.options a.inpath:hover {
  color: #0B4F76;
}

ul.options a.inpath {
  color: #0B4F76;
}

ul.options a.active,
ul.options a.active:hover {
  color: #0B4F76;
  font-weight: bold;
}

/* 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;
}
