/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  

/* wraps the hole tab */
.rgtabs-wrapper {
  padding:1em 1.5em;
  border: 1px solid #4b4b4b;
/*  background:#fff url(topbg.gif) repeat-x;*/
  overflow:hidden;
  width: inherit;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(ajax-loader.gif) no-repeat center;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0px;
  height: 30px;
  width: auto;
/*  background: url(tab-bkg.gif) bottom left repeat-x;*/
  list-style:none;
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
/*  background: url(tab-on-l_.gif) top left no-repeat;*/
  float: left;
  margin: 0 2px 0 0 !important;
  Xpadding: 0 !important;
  cursor: pointer;
}	

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
/*  background: url(tab-on-r_.gif) top right no-repeat;*/
  display: block;
  float: left;
  height: 30px;
  line-height: 24px;
  color: #545454;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
}

/* Selected Tab */
/*
#left .rgtabs-menu  li.rgtabs-selected {
    background: url(tab-off-l.gif) top left no-repeat;
}	

#left  .rgtabs-menu  li.rgtabs-selected a {
  background: url(tab-off-r.gif) top right no-repeat;
  color: #333;
}
*/

