/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
border: none !important;
}
.tabberlive {
 margin-top:0em;
border: none !important;
 clear:both;
 }
 
.tabbertab
{
font-weight: bold;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 0px;
 margin-left: 1px;
 width:100%;
 display:block;
 clear:both;
 float:left;
 margin-bottom:20px;
 border-bottom: solid 1px #7FA9CF;
}

ul.tabbernav li
{
	 list-style: none;
	 margin: 0;
	 display: inline;
	 margin-left: 1px;
}

ul.tabbernav li a
{
	background: url(../_img/rehabSearch/roundedRight2.png) no-repeat right top;
	display: inline-block;
	float: left;
	margin-right: 6px;
	color: #FFFFFF !important;
	text-decoration: none !important;
	height: 36px;
	padding: 0px 6px 0px 0px;
	cursor: hand !important;

}

ul.tabbernav li a span
{
	background: url(../_img/rehabSearch/roundedLeft.png) no-repeat left top;
	display: inline-block;
	padding: 10px 0px 0px 6px;
	height: 26px;

}

ul.tabbernav li.tabberactive a 
{
background: url(../_img/rehabSearch/roundedRightEmpty.png) no-repeat right top;
color: #1768AA !important;
}
ul.tabbernav li.tabberactive a span
{
background: url(../_img/rehabSearch/roundedLeftEmpty.png) no-repeat left top;
}


/*

ul.tabbernav li a:link { color: #FFFFFF; }
ul.tabbernav li a:visited { color: #FFFFFF; }

ul.tabbernav li a:hover
{
 color: #FFFFFF;
}
*/


/*
ul.tabbernav li.tabberactive a:hover
{
 color: #1768AA;
 background: white;
 border: solid 1px #7EA8CE; 
 border-bottom: none;
}
*/
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

  /*
  .tabberlive .tabbertab {
 padding: 2px;
 /*border: 1px solid #aaa;*/
 /*border-top: 0;*/
 /*
 border: none !important;
 margin: 0px;
*/

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
div.tabberlive div.tabbertab h2 {
 display:none !important;
 
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
/*
#content div.tx-msrehabsearch-pi1 ul li, #content div.tx-msrehabsearch-pi1 li ul ul {layout.css (Linie 144)
  color:#000000;
  font-size:1em;
  margin-left:-2px;
}
*/

#####################
# Experimental Zone #
#####################
div#container div#content div#mainContent div.tx-msrehabsearch-pi1 div.tx-msrehabsearch-pi1-singleView div.tabberlive div.tabbertab div.msrs_label p {
   font-weight: bold;
}

