/******************************

 *  Alternativ styles for the

 *        EXT rgtabs

 * by Ringer Georg (just2b)

 ******************************/  


/* wraps the hole tab */

.rgtabs-wrapper {

  padding:9px 9px 0 9px;

  border: 1px solid #979340;

  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 {

  list-style:none;

  padding-top:0px;
  
  margin-left:0px;

  margin-bottom:3px;  
  
  clear: both;

  line-height: 1.4em;

}



.rgtabs-menu li {

  display:inline;

  margin:0px;
  
  border-right:1px solid #fff;  

  line-height: 1.4em;

}



.rgtabs-menu li a {

  padding:1px 9px 1px 9px;

  font-size:100.01%;
  
  font-family:'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;

  background-color: #E9EAD8;

  color: #292525;

  font-weight: bold;

  text-decoration:  none;

}



.rgtabs-menu li a:hover,

.rgtabs-menu li a:focus {

  background-color:  #E9EAD8;

}



.rgtabs-menu li a:hover {

  background-color: #979340;
  
  color: #FFF;

}



.rgtabs-menu li.rgtabs-selected a {

  background-color: #979340;  
  
  color: #FFF;  

}


