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

*  Default styles for the

*        EXT rgtabs

* by Ringer Georg (just2b)

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



/* wraps the hole tab */

.rgtabs-wrapper {

  padding:1em 1.5em;

  border : 0;
  border-top: 1px solid #fff;

/*  background:#fff url(../../../typo3conf/ext/rgtabs/res/css/topbg.gif) repeat-x;*/

  overflow:hidden;

  clear:both;

}



/* Tab-Menu ul */

.rgtabs-menu  {

  margin: 0;

  padding: 0 0 0 6px;

  height: 26px;

  width: auto;

  background: url(../../../typo3conf/ext/rgtabs/res/css/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(../../../typo3conf/ext/rgtabs/res/css/tab-on-l.gif) top left no-repeat;

  float: left;

  margin: 0 5px 0 0 !important;

  padding: 0 0 0 14px !important;

  cursor: pointer;

  border: 1px solid #fff;

}	



/* Tab-Menu li.a */

.rgtabs-menu  li a, #left .rgtabs-menu  li a {

  background: url(../../../typo3conf/ext/rgtabs/res/css/tab-on-r.gif) top right no-repeat;

  display: block;

  float: left;

  height: 24px;

  line-height: 24px;

  color: #545454;

  font-family: arial;

  font-size: 10pt;

  font-weight: bold;

  padding: 2px 12px 0 0;

  text-decoration: none;

  outline:0;

}



/* Selected Tab */

#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {

/*    background: url(../../../typo3conf/ext/rgtabs/res/css/tab-off-l.gif) top left no-repeat; */

/*    background-color: #993399;*/

}	



#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {

/*  background: url(../../../typo3conf/ext/rgtabs/res/css/tab-off-r.gif) top right no-repeat; */

/*  background-color: #993399;*/

  color: #993399;

}



