/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  

/* wraps the hole tab */
.rgtabs-wrapper {
  padding:1em 1.5em;
  border: 1px solid #848484;
  background:#e2e2e2 url(topbg.gif) repeat-x;
  overflow:hidden;
  clear:both;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 250px 0;
  background:	url(spinner2.gif) no-repeat center;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0 0 0 0px;
  height: 28px;
  width: auto;
  background: url(tab-off-r2.gif) top right no-repeat;
  /* 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;
  float: left;
  margin: 0 0px 0 0 !important;
  cursor: pointer;
}	

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  display: block;
  float: left;
  height: 26px;
  line-height: 24px;
  color: #545454;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  outline:0;
}

/* Pictures */
li.tabfirst {
	padding: 0 0 0 15px !important;
  background: url(tab-off-l.gif) top left no-repeat;
}

li.tabfirst a {
  background: url(tab-off-r.gif) top right no-repeat;
  padding: 2px 0px 0px 0px;
  font-size: 11px;
}

li.tabfirst.rgtabs-selected a {
  color: #00737E;
}

li.tabmiddle {
	padding: 0 0 0 48px !important;
  background: url(tab-off-l2.gif) top left no-repeat;
}

li.tabmiddle.rgtabs-selected {
	padding: 0 0 0 48px !important;
  background: url(tab-on-l2.gif) top left no-repeat;
}

li.tabmiddle a{
  background: url(tab-off-r.gif) top right no-repeat;
  padding: 2px 0px 0px 0px;
  font-size: 11px;
}

li.tabmiddle.rgtabs-selected a {
  color: #00737E;
  font-size: 11px;
}

li.tablast {
	padding: 0 0 0 48px !important;
  background: url(tab-off-l2.gif) top left no-repeat;
}

li.tablast.rgtabs-selected {
	padding: 0 0 0 48px !important;
  background: url(tab-on-l2.gif) top left no-repeat;
}

li.tablast a{
  /* background: url(tab-off-r2.gif) top right no-repeat; */
  padding: 2px 48px 0px 0px;
  font-size: 11px;
}

li.tablast.rgtabs-selected a {
  color: #00737E;
  font-size: 11px;
}
