/******************************
 *  Alternativ styles for the
 *        EXT rgtabs
 * by Ringer Georg (just2b)
 ******************************/  


/* wraps the hole tab */
.rgtabs-wrapper {
  padding:10px 10px;
  border: 1px solid #ccc;
  background:#fff url(../../bilder/icons/rgtabs/topbg.gif) repeat-x;
  overflow:hidden;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(../../bilder/icons/rgtabs/spinner2.gif) no-repeat center;
}

/* 2nd loading icon */
.rgtabswrap {
  height:200px;
  overflow:hidden;
  background:	url(i../../bilder/icons/rgtabs/spinner2.gif) no-repeat center;
}

.rgtabs-menu {
  list-style:none;
  clear: both;
  line-height:1em;
  margin:0;
  padding-top:10px;
  padding-left:10px
}

.rgtabs-menu li {
  display:inline;
  margin: 0 8px;
  line-height:1em;
}

.rgtabs-menu li a {
  padding:1px 16px;
  font-size:1em;
  background-color: #eee;
  color: #222;
  font-weight: bold;
  text-decoration:  none;
  border:1px solid #ccc;
  outline:0;
}

.rgtabs-menu li a:hover,
.rgtabs-menu li a:focus {
  background-color:  #FAEC8F;
  border-color: #999;
}

.rgtabs-menu li.rgtabs-selected a {
  background-color: #c7d2e2;
}

