/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs {
  background:	none;
  opacity:	1;
  
  padding: 0.2em 0.2em 0;
  padding-left: 0;
  margin: 0;
  
  font: bold 12px Verdana;
  list-style-type: none;

  text-align: left;
  height: 17px;  
}

.shadetabs li { 
  position: relative;
  display: inline-block;
  margin: 0;
  margin-right: 1px;
  padding: 0;  
}

a .selected { 
  color: #ffffff; 
}

.shadetabs li a {
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 3px 7px;
  margin-right: 3px;
  border-bottom: none;
  color: #2d2b2b;
}

.shadetabs li a:hover, .shadetabs li a:visited {
  text-decoration: none;
  color: #2d2b2b;
}

.shadetabs li a:hover {
  background: #b3ccea;  
}

.shadetabs li a.selected { /*selected main tab style */
  position: relative;
  color: #414141;
}

.shadetabs li a.selected:hover { /*selected main tab style */
  text-decoration: none;
  color: #414141;
}

.ajax_loading {
  position: absolute;
  left: 765px;
  top: 58px;
  width: 200px;
  text-align: right;
}
