/* 
    Document   : default-navigator
    Created on : January 12, 2006, 11:56 AM
    Author     : llturro
    Description:
    Site navigators.
*/

div.tabulator {
  position: relative;
  text-align: right;
  font-family: Verdana,Arial,Sans-serif;
  font-size: 12px;
}

ul.tabulator {
  padding: 0 0 0 0;
  float: right;
}

ul.tabulator li a {
  padding: 6px 10px 6px 10px;
  color: #444;
  text-shadow: 1px 1px 1px #96cef9;
  background: transparent;
  background-color: #84B6DC;
  border: none;
  border-left: solid 1px #678dab;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0.10, rgb(142,192,230)),
      color-stop(0.40, rgb(132,182,220))
  );
  background-image: -moz-linear-gradient(
      center top,
      rgb(142,192,230) 10%,
      rgb(132,182,220) 40%
  );
}

ul.tabulator li {
  float: left;
  padding: 0;
  margin: 0;
  background: transparent;
  background-color: #479;
}

ul.tabulator li:hover {
  background: transparent;
  background-color: #479;
}

ul.tabulator li:hover a {
  background: transparent;
  background-color: #479;
  color: #fff;
  text-shadow: none;
}

ul.tabulator li.active,
ul.tabulator li.inpath {
  float: left;
  padding: 0;
  margin: 0;
  background: transparent;
  background-color: #479;
}

ul.tabulator li.active a,
ul.tabulator li.inpath a {
  padding: 6px 10px 6px 10px;
  background: transparent;
  background-color: #fff;
  border-top: solid 1px #87adcb;
}

ul.tabulator li a:hover {
  background-color: #479;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0.10, rgb(22,52,72)),
      color-stop(0.40, rgb(44,74,94))
  );
  background-image: -moz-linear-gradient(
      center top,
      rgb(22,52,72) 10%,
      rgb(44,74,94) 40%
  );
}

ul.tabulator li.active a:hover,
ul.tabulator li.inpath a:hover {
  background-color: #479;
}

ul.tabulator li.active:hover a,
ul.tabulator li.inpath:hover a { 
  background: transparent;
  background-color: #fff;
  color: #444;
}

ul.tabulator li.active:hover,
ul.tabulator li.inpath:hover { 
  background: transparent;
  background-color: #479;
}

div.location a {
  color: #6b7594;
}

div.location a:hover {
  color: #a4756b;
}

div.options {
  padding: 0px;
  margin-left: 5px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  /*background-color: #F4F7F9;
  border: 1px solid #CCC;
  padding: 10px;
  -moz-box-shadow: 0px 0px 12px #e4e4e4;
  -khtml-box-shadow: 0px 0px 12px #e4e4e4;
  -webkit-box-shadow: 0px 0px 12px #e4e4e4;
  box-shadow: 0px 0px 12px #e4e4e4;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
}

div.options h1 {
  margin: 0;
  padding: 2px;
  background: #e6eaee;
  color: #969a9e;
  font-size: 120%;
}

div.options_top {
  padding: 0 0 0 5px;
  margin: 0;
  background: none;
}

div.options_top div {
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
  background: none;
}

div.options_bottom {
  padding: 0 0 0 5px;
  margin: 0;
  margin-bottom: 2px;
  background: none;
}

div.options_bottom div {
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
  background: none;
}

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 {
  font: 11px Verdana,Arial,Sans-serif;
  display: block;
  color: #12487b;
  text-decoration: none;
  text-indent: 0px;
  padding: 3px;
  padding-left: 5px;
  margin-bottom: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #F4F4F4;
}

ul.options a:hover,
ul.options a.inpath:hover {
  color: #333;
  background: #84b6dc;
  border: 1px solid #6496ac;
  text-shadow: 1px 1px 1px #FFF;
}

ul.options a.inpath {
  color: #333;
  background: #a4d6fc;
  border: 1px solid #6496ac;
}

ul.options a.active,
ul.options a.active:hover {
  color: #333;
  background: #84b6dc;
  border: 1px solid #6496ac;
}

div.floating {
  padding: 0px;
  background-color: #F4F4F4;
  border: 1px solid #CCC;
  padding: 5px;
  -moz-box-shadow: 0px 0px 12px #e4e4e4;
  -khtml-box-shadow: 0px 0px 12px #e4e4e4;
  -webkit-box-shadow: 0px 0px 12px #e4e4e4;
  box-shadow: 0px 0px 12px #e4e4e4;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

div.floating_top {
  background: none;
  padding: 0;
  margin: 0;
}

div.floating_top div {
  background: none;
  padding: 0;
  height: 0px;
  margin: 0;
}

div.floating_bottom {
  background: none;
  padding: 0;
  margin: 0;
}

div.floating_bottom div {
  background: none;
  padding: 0;
  height: 0px;
  margin: 0;
}

ul.floating {
  background: none;
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  border: none;
}

ul.floating ul {
  background: none;
  margin: 0px;
  list-style-type: none;
  padding: 0;
}

ul.floating a {
  background: none;
  display: block;
  color: #000;
  text-decoration: none;
  text-indent: 10px;
  padding: 3px;
  padding-right: 10px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #F4F4F4;
}

ul.floating a:hover {
  background: #ddd;
  border: 1px solid #CCC;
  text-shadow: 1px 1px 1px #FFF;
}

tr.wmap li {
  margin-bottom: 5px;  
}