
/* wraps the hole tab */
.rgtabs-wrapper,
.tabsSubpages .rgtabs-wrapper {
  padding: 10px 15px;
  border: 1px solid #CCCCCC;
  border-width: 0px 1px 1px 1px;
  /*background:#fff url(images/tabContentBg.png);*/
  background: #eeeeee;
  overflow:hidden;
  width: 792px;
  margin: 0 auto;
  margin-bottom: -10px;
}


.rgtabs-wrapper ul,
#tabsSubpages .rgtabs-wrapper ul {
	list-style: none;
	width: 200px;
	float: left;
	padding-left: 20px;
	margin-left: 0px;
	line-height: 120%;
}

.rgtabs-wrapper ul a:hover,
#tabsSubpages .rgtabs-wrapper ul a:hover {
	color: #FF9900;
}


#tabsSubpages .rgtabs-wrapper ul {
	width: 150px;
	list-style: none;
}

#tabsSubpages .rgtabs-wrapper ul .active {
	list-style: url(images/li.gif);
}

#tabsSubpages .rgtabs-wrapper ul .active a {
	font-weight: bold;
}

.rgtabs-wrapper li {
	margin-bottom: 10px;
}

.rgtabs-wrapper a {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
	font-family: Tahoma;
}

#tabsSubpages .rgtabs-wrapper a {
	font-weight: bold;
}

/* 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: 0 auto;
  height: 30px;
  background: url(images/naviBgSubPages.gif) bottom repeat-x;
  list-style:none;
  padding: 0px;
  border-top: 1px solid #CCCCCC;
}

#tabsSubpages .rgtabs-menu  {
  width: 594px;
  height: 30px;
  background: url(images/naviBgSubPages.gif) repeat-x;
  list-style:none;
  padding: 0px;
  margin-top: 0px;
}

.menu-level1-current-active {
	background: url(images/naviBgSubPagesOver.gif) repeat-x;
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style: none;
  float: left;
  padding-left: 0px;
  margin: 0 0 0 0 !important;
  /*padding: 7px 0 9px 14px !important;*/
  height: 30px;
  cursor: pointer;
}	

#tabsSubpages .rgtabs-menu  li {
	height: 30px;
}

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  display: block;
  float: left;
  height: 30px;
  color: #666666;
  line-height: 30px;
  font-size: 10pt;
  font-weight: bold;
  padding: 0px 15px 0px 15px;
  text-decoration: none;
  border-right: 2px solid #CCCCCC;
}

#tabsSubpages .rgtabs-menu  li a {
	height: 30px;
  	font-size: 10pt;
  	font-weight: normal;
	line-height: 30px;
}

.rgtabs-menu  li a:hover, #left .rgtabs-menu  li a:hover {
  background: url(images/naviBgSubPagesOver.gif) repeat-x bottom;
}

#tabsSubpages .rgtabs-menu  li a:hover, #tabsSubpages #left .rgtabs-menu  li a:hover {
  background: url(images/naviBgSubPagesOver.gif) repeat-x bottom;
} 

/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
    background: url(images/naviBgSubPagesOver.gif) repeat-x bottom;
}	

#tabsSubpages #left .rgtabs-menu  li.rgtabs-selected, #tabsSubpages .rgtabs-menu  li.rgtabs-selected {
   background: url(images/naviBgSubPagesOver.gif) repeat-x bottom;
}	

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  background: url(images/naviBgSubPagesOver.gif) repeat-x bottom;
  color: #333;
}

#tabsSubpages #left .rgtabs-menu  li.rgtabs-selected a, #tabsSubpages .rgtabs-menu  li.rgtabs-selected a {
  background: url(images/naviBgSubPagesOver.gif) repeat-x bottom;
  color: #333;
}


#tabsSubpages #rgtabs1 {
	margin-top: 0px;
}


#accordion .borderBottom{
	height: 1px;
	display: block;
	line-height: 1px;
	border-bottom: 1px solid #FF9900;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#tabsSubpages .tx-rgtabs-pi1 #rgtabs1 .rgtabs-wrapper #accordion a:hover {
	color: #FF9900;	
}

#accordion .element{
	line-height: 160%;
}

