/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  
/* wraps the hole tab */
.rgtabs-wrapper {
  /*padding:5px 5px 5px 10px;*/
  padding:0px;
  border: 1px solid #ccc;
  border-top:none;
  background:#f7f8f8 url(images/rgtabs_mid.gif) repeat-x;
  overflow:hidden;
  clear:both;
  
  width: 630px;
}

.rgtabs-container {
	padding:5px;
}
.rgtabs-container .contenttable TD UL {
  padding: 0px;
} 

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(images/spinner.gif) no-repeat center;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0px;
  padding: 0px 0 0 0px;
  height: 50px;
  /*width: auto;*/
  width: 630px;
  background: url(images/rgtabs_top.gif) top left repeat-x;
  list-style:none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.rgtabs-menu UL {
  margin: 0px;
  padding: 0px;
} 

/* Tab-Menu li */
.rgtabs-menu  li{
  list-style-type: none;
  list-style:none;
  background: none;
  float: left;
  margin: 0 5px 0 0 !important;
  padding: 0px 5px; 0 5px !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: 50px;
  line-height: 44px;
  /*color: #545454;*/
  font-family: arial;
  font-size: 10pt;
  font-weight: normal;
  padding: 0px 0px 0 0;
  text-decoration: none;
  outline:0;
}
.rgtabs-menu  li a:hover, .rgtabs-menu  li a:visited {
	font-weight: normal;
}

/* Selected Tab */
li.rgtabs-selected {
   /* background: url(tab-off-l.gif) top left no-repeat;*/
   
  background: url(images/rgtabs_top-act.gif) top left repeat-x;
}	

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  /*background: url(tab-off-r.gif) top right no-repeat;*/
  color: #000000;
}
