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

/* wraps the hole tab */
.rgtabs-wrapper { background-color: #f9f9f9; overflow:hidden; clear:both; margin-right: 10px; margin-left: 10px; border-left: 1px solid #ededed; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; }

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(spinner2.gif) no-repeat center;
}

/* Tab-Menu ul */
.rgtabs-menu  { margin: 10px 10px 0; padding: 0; height: 26px; width: auto; background: url(tab-bkg.gif) repeat-x left bottom; border-bottom: 12px solid #012a5f; list-style:none; }

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
	background-color: #efefef;
	list-style:none;
	float: left;
	margin: 0 3px 0 0 !important;
	padding: 0 0 0 14px !important;
	cursor: pointer; }	

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	color: #545454;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #efefef;
	padding: 2px 12px 0 0;
	text-decoration: none;
	outline:none 0; }

/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected { 
color: white; background-color: #012b60; }	

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  background-color: #012b60;
  color: white;
}


