/******************************
 *  Alternativ styles for the
 *        EXT rgtabs
 * by Ringer Georg (just2b)
 ******************************/  


/* wraps the hole tab */
.rgtabs-wrapper {
  margin-top:-0.83em;
  padding:0.83em 0 0 0;
  border-top: 1px solid #ccc;
  background:#fff; /* url(topbg.gif) repeat-x;*/
  overflow:hidden;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(spinner2.gif) no-repeat center;
}

/* 2nd loading icon */
.rgtabswrap {
  height:200px;
  overflow:hidden;
  background:	url(spinner2.gif) no-repeat center;
}

.rgtabs-menu {
  margin-left:-0.1em;
  list-style:none;
  padding-top:4px;
  clear: both;
  line-height:12px;
  width:100%;
  
}

.rgtabs-menu li {
  display:inline-block;
  
  margin: 0 2px;
  line-height:12px;
}

.rgtabs-menu li a {
  padding:4px 10px;
  font-size:13px;
  background-color: #edece8;
  color: #000;
  font-weight: normal;
  text-decoration:  none;
  border:1px solid #ccc;
  outline:0;
  white-space:nowrap;
}

.rgtabs-menu li a:hover,
.rgtabs-menu li a:focus {
  background-color:  #91acbc;
  border-color: #999;
}

.rgtabs-menu li a:hover {
  background-color: #91acbc;
  color:#fff;
  border-color: #999;
}

.rgtabs-menu li.rgtabs-selected a {
  background-color: #91acbc;
  color:#fff;
}

