/* 
    Document   : default-navigator
    Created on : January 12, 2006, 11:56 AM
    Author     : llturro
    Description:
    Standard navigators.
*/

/* Tabulator */

div.tabulator {
}

ul.tabulator {
  width: auto;
  bottom: 0;
  right: 0;
  margin: 0 0 0 0;
  padding: 0 50px 0 0;
  list-style: none;
}

ul.tabulator li {
  float: right;
  background: transparent url("header_tab.gif") 0 0 no-repeat;
  padding: 0 0 0 6px;
  margin: 0 4px 0 0;
  border: 0px;
}

ul.tabulator li a {
  height: 17px;
  float: left;
  display: block;
  padding: 4px 10px 4px 4px;
  background: transparent url("header_tab.gif") 100% 0 no-repeat;
  font-weight: bold;
  text-decoration: none;
}

ul.tabulator li a:hover {
  text-decoration: none;
}

ul.tabulator li.active a:hover,
ul.tabulator li.inpath a:hover {
  text-decoration: none;
}

ul.tabulator li:hover {
  background: transparent url("header_tab_hover.gif") 0 0 no-repeat;
}

ul.tabulator li:hover a {
  background: transparent url("header_tab_hover.gif") 100% 0 no-repeat;
}

ul.tabulator li.active,
ul.tabulator li.inpath {
  float: right;
  background: transparent url("header_stab.gif") 0 0 no-repeat;
  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: transparent url("header_stab.gif") 100% 0 no-repeat;
  font-weight: bold;
  text-decoration: none;
}

ul.tabulator li.active:hover a,
ul.tabulator li.inpath:hover a { 
  background: transparent url("header_stab_hover.gif") 100% 0 no-repeat;
}

ul.tabulator li.active:hover,
ul.tabulator li.inpath:hover { 
  background: transparent url("header_stab_hover.gif") 0 0 no-repeat;
}

/* Location */

div.locator {
  margin: 0;  
  margin-right:2px;
  padding: 0;
  height: 25px;
}

div.location a {
  font-size: 11px;
  padding-left: 15px;
  text-decoration: none;
  background: transparent url("list_arrow.gif") 0 90% no-repeat;
}

div.location_top,
div.location_top div {
  padding: 0;
  margin: 0;
}

div.location_bottom,
div.location_bottom div {
  padding: 0;
  margin: 0;
}

/* Protected options */

.protected {
  font-style: italic;
  font-weight: lighter;    
}

/* Options */

div.options {
  padding: 6px;
  margin: 0px;
  font-size: 11px;
}

div.options h1 {
  margin: 0;
  padding: 2px;
  font-size: 120%;
}

div.options_top {
  background: transparent url(options.gif) 0 0 no-repeat;
  padding: 0 0 0 5px;
  margin: 0;
}

div.options_top div {
  background: transparent url(options.gif) 100% 0 no-repeat;
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

div.options_bottom {
  background: transparent url(options.gif) 0 100% no-repeat;
  padding: 0 0 0 5px;
  margin: 0;
  margin-bottom: 20px;
}

div.options_bottom div {
  background: transparent url(options.gif) 100% 100% no-repeat;
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

ul.options {
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
}

ul.options ul {
  margin: 0px;
  list-style-type: none;
  padding-left: 1em;
}

ul.options a {
  display: block;
  text-decoration: none;
  text-indent: 10px;
  padding: 5px;
}

ul.options a.active,
ul.options a.active:hover {
  background: transparent url('list_arrow.gif') left no-repeat;
}

/* Float options */

div.floating_top {
  background: url(float-options.gif) 0 0 no-repeat;
  padding: 0 0 0 5px;
  margin: 0;
}

div.floating_top div {
  background: url(float-options.gif) 100% 0 no-repeat;
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

div.floating_bottom {
  background: url(float-options.gif) 0 100% no-repeat;
  padding: 0 0 0 5px;
  margin: 0;
  margin-bottom: 2px;
}

div.floating_bottom div {
  background: url(float-options.gif) 100% 100% no-repeat;
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

ul.floating {
  background-color: white;
  margin: 0px;
  list-style-type: none;
  padding: 5px;
  border-left: solid 1px gray;
  border-right: solid 1px gray;
}

ul.floating ul {
  margin: 0px;
  list-style-type: none;
  padding-left: 1em;
}

ul.floating a {
  display: block;
  color: #000;
  text-decoration: none;
  text-indent: 10px;
  padding: 3px;
}

ul.floating 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;
  font-size: 11px;
}

/* WebMap */

tr.wmap {
  vertical-align: top;
}

tr.wmap td {
  text-align: left;
}

tr.wmap ul {
  list-style: none;
  padding-left: 6px;
  padding-right: 6px;
  margin: 0px;
}

tr.wmap a {
  font-size:10px;
}

tr.wmap a.wmap0 {
  font-weight: bold;
}


