

/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  

/* wraps the hole tab */
.rgtabs-wrapper {
  	padding:1em 1.5em;
  	border: 1px solid #e4e4e4;
	background:#f9f9f9;
 	margin-bottom:10px; 
  	overflow:hidden;
  	clear:both;
}

*html .rgtabs-wrapper {
  	padding:1em 1.5em;
  	border: 1px solid #e4e4e4;
	background:#f9f9f9;
   	clear:both;
   	margin-bottom:10px; 	
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;

}
.rgtabs-wrapper {padding:5px;}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0 0 0 0px;
display:block;
  height: 26px;
  width: auto;
  list-style:none;
border-left:1px solid #e4e4e4;
border-top:1px solid #e4e4e4;
border-right:1px solid #e4e4e4;
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  	list-style-type: none;
  	list-style:none;
	


 	float: left;
 	margin: 0 0 0 0 !important;
	padding: 0 0 0 0px !important;

  	cursor: pointer;
	display:block;
	width:80px;

}	

*html .rgtabs-menu  li,*html #left .rgtabs-menu  li {
  	list-style-type: none;
  	list-style:none;
	float: left;
 	margin: 0 0 0 0 !important;
	padding: 0 0 0 0px !important;
  	cursor: pointer;
	display:block;
	width:60px;}

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {

  	display: block;
  	float: left;
  	height: 24px;
  	line-height: 24px;
  	color: #ffffff;
  	font-family: arial;
  	font-size: 11px;
  	font-weight: bold;
	text-decoration: none;
  	outline:0;
	background:#9c9d9f;
	display:block;
	border:1px solid #ffffff;
  	width:81px;
  	margin: 0 0px 0 0 !important;
  	padding: 0 0px 0 10px !important;
}

/* Tab-Menu li.a */
*html .rgtabs-menu  li a, *html #left .rgtabs-menu  li a {

  	display: block;
  	float: left;
  	height: 24px;
  	line-height: 24px;
  	color: #ffffff;
  	font-family: arial;
  	font-size: 11px;
  	font-weight: bold;
	text-decoration: none;
  	outline:0;
	background:#9c9d9f;
	display:block;
	border:1px solid #ffffff;
  	width:74px;
  	margin: 0 0px 0 0 !important;
  	padding: 0 0px 0 10px !important;
}


/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
 
}	

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
background:#78b21c;
  color: #ffffff;
}

