/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  

/* wraps the hole tab */
.rgtabs-wrapper {
  padding:1em 1.5em;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  overflow:hidden;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(../img/rgtabs/spinner2.gif) no-repeat center;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0 0 0 0px;
  height: 26px;
  width: auto;
  background: url(../img/rgtabs/tab-bg.gif) bottom left repeat-x;
  list-style:none;
  background: url(../img/rgtabs/tab-on-l.gif) top left no-repeat;
  border-bottom: 1px solid #e5e5e5;
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  back2ground: url(../img/rgtabs/tab-on-l.gif) top left no-repeat;
  float: left;
  margin: 0 0px 0 0 !important;
  padding: 0 0 0 1px !important;
  cursor: pointer;
}	

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  background: url(../img/rgtabs/tab-on-r.gif) top right no-repeat;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  color: #B33D1B;
  font-family: arial;
  font-size: 9pt;
  padding: 2px 12px 0 0px;
  text-decoration: none;
  text-indent:12px;
 white-space: nowrap;
}
.rgtabs-menu  li a:hover, #left .rgtabs-menu  li a {
  text-decoration: underline;
  background: url(../img/rgtabs/tab-bg.gif);
}
/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected {
    background: url(../img/rgtabs/tab-off-l.gif) top left no-repeat;
}	

#left  .rgtabs-menu  li.rgtabs-selected a {
  	color: #333;
	background: url(../img/rgtabs/tab-bg.gif);
}

li.rgtabs-selected a { background: url(../img/rgtabs/tab-bg.gif) top left repeat-x ; font-weight:bold;}


.rgtabs-wrapper { clear:both; }

#rgtabs1768 .rgtabs-wrapper .rgtabs-container .csc-textpic-text p.bodytext {
	margin-top:0;
}

