/*------------------------------------------------------------------------------*/
/* RRDtool3 - German Language File                                        3.5.0 */
/*                                                                              */
/* Creation:     2010-08-29 Tiger                                               */
/* Last Update:  $Id: rc240.rrdtool3$                                           */
/*                                                                              */
/* Copyright (c) 2010 Fli4L Team                                                */
/*                                                                              */
/*   This OPT package is licensed under Free Software Foundation, Inc.,         */
/*   General Public License Version 2, June 1991                                */
/*------------------------------------------------------------------------------*/

.rrd_error {
  font-weight: bold;
  color: #FF0000;
}

.tabmain ul.revtab {
  font-size: 11px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  line-height: 1em;
}
ul.revtab li {
  float: left;
  background: url(/img/revtabgl.gif) no-repeat bottom left;
  padding: 0 0 0 6px;
  margin: 0;
  border-bottom: none;
}
ul.revtab li a, ul.revtab li a:link, ul.revtab li a:visited, ul.revtab span.nolink {
  float: left;
  display: block;
  color: #eee;
  background: transparent;
  background: url(/img/revtabgr.gif) no-repeat bottom right;
  padding: 5px 14px 3px 8px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  white-space: nowrap;
}
/* Commented Backslash Hack   hides rule from IE5-Mac \*/
ul.revtab li a, ul.revtab span.nolink {
  float: none;
}
/* End IE5-Mac hack */
ul.revtab li a:hover {
  color: #fff;
  background-color: transparent;
}
ul.revtab li.selected {
  background-image: url(/img/revtabbl.gif);
}
ul.revtab li.selected span.nolink {
  color: #fff;
  background-image:  url(/img/revtabbr.gif);
  font-weight: bold;
}

