

/******************************
 *  Alternativ styles for the
 *        EXT rgtabs
 * by Ringer Georg (just2b)
 ******************************/  
div.tx-rgtabs-pi1 { width:458px; }
/* wraps the hole tab */
.rgtabs-wrapper {
  padding:1em 1.5em;
  border-top: 1px solid #eee;
  /*border-bottom: 1px solid #d4e6f0;*/
  background: #f6f6f6/*url(../images/topbg.gif) repeat-x*/;
  overflow:hidden;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(../images/spinner2.gif) no-repeat center;
}

/* 2nd loading icon */
.rgtabswrap {
  height:200px;
  overflow:hidden;
  background:	url(../images/spinner2.gif) no-repeat center;
}


#content ul.rgtabs-menu { margin:0;}

#content .rgtabs-menu {
  list-style:none;
  padding-top:2px;
  clear: both;
  line-height:12px; 
}

#content .rgtabs-menu li {
  display:inline;
  margin: 0 0 0 2px;
  line-height:12px;
}

#content .rgtabs-menu li a {
  padding:0;
  margin-right:5px;
  font-weight: bold;
  text-decoration:  none;
  /*border:1px solid #ccc;*/
  outline:0;
}

#content .rgtabs-menu li a:hover,
##content  
  background-color:  #FAEC8F;
  border-color: #999;
}

#content .rgtabs-menu li a:hover {
  background-color: #FAEC8F;
  border-color: #999;
}

#content .rgtabs-menu li.rgtabs-selected a {
  /*background-color: red;
  border:2px solid #a7cde1;
  display:none;*/
}



